Don't Starve Together

Don't Starve Together

Home Base Bonus
21개 중 1~10개 표시 중
< 1  2  3 >
업데이트: 2025년 4월 27일 @ 오전 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

업데이트: 2024년 1월 5일 @ 오전 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.

업데이트: 2022년 7월 21일 @ 오전 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.

업데이트: 2021년 8월 23일 @ 오후 7시 15분

hotfix for crash

업데이트: 2021년 8월 23일 @ 오후 7시 10분

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

업데이트: 2020년 6월 28일 @ 오전 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.

업데이트: 2017년 12월 9일 @ 오후 7시 32분

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

업데이트: 2016년 9월 6일 @ 오전 11시 38분

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

업데이트: 2016년 9월 6일 @ 오전 7시 25분

minor script improvements

업데이트: 2016년 8월 15일 @ 오후 1시 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.