Skip to content

Commit

Permalink
added radio encryption
Browse files Browse the repository at this point in the history
Radio codes are now working as intended so blufor, redfor and greenfor radios cannot hear each other.
  • Loading branch information
Zarenx authored Oct 3, 2023
1 parent 4230791 commit 2c9fa3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cba_settings.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ force force TFAR_objectInterceptionStrength = 400;
force force tfar_radiocode_east = "_opfor";
force force tfar_radiocode_independent = "_independent";
force force tfar_radiocode_west = "_bluefor";
force force tfar_radioCodesDisabled = true;
force force tfar_radioCodesDisabled = false;
force force TFAR_SameLRFrequenciesForSide = false;
force force TFAR_SameSRFrequenciesForSide = false;
force force TFAR_setting_defaultFrequencies_lr_east = "";
Expand Down

0 comments on commit 2c9fa3d

Please sign in to comment.