feat: add CBA mission overrides configuration file

This commit is contained in:
Jacob Schmidt 2026-04-22 18:14:55 -05:00
parent f3247b8e54
commit ec3086eb21

View File

@ -0,0 +1,7 @@
// Forge framework CBA mission overrides.
// Place this file in your mission root as cba_settings.sqf.
force forge_client_actor_enableLoc = true;
force forge_client_actor_enableGear = true;
force forge_client_actor_enableVA = true;
force forge_client_actor_enableVG = true;