Jump to content

Recommended Posts

Posted (edited)

Hello guys, well as long time nobody see me here, I come back because in my localhost server I doing some mods ,Valakas Weapons and apply emitters compiling .uc got this errors, somebody can help me for bit? it look like is a staticmesh or something like that, but anything is there, I check files and all textutes, staticmeshes and meshes are there so what you think? all help appreciated.

 

Error-Emitter.jpg

 

 

Edited by CriticalError
Posted
On 12/6/2020 at 11:43 PM, CriticalError said:

Hello guys, well as long time nobody see me here, I come back because in my localhost server I doing some mods and after remake Valakas Weapons and apply emitters compiling .uc got this errors, somebody can help me for bit? it look like is a staticmesh or something like that, but anything is there, I check files and all textutes, staticmeshes and meshes are there so what you think? all help appreciated.

 

missed material/textures when you make .u

with L2PE you can check it.

show your logs from ucc compiled

Posted

a example of my log, got this:

 

Quote

Warning: Failed to load 'LineageEffectAs_Dragon': Can't find file for package 'LineageEffectAs_Dragon'
Warning: Failed to load 'MeshEmitter LineageEffectAs_Dragon.weapon_vala_buster.MeshEmitter54': Can't find file for package 'LineageEffectAs_Dragon'
Warning: Failed to load 'LineageEffectAs_Dragon': Can't find file for package 'LineageEffectAs_Dragon'
Warning: Failed to load 'MeshEmitter LineageEffectAs_Dragon.weapon_vala_buster.MeshEmitter55': Can't find file for package 'LineageEffectAs_Dragon'
Warning: Failed to load 'LineageEffectAs_Dragon': Can't find file for package 'LineageEffectAs_Dragon'
Warning: Failed to load 'MeshEmitter LineageEffectAs_Dragon.weapon_vala_buster.MeshEmitter57': Can't find file for package 'LineageEffectAs_Dragon'
Warning: Failed to load 'LineageEffectAs_Dragon': Can't find file for package 'LineageEffectAs_Dragon'
Warning: Failed to load 'MeshEmitter LineageEffectAs_Dragon.weapon_vala_buster.MeshEmitter58': Can't find file for package 'LineageEffectAs_Dragon'
Warning: Failed to load 'LineageEffectAs_Dragon': Can't find file for package 'LineageEffectAs_Dragon'
Warning: Failed to load 'SpriteEmitter LineageEffectAs_Dragon.weapon_vala_buster.SpriteEmitter2': Can't find file for package 'LineageEffectAs_Dragon'
Warning: Failed to load 'LineageEffectAs_Dragon': Can't find file for package 'LineageEffectAs_Dragon'
Warning: Failed to load 'MeshEmitter LineageEffectAs_Dragon.weapon_vala_buster.MeshEmitter59': Can't find file for package 'LineageEffectAs_Dragon'
Warning: Failed to load 'LineageEffectAs_Dragon': Can't find file for package 'LineageEffectAs_Dragon'
Warning: Failed to load 'MeshEmitter LineageEffectAs_Dragon.weapon_vala_buster.MeshEmitter63': Can't find file for package 'LineageEffectAs_Dragon'
Warning: Failed to load 'LineageEffectAs_Dragon': Can't find file for package 'LineageEffectAs_Dragon'
Warning: Failed to load 'MeshEmitter LineageEffectAs_Dragon.weapon_vala_buster.MeshEmitter66': Can't find file for package 'LineageEffectAs_Dragon'
Warning: Failed to load 'LineageEffectAs_Dragon': Can't find file for package 'LineageEffectAs_Dragon'
Warning: Failed to load 'MeshEmitter LineageEffectAs_Dragon.weapon_vala_buster.MeshEmitter329': Can't find file for package 'LineageEffectAs_Dragon'
Log: Parsing weapon_vala_buster_ilban

 anyway in my code:

 

Quote

class weapon_vala_buster extends Emitter;

