Alright im having some problem's with my FastDL.
I recently started hosting a server with FastDL (Not Steam Workshop) and some people can't seem to see the playermodels that i have installed on the server.
I have extracted the workshop file's with GMad Extractor, Put a original copy in garrysmod\myserver, I compressed another copy using bzip, Put the compressed files in my fastdl directory, i generated a resource file using Fox's Resource Generator, And printed the resource.lua in my lua\autorun path.
Im running Apache, And the port's are open to the FastDL website.
[CODE]
--// File Generated By Fox-Warrior's Resources Generator Version 2.06 \\--
if (SERVER) then
resource.AddFile( "materials/models/characters/the303/capnormal.vtf.bz2" )
resource.AddFile( "materials/models/characters/the303/dewcap_blue.vmt.bz2" )
resource.AddFile( "materials/models/characters/the303/dewcap_blue.vtf.bz2" )
resource.AddFile( "materials/models/characters/the303/dewcap_green.vmt.bz2" )
resource.AddFile( "materials/models/characters/the303/dewcap_green.vtf.bz2" )
resource.AddFile( "materials/models/characters/the303/dewcap_orange.vmt.bz2" )
resource.AddFile( "materials/models/characters/the303/dewcap_orange.vtf.bz2" )
resource.AddFile( "materials/models/characters/the303/dewcap_red.vmt.bz2" )
resource.AddFile( "materials/models/characters/the303/dewcap_red.vtf.bz2" )
resource.AddFile( "materials/models/characters/the303/dewplastic.vmt.bz2" )
resource.AddFile( "materials/models/characters/the303/dewplastic.vtf.bz2" )
resource.AddFile( "materials/models/characters/the303/dewtex.vmt.bz2" )
resource.AddFile( "materials/models/characters/the303/dewtex_o.vmt.bz2" )
resource.AddFile( "materials/models/characters/the303/dew_ex.vtf.bz2" )
resource.AddFile( "materials/models/characters/the303/dew_liq_blue.vmt.bz2" )
resource.AddFile( "materials/models/characters/the303/dew_liq_blue.vtf.bz2" )
resource.AddFile( "materials/models/characters/the303/dew_liq_green.vmt.bz2" )
resource.AddFile( "materials/models/characters/the303/dew_liq_green.vtf.bz2" )
resource.AddFile( "materials/models/characters/the303/dew_liq_normal.vtf.bz2" )
resource.AddFile( "materials/models/characters/the303/dew_liq_normal_backup.vtf.bz2" )
resource.AddFile( "materials/models/characters/the303/dew_liq_orange.vmt.bz2" )
resource.AddFile( "materials/models/characters/the303/dew_liq_orange.vtf.bz2" )
resource.AddFile( "materials/models/characters/the303/dew_liq_red.vmt.bz2" )
resource.AddFile( "materials/models/characters/the303/dew_liq_red.vtf.bz2" )
end
[/CODE]
Could anyone help me with this? I don't want people seeing error's on my server :(
Post the fastdl address maybe?
[QUOTE=Robotboy655;46833069]Post the fastdl address maybe?[/QUOTE]
EDIT: Could you add me on steam?
Well I would help you, but I'd rather not to be honest ( No hard feelings )
Anyone can get the IP of your server or any website with 5 mouse clicks.
Anyone can easily get the address of your FastDL server via the console in 5 button presses.
Don't resource.AddFile the .bz2s. Remove that extention—Garry's Mod will automatically download the compressed versions.
Sorry, you need to Log In to post a reply to this thread.