02-06-2009, 04:55 AM
SRCDS download list, Im not sure what this is?
sv_downloadurl tutorial questions and suggestions
|
02-06-2009, 04:55 AM
SRCDS download list, Im not sure what this is?
02-06-2009, 09:03 AM
It's an internal list running inside the SRCDS process that lists all the files that ought to be downloaded.
Normally most plugins these days automate that, however if the paths are specified wrong in these plugins cfg's for example they will be added to the list with wrong paths and will fail to download. It's far fetched but it COULD be a problem.
Join the Source Dedicated Server Support Group on Steam Community!
Source Dedicated Server (SRCDS) Free to join, Live support! (When available) http://forums.srcds.com/viewtopic/5114
Is it possible to bzip a bunch of sounds isntead of compressing one sound at the the time?
It would be amazing if that is possible. Edit: Nevermind, I just read page 3. It's not possible Edit: Wait, not ALL hope is lost, what if I edit the bsp and include the sounds in there? I usually host with the same map anyway. (garrysmod)
02-07-2009, 12:34 AM
I meant bundling all the sounds into one bzip2 file.
02-07-2009, 09:30 AM
CapsAdmin Wrote:Wait, not ALL hope is lost, what if I edit the bsp and include the sounds in there? That is possible if you can get the sounds included. I believe it's possible by doing separate "resource" file and then following instructions how to combine it (the resource) with the .bsp file. It is not possible to combine multiple files inside one .bz2 file. Bzip is for files like what MP3 is for music
02-07-2009, 11:05 PM
I've set everything up for sv_downloadurl, i am using godaddy as hosting i try to navigate to http://www.mydomain.com/garrysmod and it always gives me a 403 forbidden I've tried giving the folder all permissions but it still doesn't work does anybody know how to fix this?
Thanks
02-08-2009, 12:02 AM
css Wrote:CapsAdmin Wrote:Wait, not ALL hope is lost, what if I edit the bsp and include the sounds in there? I've been googling for hours, how exactly does this work?
02-08-2009, 04:26 AM
Nice article, helps out alot of people.
Derek Denholm, CEO, XFactorServers, INC.
XFactorServers: Game Server Hosting Solutions Follow Us http://www.Twitter.com/XFactorServers CapsAdmin Wrote:Here are some general instructions: http://developer.valvesoftware.com/wiki/Bspzipcss Wrote:CapsAdmin Wrote:Wait, not ALL hope is lost, what if I edit the bsp and include the sounds in there? My instructions: Create new text file and write in the file something like: Code: sounds/gm_somemap/sound1.wav Quote:The first line is the internal name (which is relative to the mod directory), and the second line is the actual file on your computer. Then you run bspzip command as in the Valve's instructions: Code: bspzip -addlist <input bsp> <file list> <output bsp> So for you it becomes something like: Code: bspzip -addlist gm_somemap.bsp mysoundfiles.txt gm_somemap_sounds-included.bsp I strongly recommend that you read the page at http://developer.valvesoftware.com/wiki/Bspzip thoroughly. It contains all answers you need. If you can't find answer from that page you can find instructions somewhere else with google keywords "bspzip" and something else. PS. Could some mod split these posts (mine and CapsAdmin's) to separate thread. Thanks. Title for example "Combine external files to .bsp file".
02-12-2009, 12:22 AM
Drocona Wrote:Please verify that the sounds are named correctly, are in the correct directory and are added to the SRCDS download list correctly. Doh, I thought all was well but you were right. The files on the hosting site started with lowercase letters. ooops Working now :-)
What's best FREE site to use? Some that has pretty much space and is fast? Oh and works on css
Tell me your opinions.
03-16-2009, 07:10 AM
Hi,
I'm hosting a Garry's Mod server and I wanted to use sv_downloadurl. I have it set up on the CS:S and TF2 servers I use. The question I have is can anyone tell me which folders I should upload? As it doesn't seem clear to me which files would be custom and clients would need to download.
Well when you connect to your own server, you can see which folders the files are downloaded from.
Then just upload them The maps folder is mandatory.
04-10-2009, 03:55 AM
Hello friends!
I have a problem with sv_download, server.cfg sv_allowdownload 1 sv_allowupload 1 net_maxfilesize 99 sv_downloadurl "http://avecesar.game-server.cc/cstrike" I can download all maps bzipped, but I cant download SOUND and MODEL bzipped. In the website have the follow structure: cstrike/maps cstrike/sound/admin_plugin But I cant download sounds! Any sugestion?????????? Thanks in advance, Christian |
« Next Oldest | Next Newest »
|