-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Combined mods #46
Conversation
I think instead we can have a |
Or sorry I meant, if |
The main motivation is being able to add in OpenZT stuff to existing mods and have new features work seamlessly if OpenZT is installed. Feels annoying to need to have a separate mod to add a custom habitat or location to an animal. Also just one less flag that could be in the wrong state. The only reason I need to change anything to start with is because my first implementation is very naive, I just load any file inside a |
Sorry, missed this part. Maybe we should have a |
Yeah initially I figured just the presence of a toml file in the root folder would be enough but it would be nice to generate toml files even for legacy files, so I agree some kind of flag would be necessary. I'd be happy with an enum flag, but maybe a different name for clarity. Mod type could also mean the kind of thing it's modifying: textures, new buildings, etc. I can't think of something better off the top of my head though. |
Maybe |
Yeah that's perfect |
Description
Load both OpenZT data and Zoo Tycoon Data from each .ztd, based on
ztd_type
inmeta.toml
Proposed Changes
Checklist