tModLoader
Ocen: 6,510
Subworld Library
6
3
5
2
6
2
2
2
2
2
   
Przyznaj nagrodę
Ulubione
Ulubione
Usuń z ulubionych
Cechy Modu: Biblioteka (lib)
Typ synchronizacji Modu: Both
Wersja tModLoadera: 1.4.3, 1.4.4
Rozmiar pliku
Zamieszczono
Zaktualizowano
229.774 KB
26 marca 2022 o 13:55
20 sierpnia o 12:10
Listy zmian: 20 ( zobacz )

Zasubskrybuj, aby pobrać
Subworld Library

Opis
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.
Początkowo opublikowane przez tModLoader SubworldLibrary:
Developed By John Snail
Komentarzy: 402
SnappingAunt425 27 września o 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  [autor] 23 września o 9:54 
Sounds like a mod compatibility issue.
SnappingAunt425 22 września o 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  [autor] 29 sierpnia o 13:50 
What mods are you using?
Tetanus 29 sierpnia o 13: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 10 sierpnia o 17:55 
I don't think I've seen a single mod that uses this that supports multiplayer
Arvenstar 9 czerwca o 16: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 3 czerwca o 22: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 1 czerwca o 23:58 
Is it possible to maintain the progress of the mainworld Boss Checklist in the Subworld?
John Snail  [autor] 8 maja o 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.