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

    • nice work, welcome back to world of lineage development @melron 😄
    • He's likely baiting you to download his source full of backdoors indeed
    • Yeah inside router i had to enable udnp services 
    • Hello cheaters, As a team of avid developers and enthusiasts of Lineage 2, we are excited to present the L2 Control Hub, a groundbreaking plugin designed by myself and my collaborator, StinkyMadness. This innovative tool equips server administrators with powerful automation capabilities directly within the game's community board. L2 Control Hub simplifies the creation and management of automations, enabling you to customize your server operations without the need to modify the source code.   Key Features of L2 Control Hub: Robust Automation Triggers: Select from a plethora of triggers currently available, with continuous additions in the works to enhance your control options. Dynamic Conditions and Actions: Tailor your server operations with an extensive range of conditions and actions, ensuring flexible and precise control over game events and player interactions. Customizable Variables: Easily integrate server-specific variables from your database to further personalize and streamline your automations. Utilize these variables across various automation scenarios to cater to your specific server requirements. JavaScript Integration: Execute custom JavaScript codes that interact seamlessly with Java classes, bringing advanced functionalities to your server's ecosystem.   Explore L2 Control Hub in Action: We've prepared a series of video tutorials to demonstrate the capabilities of L2 Control Hub: Control Hub - Create a Simple Flow with 1 Condition and 1 Action: Get started with basic automations. Control Hub - Multiple Conditions with Multiple Actions: Explore more complex automations for detailed server management. Control Hub - Using Variables: Discover how to implement and use custom variables for tailored automations. Control Hub - Using JavaScript: Experience the power of custom scripts in enhancing your server functionality.   L2 Control Hub is currently about 70% complete, and we are actively developing and refining features. We invite you to join our ➡️ Discord community ⬅️ to engage with the development process, provide feedback, and be the first to test new features. Additionally, any updates or changes to the plugin are seamlessly delivered to all customers directly from our web server, ensuring your system is always up-to-date without the need for manual downloads.   Your game, your rules, automated. Join us in redefining server management in Lineage 2 and elevate your gaming community with unmatched automation capabilities. For more details, contact us directly to get started with L2 Control Hub.   Currently, the plugin is developed using aCis sources. We will continue with these sources until we finalize all the necessary details before proceeding to integrate with the more prominent sources available.       The L2 Control Hub is designed to extend beyond mere functional additions to your server. We are in the process of implementing a suite of advanced mechanisms, such as a vote manager capable of interfacing with any Lineage 2 voting site without requiring configuration, live statistics to provide admins with real-time insights, and an event engine that can generate any desired event within seconds. All these features will be seamlessly integrated into the module, enhancing your server management experience significantly.     Please note that L2 Control Hub will be a premium tool, reflecting the extensive features and benefits it offers. While we are finalizing the pricing structure, rest assured that we aim to deliver great value for your investment. We will announce the cost details soon on our platforms to ensure everyone is well-informed and can plan accordingly. Join us to take your server management to the next level with L2 Control Hub.     
    • The link soucer and system are off, reup please, thanks very much @HypeH
  • Topics

×
×
  • Create New...