Raised This Month: $ Target: $400
 0% 

Downloading


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
applemes
Senior Member
Join Date: Mar 2013
Old 02-02-2014 , 04:23   Downloading
Reply With Quote #1

My server lets you download maps but won't download any materials or models D: I've been trying to fix for the past 3 hours but no luck. idk why it does maps but nothing else! Please help!
applemes is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 02-02-2014 , 08:53   Re: Downloading
Reply With Quote #2

https://developer.valvesoftware.com/wiki/Resource_list

Only these map files get uploaded automatically to clients, without extra setting.
Quote:
Tip:.txt, .res, .ain and .nav files with the same name as the map are automatically pushed, and don't need to be included.
All loose files outside of map file (sound, materials, models), you need either
create resource list (*.res),
or use SourceMod plugin to add files in downloadtable.

If you are using another host URL address where players download missing files (sv_downloadurl "URL"),
make sure files are in both location, in server and your URL destination.

Resource list



Another trick is pack all loose files inside map file, and this need to done before releasing map (you as map developer).
If you pack files later, when players had already downloaded that map, you will give CRC error for players.
Because server map not match anymore with players, and you need tell them remove that map and download new one.

Last edited by Bacardi; 02-02-2014 at 08:55.
Bacardi is offline
applemes
Senior Member
Join Date: Mar 2013
Old 02-02-2014 , 15:33   Re: Downloading
Reply With Quote #3

Its not materials or models for the maps. its skins for !store. but none of it downlods only map files download.
applemes is offline
Function
Junior Member
Join Date: Jan 2013
Old 02-03-2014 , 18:00   Re: Downloading
Reply With Quote #4

You should try and put them in the:

Code:
cstrike -> downloads
So something likes this:
Code:
cstrike/downloads/materials
This is how I'm getting clients to download my materials and sounds. Also for maps you be able to just put them in the maps folder, well that's what I have been doing.

Hope this helps!

Last edited by Function; 02-03-2014 at 18:01.
Function is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 02-03-2014 , 19:38   Re: Downloading
Reply With Quote #5

Quote:
Originally Posted by Function View Post
You should try and put them in the:

Code:
cstrike -> downloads
So something likes this:
Code:
cstrike/downloads/materials
This is how I'm getting clients to download my materials and sounds. Also for maps you be able to just put them in the maps folder, well that's what I have been doing.

Hope this helps!
...I doubt it since Source will only find these files in the models/, materials/, or sound/ directory on the server for their respective types.

It's true that HL2:DM, DoD:S, CS:S, and TF2 stick downloaded files in the download (note the lack of s) directory, but that doesn't correspond to their locations on the server.

Anyway, getting back on topic, it sounds like the store plugin isn't adding them to the downloads table, but without knowing which store plugin (the public one, Zephyrus' private one, etc...) it's hard to say what configuration needs to be fixed.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 02-03-2014 at 19:39.
Powerlord is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:41.


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