Server OS: Windows 7 SP1 (64 bit)
Processor: Intel I7 2600k @ 4.4Ghz
Ram: 8Gb
Game(s): Garrysmod BETA
Start Up Command: Using the SRCDS link with
Admin Mods: Evolve (garrysmodBETA addon)
Ok, you peoples have probably heard this alot but my server refuses to transfer files to the clients, im trying to send models and materials in a Bzip2 format.. any help?
Processor: Intel I7 2600k @ 4.4Ghz
Ram: 8Gb
Game(s): Garrysmod BETA
Start Up Command: Using the SRCDS link with
Code:
"D:\Program Files (x86)\Valve\HLServer\orangebox\srcds.exe" -console -game garrysmodbeta -autoupdate +maxplayers 20 +gamemode "spacebuild" +map sb_gooniverse
Ok, you peoples have probably heard this alot but my server refuses to transfer files to the clients, im trying to send models and materials in a Bzip2 format.. any help?
Code:
//Basic settings
"hostname" "<myservername>" //Server name
"rcon_password" "<not for your eyes>" //Remote control password
"sv_password" "<not for your eyes>" //Server password
"mp_flashlight" "1"
"gamemode" "spacebuild"
"sv_region" "3" // eastcoast: 0 - westcoast: 1 - south america: 2 - europe: 3 - asia: 4 - australia: 5 - middle east: 6 - africa: 7 - world: 255
"sv_lan" "0" //Lan only (1) or no (0)
"sv_pure" "1"
"sv_allowupload" "1"
"sv_allowdownload "1"
"sv_downloadurl" "https://dl.dropbox.com/u/<not for your eyes>/GM/Garrysmodbeta.Bz2"