12-28-2012, 02:46 PM
Hey guys, I'm trying to make a private RP server for me and a couple of friends and I'm finding it near impossible to change the gamemode. I've downloaded the latest DarkRP from here: https://github.com/FPtje/DarkRP and it won't work.
My .bat script:
My server.cfg
My autoexec.cfg:
Any help is appreciated, thanks.
My .bat script:
Code:
@echo off
cd c:\srcds/orangebox
echo Starting game server.
echo Beginning "Garry's Mod"
srcds.exe -console +map rp_downtown_v4c -game garrysmod +maxplayers 45 +ip 0.0.0.0 -port 27015 -gamemode darkrp
echo "Garry's Mod" has now started.
echo It is recommended that you start Server Crash Recovery aswell.
My server.cfg
Code:
hostname "darkrp private server"
sv_defaultgamemode "darkrp"
rcon_password "gggggg"
sbox_noclip "0"
sbox_godmode "0"
sbox_plpldamage "0"
rp_toolgun "1"
sbox_maxprops "1000"
sbox_maxragdolls "0"
sbox_maxeffects "0"
sbox_maxdynamite "0"
sbox_maxlamps "0"
sbox_maxthrusters "0"
sbox_maxwheels "4"
sbox_maxhoverballs "0"
sbox_maxvehicles "0"
sbox_maxbuttons "20"
sbox_maxemitters "0"
sbox_maxspawners "0"
sbox_maxturrets "0"
My autoexec.cfg:
Code:
log on
sv_defaultgamemode "darkrp"
sv_scriptenforcer 1
Any help is appreciated, thanks.