So how do i make it change map? It doesn't change it keep staying on same map and how do i make custom rtv system ?
Gamemode?
Hide and seek
Here's a bunch of convars to modify the map system, even includes an RTV system:
[url]http://steamcommunity.com/workshop/filedetails/discussion/200233950/666827316159930299/[/url]
These are used in the server.cfg
Does it work on other gamemode too?
No these convars only apply to Hide and Seek
How do i use it? I don't know how to put into server.cfg
Access it via your Server FTP and add each value desired to the document.
Open it with Notepad/Wordpad/Notepad++ (etc.)
So i just copy and paste into server.cfg?
No, imagine text based options
If you look into server.cfg you'll notice what I'm talking about
I've look through it but how do i put it in? :0 sorry i'm new to all this maybe you wanna do an example for me?
Follow this basically
[url]http://www.youtube.com/watch?feature=player_detailpage&v=R275xKp7bE0[/url]
Mine is like different from him :3 mine is something like that :3
// server name
hostname ""
// rcon passsword
rcon_password "" // rcon disabled
//Settings
gamemode hideandseek
[QUOTE=xxiaodidi;43870974]Mine is like different from him :3 mine is something like that :3
// server name
hostname ""
// rcon passsword
rcon_password "" // rcon disabled
//Settings
gamemode hideandseek[/QUOTE]
You don't need the gamemode convar anymore.
So i can remove the //setting
Gamemode hideandseek?
As long as you have +gamemode hideandseek in your startup flags.
Oh you mean the bat file? I have that in there well apparently i don't know how do i use those code when starting up server it says unknown command has_blablabla the link he gave me...
Post the contents of your startup.bat.
@echo off
cls
echo Protecting srcds from crashes...
echo If you want to close srcds and this script, close the srcds window and type Y depending on your language followed by Enter.
title srcds.com Watchdog
:srcds
echo (%time%) srcds started.
start /wait srcds.exe -console -game garrysmod +map de_cbble +gamemode hideandseek +maxplayers 16 +authkey --- +host_workshop_collection 226318847
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
thats all i have it in my
[editline]12th February 2014[/editline]
thats all i have it in my server.cfg
That doesn't go in your server.cfg. That goes in your startup.bat.
[QUOTE=xxiaodidi;43870974]Mine is like different from him :3 mine is something like that :3
// server name
hostname ""
// rcon passsword
rcon_password "" // rcon disabled
//Settings
gamemode hideandseek[/QUOTE]
That's the server.cfg
put your hide and seek convars in there
[QUOTE=Scratch.;43876612]That's the server.cfg
put your hide and seek convars in there[/QUOTE]
so i just have to copy those convars and put it in?
[editline]12th February 2014[/editline]
[QUOTE=code_gs;43875789]That doesn't go in your server.cfg. That goes in your startup.bat.[/QUOTE]
yeap sorry thats my startup.bat lol i was tired and messed up
[QUOTE=xxiaodidi;43878605]so i just have to copy those convars and put it in?
[editline]12th February 2014[/editline]
yeap sorry thats my startup.bat lol i was tired and messed up[/QUOTE]
Yes
Sorry, you need to Log In to post a reply to this thread.