Don't Starve Together

Don't Starve Together

Teleportato / Wooden Thing / Worldjump
Hiển thị 1-10 trong 71 mục
< 1  2  3 ... 8 >
Cập nhật: 22 Thg02 @ 10:01am
bởi Serp

- Fix adventure mod crashing when entering the Maxwell Door.
- adventure mod will still not work (not advance to next world) until the devs added the "unsafedata" folder: https://forums.kleientertainment.com/forums/topic/163699-game-update-653007/?do=findComment&comment=1794370

Cập nhật: 13 Thg03, 2024 @ 12:19pm
bởi Serp

Related to combination with Adventure Mode mod:
- added string variables for the chapter/title, so other mods can translate it properly to other languages.
- also tried to remove the "sharkboi"-ice on ocean, but this is really a stupid peace of ... it's not like other ocean stuff, it is instead directly spawned after world generation and I found no way to prevent it..

Cập nhật: 2 Thg01, 2024 @ 6:48am
bởi Serp

- add TELEPORATOMOD table for STRINGS and outsourced them to TELE_STRINGS (thanks wingsummer for helping)
- fixed admis "worldjump" command to start worldjump (thanks wingsummer)
- make tables DoNotLoadPlayerData and DoNotLoadComponentData more compatible regardless of loading order of mods

Cập nhật: 1 Thg04, 2023 @ 7:37am

- fixed crash with walter and woby when loading the new world after worldjumpgin, by not saving woby information (just spawn him new). This also means his container will be empty. Maybe I try to find another solution...

- For other modders:
I added these tables other modders can fill, to not load specific data on loading the players in the new world in modmain.lua:
TUNING.TELEPORTATOMOD.DoNotLoadPlayerData = {walter="woby"} -- a table with prefab playercharacter and string names of data (the one used in OnLoad), eg. data.woby for walter. We don't want to save/load woby, because we need to spawn him at next world from new. other mods might add stuff to this table
TUNING.TELEPORTATOMOD.DoNotLoadComponentData = {"adv_startstuff","touchstonetracker"} -- a table with string names of components we dont want to load for players after worldjumping, eg. adv_startstuff: teleportato mod includes things that should be executed once per world, so we dont want to load this. other mods might add stuff to this table

Cập nhật: 25 Thg11, 2022 @ 12:07pm

On world start, danger close to the start position is removed now, to prevent instant death

Cập nhật: 21 Thg08, 2022 @ 12:21am

fixed adventuremod crash when modsettings for first level was "worldsettings"

Cập nhật: 10 Thg08, 2022 @ 6:17pm

variate world:
fixed random cavelight value

Cập nhật: 10 Thg08, 2022 @ 5:24pm

changes regarding my "more worldsettings"-mod:
decreased the total randomness a little bit. The difficulty now has more effect on the randomly chosen worldsettings.

Cập nhật: 2 Thg08, 2022 @ 12:26am

Added new modsettings: "Size of Islands?"
It has three options:
- Mainland big and islands small (this was the old code)
- All islands roughly the same size (this is the new default value)
- Mainland small and other islands same size
See last screenshot on the modpage for an example of same size islands.

Cập nhật: 1 Thg08, 2022 @ 8:09pm

just edited the modsetting "Save Days" description to make sure that it no longer includes the "save everything" setting. use the nnuew setting for this.