I'm attempting to make my pathfinder have it's standard camo at build-up (stealthed while shooting/not moving) and upgrade this stealth to full stealth at elite and heroic levels, but I'm not having any luck. I have tried the stealh upgrade and update modules from the DZ mod list but no matter how I set them my game crashes at startup, being a novice modder any help is very much appreciated. My stealth modules in the infantry.ini are below...
Code:
Behavior = StealthUpdate ModuleTag_09
StealthDelay = 5 ;msec
StealthForbiddenConditions = MOVING ;stays stealthy while attacking
FriendlyOpacityMin = 30.0%
FriendlyOpacityMax = 80.0%
PulseFrequency = 500 ;msec
MoveThresholdSpeed = 3
InnateStealth = No
OrderIdleEnemiesToAttackMeUponReveal = Yes
End
StealthUpgrade
[enables use of StealthUpdate module on this object, requires InnateStealth = No]
TriggeredBy = Upgrade_Veterancy_VETERAN Upgrade_Veterancy_ELITE Upgrade_Veterancy_HEROIC
FXListUpgrade = FX_BombTruckDisguise
ConflictsWith = NONE
RequiresAllTriggers = No
End
StealthUpdate
;[this module allows the use of SoundStealthOn and SoundStealthOff parameters on the object and is hardcoded to display MESSAGE:StealthNeutralized when the object has been discovered]
StealthDelay = 5
MoveThresholdSpeed = 3
StealthForbiddenConditions = NONE
HintDetectableConditions = NONE
FriendlyOpacityMin = 30%
FriendlyOpacityMax = 80%
PulseFrequency = 500
RevealDistanceFromTarget = 10
OrderIdleEnemiesToAttackMeUponReveal = No
InnateStealth = No
DisguisesAsTeam = No ;requires KindOf = DISGUISER]
DisguiseFX = FX_BombTruckDisguise ;requires KindOf = DISGUISER]
DisguiseRevealFX = FX_BombTruckDisguiseReveal ;requires KindOf = DISGUISER]
DisguiseTransitionTime = 10
DisguiseRevealTransitionTime = 15
End