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일 오후 11시 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일 오후 2시 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.