]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Update cl_modeldetailreduction description to note that it applies to any non-player...
authorMario <mario.mario@y7mail.com>
Thu, 2 Jun 2022 01:37:14 +0000 (11:37 +1000)
committerMario <mario.mario@y7mail.com>
Thu, 2 Jun 2022 01:37:14 +0000 (11:37 +1000)
gamemodes-server.cfg
monsters.cfg
xonotic-client.cfg

index ba4812b57afd8bdc4c5da48d31320788f122acb2..bdac1a2343a0c8f26e2c6f4dd104da313401ad30 100644 (file)
@@ -551,8 +551,6 @@ set g_invasion_monster_count 10 "number of monsters on first wave (increments)"
 set g_invasion_zombies_only 0 "only spawn zombies"
 set g_invasion_spawn_delay 0.25
 set g_invasion_spawnpoint_spawn_delay 0.5
-set g_invasion_teams 0 "number of teams in invasion (note: use mapinfo to set this)"
-set g_invasion_team_spawns 1 "use team spawns in teamplay invasion mode"
 set g_invasion_type 0 "type of invasion mode - 0: round-based, 1: hunting, 2: complete the stage (note: use mapinfo to set this)"
 
 // ======
index 0b264dc2078bbf6eb3e72b249aad1ee5bc28d9ca..e7c4c79e501c39644a027016ae82c3c880b3d5d0 100644 (file)
@@ -99,7 +99,6 @@ set g_monsters_ignoretraces 1
 set g_monsters_lineofsight 1
 set g_monsters_owners 1
 set g_monsters_playerclip_collisions 1
-set g_monsters_teams 1
 set g_monsters_score_kill 0
 set g_monsters_score_spawned 0
 set g_monsters_sounds 1
index 349a393c61a4150610685da12e6adfd66c926b57..5fc0578874743dc48e3e9009263d10f6b16e385c 100644 (file)
@@ -730,7 +730,7 @@ set menu_updatecheck_getpacks 1 "get update packs from update server"
 seta cl_loddistance1 1024
 seta cl_loddistance2 3072
 seta cl_playerdetailreduction 4        "the higher, the less detailed player models are displayed (LOD)"
-seta cl_modeldetailreduction 1 "the higher, the less detailed certain map models are displayed (LOD)"
+seta cl_modeldetailreduction 1 "higher values will reduce the detail of non-player and non-weapon models (LOD)"
 
 seta cl_casings_maxcount 100 "maximum amount of shell casings (must be at least 1)"
 seta cl_gibs_maxcount 100 "maximum amount of gibs (must be at least 1)"