Don't Starve Together

Don't Starve Together

Home Base Bonus
Näytetään 1–10 / 21
< 1  2  3 >
Päivitys: 27.4. klo 7.00

- added spdmg aka planardamage to the CalcDamage func. I dont know how this work, will have this value unchanged for now regardless of carpet bonus

Päivitys: 5.1.2024 klo 5.51

added a customsettings.lua file which contains a global table of tile_names that should be used for this mod.
You can add any tile_name you want to these lists, either by directly editing the lua file (make sure to make a backup of your changes) or by filling this global table from within another mod.

I already added carpet2, scaled, mosaics and gold floors to the new supported floors.

Päivitys: 21.7.2022 klo 3.49

Tooltips (showed when hovering over the turf item):
- Removed tooltips for "Show Me" mod (this was poorly written, it was just adding components that did nothing but causing trouble with other mods)
- Instead added good written tooltips for the "Insight" Mod https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2189004162

This update changes nothing except tooltips, so everything else should work fine, regardless if you have "Show Me" or "Insight" or non of them enabled.

Päivitys: 23.8.2021 klo 19.15

hotfix for crash

Päivitys: 23.8.2021 klo 19.10

Added modsettings:
Treat boat like wooden floor.
Disabled by default.

Päivitys: 28.6.2020 klo 4.37

Game update from 26.06.2020:
Game devs removed wetnesss and drying resistance values from items. So they no longer dry/get wet faster/slower, since their new code uses the same values for all items, no custom values anymore per item.
(fixed a crash resulting from these missing values)

If you really want this feature back, I can overwrite the new games code and restore it. But it still would be error prone if devs do more changes to it.

Päivitys: 9.12.2017 klo 19.32

imrpoved the code for increasing damage.
Now it also works for wolfgang and should not conflict with other mods.

Päivitys: 6.9.2016 klo 11.38

added a missing bracket in script causing crash... sry

Päivitys: 6.9.2016 klo 7.25

minor script improvements

Päivitys: 15.8.2016 klo 13.22

- Added Damage and Damage Absorption!
-> See mod description for default values. You even could make you invincible on floor, if you like to ;)
-> If you use other mods, that changes the character damage/absorption values while the game is running, it could cause trouble. To check if the damage and armor values are correct, the "Show Me" mod will help alot. See last screenshot.
Please report if you encounter problems with these values and wich mod could cause this.

- Tweaked some other default values, marked in description with (v1.17).
-> E.g reduced carpet summer insulation to 0.
-> This had to be done, cause summer insulation prevents your temperature from rising. So if you are standing in winter on something that gives summer insulation, your temperature won't rise and you may freeze.
-> So use carpet in winter and marble in summer.

- For base you need science OR alchemy machine (not both) now. Also you can add magic structure to requirements.

- minor other improvements in the script that won't change gameplay.