You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the .ztd extension for all mods, OpenZT will load anything with a meta.toml file in it. Zoo Tycoon should just ignore any files archives without .cfg files.
OpenZT vanilla mod parsing should also be updated to use .cfg files to figure out what files to cache. Would allow us to remove these hacks
The text was updated successfully, but these errors were encountered:
Description
Load both OpenZT data and Zoo Tycoon Data from each .ztd, based on ztd_type in meta.toml
Proposed Changes
Addresses
Combined OpenZT and vanilla mods #44
Adds lazy loading of resources rather than loading all resources on start (to be expanded in
Unload Lazily loaded resources on load/exit or high memory usage. #51)
Checklist
Docs
* Add documentation for combined vanilla and OpenZT mods GoosiferIO/ZooBerry-Docs#2
* Manually tested
* Unit tests (where possible)
Use the
.ztd
extension for all mods, OpenZT will load anything with ameta.toml
file in it. Zoo Tycoon should just ignore any files archives without.cfg
files.OpenZT vanilla mod parsing should also be updated to use
.cfg
files to figure out what files to cache. Would allow us to remove these hacksThe text was updated successfully, but these errors were encountered: