Jump to content

Recommended Posts

@DSkySoul,

 

i have fixed your modoverrides.lua

 

your modoverrides.lua:

 

    --DST Storm Cellar            

    ["workshop-382177939"] = {enabled = true,
        configuration_options =
            {
                   eightxten = 8x10,
                    }
    },      

 

 version fixed modoverrides.lua:

 

    --DST Storm Cellar            
    ["workshop-382177939"] = {enabled = true,
        configuration_options =
            {
                   eightxten = "8x10",
                    }
    },      

 

for every mod, you need check modinfo.lua to set your options properly

 

example for your mod Storm Cellar

 

Steam\steamapps\common\Don't Starve Together Beta\mods\workshop-382177939\modinfo.lua

 

modinfo.lua:

 

        name = "eightxten",
        label = "Slot Positions",
        hover = "Here's where you to change the positions of the slots",
        options =
    {
        {description = "5 x 16", data = "5x16", hover = "5 slots hight and 16 slots wide"},
        {description = "8 x 10", data = "8x10", hover = "8 slots high and 10 slots wide"},

 

modoverrides.lua

Thanks :grin:

 

I had it like that but in the end i decided to leave it in default BUT my friend had trouble because it was showing the Storm Cellar inventory out of the screen, i think i "thought" i knew what i was doing and didn't even check the modinfo.

 

Thanks again :-)

 

P.S. the server wasn't even showing as "modded" ^^''

@ToNiO55

 

Btw was there something in the files that said why using the "DJPaul's Sort Inventory" mod makes a gobbler sound.

 

When you hit the key to sort your inventory it makes the sound and if you keep pressing it, it spams the sound

 

Never mind, if i host a server it still does that, i don't remember it doing that but well it might be new or something

 

Gonna ask the mod author ^^

I know i already posted this screenshot but it's getting more frequent, before only once (random), yesterday 3 times.

Is there any information in the screenshot to be able to track down what's causing it ? I only know what to do in these cases when there is a mod name in there ^^''

 

post-403551-0-07747200-1435247854_thumb.

 

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.

×
  • Create New...