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
As part of #46 resources are lazily loaded as they are used. To prevent running out of memory resources should unloaded when a new save is loaded or the user exits to the main menu. We should also unload resources via some LRU mechanism if the resource usage approaches some predefined limit (sane default but user can override up to ~3gb)
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)
As part of #46 resources are lazily loaded as they are used. To prevent running out of memory resources should unloaded when a new save is loaded or the user exits to the main menu. We should also unload resources via some LRU mechanism if the resource usage approaches some predefined limit (sane default but user can override up to ~3gb)
The text was updated successfully, but these errors were encountered: