• FastDL doesn't work!
    28 replies, posted
Hello, today I setted up FastDL for my Gmod Server. I followed this tutorial " [url]https://maurits.tv/data/garrysmod/wiki/wiki.garrysmod.com/index70e8.html[/url] " except the "the Cache" part. I realised while testing it, that people that hasn't subscribed to the materials in the workshop have the typical black-purple texture on some weapons and don't hear sounds of some weapons. I hope you can help me!
Did you compress the files? Were you able to confirm that these were downloaded upon joining?
[QUOTE=Nookyava;52766176]Did you compress the files? Were you able to confirm that these were downloaded upon joining?[/QUOTE] Yes and Yes
[QUOTE=flashstyle;52766203]Yes and Yes[/QUOTE] Then are you certain that the paths are correct for these materials?
[QUOTE=Nookyava;52766257]Then are you certain that the paths are correct for these materials?[/QUOTE] Yeah I'm quite sure about that.
Has this been resolved OP? Post your fastDL URL please Did you make a lua script to tell the clients to download from your fastDL?
[QUOTE=JacobStar9104;52787545] Post your fastDL URL please [/QUOTE] [url]http://wp12979005.server-he.de/fastdl/[/url] [QUOTE=JacobStar9104;52787545] Did you make a lua script to tell the clients to download from your fastDL? [/QUOTE] Sure I even made 3 " [url]https://pastebin.com/jikUXc08[/url] " located: 1. /garrysmod/lua/autorun 2. /garrysmod/lua/autorun/server 3. /garrysmod/lua/autorun/client
[QUOTE=flashstyle;52787977][url]http://wp12979005.server-he.de/fastdl/[/url] Sure I even made 3 " [url]https://pastebin.com/jikUXc08[/url] " located: 1. /garrysmod/lua/autorun 2. /garrysmod/lua/autorun/server 3. /garrysmod/lua/autorun/client[/QUOTE] Remove the trailing / in your fastDL url and it should work. [url]http://wp12979005.server-he.de/fastdl[/url] :dogcited:
[QUOTE=JacobStar9104;52790910]Remove the trailing / in your fastDL url and it should work. [url]http://wp12979005.server-he.de/fastdl[/url] :dogcited:[/QUOTE] Nope still doesn't work :(
Your resource file should be in lua/autorun/server. Could you post your server.cfg? [editline]18th October 2017[/editline] Also, maps should not have resource.AddFile called for them.
[code]hostname "[GER] BulletZone | FastDL | BETA" sv_password "not needed" rcon_password "not needed" ttt_firstpreptime "30" sv_loadingurl "https://flashstyle.csite.io/loading/bz" ttt_postround_dm "1" ttt_traitor_pct "0.34" ttt_detective_min_players "5" ttt_firstpreptime "30" ttt_posttime_seconds "20" ttt_karma "0" ttt_det_credits_starting "2" ttt_credits_starting "3" ttt_detective_hats "0" ttt_bots_are_spectators "0" ttt_round_limit "15" ttt_time_limit_minutes "60" ttt_ragdoll_pinning_innocents "1" ttt_weapon_carrying "1" ttt_spec_prop_base "1" csgo_knives_dmg_prim_back "15" csgo_knives_dmg_prim_front1 "10" csgo_knives_dmg_prim_front2 "10" csgo_knives_dmg_sec_back "15" csgo_knives_dmg_sec_front "10" sv_downloadurl "http://wp12979005.server-he.de/fastdl" sv_allowdownload "0" sv_allowupload "0" [/code] [editline]18th October 2017[/editline] [QUOTE=code_gs;52791562]Your resource file should be in lua/autorun/server. Could you post your server.cfg? [editline]18th October 2017[/editline] Also, maps should not have resource.AddFile called for them.[/QUOTE] the download. lua is now there.
Are you getting any red errors upon joining on the clients console? Normally when the downloads fail it outputs on the console what type of error the web server returns. Does your client even try to download them upon joining?
[QUOTE=geferon;52791946]Are you getting any red errors upon joining on the clients console? Normally when the downloads fail it outputs on the console what type of error the web server returns. Does your client even try to download them upon joining?[/QUOTE] [code]Requesting 2 lua files from the server HTTP ERROR 8 downloading http://wp12979005.server-he.de/fastdl/maps/graphs/ttt_minecraft_b5.ain.bz2 HTTP ERROR 8 downloading http://wp12979005.server-he.de/fastdl/maps/graphs/ttt_minecraft_b5.ain HTTP ERROR 8 downloading http://wp12979005.server-he.de/fastdl/materials/VGUI/ttt/icon_negev.vtf.bz2 HTTP ERROR 8 downloading http://wp12979005.server-he.de/fastdl/materials/VGUI/ttt/icon_negev.vmt.bz2 HTTP ERROR 8 downloading http://wp12979005.server-he.de/fastdl/sound/gronkh/Fail.wav.bz2 HTTP ERROR 8 downloading http://wp12979005.server-he.de/fastdl/sound/gronkh/Fail.wav HTTP ERROR 8 downloading http://wp12979005.server-he.de/fastdl/materials/VGUI/ttt/bildgronkh.png.bz2 HTTP ERROR 8 downloading http://wp12979005.server-he.de/fastdl/materials/VGUI/ttt/bildgronkh.png HTTP ERROR 8 downloading http://wp12979005.server-he.de/fastdl/materials/VGUI/ttt/icon_avengeraxe.vtf.bz2 HTTP ERROR 8 downloading http://wp12979005.server-he.de/fastdl/materials/VGUI/ttt/icon_avengeraxe.vmt.bz2 HTTP ERROR 8 downloading http://wp12979005.server-he.de/fastdl/materials/VGUI/ttt/lykrast/icon_cloakingdevice.png.bz2 HTTP ERROR 8 downloading http://wp12979005.server-he.de/fastdl/materials/VGUI/ttt/lykrast/icon_cloakingdevice.png HTTP ERROR 8 downloading http://wp12979005.server-he.de/fastdl/materials/VGUI/ttt/icon_homing_pigeon.png.bz2 HTTP ERROR 8 downloading http://wp12979005.server-he.de/fastdl/materials/VGUI/ttt/icon_homing_pigeon.png HTTP ERROR 8 downloading http://wp12979005.server-he.de/fastdl/materials/VGUI/ttt/icon_peacekeeper.vtf.bz2 HTTP ERROR 8 downloading http://wp12979005.server-he.de/fastdl/materials/VGUI/ttt/icon_peacekeeper.vmt.bz2 HTTP ERROR 8 downloading http://wp12979005.server-he.de/fastdl/materials/VGUI/ttt/icon_propexploder.vtf.bz2 HTTP ERROR 8 downloading http://wp12979005.server-he.de/fastdl/materials/VGUI/ttt/icon_propexploder.vmt.bz2 HTTP ERROR 8 downloading http://wp12979005.server-he.de/fastdl/materials/VGUI/ttt/icon_randomat.vtf.bz2 HTTP ERROR 8 downloading http://wp12979005.server-he.de/fastdl/materials/VGUI/ttt/icon_randomat.vmt.bz2 HTTP ERROR 8 downloading http://wp12979005.server-he.de/fastdl/materials/VGUI/ttt/icon_randomtest.vtf.bz2 HTTP ERROR 8 downloading http://wp12979005.server-he.de/fastdl/materials/VGUI/ttt/icon_randomtest.vmt.bz2 PREP OK material models/weapons/rend_rpg/v_hands has a normal map and an envmapmask. Must use $normalmapalphaenvmapmask. Error: Material "models/weapons/w_molotov/molotov" uses unknown shader "vmt" Error: Material "models/weapons/w_molotov/rag" uses unknown shader "vmt" KeyValues Error: RecursiveLoadFromBuffer: got NULL key in file materials/jaanus/shuriken.vmt Adding Filesystem Addon 'g:\programme\steam\steamapps\common\garrysmod\garrysmod\addons\css_content_addon_apr2016' Addon contain game scripts?! Lowering mount priority. (2) Adding Filesystem Addon 'g:\programme\steam\steamapps\common\garrysmod\garrysmod\addons\css_maps_addon_apr2016' Initializing Awesomium.. No Kinect SDK Unknown command "SWAP_TEAMS_EVERY_ROUND" Unknown command "HUNTER_KILL_BONUS" Unknown command "HUNTER_FIRE_PENALTY" Changing gamemode to Trouble in Terrorist Town (terrortown) 'TTT - Defibrillator' is missing Addon, ServerContent, Dupe, Demo or Save tag! Couldn't retrieve ISteamUGC install info for 247827613! 'TTT Portable Medkit' is missing Addon, ServerContent, Dupe, Demo or Save tag! Couldn't retrieve ISteamUGC install info for 248977441! Couldn't retrieve ISteamUGC install info for 308157307! Couldn't retrieve ISteamUGC install info for 248660099! Couldn't retrieve ISteamUGC install info for 215998878! Couldn't retrieve ISteamUGC install info for 275550222! Couldn't retrieve ISteamUGC install info for 210902773! [/code] this is everything that the console says in red but not every skin that misses, btw not all of my skins misses.
Go to [url]http://wp12979005.server-he.de/fastdl/sound/gronkh/Fail.wav.bz2[/url] You will find out why it doesn't work.
[QUOTE=Robotboy655;52792484]Go to [url]http://wp12979005.server-he.de/fastdl/sound/gronkh/Fail.wav.bz2[/url] You will find out why it doesn't work.[/QUOTE] You just need to click on it one directory before.
"fail" is not the same as "Fail"
[QUOTE=Robotboy655;52792512]"fail" is not the same as "Fail"[/QUOTE] I now renamed it but before that it where saved as "fail" not "Fail" now it works, but I don't know whats up with the rest.
Same thing, the actual files the game tries to download don't exist on your server.
[QUOTE=Robotboy655;52792589]Same thing, the actual files the game tries to download don't exist on your server.[/QUOTE] It exists with the exact same name.
Not really. Enter the link into your browser from the console.
[QUOTE=Robotboy655;52792616]Not really. Enter the link into your browser from the console.[/QUOTE] I fixed everything beside that (most materials still don't work) [code]Requesting 2 lua files from the server HTTP ERROR 8 downloading http://wp12979005.server-he.de/fastdl/maps/graphs/ttt_minecraft_b5.ain.bz2 HTTP ERROR 8 downloading http://wp12979005.server-he.de/fastdl/maps/graphs/ttt_minecraft_b5.ain PREP OK material models/weapons/rend_rpg/v_hands has a normal map and an envmapmask. Must use $normalmapalphaenvmapmask. Error: Material "models/weapons/w_molotov/molotov" uses unknown shader "vmt" Error: Material "models/weapons/w_molotov/rag" uses unknown shader "vmt" KeyValues Error: RecursiveLoadFromBuffer: got NULL key in file materials/jaanus/shuriken.vmt VertexLitGeneric, clientside lua startup! 'TTT - Defibrillator' is missing Addon, ServerContent, Dupe, Demo or Save tag! Couldn't retrieve ISteamUGC install info for 247827613! 'TTT Portable Medkit' is missing Addon, ServerContent, Dupe, Demo or Save tag! Couldn't retrieve ISteamUGC install info for 248977441! Couldn't retrieve ISteamUGC install info for 308157307! Couldn't retrieve ISteamUGC install info for 248660099! Couldn't retrieve ISteamUGC install info for 215998878! Couldn't retrieve ISteamUGC install info for 275550222! Couldn't retrieve ISteamUGC install info for 210902773! [/code]
Then you didn't put those materials for download with resource.AddFile
[QUOTE=Robotboy655;52792730]Then you didn't put those materials for download with resource.AddFile[/QUOTE] There is 1 Problem, I did. I realy don't know what to do.
Well clearly you didn't otherwise you wouldn't have these problems. I can't help you further without specifics, like what textures are missing, your file with resource.AddFile calls, etc.
[QUOTE=Robotboy655;52792815]Well clearly you didn't otherwise you wouldn't have these problems. I can't help you further without specifics, like what textures are missing, your file with resource.AddFile calls, etc.[/QUOTE] Files like " wp12979005.server-he.de/fastdl/materials/vgui/ttt/exho_martyrdom.png.bz2 " or " wp12979005.server-he.de/fastdl/sound/fusrodah.mp3.bz2 " are missing, here my download.lua " [url]https://pastebin.com/krj5CixR[/url] " located in /garrysmod/lua/autorun/server
Don't add .bz2 in your code.
[QUOTE=Robotboy655;52792882]Don't add .bz2 in your code.[/QUOTE] Every file?
Obviously.
[QUOTE=Robotboy655;52792905]Obviously.[/QUOTE] BIG thank you finaly everything works (as far as I can proof it). :D
Sorry, you need to Log In to post a reply to this thread.