• FastDL and Linux
    1 replies, posted
Hey, So atm I'm trying to get the files on the server to download to the client. Both the server and fastdl are running linux and the maps are downloading perfectly but when it comes to other things (materials, models etc.) Here is my resources.lua file which is located in my lua/autorun/server folder: [CODE]--[[ Add Files ]]-- resource.AddFile( "materials/VGUI/ttt/antideath.vmt" ) resource.AddFile( "materials/VGUI/ttt/deathnote.vmt" ) resource.AddFile( "materials/VGUI/ttt/icon_spykr_cloak.vmt" ) resource.AddFile( "materials/gui/silkicons/cog.vmt" )[/CODE] And yes I have gone through and made sure that the directories correspond to the resource.AddFile strings.
VGUI should not be capitalized; Linux is case sensitive. Make sure that it is also lowercased on your FastDL server.
Sorry, you need to Log In to post a reply to this thread.