Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<li>uuugggg.replacestuff</li>
<li>OskarPotocki.VFE.Classical</li>
<li>vanillaexpanded.temperature</li>
<li>OskarPotocki.VanillaFactionsExpanded.SettlersModule</li>
<li>rebuild.cotr.doorsandcorners</li>
<li>dev.tobot.vpe.betterautocast</li>
</loadAfter>
Expand Down
13 changes: 12 additions & 1 deletion LoadFolders.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,15 @@
<li IfModActive="rebuild.cotr.doorsandcorners">Mods and Shit/Rebuild DAC</li>
<li IfModActive="dev.tobot.vpe.betterautocast">Mods and Shit/Better Autocasting</li>
</v1.5>
</loadFolders>
<v1.6>
<li>/</li>
<li IfModActive="Dubwise.DubsBadHygiene">Mods and Shit/Dubs Hygiene</li>
<li IfModActive="uuugggg.replacestuff">Mods and Shit/Replace Stuff</li>
<li IfModActive="OskarPotocki.VFE.Classical">Mods and Shit/VFE Classical</li>
<li IfModActive="OskarPotocki.VanillaFactionsExpanded.SettlersModule"
>Mods and Shit/VFE Settlers</li
>
<li IfModActive="rebuild.cotr.doorsandcorners">Mods and Shit/Rebuild DAC</li>
<li IfModActive="dev.tobot.vpe.betterautocast">Mods and Shit/Better Autocasting</li>
</v1.6>
</loadFolders>
21 changes: 21 additions & 0 deletions Mods and Shit/VFE Settlers/Patches/vfe settlers patch.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="ChemBoiler"]</xpath>
<value>
<techLevel>Industrial</techLevel>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="Chemlamp"]</xpath>
<value>
<techLevel>Industrial</techLevel>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="ChemlampPost"]</xpath>
<value>
<techLevel>Industrial</techLevel>
</value>
</Operation>
</Patch>