饑荒聯機版

饑荒聯機版

Fast Equipment
michi  [開發人員] 2017 年 11 月 25 日 上午 5:38
Change Buttons Order
First go to the mod folder:

\Steam\steamapps\common\Don't Starve Together\mods\workshop-1180681495\

Now open the file modmain.lua and search the lines:

local button_order = {2,1,2,3,4,5,6,3,4,1}
local button_order_scythe = {2,1,3,4,5,6,7,3,4,1,2}
local button_side = {1,0,0,0,0,0,0,1,1,1}
local button_side_scythe = {1,0,0,0,0,0,0,1,1,1,0}

This lines determine the order of the buttons and the side.
  • The side 0 represent the left side, where the tools are usually. And the side 1 represents the side right of the weapons and armors.
  • The order starts in 1 for the both sides separately, so the numbers are repeated in that arrays.

Each position of the arrays correspond with the keybind in the order of these array:

local KEYS = {
KEY_WEAPON,
KEY_AXE,
KEY_PICKAXE,
KEY_SHOVEL,
KEY_HAMMER,
KEY_PITCHFORK,
KEY_LIGHT,
KEY_ARMOR,
KEY_HELMET,
KEY_CANE,
KEY_SCYTHE
}

So for example if you change:

local button_order = {2,1,2,3,4,5,6,3,4,1}

for


local button_order = {2,2,1,3,4,5,6,3,4,1}

You swap the axe button with the pickaxe button.

*Note: remember that the buttons back is not dinamic, so you can't be able to put in more than 6 buttons on the left side and more than 4 in the right side, without it seems bad.
最後修改者:michi; 2017 年 11 月 25 日 上午 5:41
< >
目前顯示第 1-3 則留言,共 3
Carbo 2018 年 3 月 4 日 上午 10:17 
Where can I find the mod folder \Steam\steamapps\common\Don't Starve Together\mods\workshop-118068149 ?

I want to add The Lazy Explorer to the Walking Cane button
最後修改者:Carbo; 2018 年 3 月 4 日 上午 10:18
michi  [開發人員] 2018 年 3 月 4 日 下午 4:22 
引用自 Wh4dow
Where can I find the mod folder \Steam\steamapps\common\Don't Starve Together\mods\workshop-118068149 ?

I want to add The Lazy Explorer to the Walking Cane button

The id of the mod is 1180681495, you can see it in the url of this page https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1180681495 (same for other mods)
Carbo 2018 年 3 月 4 日 下午 5:00 
But where can I access to it? From my steam library?
< >
目前顯示第 1-3 則留言,共 3
每頁顯示: 1530 50