-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from Terragg/dev-test-upcoming-es-changes
R1.1 Update and aligning with revived Extended Storage
- Loading branch information
Showing
64 changed files
with
364 additions
and
339 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 0 additions & 6 deletions
6
Defs/ThingCategoryDefs/ThingCategories.xml → ...efs/ThingCategoryDefs/ThingCategories.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...age_ExtendedStrorage_WeaponContainers.xml → ...age_ExtendedStrorage_WeaponContainers.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<Patch> | ||
<!-- Thing category --> | ||
<!-- Manually update vanilla objects --> | ||
<Operation Class="PatchOperationSequence"> | ||
<success>Always</success> | ||
<operations> | ||
<li Class="PatchOperationTest"> | ||
<xpath>Defs/ThingDef[defName="Shelf"]/thingCategories</xpath> | ||
<success>Invert</success> | ||
</li> | ||
<li Class="PatchOperationAdd"> | ||
<xpath>Defs/ThingDef[defName="Shelf"]</xpath> | ||
<value> | ||
<thingCategories Inherit="False" /> | ||
</value> | ||
</li> | ||
</operations> | ||
</Operation> | ||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/ThingDef[defName="Shelf"]/thingCategories</xpath> | ||
<value> | ||
<thingCategories Inherit="False"> | ||
<li>BuildingsFurnitureStorage</li> | ||
</thingCategories> | ||
</value> | ||
</Operation> | ||
</Patch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<Patch> | ||
<!-- Designation Category Updates --> | ||
<!-- Manually update vanilla objects --> | ||
<Operation Class="PatchOperationSequence"> | ||
<success>Always</success> | ||
<operations> | ||
<li Class="PatchOperationTest"> | ||
<xpath>Defs/ThingDef[defName="Shelf"]/designationCategory</xpath> | ||
<success>Invert</success> | ||
</li> | ||
<li Class="PatchOperationAdd"> | ||
<xpath>Defs/ThingDef[defName="Shelf"]</xpath> | ||
<value> | ||
<designationCategory /> | ||
</value> | ||
</li> | ||
</operations> | ||
</Operation> | ||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/ThingDef[defName="Shelf"]/designationCategory</xpath> | ||
<value> | ||
<designationCategory>FurnitureStorage</designationCategory> | ||
</value> | ||
</Operation> | ||
</Patch> |
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+4.23 KB
...hings/Building/Furniture/WeaponsStack_Neolithic/WeaponsStack_Neolithic_west.png
Oops, something went wrong.
File renamed without changes
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.