bmaupin / civ5save-editor

Civilization V save editor
https://bmaupin.github.io/civ5save-editor/
MIT License
28 stars 2 forks source link

Add support for modpack version of Vox Populi #35

Open bmaupin opened 3 years ago

bmaupin commented 3 years ago

Since it doesn't register itself as a mod, we need to figure out a different way to detect if it's installed.

Supposedly it's installed as DLC instead of a mod, but it doesn't show up in the list of DLC in the save file.

We could potentially do something similar like what we do for the game build: scan the file ahead for a specific string, such as some of the custom game options added by Vox Populi, e.g. https://github.com/LoneGazebo/Community-Patch-DLL/blob/94a379dee71754fbb44eb545dbb832960abdd284/Community%20Patch/Core%20Files/Core%20Changes/CoreChanges.sql#L4

More information and test save files here: https://github.com/bmaupin/civ5save-editor/issues/8#issuecomment-779376815