Skip to content

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 SettingsAddon Options... (Shortcut: Ctrl + Alt + S). This will open the control panel seen on the picture to the right. Now you need to select the cScripts Mission Settings in the drop down menu. You can now edit the mission settings. Alternative you can edit the settings directly in the cba_settings.sqf located in the mission root (Below you'll find the default values for settings.)

Default Values

// 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;

cScripts Development Wiki

Clone this wiki locally