How do i get messages to pop up on the server?
sv_downloadurl "exampleurl.com/gesource"in the server.cfgThen on that remote site, have maps laid out in same file system as server: "gesource/maps/cy_funhouse.bsp.bz2"Pack maps with bz2, as source can unpack them after download and offer much faster downloads// *********** DOWNLOAD ***********// Allow clients to download filessv_allowdownload 1//Allows server side downloadssv_downloadurl "www.tacticalgamingclan.com/gesource/maps"// Allow clients to upload customizations filessv_allowupload 1// VOICE enabled, if you want VOICE disabled then change 1 to 0sv_voiceenable 1did i do that right?
sv_downloadurl "www.tacticalgamingclan.com/gesource"
ok does it need anything else i am going to go test it. do i need to chmod or anything
hmm, is uplink installed on server correctly?check and make sure "Uplink.py" is in: gesource\scripts\python\GamePlay