So, I followed the tutorial at [url]http://maurits.tv/data/garrysmod/wiki/wiki.garrysmod.com/index70e8.html[/url] (disregarding the part about cache, because the server is Gmod 13).
I've got a server.cfg file in /home/gmod/orangebox/garrysmod/cfg/server.cfg that looks like this:
[CODE]log on
hostname "Roadie's GMod TestBench"
rcon_password "yyyyyyyipyipyipyipyipyip"
sv_password ""
sv_region 255
sv_lan 0
sv_logbans 0
sv_logecho 0
sv_logfile 1
sv_log_onefile 0
sv_noclipspeed 5
sv_noclipaccelerate 5
sbox_allownpcs 1
sbox_godmode 0
sbox_plpldamage 0
sbox_playergod 0
sbox_noclip 1
net_maxfilesize 1000
sv_minrate 0
sv_maxrate 20000
decalfrequency 10
sv_maxupdaterate 66
sv_minupdaterate 10
sv_allowdownload 0
sv_allowupload 0
sv_downloadurl "http://192.168.2.251/garrysmod"
[/CODE]
and if I go to [url]http://192.168.2.251/garrysmod[/url] in my browser, all the appropriate files are there and in the proper trees.
When I log into my server, though, any custom models show up as gigantic ERRORs. What am I missing?
Looks like you used the internal ip instead of the public one.
[editline]16th January 2013[/editline]
Shouldn't be a problem for you though if you're running it locally. (Other people would still get errors.)
Sorry, you need to Log In to post a reply to this thread.