OKey thanks but if i make the deadhull and give the right model name.
he is not working if the tank is destroyed he get the dead hull for 4 seconds. when that deadhull explosed, than i get a crusader chassis. that is not good. i must get the leclerc chassis not the crusader chassis :cry:
The think there is a slowdeath behavior tag that creates an ocl for the explosion. You might want to look at that and then look at the corresponding entry in ObjectCreationsList.INI. BTW ChrisV80 could you release all the cool edited models you made that you aren't using in a mod (even the ones you think suck) like the mat tracks humvee. I won't use it in a mod I release. Just for my personal use to play around with.
hmmz deezire have the end deadhulls working for that sink stuff.
but i have released a lot of models :tard: u can find them on my site
on some models i use into my mod. i will release soon the cobra. heli
not skinned. but nvm. i don't have release all my models for ppl.
Chris at your code for Leclerc, look for the code OCL object which will show when your tank is totally destroyed. BTW you must add a DeadHull code for your unit and add in ObjectCreationLIst as well to work well.
; Turret fly off death
Behavior = SlowDeathBehavior ModuleTag_10
DeathTypes = ALL -CRUSHED -SPLATTED
ProbabilityModifier = 50
DestructionDelay = 500
DestructionDelayVariance = 100
FX = INITIAL FX_GenericTankDeathEffect
OCL = MIDPOINT OCL_GenericTankDeathEffect
FX = FINAL FX_GenericTankDeathExplosion
OCL = FINAL OCL_CrusaderTurret
End
; Catch fire, and explode death
Behavior = SlowDeathBehavior ModuleTag_11
DeathTypes = ALL -CRUSHED -SPLATTED
ProbabilityModifier = 50
DestructionDelay = 2000
DestructionDelayVariance = 300
FX = INITIAL FX_CrusaderCatchFire
OCL = FINAL OCL_GenericTankDeathEffect
FX = FINAL FX_GenericTankDeathExplosion
End