Jump to content
Graptik

Make AI Teammates Invincible?

Recommended Posts

I am playing Dynamic Recon Ops and I am trying to find a way to make my AI teammates invincible.

I have tried putting scripts in the init files of the units but that doesn't work as I think DRO replaces the units with new units when the game starts.

I have also tried using Zeus and unchecking the "Enable Damage" box. This works but only temporarily, the units eventually start taking damage again.

Any help is much appreciated! 🙂

Share this post


Link to post
Share on other sites

If you have access to debug console during your playthrough, try executing:

{ _x allowDamage false } forEach ((units player) - [player])

Unless DRO is making some looped check for damage and reenables it again this should disable damage for your group but without yourself. Some mods may also alter behaviour of allowDamage function so if you're using any, verify what they are doing exactly.

Share this post


Link to post
Share on other sites

IF you have access to the units in say editor (since you mentioned you put code in their init), there is literally a checkbox in the GUI to not let the unit take damage. Try that.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×