Raised This Month: $51 Target: $400
 12% 

res files inportant for fast download?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
omer
Senior Member
Join Date: Nov 2011
Old 10-12-2012 , 12:07   res files inportant for fast download?
Reply With Quote #1

Hi,
when i connect to my server there is some maps i got error "Can Not Continue Without maps/map_name" and then i saw in my fast download url that there is no res file...
Is res File Important For Fast DL?
secondly when i have that error i put this command in server sv_allowdownload 1 and then file download from server...
Why there is error in fast dl?

Thanks,
__________________

omer is offline
Torge
Veteran Member
Join Date: Oct 2011
Old 10-12-2012 , 12:11   Re: res files inportant for fast download?
Reply With Quote #2

I belive .res files aren't important. As far as I know, clients just downloading maps and the required stuff.
Torge is offline
pokemonmaster
princess milk
Join Date: Nov 2010
Location: Somewhere in this world
Old 10-12-2012 , 12:55   Re: res files inportant for fast download?
Reply With Quote #3

If your map requires models, sounds or sprites other than the map, .res file need to be downloaded, so sometimes, it is important.
__________________
اَشْهَدُ اَنْ لَّآ اِلٰهَ اِلَّا اللہُ وَحْدَه لَا شَرِيْكَ لَه وَ اَشْهَدُ اَنَّ مُحَمَّدًا عَبْدُه وَرَسُوْلُه
No longer active in AMXX. Sorry.
pokemonmaster is offline
ANTICHRISTUS
kingdom of weird stuff
Join Date: Jun 2010
Location: My kingdom is not in thi
Old 10-12-2012 , 16:27   Re: res files inportant for fast download?
Reply With Quote #4

Quote:
Originally Posted by Torge View Post
I belive .res files aren't important..
without it, the server will crash if: required models, sprites or .wad files aren't downloadable.
Quote:
Originally Posted by pokemonmaster View Post
.res file need to be downloaded, so sometimes, it is important.
  1. it don't needs to be downloaded (but highly recommended. by adding its name in the file itself), it's needed to download required files.
  2. it's always important, by forcing the engine to precache files (no need to amxx). some people make plugins for this, but it's like to give powdered milk to a baby, knowing that the mother's milk is the best.
edit: I meant that's important to download specific map files, which aren't automatically loaded by the engine.
it's recommended (imo) to download it, because a lot of people copy past some maps from their local games to their servers, making them crashing.

- thanks for correcting me, sometimes I translate my ideas wrongly .
__________________

Last edited by ANTICHRISTUS; 10-12-2012 at 18:29.
ANTICHRISTUS is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 10-12-2012 , 18:01   Re: res files inportant for fast download?
Reply With Quote #5

Incorrect.

Resources files (.res) are used for external/generic resources which are not processed/precached by the engine.

- .wav, .mdl and .spr : The engine precaches automatically these resources found from the parsing of the entities list included in the map and includes them to the global list of resources the client will have to download.
- .wad : External textures file is a special case where the engine precaches the textures but since you can have several references in several wad file, admin has to tell the engine what files the client needs to download.

Therefore :

- .res file MUST contain .wad (if needs). Client/server requires such files.
- Everything else are OPTIONAL and doesn't need to be included, like .mp3, .wav, .tga, .txt, etc.
- .res file itself DOESN'T NEED to be downloaded. It's completely useless client-side.
- DO NOT include .wav/.mdl/.spr ; such files are already sent BEFORE the .res file is parsed, and could result unexpected loading problem.

If you have a map with external textures (.wad), you MUST use a .res file for that. That's all.
__________________

Last edited by Arkshine; 10-12-2012 at 18:23.
Arkshine is offline
omer
Senior Member
Join Date: Nov 2011
Old 10-12-2012 , 18:30   Re: res files inportant for fast download?
Reply With Quote #6

i dont know if anyone else have this problem but i can not download some of the maps while connecting to server
My cl_allowdownload is 1 allowupload is also 1 still can't...
__________________

omer is offline
ANTICHRISTUS
kingdom of weird stuff
Join Date: Jun 2010
Location: My kingdom is not in thi
Old 10-12-2012 , 19:08   Re: res files inportant for fast download?
Reply With Quote #7

