AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   Linking to file host help! (https://forums.alliedmods.net/showthread.php?t=87037)

Faust_mateo 03-05-2009 21:24

Linking to file host help!
 
Hello all, SM noob here.

Where do you put the link to your file host for maps and sound downloads?

Running DOD:S , SM , both up to date & have a working file host.

Where do I put the link ? source.cfg? Server.cfg?

Also what format exactly please!

TY so much , kudo's!

Lebson506th 03-05-2009 21:35

Re: Linking to file host help!
 
Server.cfg

sv_downloadurl

Faust_mateo 03-05-2009 21:46

Re: Linking to file host help!
 
Quote:

Originally Posted by Lebson506th (Post 774866)
Server.cfg

sv_downloadurl

Ty, like this ?

sv_downloadurl http://somewebsite.com/dod

Lebson506th 03-06-2009 07:47

Re: Linking to file host help!
 
Yes.

And in there should be "maps" "materials" "models" ect of the compressed things for your custom maps.

Faust_mateo 03-06-2009 23:12

Re: Linking to file host help!
 
I added this to the server.cfg, How's she look?

sv_downloadurl "http://somesite.com/dod/"
sv_allowupload 1
sv_allowdownload 1

Lebson506th 03-07-2009 06:55

Re: Linking to file host help!
 
That looks about right... as long as it really says your website and you have the folder structure I talked about =)

Faust_mateo 03-07-2009 12:01

Re: Linking to file host help!
 
Quote:

Originally Posted by Lebson506th (Post 775656)
That looks about right... as long as it really says your website and you have the folder structure I talked about =)


yup yup , TY very much, kudos

CyberTootie 03-21-2009 11:29

Re: Linking to file host help!
 
I have a related issue I figured I'd add here rather than start a new thread.

I have a server which I'd like to play music during the warmup round every now and then. I have sourcemod running and I know how to play the sound with sm_play. However, the server is not sending the music files to the client when connecting. These music files have been uploaded to http://cybertootie.net/downloads/css/sound/misc

Here's my config file:
Code:

hostname CyberTootie's Fun House [100 tick, FF ON, NO AWP/AUTO, ALLTALK]
rcon_password ****
sv_maxupdaterate 120
sv_minupdaterate 20
sv_unlag 1
host_framerate 0
sv_maxunlag 5
exec banned.cfg
exec listip.cfg
mp_logdetail 0
mp_logmessages 0
mp_timelimit 60
mp_autokick 0
mp_autoteambalance 1
mp_c4timer 45
mp_winlimit 9
mp_flashlight 1
mp_footsteps 1
mp_forcechasecam 0
mp_freezetime 3
mp_friendlyfire 1
mp_hostagepenalty 4
mp_limitteams 1
mp_roundtime 3
mp_tkpunish 0
sv_restartround 1
sv_maxspeed 320
sv_proxies 1
allow_spectators 90
mp_startmoney 1000
mp_chattime 10
sv_allowupload 1
sv_voiceenable 1
sv_alltalk 1
sv_voicequality 5
sv_voicecodec vaudio_speex
pausable 0
decalfrequency 60
mp_falldamage 0
sv_aim 0
sv_cheats 0
sv_maxrate 30000
sv_minrate 0
sv_lan 0
sv_contact
sv_region 0
net_maxfilesize 128
sv_consistency 1
sv_pure 1
sv_pure_kick_clients 1
sv_pure_trace 1
sv_allowdownload 1
sv_allowupload 1
sv_downloadurl "http://cybertootie.net/downloads/css"

// bots
bot_add
bot_quota 4
bot_quota_mode fill
bot_difficulty 1
bot_chatter radio
bot_auto_follow 1
bot_auto_vacate 1
bot_join_after_player 1
bot_defer_to_human 0
bot_prefix "CPU"
bot_allow_rogues 0
bot_walk 0
bot_join_team any
bot_eco_limit 1600
bot_allow_grenades 1
bot_all_weapons
bot_allow_grenades 1
bot_allow_pistols 1
bot_allow_sub_machine_guns 1
bot_allow_shotguns 1
bot_allow_rifles 1
bot_allow_snipers 0
bot_allow_machine_guns 1

Here's my pure_server_whitelist.txt file:
Code:

    whitelist
{
    sound\misc\*.*    allow_from_disk+check_crc
    materials\...      allow_from_disk
    models\...      from_steam
}

How do I configure it so that the client will grab the audio files? I don't think it's my client because I have downloaded sounds from other servers with no problems.

DontWannaName 03-21-2009 19:06

Re: Linking to file host help!
 
You need to tell the clients what to DL. The SM sounds are just an exmample of how to play sounds. You can use an admin sounds plugin or this http://forums.alliedmods.net/showthread.php?p=602270

Faust_mateo 03-21-2009 19:38

Re: Linking to file host help!
 
Would you like it during server login because you can embed it into the MOTD also without a plugin , just a thought. Or are you looking for a server wide background music while warm-up mode?


All times are GMT -4. The time now is 23:46.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.