I have port forwarded my garrysmod server just so my friends and I could play garrysmod every once and a while. It has been a few months since I have made a prophunt server and now I don't remember the details on what I do to my server cmd and start bat.
To be clear though, I have been looking on how to start a hide and seek server though, which I cannot find any answers by searching the googles so I believe here is a suitable place to ask. Thank you for reading and your input is greatly appreciated.
~Saberking13
What specifically? Getting the gamemode? Starting the server?
[QUOTE=code_gs;45614726]What specifically? Getting the gamemode? Starting the server?[/QUOTE]
I have the server port forwarded already and have addons on it. My start bat starts a sandbox game, and I have a server cfg. The only thing I need to do is make my server play the gamemode. I have already extracted the gamemode into the servers gamemode's folder.
start.bat
@echo off
cls
echo Protecting srcds from crashes…
echo If you want to close srcds, close the srcds window and type Y depending on your language followed by Enter.
title Server Watchdog
:srcds
echo (%time%) srcds started.
start /wait srcds.exe -console -game garrysmod +map gm_construct +maxplayers 4 +gamemode hide and seek
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
Server.cfg
//Garry's Mod server.cfg - Autogenerated with [url]http://robinschoors.com/?p=244[/url]
hostname "Saberking13 Hosting"
rcon_password ""
sv_password "hidden"
sv_region 255
sv_lan 0
sv_logbans 1
sv_logecho 1
sv_logfile 1
sv_log_onefile 0
sv_noclipspeed 5
sv_noclipaccelerate 4
//Sandbox Settings
sbox_godmode 0
sbox_noclip 1
sbox_maxprops 2000
sbox_maxragdolls 20
sbox_maxnpcs 250
sbox_maxballoons 500
sbox_maxeffects 500
sbox_maxdynamite 50
sbox_maxlamps 250
sbox_maxthrusters 500
sbox_maxwheels 100
sbox_maxhoverballs 20
sbox_maxvehicles 20
sbox_maxbuttons 25
sbox_maxsents 50
sbox_maxemitters 100
//Server Settings
net_maxfilesize 50
sv_minrate 0
sv_maxrate 30000
decalfrequency 10
sv_maxupdaterate 33
sv_minupdaterate 20
//Execute ban files
exec banned_ip.cfg
exec banned_user.cfg
Try changing the gamemode name to "hidenseek" in both the startup.bat and gamemode.txt.
[QUOTE=code_gs;45623922]Try changing the gamemode name to "hidenseek" in both the startup.bat and gamemode.txt.[/QUOTE]
So I did that initially but then i realized the folder was called hideandseek, so I typed that in and it worked. Thank you :)
Sorry, you need to Log In to post a reply to this thread.