-
Notifications
You must be signed in to change notification settings - Fork 18
CBA Mission Settings
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). 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. Below you'll find the default values for settings.
// 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