SRCDS Steam group


A Couple of Questions
#1
I recently created a Half Life 2: Deathmatch server with Fast Download using sv_downloadurl, so my friends could download the maps faster. But there are also some sounds they need so on my drop box i put the sound folder:

Public\hl2mp\maps
\sound
\materials

The problem is my friends can't download them. Sad
Does anyone know how?

Also, does anyone know how to change the names of the teams?

Thanks in advance.
Hamish
Reply
#2
http://forums.alliedmods.net/showthread.php?t=69005
Reply
#3
(10-03-2011, 04:19 PM)Mark3 Wrote:  http://forums.alliedmods.net/showthread.php?t=69005

Thanks for the reply Big Grin

Ive installed\configured it but how do I turn it on?

Hamish
Reply
#4
(10-03-2011, 04:27 PM)HamishClaxton Wrote:  
(10-03-2011, 04:19 PM)Mark3 Wrote:  http://forums.alliedmods.net/showthread.php?t=69005

Thanks for the reply Big Grin

Ive installed\configured it but how do I turn it on?

Hamish
Hey,

I think you should read this line: sm_downloader_enabled "1" - 0: disables the plugin - 1: enables the plugin

Perhaps you can add +sm_downloader_enabled 1 to your startup script. Smile
Slå den med jeres fiberforbindelser...

[Image: 1308107839.png]
Reply
#5
(10-07-2011, 04:01 PM)lol554 Wrote:  
(10-03-2011, 04:27 PM)HamishClaxton Wrote:  
(10-03-2011, 04:19 PM)Mark3 Wrote:  http://forums.alliedmods.net/showthread.php?t=69005

Thanks for the reply Big Grin

Ive installed\configured it but how do I turn it on?

Hamish
Hey,

I think you should read this line: sm_downloader_enabled "1" - 0: disables the plugin - 1: enables the plugin

Perhaps you can add +sm_downloader_enabled 1 to your startup script. Smile

So I add this to the Server.cfg or autoexec.cfg

Thanks
Hamish
Reply
#6
You can try to add it to the server.cfg, but i would prefer the startup script. Smile
Slå den med jeres fiberforbindelser...

[Image: 1308107839.png]
Reply
#7
(10-07-2011, 04:14 PM)lol554 Wrote:  You can try to add it to the server.cfg, but i would prefer the startup script. Smile

Ok

My autoexec.cfg looks like this:

"mp_teamplay" "1"

and my server.cfg looks like this:

//Basic settings
"hostname" "HamsterDM | This Server Uses Stargate Maps | TDM | Fast DL | Smile"
"rcon_password" "" //Remote control password
"sv_password" "" //Server password
"sv_region" "255" // 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)
"net_maxfilesize" "500"

//DropBox Fast Download
"sv_downloadurl" "http://dl.dropbox.com/u/43729201/hl2mp"
"sv_allowupload" "1"
"sv_allowdownload" "1"

//Cvars
"sm_downloader_enabled" "1"
"sm_downloader_normal" "1"

//Load bans
exec "banip.cfg"
exec "banid.cfg"

Reply
#8
autoexec is not the startup script. The startup script is the script that you use to start your server with.
Slå den med jeres fiberforbindelser...

[Image: 1308107839.png]
Reply
#9
(10-07-2011, 05:01 PM)lol554 Wrote:  autoexec is not the startup script. The startup script is the script that you use to start your server with.

Oh
Then this is my startup script:

@echo off
cls
echo Protecting srcds from crashes...
echo If you want to close srcds, close the srcds window and type Y depending on your language followed by Enter.
title Server Watchdog
:srcds
echo (%time%) srcds started.
start /wait srcds.exe -console -game hl2mp -port 27015 +maxplayers 16 +map dm_abydos_v1a +r_hunkalloclightmaps 0
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds

Thanks
Hamish
Reply
#10
Put the parameter in the end of this line:
Code:
start /wait srcds.exe -console -game hl2mp -port 27015 +maxplayers 16 +map dm_abydos_v1a +r_hunkalloclightmaps 0
Slå den med jeres fiberforbindelser...

[Image: 1308107839.png]
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)