Update config.sqf

Changed DMS_AI_Classname from O_recon_F to O_Soldier_unarmed_F, when Arma is Arma and the AI spawns naked, it uses the default loadout of O_recon_F which has a Katiba with attachments that can be dupe sold in Exile
This commit is contained in:
MGT 2017-08-13 08:38:48 +01:00 committed by GitHub
parent 180fda031f
commit 01ac7860b0

View File

@ -306,7 +306,7 @@ DMS_SpawnMissions_Scheduled = false; // Whether or not to spawn missions in a sc
/* AI Settings */
DMS_AI_Classname = "O_recon_F"; // Since some of you wanted this...
DMS_AI_Classname = "O_Soldier_unarmed_F"; // Since some of you wanted this...
DMS_AI_NamingType = 0; // This specifies the "naming scheme" for the AI. 0 corresponds with the default ArmA names; 1 means you want a DMS name (eg: [DMS BANDIT SOLDIER 123]); 2 means you want to generate a name from a list of first and last names (DMS_AI_FirstNames, DMS_AI_LastNames).
DMS_AI_FirstNames = [ // List of "first names" that an AI can have. Only used when DMS_AI_NamingType = 2.