Don't Starve Together

Don't Starve Together

Show Me (Origin)
Showing 21-30 of 63 entries
< 1  2  3  4  5  6  7 >
Update: 22 Jan, 2018 @ 11:23am

v0.37
- Updated Traditional Chinese Language.

Update: 25 Jul, 2017 @ 2:06am

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

Update: 18 Jul, 2017 @ 11:14pm

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

Update: 18 Jul, 2017 @ 7:07am

v0.34
- Hotfix.

Update: 18 Jul, 2017 @ 7:00am

v0.33
- Added Korean language. Thanks: Heart_bit

Update: 29 Jun, 2017 @ 5:08am

v0.32
- Added an option for language.

Update: 29 Jun, 2017 @ 3:50am

v0.31
- Added support of chinese TGP.

Update: 14 Mar, 2017 @ 6:46am

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

Update: 25 Feb, 2017 @ 2:03pm

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).

Update: 22 Feb, 2017 @ 11:26am

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