Berserker66 / omnitool

Third Party Tool for the game Terraria
MIT License
42 stars 9 forks source link

Plugin System Update #21

Open Berserker66 opened 9 years ago

Berserker66 commented 9 years ago

As of now, many parts aren't updated to 1.3, and there is no selection of appropriate reader functions per world version (get_*)

Currently, these things are missing for a complete update of the plugin system: reader functions for 1.3 formats beyond tiles; so missing is: chests signs npcs

as well as database entries for new NPCs

Furthermore, a system for selecting the matching get_* functions needs to be implemented.

Additionally, all write methods need to be updated to 1.3. world generators currently use Terraria 1.1 format.