饥荒联机版

饥荒联机版

Teleportato / Wooden Thing / Worldjump
正在显示第 1 - 10 项,共 71 项条目
< 1  2  3 ... 8 >
更新于:2 月 22 日 上午 10:01
作者: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

更新于:2024 年 3 月 13 日 下午 12:19
作者: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..

更新于:2024 年 1 月 2 日 上午 6:48
作者: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

更新于:2023 年 4 月 1 日 上午 7:37

- 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

更新于:2022 年 11 月 25 日 下午 12:07

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

更新于:2022 年 8 月 21 日 上午 12:21

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

更新于:2022 年 8 月 10 日 下午 6:17

variate world:
fixed random cavelight value

更新于:2022 年 8 月 10 日 下午 5:24

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

更新于:2022 年 8 月 2 日 上午 12:26

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.

更新于:2022 年 8 月 1 日 下午 8:09

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.