Announcement

Collapse
No announcement yet.

how do you run diffrent game modes togther?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • how do you run diffrent game modes togther?

    how do you run diffrent game modes togther? is it possible on a ranked server?

    whats the commands or a sample config///please thanks guys

  • #2
    yeah its possible.
    Look at this first
    //------------------------------------------------------------------------------------
    // Available gametypes - DO NOT MODIFY THIS SECTION
    //------------------------------------------------------------------------------------
    // "dm" - free for all deathmatch
    // "dom" - domination
    // "koth" - headquarters
    // "sab" - sabotage
    // "sd" - search & destroy
    // "war" - team deathmatch
    //------------------------------------------------------------------------------------

    somewhere in your server.cfg add the following

    set sv_mapRotation "gametype war map mp_backlot gametype war map mp_bloc


    just replace war with whatever you want and then map name example i wanted to do a tdm game then a Search and Destroy

    set sv_mapRotation "gametype war map mp_backlot gametype sd map mp_bloc


    edit that string can be as long as you watn.

    Comment

    Working...
    X