Skip to content

Commit

Permalink
ACE View Restrictions
Browse files Browse the repository at this point in the history
// ACE View Distance Limiter

- added `force` to  `ace_viewdistance_limitViewDistance = 10000;`

 // ACEX View Restriction

- added `force` to `acex_viewrestriction_modeSelectiveAir = 0;`
- added `force` to `acex_viewrestriction_modeSelectiveFoot = 0;`
- added `force` to `acex_viewrestriction_modeSelectiveLand = 0;`
- added `force` to `acex_viewrestriction_modeSelectiveSea = 0;`
  • Loading branch information
JamesTheClarke committed May 31, 2021
1 parent f5d1730 commit 37c7a3f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cba_settings_userconfig/cba_settings.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ ace_vehicles_speedLimiterStep = 5;

// ACE View Distance Limiter
force force ace_viewdistance_enabled = true;
ace_viewdistance_limitViewDistance = 10000;
force ace_viewdistance_limitViewDistance = 10000;
ace_viewdistance_objectViewDistanceCoeff = 0;
ace_viewdistance_viewDistanceAirVehicle = 9;
ace_viewdistance_viewDistanceLandVehicle = 6;
Expand Down Expand Up @@ -478,10 +478,10 @@ force force acex_sitting_enable = true;

// ACEX View Restriction
force force acex_viewrestriction_mode = 0;
acex_viewrestriction_modeSelectiveAir = 0;
acex_viewrestriction_modeSelectiveFoot = 0;
acex_viewrestriction_modeSelectiveLand = 0;
acex_viewrestriction_modeSelectiveSea = 0;
force acex_viewrestriction_modeSelectiveAir = 0;
force acex_viewrestriction_modeSelectiveFoot = 0;
force acex_viewrestriction_modeSelectiveLand = 0;
force acex_viewrestriction_modeSelectiveSea = 0;
acex_viewrestriction_preserveView = false;

// ACEX Volume
Expand Down

0 comments on commit 37c7a3f

Please sign in to comment.