Skip to content

Commit

Permalink
Changed TFAR range settings.
Browse files Browse the repository at this point in the history
Disabled object interception for performance.
Increased Global Range.
  • Loading branch information
Elemtael authored Aug 10, 2024
1 parent a830fac commit 3dcbd36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cba_settings.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -1533,9 +1533,9 @@ force force TFAR_fullDuplex = true;
force force TFAR_giveLongRangeRadioToGroupLeaders = false;
force force TFAR_giveMicroDagrToSoldier = true;
force force TFAR_givePersonalRadioToRegularSoldier = false;
force force TFAR_globalRadioRangeCoef = 1;
force force TFAR_globalRadioRangeCoef = 3;
force force TFAR_instantiate_instantiateAtBriefing = false;
force force TFAR_objectInterceptionEnabled = true;
force force TFAR_objectInterceptionEnabled = false;
force force TFAR_objectInterceptionStrength = 400;
force force tfar_radiocode_east = "_opfor";
force force tfar_radiocode_independent = "_independent";
Expand Down

0 comments on commit 3dcbd36

Please sign in to comment.