Topic on Talk:About.xml

Jump to navigation Jump to search
Line 6: Line 6:
 
For example this mod: https://steamcommunity.com/sharedfiles/filedetails/?id=1684944322
 
For example this mod: https://steamcommunity.com/sharedfiles/filedetails/?id=1684944322
 
Could use it as this, to make sure it is at least loaded before the "Rimworld core" (in case the user has no installed mods)
 
Could use it as this, to make sure it is at least loaded before the "Rimworld core" (in case the user has no installed mods)
 +
 
eg:
 
eg:
 +
 
<loadBefore>
 
<loadBefore>
 
     <li>Ludeon.RimWorld</li>
 
     <li>Ludeon.RimWorld</li>
 
     <li>Ludeon.RimWorld.Royalty</li>
 
     <li>Ludeon.RimWorld.Royalty</li>
 
</loadBefore>
 
</loadBefore>