Skip to content
This repository was archived by the owner on May 13, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cba_settings.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -748,12 +748,12 @@ acre_sys_core_postmixGlobalVolume = 1;
acre_sys_core_premixGlobalVolume = 1;
force acre_sys_core_revealToAI = 1;
acre_sys_core_spectatorVolume = 1;
acre_sys_core_terrainLoss = 0.9;
acre_sys_core_terrainLoss = 1;
force acre_sys_core_ts3ChannelName = "";
force acre_sys_core_ts3ChannelPassword = "";
force acre_sys_core_ts3ChannelSwitch = true;
force acre_sys_core_unmuteClients = true;
force acre_sys_signal_signalModel = 1;
force acre_sys_signal_signalModel = 2;

// ACRE2 UI
acre_sys_gui_volumeColorScale = [[1,1,0,0.5],[1,0.83,0,0.5],[1,0.65,0,0.5],[1,0.44,0,0.5],[1,0,0,0.5]];
Expand Down