Don't Starve Together

Don't Starve Together

Show Me (Origin)
63件中 21-30 を表示
< 1  2  3  4  5  6  7 >
更新: 2018年1月22日 @ 11時23分

v0.37
- Updated Traditional Chinese Language.

更新: 2017年7月25日 @ 2時06分

v0.36
- Fixed Chinese language.
- Added Spanish language.

更新: 2017年7月18日 @ 23時14分

v0.35
- Fixed missing Korean language in mod options.
- Minor fixes in Korean language.

更新: 2017年7月18日 @ 7時07分

v0.34
- Hotfix.

更新: 2017年7月18日 @ 7時00分

v0.33
- Added Korean language. Thanks: Heart_bit

更新: 2017年6月29日 @ 5時08分

v0.32
- Added an option for language.

更新: 2017年6月29日 @ 3時50分

v0.31
- Added support of chinese TGP.

更新: 2017年3月14日 @ 6時46分

v0.30
- Added more chests to supported chest list (highlighting).
- Added TUNING.MONITOR_CHESTS to API for custom chests. Example:

TUNING.MONITOR_CHESTS = TUNING.MONITOR_CHESTS or {} TUNING.MONITOR_CHESTS.custom_chest = true -- For highlighting.
- Added support of backpacks (highlighting).
- Added inst.ShowMeColor to API. Now you can overwrite this function in your mod.
inst.ShowMeColor = function(enabled) if enabled then inst.AnimState:SetMultColour(0.3,1,1,1) --green else inst.AnimState:SetMultColour(1,1,1,1) --normal end end

更新: 2017年2月25日 @ 14時03分

v0.29
- Bundles support while highlighting.
- Added "timer" component support.
- Added gold units (tradable component) support.
- Rounded maximum uses.
- Added durability info for armor items.
- Added attack info (may be wrong for special skills of the monsters).
- Added AoE attack info (experiment).

更新: 2017年2月22日 @ 11時26分

v0.28
- Fixed wrong info on Pickle Barrel.
- Added support of "Thirst" mod.