]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Update description of g_mapinfo_q3compat and move its definition to the correct location 856/head
authorMario <mario.mario@y7mail.com>
Fri, 30 Sep 2022 12:16:25 +0000 (22:16 +1000)
committerMario <mario.mario@y7mail.com>
Fri, 30 Sep 2022 12:16:25 +0000 (22:16 +1000)
xonotic-common.cfg
xonotic-server.cfg

index 4dac576ec5ba2bc6fe8cea88f402b5529d1bc651..651cd1503acdb5dd889885b454166e809ac2a878 100644 (file)
@@ -163,8 +163,7 @@ set debug_deglobalization_clear 0 "make the new wrappers set globals to NaN afte
 // disabling until it's complete
 set prvm_garbagecollection_enable 0
 
-set g_mapinfo_arena_compat 1 "allow mapinfo data to be pulled directly from .arena and .defi files if they exist, rather than generating .mapinfo files for them"
-set g_mapinfo_arena_generate 0 "allow mapinfo data to be pulled from .arena and .defi files during generation"
+set g_mapinfo_q3compat 1 "0: generate .mapinfo if none exists, ignoring .arena and .defi files. 1: read .arena and .defi files, don't generate .mapinfo. 2: generate .mapinfo if none exists using data from .arena files instead of reading them, .defi files continue to be used directly"
 
 // load console command aliases and settings
 exec commands.cfg
index 9140e6f802d82bca764a140e8542d5a6cc191491..ba9c114d3f71ff1b23c5d6de472401c5764a11e3 100644 (file)
@@ -505,7 +505,6 @@ sv_gameplayfix_gravityunaffectedbyticrate 1
 sv_gameplayfix_nogravityonground 1
 
 set sv_q3compat_changehitbox 0 "use Q3 player hitbox dimensions and camera height on Q3 maps (maps with an entry in a .arena or .defi file)"
-set g_mapinfo_q3compat 1 "0: generate .mapinfo if none exists, ignoring .arena and .defi files. 1: read .arena and .defi files, don't generate .mapinfo. 2: generate .mapinfo if none exists using data from .arena and .defi files instead of reading them"
 
 set g_movement_highspeed 1 "multiplier scale for movement speed (applies to sv_maxspeed and sv_maxairspeed, also applies to air acceleration when g_movement_highspeed_q3_compat is set to 0)"
 set g_movement_highspeed_q3_compat 0 "apply speed modifiers to air movement in a more Q3-compatible way (only apply speed buffs and g_movement_highspeed to max air speed, not to acceleration)"