Don't Starve Together

Don't Starve Together

Show Me (Origin)
Zobrazeno 21–30 z 63 položek
< 1  2  3  4  5  6  7 >
Aktualizace: 22. led. 2018 v 11.23

v0.37
- Updated Traditional Chinese Language.

Aktualizace: 25. čvc. 2017 v 2.06

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

Aktualizace: 18. čvc. 2017 v 23.14

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

Aktualizace: 18. čvc. 2017 v 7.07

v0.34
- Hotfix.

Aktualizace: 18. čvc. 2017 v 7.00

v0.33
- Added Korean language. Thanks: Heart_bit

Aktualizace: 29. čvn. 2017 v 5.08

v0.32
- Added an option for language.

Aktualizace: 29. čvn. 2017 v 3.50

v0.31
- Added support of chinese TGP.

Aktualizace: 14. bře. 2017 v 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

Aktualizace: 25. úno. 2017 v 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).

Aktualizace: 22. úno. 2017 v 11.26

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