Skip to content
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

modding improvements #59

Open
Grokmoo opened this issue Sep 12, 2018 · 0 comments
Open

modding improvements #59

Grokmoo opened this issue Sep 12, 2018 · 0 comments

Comments

@Grokmoo
Copy link
Owner

Grokmoo commented Sep 12, 2018

  • Avoid sequences of anything except simple types (String, bool, number) in all data formats wherever possible. We can't currently override sequences on an item by item basis
  • Ability to remove a specific value from a sequence of simple types. i.e. specify a string that should be removed from a sequence if the string exists.
  • Ability to mark files as "override_only" so that they will never create a new resource, only append. this is needed for mods that work on the resources of multiple campaigns
  • Mod dependencies on a specific campaign or campaigns.
  • Mod dependencies on another mod or mods (submods)
  • Detection of mod conflicts.
  • Auto download and extract a mod to your user dir from a URL.
  • Update theme to use yaml merge code and be moddable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant