Advertisement
th3w1zard1

Dependencies/Restrictions and InstallBefore/InstallAfter explanation

Jun 27th, 2023
2,668
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [[thisMod]]
  2. Name = "My Mod"
  3. Guid = "00000000-0000-0000-000000000000"
  4. InstallAfter = [] # 'My Mod' should be installed *after* any of these listed mods, if they exist.
  5. InstallBefore = [] # 'My Mod' should be installed *before* any of these listed mods, if they exist.
  6. Restrictions = [] # 'My Mod' will not be installed if any of these listed restrictions are SELECTED for install
  7. Dependencies = [] # 'My Mod' will not be installed if any of these listed dependencies are NOT SELECTED for install
  8.  
  9. [[thisMod.Instructions]]
  10. Action = "some action"
  11. Dependencies = [] # This instruction will NOT run if any dependency mods are NOT SELECTED for install
  12. Restrictions = [] # This instruction will NOT run if any restrictions are SELECTED for install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement