Quote:
Originally Posted by TrappaTroopa
I am setting up a new ZE Server. For some reason my Testers are not downloading the Zombie textures. I have my FastDL setup right because they can get my Maps no problems.. And I have 3 other servers using the same Web Server. Here is my Downloads.ini
Code:
// ============================================================================
//
// ZOMBIE:RELOADED
// Downloads configuration
//
// See Download List (3.6) section in the manual for detailed info.
//
// ============================================================================
// * Each uncommented line will be used as a file path for clients to download.
// ----------------------------------------------------------------------------
// Defaults:
// ----------------------------------------------------------------------------
// team win overlays
materials/overlays/zr/zombies_win.vtf
materials/overlays/zr/zombies_win.vmt
materials/overlays/zr/humans_win.vtf
materials/overlays/zr/humans_win.vmt
// zvision
materials/overlays/zr/zvision.vtf
materials/overlays/zr/zvision.vmt
//csgo zombie models
materials/models/zombie/normal/zombie_normal_hand.vtf
materials/models/zombie/normal/zombie_normal_hand_normal.vtf
materials/models/zombie/normal/hand/zombie_normal_hand.vtf
materials/models/zombie/normal_f/normal_f_hand.vtf
materials/models/zombie/normal_f/normal_f_hand_normal.vtf
materials/models/zombie/normalf/hand/normal_f_hand.vmt
materials/models/zombie/normalhost/zombie_normalhost_hand.vtf
materials/models/zombie/normalhost/zombie_normalhost_hand_normal.vtf
materials/models/zombie/normalhost/hand/zombie_normalhost_hand_normal.vtf
materials/models/zombie/normalhost_female/normalhost_f_arm.vtf
materials/models/zombie/normalhost_female/normalhost_f_arm_normal.vtf
materials/models/zombie/normalhost_female/hand/normalhost_f_arm.vmt
// csgo zombie sounds
sound/zr/zombie_pain1.mp3
sound/zr/zombie_pain2.mp3
sound/zr/zombie_pain3.mp3
sound/zr/zombie_pain4.mp3
sound/zr/zombie_pain5.mp3
sound/zr/zombie_pain6.mp3
sound/zr/zombie_voice_idle1.mp3
sound/zr/zombie_voice_idle2.mp3
sound/zr/zombie_voice_idle3.mp3
sound/zr/zombie_voice_idle4.mp3
sound/zr/zombie_voice_idle5.mp3
sound/zr/zombie_voice_idle6.mp3
sound/zr/zombie_voice_idle7.mp3
sound/zr/zombie_voice_idle8.mp3
sound/zr/zombie_voice_idle9.mp3
sound/zr/zombie_voice_idle10.mp3
sound/zr/zombie_voice_idle11.mp3
sound/zr/zombie_voice_idle12.mp3
sound/zr/zombie_voice_idle13.mp3
sound/zr/zombie_voice_idle14.mp3
sound/zr/zombie_die1.mp3
sound/zr/zombie_die2.mp3
sound/zr/zombie_die3.mp3
sound/ambient/zr/zr_ambience.mp3
sound/zr/fz_scream1.mp3
|
Try this alternative file/folder downloader:
https://forums.alliedmods.net/showthread.php?p=602270
If that not work make sure you set your download link
sv_downloadurl "Your link for FastDL"
Make sure you compress you're maps if you haven't already as well as materials and models folder. You can use this bzip bat file, just drag files into it and it will compress them for download.
Install 7zip:
http://www.7-zip.org/download.html
Bzip bat file:
http://www.filedropper.com/bz2
If that don't work make sure you're files have permissions set in FTP.
hope it helps.