Skip to content

Instantly share code, notes, and snippets.

View Newbrict's full-sized avatar
💭

Dimitar Dimitrov Newbrict

💭
View GitHub Profile
@Newbrict
Newbrict / server.bat
Created June 30, 2014 05:58
launch gmod server
@echo off
cls
title Climb Server
:srcds
echo (%time%) Server started
start /wait C:\gmod_server\srcds.exe -console -tickrate 100 -game garrysmod +maxplayers 32 +map gm_construct
echo (%time%) SERVER STOPPED UNEXPECTEDLY
goto srcds
@Newbrict
Newbrict / serfer.cfg
Created June 30, 2014 04:58
Garry's mod ObjHunt server cfg, for now.
gamemode "objhunt"
sv_stopspeed "75"
sv_friction "6"
sv_accelerate "8"
sv_airaccelerate "100"
sv_stopspeed "75"
sv_gravity "600"
sv_downloadurl "http://newbrict.com/garrysmod"
hostname "ObjHunt | Development"