• How to load a gamemode on a Dedicated Server...
    4 replies, posted
Hi everybody. Im not sure how to load a custom gamemode on a dedicated server. Im new to this and yeah. I want to load a version of Cider. Is there a command I have to use in the server.cfg because im not really sure. Help would be appreciated! Thank you :D
[QUOTE=MILTON!;33843731]Hi everybody. Im not sure how to load a custom gamemode on a dedicated server. Im new to this and yeah. I want to load a version of Cider. Is there a command I have to use in the server.cfg because im not really sure. Help would be appreciated! Thank you :D[/QUOTE] sv_gamemode (Gamemode name) And perhaps sv_defaultgamemode (Gamemode name)
[QUOTE=afromana;33843756]sv_gamemode (Gamemode name) And perhaps sv_defaultgamemode (Gamemode name)[/QUOTE] Im guessing the gamemode name you put as the name of the folder?
[QUOTE=MILTON!;33843815]Im guessing the gamemode name you put as the name of the folder?[/QUOTE] Yup, that should do it.
[QUOTE=afromana;33843819]Yup, that should do it.[/QUOTE] // Recommend use notepad++ or indent broke // Basic settings "hostname" "DarkDrive 2.0 (Test)" // Server Name for Server List "rcon_password" "" // Remote control password (Blank to Disable) (Recommend use strong password) "sv_password" "humza" // Server password (Blank to Disable) "sv_region" "0" // Use for server list filtering: eastcoast: 0 - westcoast: 1 - south america: 2 - europe: 3 - asia: 4 - australia: 5 - middle east: 6 - africa: 7 - world: 255 "sv_lan" "0" // Lan only (1) or Public (0) "sv_gamemode" "scrump" "sv_defaultgamemode" "scrump" Like that?
Sorry, you need to Log In to post a reply to this thread.