Don't Starve Together
Show Me (Origin)
Εμφάνιση 21-30 από 63 καταχωρίσεις
< 1  2  3  4  5  6  7 >
Ενημέρωση: 22 Ιαν 2018 στις 11:23

v0.37
- Updated Traditional Chinese Language.

Ενημέρωση: 25 Ιουλ 2017 στις 2:06

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

Ενημέρωση: 18 Ιουλ 2017 στις 23:14

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

Ενημέρωση: 18 Ιουλ 2017 στις 7:07

v0.34
- Hotfix.

Ενημέρωση: 18 Ιουλ 2017 στις 7:00

v0.33
- Added Korean language. Thanks: Heart_bit

Ενημέρωση: 29 Ιουν 2017 στις 5:08

v0.32
- Added an option for language.

Ενημέρωση: 29 Ιουν 2017 στις 3:50

v0.31
- Added support of chinese TGP.

Ενημέρωση: 14 Μαρ 2017 στις 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

Ενημέρωση: 25 Φεβ 2017 στις 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).

Ενημέρωση: 22 Φεβ 2017 στις 11:26

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