derplayer / ShenmueHDTools

Modding tools for the Shenmue HD release
MIT License
15 stars 1 forks source link

"Merging" of reference jsons #22

Open derplayer opened 5 years ago

derplayer commented 5 years ago

Now: only one reference file can be loaded and will override the original one

Idea: Merge the original and all modded reference files to a big one (is this even possible?)

philyeahz commented 5 years ago

wat. What are reference json's?

derplayer commented 5 years ago

SDoverride for example. lets assume a user wants to load two mods that overload that one file. in that case one mod will be complettley broken.

It's very hard to fix this, but it is possible (witcher 3 mods do something similar, a merge tool that parses all those mods (that need it) together to a big one, in this case a big one sdoverride json)