defaultproperties
{
     Begin Object Class=MeshEmitter Name=MeshEmitter54
         StaticMesh=StaticMesh'LineageEffectsStaticmeshesAS_Dragon.whirl_02'
         UseMeshBlendMode=False
         RenderTwoSided=True
         UseColorScale=True
         ColorScale(0)=(Color=(B=255,G=255,R=255,A=255))
         ColorScale(1)=(RelativeTime=0.439286,Color=(G=57,R=255,A=255))
         ColorScale(2)=(RelativeTime=1.000000,Color=(B=32,R=255,A=255))
         FadeOutStartTime=2.340000
         FadeOut=True
         FadeInEndTime=0.450000
         FadeIn=True
         MaxParticles=8
         StartLocationRange=(Z=(Min=-5.000000,Max=-5.000000))
         SpinParticles=True
         SpinCCWorCW=(Z=0.000000)
         SpinsPerSecondRange=(X=(Min=1.000000,Max=1.000000))
         StartSpinRange=(X=(Min=-1.000000,Max=1.000000))
         UseSizeScale=True
         UseRegularSizeScale=False
         SizeScale(0)=(RelativeSize=1.000000)
         SizeScale(1)=(RelativeTime=0.510000,RelativeSize=0.800000)
         SizeScale(2)=(RelativeTime=1.000000,RelativeSize=0.800000)
         StartSizeRange=(X=(Min=0.150000,Max=0.150000),Y=(Min=0.150000,Max=0.150000),Z=(Min=0.150000,Max=0.150000))
         InitialParticlesPerSecond=3.000000
         AutomaticInitialSpawning=False
         LifetimeRange=(Min=3.000000,Max=3.000000)
         StartVelocityRange=(Z=(Min=16.000000,Max=16.000000))
         VelocityLossRange=(Z=(Min=0.200000,Max=0.200000))
         WarmupTicksPerSecond=1.000000
         RelativeWarmupTime=1.000000
         Name="MeshEmitter54"
     End Object
     Emitters(0)=MeshEmitter'LineageEffectAs_Dragon.weapon_vala_buster.MeshEmitter54'
     Begin Object Class=MeshEmitter Name=MeshEmitter55
         StaticMesh=StaticMesh'LineageEffectsStaticmeshesAS_Dragon.white_Protect01'
         RenderTwoSided=True
         Opacity=0.100000
         UseColorScale=True
         ColorScale(0)=(Color=(B=36,G=36,R=255,A=255))
         ColorScale(1)=(RelativeTime=1.000000,Color=(B=18,G=30,R=180,A=255))
         FadeOutStartTime=0.128000
         FadeOut=True
         FadeInEndTime=0.120000
         FadeIn=True
         StartLocationRange=(Y=(Min=-0.500000,Max=-0.500000),Z=(Min=6.200000,Max=6.200000))
         SpinParticles=True
         StartSpinRange=(X=(Min=-1.000000,Max=1.000000),Y=(Min=-1.000000,Max=1.000000),Z=(Min=-1.000000,Max=1.000000))
         UseSizeScale=True
         UseRegularSizeScale=False
         SizeScale(0)=(RelativeSize=0.800000)
         SizeScale(1)=(RelativeTime=1.000000,RelativeSize=1.250000)
         StartSizeRange=(X=(Min=0.800000,Max=0.800000),Y=(Min=0.800000,Max=0.800000),Z=(Min=0.800000,Max=0.800000))
         InitialParticlesPerSecond=10.000000
         AutomaticInitialSpawning=False
         DrawStyle=PTDS_Brighten
         LifetimeRange=(Min=0.400000,Max=0.400000)
         WarmupTicksPerSecond=2.000000
         RelativeWarmupTime=2.000000
         Name="MeshEmitter55"
     End Object

make reference to make .u with "LineageEffectAs_Dragon" but if delete with and leave only with "weapon_vala_buster.MeshEmitter54" encrypt was empty.

 

Empty.jpg

Posted

Warning: Failed to load 'LineageEffectAs_Dragon': Can't find file for package 'LineageEffectAs_Dragon'

basically tells you that it couldn't find the file

then it will compile it the same, but without saving the information.

for that you need remove it:

Emitters(0)=MeshEmitter'LineageEffectAs_Dragon.weapon_vala_buster.MeshEmitter54'

 

Emitters(0)=MeshEmitter'MeshEmitter54'

and recopile from 0

 

  • Like 1
Posted

I know that bro but no matter what I do no work, a example:

 

LineageEffectAs_Dragon= Name of .U no necessary

weapon_vala_buster= is to group the effect into vala_buster,etc

MeshEmitter54=this one ofc is a Emitter name calling ingame

 

About recompile like you mean I know it begin from 0 to 5,6,7,8 o whatever Emitter contain effect, just the problem is when I enter in the game look like shit one part of the effect.

 

Posted
On 12/6/2020 at 11:43 PM, CriticalError said:

 

Error-Emitter.jpg

 

 

So, back to the root of the problem. The "static meshes" have lost the textures.

With L2PE you can check it.


https://mega.nz/file/Q1NClaZS#LndlWhBy2Sd29rby8mqZSeb8qS7Zg_d_6s-khftV8f0

 

And share all files you use

 

Or create from 0

Scripts: https://yadi.sk/d/h47U4yj5B54wdA

Staticmeshes/Textures:

http://www.mediafire.com/file/sifws5l5uawq9qi/LineageEffectsStaticmeshes.7z/file

http://www.mediafire.com/file/ryyahtgu04bm2ow/LineageEffectsTextures.7z/file

  • Like 1
Guest
This topic is now closed to further replies.


  • Posts

    • https://prnt.sc/Bkkc0ShGXv9m https://prnt.sc/-JFLvZXsn27A
    • Hello guys want to sell adena in L2 Reborn Signature x1  Stock =14kk good price 
    • Hi guys, I have the following problem, I want to set up two servers on the same dedicated server and I can't.   L2jacis 409 Linux Server. The first gameserver has the following configuration: # ================================================================ # Gameserver setting # ================================================================ # This is transmitted to the clients, so it has to be an IP or resolvable hostname. If this ip is resolvable by Login just leave * Hostname = 190.25.103.103 # Bind ip of the gameserver, use * to bind on all available IPs. GameserverHostname = * GameserverPort = 7777 # The Loginserver host and port. LoginHost = 127.0.0.1 LoginPort = 9014 # This is the server id that the gameserver will request. RequestServerID = 1 # If set to true, the login will give an other id to the server (if the requested id is already reserved). AcceptAlternateID = True UseBlowfishCipher = True # ================================================================ # Database informations # ================================================================ URL = jdbc:mariadb://localhost/server1 Login = server1 Password = server1 I configured the second gameserver like this:   # ================================================================ # Gameserver setting # ================================================================ # This is transmitted to the clients, so it has to be an IP or resolvable hostname. If this ip is resolvable by Login just leave * Hostname = 0.0.0.0 # Bind ip of the gameserver, use * to bind on all available IPs. GameserverHostname = * GameserverPort = 7788 # The Loginserver host and port. LoginHost = 127.0.0.1 LoginPort = 9014 # This is the server id that the gameserver will request. RequestServerID = 2 # If set to true, the login will give an other id to the server (if the requested id is already reserved). AcceptAlternateID = True UseBlowfishCipher = True # ================================================================ # Database informations # ================================================================ URL = jdbc:mariadb://localhost/server2 Login = server2 Password = server2 apart from having tested 0.0.0.0 on the second gameserver I also tried 127.0.0.1 In both cases I see the two servers in the login when I log in, but I try to enter the one with the lowest ping and it kicks me out. The other server always appears with ping 9999 and I try to enter but it doesn't do anything and it freezes the login so I have to log in again. The hexids are in their respective folders. For server 1, it has its hexid inside the gameserver config folder, and I checked that the hexid id is the same id, for example id 1 in the gameserver is also id1 for server 1, and hexid 2 has its hexid 2 for server 2. The server ports are open and listening when I turn on both gameservers. I really don't know what could be wrong. If you could give me some help I would appreciate it. Excuse my English.
    • We have both old channels from 2006-2009 with the 3rd verification function enabled, and new ones.   For availability, please contact us below: Link - Telegram Link - Facebook WhatsApp - Click here to go to WhatsApp chat
    • You can contact me on skype: niedziolek50
  • Topics

×
×
  • Create New...