Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Un-force A3TI settings #8

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
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
20 changes: 10 additions & 10 deletions Missionframework/cba_settings.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -543,16 +543,16 @@ force force usaf_serviceMenu_setting_repairTime = "100";
force force usaf_serviceMenu_setting_replaceSources = false;

// A3TI
force force A3TI_ALLOW_VANILLA_TI = false;
force A3TI_ACE_JAVELIN = true;
force A3TI_ALLOW_TANK_DRIVER = true;
force A3TI_ALLOW_VANILLA_TI = true;
force A3TI_ENABLE_ZEUS = true;
force A3TI_HD_VISION_FIGHTER = true;
force A3TI_HD_VISION_LANDVEH = true;
force A3TI_HD_VISION_SHIP = false;
force A3TI_HD_VISION_UAV = true;
force A3TI_REMOVE_FILMGRAIN_RHS = true;
A3TI_ALLOW_VANILLA_TI = false;
A3TI_ACE_JAVELIN = true;
A3TI_ALLOW_TANK_DRIVER = true;
A3TI_ALLOW_VANILLA_TI = true;
A3TI_ENABLE_ZEUS = true;
A3TI_HD_VISION_FIGHTER = true;
A3TI_HD_VISION_LANDVEH = true;
A3TI_HD_VISION_SHIP = false;
A3TI_HD_VISION_UAV = true;
A3TI_REMOVE_FILMGRAIN_RHS = true;

// BettIR
force force BettIR_ViewDistance = 3600;
Expand Down