Browse Source

Corrected difficulty

Added image about the different between casual and classic difficulty.
pull/2/head
Daniel Gibbs 10 years ago
parent
commit
c07cbaa300
  1. 17
      NoMoreRoominHell/server.cfg

17
NoMoreRoominHell/server.cfg

@ -83,14 +83,15 @@ mp_maxrounds 2
// info: any commands that only apply to this game. // info: any commands that only apply to this game.
// Difficulty // Difficulty
// "casual" - casual difficulty // info: http://git.io/v35eI
// "normal" - normal difficulty // "casual" - casual difficulty.
sv_difficulty "casual" // "classic" - classic difficulty.
sv_difficulty "classic"
// Server tags - Tags show up on the in-game server browser. Thus helps
// users filter servers // Server tags - Tags show up on the in-game server browser. This helps
// vanilla - The server runs the detault settings // users filter servers.
// custom - The server runs custom gameplay settings or mods // vanilla - he server runs the default settings.
// custom - the server runs custom gameplay settings or mods.
// example: sv_tags "custom, fastdl" // example: sv_tags "custom, fastdl"
sv_tags "" sv_tags ""

Loading…
Cancel
Save