Page 2 of 2
Posted: 03 May 2007, 20:15
by zwzsg
When I heard that it was possible to have "death animation", that the dev made it so the engine wait till the "Killed(.,.)" function return to actually remove the unit, I though "great, I can make transport unload everything in their Killed(.,.)". Sadly, it doesn't work, because the engine kills every attached unit as soon as the transport reach 0 health, instead of waiting the end of the Killed(.,.) death sequence of the transport to kill attached units.
Posted: 03 May 2007, 20:22
by trepan
The 'ReleaseHeld' FBI tag was added by ILMTitan ( r3587, 2007-04-08 ).
Posted: 03 May 2007, 20:49
by smoth
so, lets see we can use this script to plop all units as soon as the unit does it's unload animation!
Hmm, I may have to try and use it in gundam. I wonder if we can adapt it for the ee transports? Does swta still use something similar?
Posted: 03 May 2007, 21:21
by KDR_11k
zwzsg wrote:Or whatever other event the bos can be made aware of.
You can Lua in a new command AFAIK.
Posted: 04 May 2007, 05:13
by Isaactoo
Did you ever release your space slug? That really neat.
Do you think you'll ever make a random mod out of all the units you've done major scripting breakthroughs on?
Important
Posted: 04 May 2007, 16:29
by rcdraco
Why does Smoth keep writing in Pink? It's annoying and makes my monitor squeel.
Re: questions for the script master zwzsg.
Posted: 08 May 2007, 08:26
by Zodius
zwzsg wrote:It should be noted that Zodius made those True WalkScript first, he calls them Zbot, and he claim his don't suffer from my bug of sometimes lifting all legs at once. I didn't say those true walkscript don't work in Spring.
Yay! I will have to get around to telling you how that works some day.
As for not working in spring, this is because Springs coordinate system is radically different from TA's and as such causes the walking to fail if the unit has to turn. If i knew more about the coordinate system, I could make it spring compatable, but it may still retain the problem Z mentioned of it not working right on slopes.
-1