Sneaker Posted January 4, 2018 Share Posted January 4, 2018 Hi, I'd like to teach my clan to have fun with I&A 3.x, but running it locally "as is" is just too overwhelming for 6-10 players. Which file do I edit (and how) to spawn reasonable amounts of enemy units pr AO ? Thanks RG Sneaker Link to comment Share on other sites More sharing options...
Stanhope Posted January 4, 2018 Share Posted January 4, 2018 UnPBO the mission file if you haven't already. For the main AO: Then go to this file: Invade_&_Annex_3_3_6.altis\Functions\AI\fn_mainAOSpawnHandler.sqf That's the file that handles the units spawned by the AO. You can alter which and how many vehicles are spawned in here. For the side missions: Go to the folder: Invade_&_Annex_3_3_6.altis\Functions\Units in here you'll find the following files: fn_sideMissionEnemy.sqf fn_smenemyeast.sqf fn_smenemyeastintel.sqf fn_smenemyeastrescuepilot.sqf fn_smenemyurban.sqf These files spawn in the units for side missions. fn_sideMissionEnemy.sqf is passed parameters to determine how many units are spawned, the others are a fixed amount. If you want to alter how many units are spawned in in a side mission i suggest first looking at the files for those side missions which can be found in this folder: Invade_&_Annex_3_3_6.altis\Missions\Side If you've got any more questions don't hesitate to ask. Sneaker 1 Link to comment Share on other sites More sharing options...
Sneaker Posted January 6, 2018 Author Share Posted January 6, 2018 I got it to work. Thanks :-) I had to comment out this #include though, because it wouldn't start without: initServer.sqf // get local Zeus info//#include "\arma3_readme.txt"; Link to comment Share on other sites More sharing options...
Stanhope Posted January 7, 2018 Share Posted January 7, 2018 8 hours ago, Sneaker said: I got it to work. Thanks :-) I had to comment out this #include though, because it wouldn't start without: I suggest you take a look at this topic: It explains what that file does and why it's included there. Sneaker 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now