Fluitketel / DynamicEnemyPopulation

A script for Arma 3 to dynamically spawn enemies all across the map.
https://fluitarma.wordpress.com/
GNU General Public License v3.0
12 stars 2 forks source link

Cant change setting apperantly #24

Closed Sturmhuhn closed 4 years ago

Sturmhuhn commented 4 years ago

So i wanted to create a mission using this script where u travel a country full of rebels but whatever i change in the settings to get that doesnt do anything for me. it still spawns east instead of ondependent, it still spawns csat instead of guerillias and it still spawns mortars, jets and car patrols even though i set it up to not do that. i got like 45 mods installed so i guess its likely to have that as the reason for it not working but it still is strange that not even the basic setting dont do anything i think

Fluitketel commented 4 years ago

How exactly do you change the settings? Inside the DEP folder, you should find a settings.sqf file. You can change any setting there, but make sure to uncomment the setting by removing the "//" in front of each setting you want to modify. For example // dep_side = east; becomes dep_side = independent;