Skip to content

Commit

Permalink
Update cba_settings.sqf
Browse files Browse the repository at this point in the history
Adjustments to hopefully stabilize the Client and Server FPS a bit.

Reduced Fragmentation from 10 to 5.
Reduced Casings from weapons from 250 to 50.
  • Loading branch information
Zarenx authored Oct 2, 2023
1 parent 2131fc4 commit 469da62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cba_settings.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ force force ace_captives_requireSurrenderAi = false;

// ACE Casings
//ace_casings_enabled = true;
//ace_casings_maxCasings = 250;
//ace_casings_maxCasings = 50;

// ACE Common
force force ace_common_allowFadeMusic = true;
Expand Down Expand Up @@ -136,8 +136,8 @@ force force ace_fortify_timeMin = 1.5;

// ACE Fragmentation Simulation
force force ace_frag_enabled = true;
force force ace_frag_maxTrack = 10;
force force ace_frag_maxTrackPerFrame = 10;
force force ace_frag_maxTrack = 5;
force force ace_frag_maxTrackPerFrame = 5;
force force ace_frag_reflectionsEnabled = true;
force force ace_frag_spallEnabled = false;

Expand Down

0 comments on commit 469da62

Please sign in to comment.