-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1099 from zgmrvn/master
CBA Settings implementation to replace removed userconfig file Former-commit-id: fd1e5ef5e98d5961f16668d85db61a538d2fa890 [formerly bb732b97febb4d0db52114881a3a35645b105927] [formerly 4c4890e50da77b4df60e35bcc24c3df7de9421e9 [formerly 6702f1d15232563ca7aa5b3907e49e2e47eab517]] [formerly fc88ce76305c8110e8d5e0fa625f542979180261 [formerly 55b9f54ca7a4da6bca6fe601fdb15354b975b6dc] [formerly 555943a05a146c77e8a65574479d9047102aa214 [formerly c9f1569449b90796a48d51d909a1e3a840f5751f]]] Former-commit-id: 36d8078f0c587d869d660defef96be40502ce993 [formerly 81e452d95368af261a78f808bdb3465e0a7fd0fc] [formerly 2a540029539c68cf254d7be65a1ce6c7c6b8599b [formerly 5091431750622fd4a9dcfd36cf8b5bda831b44d2]] Former-commit-id: 646e0a09d0e3efdaa2f123bf3df01bb9ff76cdab [formerly dee6eea4cf7e43587c73eb08e7a8c1fe8862450e] Former-commit-id: 8baf2b24c4103a12e606d0cff83dc86792b5f41f
- Loading branch information
Showing
6 changed files
with
2,500 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
arma3/@task_force_radio/addons/task_force_radio/functions/cba_settings.sqf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// server | ||
["TF_no_auto_long_range_radio", "CHECKBOX", localize "STR_radio_no_auto_long_range_radio", "Task Force Arrowhead Radio", true, true] call CBA_Settings_fnc_init; | ||
["TF_give_personal_radio_to_regular_soldier", "CHECKBOX", localize "STR_radio_give_personal_radio_to_regular_soldier", "Task Force Arrowhead Radio", false, true] call CBA_Settings_fnc_init; | ||
["TF_give_microdagr_to_soldier", "CHECKBOX", localize "STR_radio_give_microdagr_to_soldier", "Task Force Arrowhead Radio", true, true] call CBA_Settings_fnc_init; | ||
["TF_same_sw_frequencies_for_side", "CHECKBOX", localize "STR_radio_same_sw_frequencies_for_side", "Task Force Arrowhead Radio", false, true] call CBA_Settings_fnc_init; | ||
["TF_same_lr_frequencies_for_side", "CHECKBOX", localize "STR_radio_same_lr_frequencies_for_side", "Task Force Arrowhead Radio", false, true] call CBA_Settings_fnc_init; | ||
["TF_same_dd_frequencies_for_side", "CHECKBOX", localize "STR_radio_same_dd_frequencies_for_side", "Task Force Arrowhead Radio", false, true] call CBA_Settings_fnc_init; | ||
// client | ||
["TF_default_radioVolume", "SLIDER", localize "STR_radio_default_radioVolume", "Task Force Arrowhead Radio", [1, 9, 9, 0]] call CBA_Settings_fnc_init; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2,485 changes: 2,484 additions & 1 deletion
2,485
arma3/@task_force_radio/addons/task_force_radio/stringtable.xml
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.