rjw-genes/LoadFolders.xml
Telanda-DDS dde1c98b18 - Incremented version to 2.5.1
- Removed DDS Files
- Added Initial Support for Rimworld 1.6
- Added Additional mod requirement to PatchBSShared.xml to prevent premature loading.
- Refactored Cumpilation integration to make it optional rather then a Required Mod.
- Disabled succubus tail interactions pending rewrite for RJW's new interactions system.
- Disabled Quirks pending rewrite RJW separating them into their own mod.
2025-07-17 21:07:51 +10:00

46 lines
No EOL
2.2 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<loadFolders>
<v1.4>
<li>1.4</li>
<li>Common</li>
<!-- Didn't have Mod Folders back then -->
</v1.4>
<v1.5>
<li>1.5</li>
<li>Common</li>
<!-- Mods -->
<li IfModActive="LustLicentia.RJWLabs">1.5/Mods/LicentiaLabs</li>
<li IfModActive="vegapnk.cumpilation">1.5/Mods/Cumpilation</li>
<!-- <li IfModNotActive="asmr.rjw.racesupport">1.5/Mods/NotRaceSupport</li> -->
<li IfModActive="vanillaracesexpanded.sanguophage">1.5/Mods/Sanguophage</li>
<li IfModActive="vanillaracesexpanded.saurid">1.5/Mods/Saurid</li>
<li IfModActive="vanillaracesexpanded.phytokin">1.5/Mods/Phytokin</li>
<li IfModActive="vanillaracesexpanded.lycanthrope">1.5/Mods/Lycanthrope</li>
<li IfModActive="vanillaracesexpanded.highmate">1.5/Mods/Highmate</li>
<li IfModActive="vanillaracesexpanded.genie">1.5/Mods/Genie</li>
<li IfModActive="vanillaracesexpanded.fungoid">1.5/Mods/Fungoid</li>
<li IfModActive="vanillaracesexpanded.archon">1.5/Mods/Archon</li>
<li IfModActive="vanillaracesexpanded.android">1.5/Mods/Android</li>
<li IfModActive="VanillaExpanded.VGeneticsE">1.5/Mods/VE_Genetics</li>
<li IfModActive="ASMR.RJW.RaceSupport">1.5/Mods/RaceSupport</li>
</v1.5>
<v1.6>
<li>1.6</li>
<li>Common</li>
<!-- Mods -->
<li IfModActive="LustLicentia.RJWLabs">1.6/Mods/LicentiaLabs</li>
<li IfModActive="vegapnk.cumpilation">1.6/Mods/Cumpilation</li>
<li IfModActive="vanillaracesexpanded.sanguophage">1.6/Mods/Sanguophage</li>
<li IfModActive="vanillaracesexpanded.saurid">1.6/Mods/Saurid</li>
<li IfModActive="vanillaracesexpanded.phytokin">1.6/Mods/Phytokin</li>
<li IfModActive="vanillaracesexpanded.lycanthrope">1.6/Mods/Lycanthrope</li>
<li IfModActive="vanillaracesexpanded.highmate">1.6/Mods/Highmate</li>
<li IfModActive="vanillaracesexpanded.genie">1.6/Mods/Genie</li>
<li IfModActive="vanillaracesexpanded.fungoid">1.6/Mods/Fungoid</li>
<li IfModActive="vanillaracesexpanded.archon">1.6/Mods/Archon</li>
<li IfModActive="vanillaracesexpanded.android">1.6/Mods/Android</li>
<li IfModActive="VanillaExpanded.VGeneticsE">1.6/Mods/VE_Genetics</li>
<li IfModActive="ASMR.RJW.RaceSupport">1.6/Mods/RaceSupport</li>
</v1.6>
</loadFolders>