tModLoader

tModLoader

6,508 个评价
Subworld Library
6
3
5
2
6
2
2
2
2
2
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
229.774 KB
2022 年 3 月 26 日 下午 1:55
8 月 20 日 下午 12:10
20 项改动说明 ( 查看 )

订阅以下载
Subworld Library

描述
An API for modders to easily add dimensions (referred to as subworlds) to their mods, making all the necessary code injections, handling Multiplayer and managing every subworld.

Report issues on the forum page or GitHub:
https://forums.terraria.org/index.php?threads/86283
https://github.com/jjohnsnaill/SubworldLibrary/issues

Wiki:
https://github.com/jjohnsnaill/SubworldLibrary/wiki

HOW IT WORKS
Subworld Library does a LOT of code injection, as Terraria was not made with subworlds in mind.
Subworlds are highly customisable; from how big or small they are, to what ModSystems can update inside of them and even how they are lit.
Subworld Library removes Space, both Oceans and the Underworld from subworlds, allowing them to be extremely small without issues.

LOADING
Loading a subworld is straightforward. Loading screens can be as simple as text on a plain background, or something complex, like an item selection menu.

SAVING
Subworlds save to a directory named after the main world. A subworld and/or changes to players inside it can be temporary. Deleting a world deletes all of its subworlds as well.

MULTIPLAYER
Subworld Library works in Multiplayer with little to no extra work required from modders. A "subserver" is opened for every subworld being occupied.
引用自 tModLoader SubworldLibrary
Developed By John Snail
402 条留言
SnappingAunt425 9 月 27 日 上午 2:44 
iv used both infernum and WOTG in the same world before and it worked perfectly fine so i dont know what wrong now. also the game dosnt crash when trying to load them, it just wont let me enter the portal.
John Snail  [作者] 9 月 23 日 上午 9:54 
Sounds like a mod compatibility issue.
SnappingAunt425 9 月 22 日 上午 11:43 
is anyone ells having an issue were the subworld wont even work period? i tride going into a portal for infernum and wrath of the gods and nither of them worked.
John Snail  [作者] 8 月 29 日 下午 1:50 
What mods are you using?
Tetanus 8 月 29 日 下午 1:48 
Heya, so, every time I enter or exit a subworld, it resets the player map for the main world, and I have to re-clear the fog of war. Is there any way to prevent this?
Doodle128 8 月 10 日 下午 5:55 
I don't think I've seen a single mod that uses this that supports multiplayer
Arvenstar 6 月 9 日 下午 4:20 
Hello, big fan of the work youre doing here! I came to report another instance of the same problem some people were having not too long ago, my boss checklist progress seems to have been partially reverted after leaving the Lost Colosseum and I seem to not have received the relic drop from defeating the bereft vassal. Seems like sometime around Jan somebody also using infernum and/or wrath of the gods and reported the same issue
JustAGamerPerson 6 月 3 日 下午 10:16 
I have no idea how you even made this work in Terraria, but god damn it, you did.
Thank you John Snail. I shall refrain from combining you with Anti-John Snail.
TwelveYO 6 月 1 日 下午 11:58 
Is it possible to maintain the progress of the mainworld Boss Checklist in the Subworld?
John Snail  [作者] 5 月 8 日 上午 2:37 
Working on a patch that may fix the occasional Multiplayer connection issues, need to make sure things are working the way they should though.