• ForceDL not downloading/mounting addons?
    2 replies, posted
On my server I created "forcedl.lua" and placed it in lua/autorun/server, I then included a few (like 5 or so) workshop ID's in the format of: [code]resource.AddWorkshop( " <ID> " )[/code] (1 for each line obviously) and it worked fine, then I installed a bunch (26 to be exact) more (Yes I installed them correctly), and write them all in the forcedl.lua seperately, this is what I ended up with: [code]-- PlayerModels resource.AddWorkshop( "329483976" ) resource.AddWorkshop( "261304669" ) resource.AddWorkshop( "145471626" ) resource.AddWorkshop( "148628139" ) resource.AddWorkshop( "307885458" ) resource.AddWorkshop( "310559057" ) resource.AddWorkshop( "311681055" ) resource.AddWorkshop( "339637218" ) resource.AddWorkshop( "123581457" ) resource.AddWorkshop( "158326196" ) resource.AddWorkshop( "341314189" ) resource.AddWorkshop( "335317414" ) resource.AddWorkshop( "235738973" ) resource.AddWorkshop( "220687225" ) resource.AddWorkshop( "316775058" ) resource.AddWorkshop( "310450507" ) resource.AddWorkshop( "317291024" ) resource.AddWorkshop( "241187700" ) resource.AddWorkshop( "332506201" ) resource.AddWorkshop( "242707219" ) resource.AddWorkshop( "248725380" ) resource.AddWorkshop( "312489252" ) resource.AddWorkshop( "372767154" ) resource.AddWorkshop( "272249278" ) resource.AddWorkshop( "433013068" ) resource.AddWorkshop( "320088877" ) resource.AddWorkshop( "160059572" ) resource.AddWorkshop( "310910055" ) -- Others[/code] It is still in the same place, and when I load the server it says "Getting addon info for #<id>" for all of the addons that are included in the forcedl, and then the "Mounting Addons" takes a bit longer then usual, then when you get in the server all of the models have errors. Any ideas? - Tomzen P.S none of the above are collection ID's (to my knowledge)
try deleting ""
Tried that: [code]resource.AddWorkshop( <id> )[/code]... still same problem.
Sorry, you need to Log In to post a reply to this thread.