0ffca Posted November 16, 2019 Share Posted November 16, 2019 Am I stupid or something? I lost all day to create dedicated server and it end with an issue. Please help Here is the file content: return { --#Increased Stack Size ["workshop-374550642"] = { enabled = true}, } return { --#Global Positions ["workshop-378160973"] = { enabled = true}, } return { --#Bunny puffs from rabbit holes ["workshop-382604105"] = { enabled = true}, } return { --#Pickle It ["workshop-404983266"] = { enabled = true}, } return { --#Deluxe Campfires 2.11 ["workshop-444235588"] = { enabled = true}, } return { --#No Thermal Stone Durability ["workshop-466732225"] = { enabled = true}, } return { --#Craftable Gears ["workshop-478005098"] = { enabled = true}, } return { --#Wynn ["workshop-479169756"] = { enabled = true}, } return { --#Archery Mod ["workshop-488009136"] = { enabled = true}, } return { --#Quick Pick ["workshop-501385076"] = { enabled = true}, } return { --#Turfed! ["workshop-514078314"] = { enabled = true}, } return { --#Birds and Berries and Trees and Flowers for Friends ["workshop-522117250"] = { enabled = true}, } return { --#Limit Prefab ["workshop-609675532"] = { enabled = true}, } return { --#Show Me (Origin) ["workshop-666155465"] = { enabled = true}, } return { --#Increase Storage ["workshop-728459184"] = { enabled = true}, } return { --#Moar Metals [RoG] [DST] ["workshop-737366433"] = { enabled = true}, } return { --#Repair Combine ["workshop-767776640"] = { enabled = true}, } return { --#45 Inventory Slots ["workshop-786556008"] = { enabled = true}, } return { --#DST One Click Action ["workshop-788268084"] = { enabled = true}, } return { --#Better Ice Flingomatic ["workshop-866623002"] = { enabled = true}, } return { --#Deluxe Cooking Pot ["workshop-907007729"] = { enabled = true}, } return { --#简单经济学Simple Economy ["workshop-1115709310"] = { enabled = true}, } return { --#Better Ice Box ["workshop-1172839635"] = { enabled = true}, } return { --#Pack Box ["workshop-1296663404"] = { enabled = true}, } return { --#Hornet ["workshop-1534338439"] = { enabled = true}, } return { --#Hamlet Stuff ["workshop-1547161641"] = { enabled = true}, } return { --#Help Me Up! ["workshop-1595934840"] = { enabled = true}, } return { --#G10MM-3R ["workshop-1628298090"] = { enabled = true}, } return { --#Wormwood Together ["workshop-1654881929"] = { enabled = true}, } return { --#No Grass Gekko ["workshop-1686705509"] = { enabled = true}, } return { --#Extra Equip Slots (Updated) ["workshop-1818688368"] = { enabled = true) Link to comment https://forums.kleientertainment.com/forums/topic/113615-modoverrideslua-couldnt-be-loaded/ Share on other sites More sharing options...
Developer bizziboi Posted November 16, 2019 Developer Share Posted November 16, 2019 Not sure what the format of modoverrides has to be but: - You're missing a closing brace - The format as is makes no sense from a Lua perspective as it stand, I suspect it'd be more like return { --#Wormwood Together ["workshop-1654881929"] = { enabled = true}, --#No Grass Gekko ["workshop-1686705509"] = { enabled = true}, -- keep going like this with the rest of the mods } Link to comment https://forums.kleientertainment.com/forums/topic/113615-modoverrideslua-couldnt-be-loaded/#findComment-1284082 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.
Please be aware that the content of this thread may be outdated and no longer applicable.