cvars starting by cl_ are for client side, maybe you configured it wrongly. check your installation here:sv_downloadurl Tutorial.

ps. I corrected error in my precedent post.
__________________
ANTICHRISTUS is offline
pokemonmaster
princess milk
Join Date: Nov 2010
Location: Somewhere in this world
Old 10-12-2012 , 19:23   Re: res files inportant for fast download?
Reply With Quote #8

Quote:
Originally Posted by omer View Post
i dont know if anyone else have this problem but i can not download some of the maps while connecting to server
My cl_allowdownload is 1 allowupload is also 1 still can't...
Meta list?
__________________
اَشْهَدُ اَنْ لَّآ اِلٰهَ اِلَّا اللہُ وَحْدَه لَا شَرِيْكَ لَه وَ اَشْهَدُ اَنَّ مُحَمَّدًا عَبْدُه وَرَسُوْلُه
No longer active in AMXX. Sorry.
pokemonmaster is offline
omer
Senior Member
Join Date: Nov 2011
Old 10-13-2012 , 07:11   Re: res files inportant for fast download?
Reply With Quote #9

Quote:
Originally Posted by ANTICHRISTUS View Post
cvars starting by cl_ are for client side, maybe you configured it wrongly. check your installation here:sv_downloadurl Tutorial.

ps. I corrected error in my precedent post.
That isn't help full for me because all things already have been done correctly
my server settings
sv_allowdownload 0
sv_downloadurl "http://top-secrete/my_cstrike/"

My cs settings
cl_allowdownload 1
cl_allowupload 1

Metalist...
Code:
meta list
Currently loaded plugins:
      description      stat pend  file              vers      src  load  unlod
 [ 1] AMX Mod X        RUN   -    amxmodx_mm.dll    v1.8.1.3  ini  Start ANY
 [ 2] mmtimer          RUN   -    mmtimer.dll       v1.6      ini  ANY   Never
 [ 3] AntiJos          RUN   -    anti_jos.dll      v1.00     ini  ANY   Pause
 [ 4] <nsv_mm.dll>     badf load  nsv_mm.dll        v -       ini   -     -
 [ 5] MySQL            RUN   -    mysql_amxx.dll    v1.8.1.3  pl1  ANY   ANY
 [ 6] Fun              RUN   -    fun_amxx.dll      v1.8.1.3  pl1  ANY   ANY
 [ 7] FakeMeta         RUN   -    fakemeta_amxx.dl  v1.8.1.3  pl1  ANY   ANY
 [ 8] CStrike          RUN   -    cstrike_amxx.dll  v1.8.1.3  pl1  ANY   ANY
 [9] CSX              RUN   -    csx_amxx.dll      v1.8.1.3  pl1  ANY   ANY
 [10] Ham Sandwich     RUN   -    hamsandwich_amxx  v1.8.1.3  pl1  ANY   ANY
 [11] Orpheu           RUN   -    orpheu_amxx.dll   v2.3a     pl1  ANY   ANY
 [12] Engine           RUN   -    engine_amxx.dll   v1.8.1.3  pl1  ANY   ANY
12 plugins, 11 running
__________________

omer is offline
pokemonmaster
princess milk
Join Date: Nov 2010
Location: Somewhere in this world
Old 10-13-2012 , 07:17   Re: res files inportant for fast download?
Reply With Quote #10

Quote:
Originally Posted by omer View Post
my server settings
sv_allowdownload 0
sv_downloadurl "http://top-secrete/my_cstrike/"
And H0W your supposed to download files if sv_allowdownload is 0

Also, remove antijos, it's useless now, just update your server, and wola, it gets fixed. ....
__________________
اَشْهَدُ اَنْ لَّآ اِلٰهَ اِلَّا اللہُ وَحْدَه لَا شَرِيْكَ لَه وَ اَشْهَدُ اَنَّ مُحَمَّدًا عَبْدُه وَرَسُوْلُه
No longer active in AMXX. Sorry.
pokemonmaster 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 02:29.


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