Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- open fomod/moduleconfig.xml
- Convert that content json format. Using the US install images to figure out what order/options.
- Format:
- "install": "fomod",
- "fomod": {
- "Install Step Name": ["groupName/pluginName"]
- }
- The order is what defines what order things are installed in for installers that overwrite things.
- IF there are two conflicting step names, or group names then they are made unique by appending _X where X is a counter number starting at 2
- So 3 plugins named "a" would end up as "a", "a_2", "a_3"
- So ya this is all just grunt work. If anyone feels like helping.
Advertisement
Add Comment
Please, Sign In to add comment