Don't Starve Together

Don't Starve Together

Show Me (Origin)
Mostrando 21-30 de 63 aportaciones
< 1  2  3  4  5  6  7 >
Actualización: 22 ENE 2018 a las 11:23

v0.37
- Updated Traditional Chinese Language.

Actualización: 25 JUL 2017 a las 2:06

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

Actualización: 18 JUL 2017 a las 23:14

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

Actualización: 18 JUL 2017 a las 7:07

v0.34
- Hotfix.

Actualización: 18 JUL 2017 a las 7:00

v0.33
- Added Korean language. Thanks: Heart_bit

Actualización: 29 JUN 2017 a las 5:08

v0.32
- Added an option for language.

Actualización: 29 JUN 2017 a las 3:50

v0.31
- Added support of chinese TGP.

Actualización: 14 MAR 2017 a las 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

Actualización: 25 FEB 2017 a las 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).

Actualización: 22 FEB 2017 a las 11:26

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