Skip to content

CBA Mission Settings

Broström.A | Evul edited this page Oct 14, 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 freely. Alternative you can edit the settings directly in the cba_settings.sqf file, located in the mission root. The mission values are not in the settings file per default and need to be manually added. Reason behind this is to allow the user to manually change the settings in a easy maner. Below you'll find the default values for cScripts Mission Settings.

Note: Settings that you changed in the mission are saved in the mission.sqm file. But are over written by the cba_settings.sqf if they are pressen there.

Default Values

// cScripts Mission Settings
cScripts_Settings_allowCustomInit = true;
cScripts_Settings_allowCustomTagging = true;
cScripts_Settings_enable7cavZeusModules = true;
cScripts_Settings_enableStartHint = true;
cScripts_Settings_setAiSystemDifficulty = 0;
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;

See also

cScripts Development Wiki

Clone this wiki locally