From 035277aafcd817ef25ff9e9b5e8f0d3206074c3c Mon Sep 17 00:00:00 2001 From: jaynus Date: Thu, 14 May 2015 08:11:08 -0700 Subject: [PATCH 1/2] removed illegal character --- addons/frag/stringtable.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/frag/stringtable.xml b/addons/frag/stringtable.xml index 5b49b0e192..a3a91b92d9 100644 --- a/addons/frag/stringtable.xml +++ b/addons/frag/stringtable.xml @@ -17,7 +17,7 @@ Maximum Projectiles Tracked - This setting controls the maximum amount of projectiles the fragmentation & spalling system will track at any given time. If more projectiles are fired, they will not be tracked. Lower this setting if you do not want FPS drops at high-count projectile scenarios ( >200 rounds in the air at once) + This setting controls the maximum amount of projectiles the fragmentation and spalling system will track at any given time. If more projectiles are fired, they will not be tracked. Lower this setting if you do not want FPS drops at high-count projectile scenarios ( >200 rounds in the air at once) Maximum Projectiles Per Frame From 92799719b64ef05a9c516de86d43d5c22c12341a Mon Sep 17 00:00:00 2001 From: jaynus Date: Thu, 14 May 2015 08:30:06 -0700 Subject: [PATCH 2/2] Spall off by default. --- addons/frag/ACE_Settings.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/frag/ACE_Settings.hpp b/addons/frag/ACE_Settings.hpp index bbf0398cfb..5efba45057 100644 --- a/addons/frag/ACE_Settings.hpp +++ b/addons/frag/ACE_Settings.hpp @@ -9,7 +9,7 @@ class ACE_Settings { displayName = "$STR_ACE_frag_EnableSpall"; description = "$STR_ACE_frag_EnableSpall_Desc"; typeName = "BOOL"; - value = 1; + value = 0; }; class GVAR(maxTrack) { displayName = "$STR_ACE_frag_MaxTrack";