Posted: . At: 12:44 PM. This was 4 years ago. Post ID: 14213
Page permalink. WordPress uses cookies, or tiny pieces of information stored on your computer, to verify who you are. There are cookies for logged in users and for commenters.
These cookies expire two weeks after they are set.


How to spawn RHS or Project OPFOR units with the Arma 3 Spawn AI module.


The spawn AI module for Arma 3 is very good for spawning AI in a mission and having them capture sectors automatically, but how do you spawn AI from mods? This is easy. Just use this code below in the initialization section of the module.

this setVariable[ "side", "East", true ];
this setVariable[ "faction", "LOP_ChDKZ", true ];

This will spawn Project OPFOR ChDKZ units with the module.

Spawn AI from mods with the Spawn AI module in Arma 3.
Spawn AI from mods with the Spawn AI module in Arma 3.

This really does work very well in Arma 3.

Spawned OPFOR units in the base...
Spawned OPFOR units in the base…

Give this a go in your missions. I am not sure if this would work with the sites module, but I might try it.

This code sample placed in the init of the Spawn AI module will spawn Project OPFOR CDF Blufor forces.

this setVariable[ "side", "West", true ]; 
this setVariable[ "faction", "LOP_CDF", true ];

This code does work if you try it and see. This does not work with the sites module, but I need to find a way to do that.


5 thoughts on “How to spawn RHS or Project OPFOR units with the Arma 3 Spawn AI module.”

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.