-
Notifications
You must be signed in to change notification settings - Fork 18
CBA Mission Settings
Broström.A | Evul edited this page Aug 19, 2018
·
41 revisions
cScripts comes equipped with CBA settings. When you install cScripts for the first time you need to reload the mission in order to access the mission settings. In order to edit the mission settings in Eden-Editor select Settings → Addon Options... (Shortcut: Ctrl + Alt + S).
// cScripts Mission Settings
cScripts_Settings_allowCustomInit = true;
cScripts_Settings_allowCustomTagging = true;
cScripts_Settings_enable7cavZeusModules = true;
cScripts_Settings_enableStartHint = true;
cScripts_Settings_setAiSystemDifficulty = 1;
cScripts_Settings_setCustomHintText = "I have design this mission! Yey for me!";
cScripts_Settings_setCustomHintTopic = "My custom Mission!";
cScripts_Settings_setMissionType = 1;
cScripts_Settings_setRedLightTime = 30;
cScripts_Settings_setTrainingHintTime = 20;
cScripts_Settings_showDiaryRecords = true;
cScripts_Settings_useCustomSupplyInventory = false;
cScripts_Settings_useCustomVehicleInventory = true;
cScripts_Settings_useCustomVehicleSettings = true;
7th Cavalry Gaming 2018. | Maintained by S3 1BN Scripting Department