]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Americanize cvar description spelling
authorotta8634 <k9wolf@pm.me>
Mon, 9 Dec 2024 14:57:17 +0000 (22:57 +0800)
committerotta8634 <k9wolf@pm.me>
Mon, 9 Dec 2024 14:57:17 +0000 (22:57 +0800)
Hopefully I didn't miss anything

gamemodes-server.cfg
mutators.cfg
xonotic-client.cfg

index f9be7607113935a4dfb106e8986387be83ae8643..9e86a845a464414a4d1052dbf5efa84e16470520 100644 (file)
@@ -350,7 +350,7 @@ set g_ctf_flag_neutral_model "models/ctf/flags.md3"
 set g_ctf_flag_neutral_skin 4
 set g_ctf_flag_glowtrails 1
 set g_ctf_fullbrightflags 0
-set g_ctf_dynamiclights 0 "flags (not flag carriers) cast light of their team's colour"
+set g_ctf_dynamiclights 0 "flags (not flag carriers) cast light of their team's color"
 
 set g_ctf_ignore_frags 0       "make regular frags give no points"
 exec ctfscoring-samual.cfg
index 19fa8d7740ed4f5234e29d8b0be344a816746dce..a169c2966cf60604d0200f9e4a9223fb2a6bde96 100644 (file)
@@ -438,7 +438,7 @@ set g_rm_laser_count "3" "number of rocketminsta lasers"
 set g_rm_laser_speed "6000" "laser speed"
 set g_rm_laser_spread "0.05" "laser spread"
 set g_rm_laser_zspread "0" "vertical spread of group shots"
-set g_rm_laser_spread_random "0" "randomise rocketminsta laser spread"
+set g_rm_laser_spread_random "0" "randomize rocketminsta laser spread"
 set g_rm_laser_lifetime "30" "laser lifetime"
 set g_rm_laser_damage "80" "laser damage, divided by laser count"
 set g_rm_laser_refire "0.7" "laser refire"
@@ -516,7 +516,7 @@ set g_running_guns 0 "... or wonder, till it drives you mad, what would have fol
 // ==================
 set g_dynamic_handicap 0 "enable dynamic handicap"
 set g_dynamic_handicap_scale 0.2 "the scale of the handicap. larger values mean more penalties for strong players and more buffs for weak players"
-set g_dynamic_handicap_exponent 1 "the exponent used to calculate handicap; \"1\" means linear scale, values > 1 mean stronger non-linear handicap, values < 1 mean weaker non-linear handicap"
+set g_dynamic_handicap_exponent 1 "the exponent used to calculate handicap; \"1\" means linear scale, values > 1 mean stronger nonlinear handicap, values < 1 mean weaker nonlinear handicap"
 set g_dynamic_handicap_min 0 "the minimum value of the handicap"
 set g_dynamic_handicap_max 0 "the maximum value of the handicap"
 
index 61bc0be5332c8ca0bdf4d40a3b7a97906de3e573..043dd13c8c2c707ecd0ff6a3bb065168e42b9ba2 100644 (file)
@@ -24,7 +24,7 @@ cl_particles_forcetraileffects 1
 
 alias dropweapon "impulse 17"
 
-// support for servers still using the old centreprint MOTD
+// support for servers still using the old centerprint MOTD
 alias +show_info0 "+button7"
 alias -show_info0 "-button7"
 alias +show_info1 "menu_showwelcomedialog"
@@ -925,7 +925,7 @@ alias menu_sync "menu_cmd sync"
 seta cl_items_animate 7 "\"1\" = enable bobbing and spinning of 3D items, \"2\" = enable fading out of despawning loot items, \"4\" = enable glowing particles for despawning loot items; add the numbers together to enable that combination"
 seta cl_items_fadedist 500 "distance, relative to the server's g_items_maxdist, at which far away items will start to fade out; \"0\" = disable fading effect"
 seta cl_items_vehicle_alpha 0.75 "alpha of items seen from inside a vehicle"
-seta cl_items_vehicle_color "2 0.5 0.5" "colour of items seen from inside a vehicle"
+seta cl_items_vehicle_color "2 0.5 0.5" "color of items seen from inside a vehicle"
 seta cl_ghost_items 0.45 "enable ghosted items (when between 0 and 1, overrides the alpha value)"
 seta cl_ghost_items_color "-1 -1 -1" "color of ghosted items (FORMAT: \"0 0 0\" leaves the color unchanged, negative values allowed)"
 seta cl_simple_items 0 "enable simple items (if server allows)"