Jump to content

Egozi44

Members
  • Content count

    851
  • Joined

  • Last visited

Everything posted by Egozi44

  1. What that code does though? make the game see this unit as equivalent to the normal behemoth? This the EquivalentTo code: <EntryList id="EquivalentTo" AssetType="GameObjectWeakRef" MaxLength="0" MinLength="0"/> So is <EquivalentTo EquivalentTo="Behemoth"/> and I need to put it somewhere before the Draws?
  2. Ok... so maybe it didn't was such a great idea as now when you use hotkeys like Q or W the behemoths will be separate into two categories as they now two different units... So while I can live with it, if you have any alternative in the lua thing it will be much welcome, I may try the animation thingy Raven was talking about but I doubt it will work as this model seem buggy...
  3. I based that picture on each user's avatar I don't know who have alliance with who, or if someone here don't get along with certain modder~ So if you find yourself next to someone you don't get along with see it as pure coincidence =-D The people behind the recent mods here~ Needless to say I didn't made it with the intension to offense anyone, just made it for fun ^^ And yea.. it may look unfair that I, Sonic and megumi are the only humans there.. but hay I didn't really choose the GDI commando because he was my favorite or anything, I choose it purely so that people could recognize me as the UOP 1.04 creator from my mod's logo xD
  4. I actually thought I was stupid back then and didn't figure out that bibber literally mean "drunk" as English not my first lang, But this may be the truth for all answers! ;D
  5. In theory it sound like it could work, but I think Breakaway games probably won't give me easy life after making all of this mess, I can just smell new issues popping up Dx So adding this will make it work right? Do you have any idea what we can do next to make it being used only when the Behemoth appear from the war factory? I still think the fastest-most-laziest-way to fix this issue will be to just make behemoth2 xml, that will appear from the OCL but without the user_17 and the weapon xD Unless there's any random unit/ability that filter the behemoth from doing anything or getting anything (aside the experience which I will need to readd), I don't see any predictable issue, Breakaway basically screw up and make the MOK's avatar to spam normal nod avatar that suddenly can take attack bike parts for the vanilla game and nothing special happened
  6. Oh I see, never played that mod in SC2 and thought that the RA3 mod mimic it the exact same way~
  7. In kw it actually in static, global relate to all the Conquest mod, Sounds, and sometimes World builder stuff (though World builder have it own folder which named as.... Worldbuilder ...)
  8. Some group just made something like that for RA3 and released it week ago, afaik RA3 use similar map rules and whatsoever, With lua I think it more than possible
  9. Actually... won't it be simpler to make another behemoth xml that come from the OCL without the weapon as the behemoth don't need to go out from the WF ever again? 0.0
  10. Guess we going to need LUA expert here? @Mjjstral @Madin ?
  11. I think it 4 without the " " indeed (at least from quick look at the lua) But it still don't works :/
  12. Ok, I tried it, unless I mess up something it don't seem like it working I added <EventList Name="STJuggernaughtFunctions" Inherit="BaseScriptFunctions"> <EventHandler EventName="OnCreated" ScriptFunctionName="OnSTJuggernaughtCreated" DebugSingleStep="false"/> </EventList> to the scriptevents And this to the LUA script: function OnSTJuggernaughtCreated(self) ObjectHideSubObjectPermanently( self, "MuzzleFlash_01", true ) ObjectHideSubObjectPermanently( self, "MuzzleFlash_02", true ) ObjectHideSubObjectPermanently( self, "MuzzleFlash_03", true ) ExecuteAction("UNIT_SET_MODELCONDITION_FOR_DURATION", self, "USER_17", "4") end And ofc was sure to add it to the Behemoth's AILuaEventsList, and deleted all the out of war factory models and animations.
  13. Sorry meant to GUBEHMBLDA_SKN, You meant to delete the all the models and animations that have JUST_BUILD and COMING_OUT_OF_FACTORY and the weapon thingy? exclude user_17's right? That what this topic is all about
  14. I got what you meant back then, what I meant was that I think I realized how the switch for the bunker animation work : P The strange thing though is that the bunker animation not visible at the x3wviwer I thought abut trying to use the GUBEHEMOTH_BLDA model as default but was sure it won't look right, Maybe I can try to add COMING_OUT_OF_FACTORY USER_17 to all the necessary conditions and see how it goes... Unless you know of better way to trigger it like LUA?
  15. I think I understand what going on, EA made another model (only for the war factory) for the behemoth that use user_17 as trigger right? (that model can't be view with the x3wviewer as well no matter what shader you use btw) that model is the one the behemoth skip if we delete user_17 and the trigger and go straight to the PARSE_DEFAULT model which... despite working well with the war factory animation in the viewer.. seem to not work with it in-game, So while the behemoth skip the model that don't have trigger that let it appear temporarily, it will use the default model and will look broken. So any ideas how I can use that model on for coming out of factory condition? adding it as condition don't work as long as it don't have something that trigger it, and adding COMING_OUT_OF_FACTORY in the animation AttributeModifier don't seem to work from my few first tests At least now I got why they used fireweapon module that only work for few secs...
  16. If only there was a way to give the fireweapon a condition it may solve it, normal conditionyes won't work though Edit Increasing or decreasing the BuildFadeInOnCreateTime will result in the behemoth just wait standing in the war factory till it his cue to move (if Increasing) , Or just spawn standing from the air (if decreasing) and start move fast to the exit . As for speeding up the animation, I don't sure which part to speed but I assume it will make it look funny. I think the lua will be the best option but don't sure how to trigger the modelcondition from it, Is three any unit out there that uses lua for it model?
  17. Already deleted it, but it easy to recreate it, and it the result I got in 99% of my testing anyway (aside that one time I made him to somehow not show this broken model, but after few secs he just standed midway and walk outside the WF instead , unfortunately I was stupid enough to not save this xml cause I was sure I could recreate it easily...) To create this broken animation/model all you need to do is delete the user_17 model and animation or delete fireweapon. The animation start normally for few secs and then the model changes to what you see in the picture above so it may be fast animation or model shifting as you said but I can't find what wrong in the xml, even mimic the original Juggernaut xml will result in the same thing probably cause the behemoth have different time for the animations. I never really used the lua for anything aside hiding or showing sub objects, how can I use it as trigger for user_17? and is it possible to make it to use the coming out of factory condition so it won't repeat itself when the behemoth recover?
  18. Thanks for your time, I tried almost anything you all suggest here or anything I know and still got it broken in one way or another, I don't understand the mechanism behind that animation thingy but it may be coded... and if it does I can't do anything to solve it :/ Here a pic of how it looks like when the behemoth's bunker and cannons don't start "unpacked" in case you curious....
  19. I see, well either way I still run into issues, changing user_17 condition or removing it (and now also removing the fireweapon module) will fix the recovery animation as I stated in the first post but it still show broken Coming out of factory animation, this time however it looked different, it will show the bunker and cannons alright but will stop middle way and show the behemoth just walking outside normally, I done some tests and also tried to change the condition of the AttributeModifier_BehemothBuildAnimation from user_17 to COMING_OUT_OF_FACTORY while removing all the user_17 models (I must do either way or the game will crush from having the same models and conditions twice) but it didn't help. I think now it have something to do with the animation frame time code (that in the game object) or something else that stop it mid way? Or maybe I can try something else and somehow make the fireweapon module code to work only if it come out of factory? I don't sure if I can set condition for it though Edit, looking at the animation there are few things that may look weird (at least for me) <AnimationState ParseCondStateType="PARSE_NORMAL" ConditionsYes="USER_17" StateName="STATE_built" EnteringStateFX="" FrameForPristineBonePositions="0" ShareAnimation="False" AllowRepeatInRandomPick="False" SimilarRestart="False"> <Animation AnimationName="GUBEHMBLDA_BLDA" AnimationMode="ONCE" Distance="0" AnimationBlendTime="5" AnimationSpeedFactorMin="1" AnimationSpeedFactorMax="1" WeaponTimingOrdering="PRIMARY_WEAPON" WeaponTimingSlotID="1" AnimationPriority="1" FadeBeginFrame="-1" FadeEndFrame="-1" AnimationMustCompleteBlend="False" UseWeaponTiming="False" FadingIn="False" /> </AnimationState> <AnimationState ParseCondStateType="PARSE_NORMAL" ConditionsYes="COMING_OUT_OF_FACTORY" StateName="STATE_built" EnteringStateFX="" FrameForPristineBonePositions="0" ShareAnimation="False" AllowRepeatInRandomPick="False" SimilarRestart="False"> <Animation AnimationName="GUBEHMBLDA_BLDA" AnimationMode="ONCE" Distance="0" AnimationBlendTime="0" AnimationSpeedFactorMin="1" AnimationSpeedFactorMax="1" WeaponTimingOrdering="PRIMARY_WEAPON" WeaponTimingSlotID="1" AnimationPriority="1" FadeBeginFrame="-1" FadeEndFrame="-1" AnimationMustCompleteBlend="False" UseWeaponTiming="False" FadingIn="False" /> </AnimationState> Animation will start and end in -1 (don't know if it alright unless the Behemoth start standing) Only user_17 have AnimationBlendTime set to 5 The animationpriority set low (though there aren't any other animations that have bigger priority so I don't think it issue unless that mean the game can randomly ignore it)
  20. Thanks, will try it, Is there any point in delete the fireweapon module if user_17 won't be used anyway?
  21. Thanks for the help. The thing is that simply remove user_17 (or it's trigger) will break the getting up animation of the bunker and cannon and Not the animation of the behemoth itself (the bunker and cannons also have unpack animation or else the bunker will pop out of the war factory) . There's any way to make a user/upgrade/trigger that will show the animation only once for every behemoth unit per life time even after being respawn from husk? I thought about user that trigger it and then being replaced by other user or some other trigger that can come only from the war factory, any ideas?
  22. Both versions are messed up and have their own minus and pluses, I have 3 different version of WED 1.07 (beta, gamma, modify one) and 2 versions of 1.08 (gamma is messed up and ignore all of my modifications), I use some random 1.08 version I found long ago which seem to do the job, the only minus is that it extract the xmls in different way and don't include some code line, However unlike all the versions of 1.07 it DON'T mess up any line, it just won't show them, what I do in these cases is extracting the same xml from 1.07 and look for the line I need WHEN I need it.
  23. So, any idea what even trigger user_17? D : It don't seem to be in the war factory, faction's upgrade, or any of the sort
  24. WED ver 1.07 tend to remove or mess up some code lines, Multisound and AudioEvent are one of them, that why I uses 1.08
×