diff --git a/reaction/Reaction-ChangeLog b/reaction/Reaction-ChangeLog index 4238e2b4..58f69d97 100644 --- a/reaction/Reaction-ChangeLog +++ b/reaction/Reaction-ChangeLog @@ -1,3 +1,4 @@ +- Changed com_zoneMegs to 128 (from 64) - Adjust default auto-exposure a bit higher. - Added .mtr file support. .mtr files are just .shader files that are accessed first. - Added support for q3gl2_sun shaderparm in sky shaders to control sun shadows diff --git a/reaction/code/qcommon/common.c b/reaction/code/qcommon/common.c index 2cedf4fe..36fb80c5 100644 --- a/reaction/code/qcommon/common.c +++ b/reaction/code/qcommon/common.c @@ -39,7 +39,7 @@ int demo_protocols[] = #define MIN_DEDICATED_COMHUNKMEGS 1 #define MIN_COMHUNKMEGS 256 #define DEF_COMHUNKMEGS 256 -#define DEF_COMZONEMEGS 64 +#define DEF_COMZONEMEGS 128 #define DEF_COMHUNKMEGS_S XSTRING(DEF_COMHUNKMEGS) #define DEF_COMZONEMEGS_S XSTRING(DEF_COMZONEMEGS) diff --git a/reaction/misc/Reaction_server.cfg b/reaction/misc/Reaction_server.cfg index 78ead647..67c212ed 100644 --- a/reaction/misc/Reaction_server.cfg +++ b/reaction/misc/Reaction_server.cfg @@ -102,4 +102,4 @@ seta com_maxfps "85" seta com_altivec "0" seta com_hunkMegs "256" seta vm_game "2" -seta com_zoneMegs "64" +seta com_zoneMegs "128"