Skip to content

Add support for LMS with items

bones_was_here requested to merge bones_was_here/lms_items into master

Adds g_lms_items which enables items to spawn normally in LMS (off by default). Weapons and ammo don't spawn when g_lms_weaponarena is enabled.
Powerups do spawn (if enabled), this is intentional: if the map has a lot of health and armor and some players are too good at surviving, a quad fight will decide the outcome.

Intended to be used with: g_lms_start_armor 100 g_lms_start_health 100 g_lms_regenerate 1

Cvar added one line up from the bottom of the list to prevent merge conflicts with !808 (merged)

Implements #2640 (closed)

Merge request reports