RizlaUK Posted March 13, 2016 Share Posted March 13, 2016 Hi, I'm trying to edit the default units that spawn in for the Attack and Defend part of the mission. I&A looks like it uses EOS to carry out the spawning for this but in the 'openme.sqf' in the EOS folder the array that allows you to change the spawn compositions is commented out. Do i have to edit this somewhere else or is it as simple as uncommenting and tweaking to my liking? Kind regards Rizla Link to comment Share on other sites More sharing options...
PERO Posted March 13, 2016 Share Posted March 13, 2016 See this: http://www.ahoyworld.co.uk/topic/4566-replacing-csataaf-with-rhs-units-in-mission/ To change the enemies at side mission, look in the side mission SQF files. RizlaUK 1 Link to comment Share on other sites More sharing options...
RizlaUK Posted March 13, 2016 Author Share Posted March 13, 2016 Thanks for the reply Pedro. To be clear, if i change the default values from this: #define INF_TYPE "OIA_InfSentry","OIA_InfSquad","OIA_InfSquad_Weapons","OIA_InfTeam","OIA_InfTeam_AA","OIA_InfTeam_AT","OI_reconPatrol","OI_reconSentry","OI_reconTeam" #define MRAP_TYPE "O_MRAP_02_gmg_F","O_MRAP_02_hmg_F" To this: #define INF_TYPE "OIA_InfSentry","OIA_InfSquad","OIA_InfSquad_Weapons","OIA_InfTeam","OIA_InfTeam_AT","OI_reconPatrol","OI_reconSentry","OI_reconTeam" #define MRAP_TYPE "O_MRAP_02_gmg_F","O_MRAP_02_hmg_F","O_G_Offroad_01_armed_F" The behaviour this should display is, removing an AA squad and adding an armed Offroad vehicle. Do i need to change anything else? Kind regards Rizla 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