LexManos

Untitled

Oct 15th, 2017
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.58 KB | None | 0 0
  1. open fomod/moduleconfig.xml
  2. Convert that content json format. Using the US install images to figure out what order/options.
  3. Format:
  4.   "install": "fomod",
  5.   "fomod": {
  6.     "Install Step Name": ["groupName/pluginName"]
  7.   }
  8.  
  9. The order is what defines what order things are installed in for installers that overwrite things.
  10. 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
  11. So 3 plugins named "a" would end up as "a", "a_2", "a_3"
  12.  
  13. So ya this is all just grunt work. If anyone feels like helping.
Advertisement
Add Comment
Please, Sign In to add comment