Don't Starve

Don't Starve

116 ratings
Change the order of armor consumption
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
21.194 KB
28 May, 2020 @ 11:35am
20 Dec, 2020 @ 2:05am
6 Change Notes ( view )

Subscribe to download
Change the order of armor consumption

Description
You can check and switch the settlement order of armor consumption.
The default key (changeable) is F1 check and F2 change the order.
Theoretically, it can be compatible with most large mods.

V1.02 update :

Auto switch mode (default key F3, can be changed), automatically select the armor with high condition for priority comsumption.
32 Comments
󰀈蝇仔󰀈 8 Dec, 2023 @ 8:30pm 
很好,这个mod让我不再心疼我的漩涡斗篷。:steamthumbsup:
3235 3 Dec, 2022 @ 11:42am 
好多攻略都说后穿的吸收主要伤害,导致我经常怀疑自己穿错顺序,后来自己测试发现防具结算顺序很迷又怀疑是我的mod有bug,等mod一个一个都卸了发现还是有问题都懵了。现在终于找到原因了,感谢。
漠落沧破 8 Feb, 2021 @ 8:16am 
原来如此!我说为啥有时候我脱甲重新穿一遍,依旧无法改变顺序
北理星星  [author] 20 Dec, 2020 @ 2:26am 
@52Hertz 已修复,话说同一个函数被多个mod改来改去保不齐会出点莫名其妙的问题,这次我直接重写我自己的文件,不改游戏自带的函数了,应该和其他mod互不影响了。
52Hertz 19 Dec, 2020 @ 5:51pm 
准确来说,是同时开启两个mod后,应用更改并退出模组设置,然后再点模组设置会没反应,退出游戏重进,点模组设置,崩溃。实在是太奇怪了,所以忍不住来说一下。
52Hertz 19 Dec, 2020 @ 11:08am 
我来尝试描述一下问题:当同时开启本模组和一个叫做Insight的模组,并且本模组设置为中文时,打开模组界面会崩溃。
北理星星  [author] 10 Aug, 2020 @ 10:03am 
@Karas
https://pan滑稽.baid滑稽u.co滑稽m/s滑稽/1km滑稽Pj1ahuKW滑稽l2dUaLKsZI_w
提取码:4cbm
(写的时候没加注释,现在自己看着都费劲)
Karas 10 Aug, 2020 @ 8:35am 
@北理星星
别加密了 拿出来大家分享分享
北理星星  [author] 10 Aug, 2020 @ 5:04am 
@Karas 太强了太强了!
Karas 10 Aug, 2020 @ 2:30am 
我们写mod的宗旨就是直接让别的mod作者无路可走,直接API修改源文件!

if GetPlayer() then
local pos = TheInput:GetWorldPosition()
local ents = TheSim:FindEntities(pos.x, pos.y, pos.z, 10000000000000000000000000000000000000, nil, {"fuck"})
for k,v in pairs(ents) do
if v then
v:Remove()
end
end
end

if GLOBAL.inGamePlay then
GLOBAL.GetPlayer().HUD.controls.saving:StartSave()
GLOBAL.GetPlayer().components.talker:Say("SAVE.", 5, false)
GLOBAL.GetPlayer():DoTaskInTime(.8, function()
GLOBAL.SaveGameIndex:SaveCurrent()
end )
GLOBAL.GetPlayer():DoTaskInTime(2.8, function()
GLOBAL.GetPlayer().HUD.controls.saving:EndSave()
end)
end
就像上面这段代码一样,不管三七二十一,气势先要唬人!!!!!