Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

1.5 Update #61

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
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
16 changes: 5 additions & 11 deletions About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
<ModMetaData>
<name>Misc. Robots++</name>
<authors>
<li>Alaestor</li>
<li>Hultis</li>
<li>VeteranXT</li>
<li>cabmoomoo</li>
</authors>
<packageId>Alaestor.MiscRobots.PlusPlus</packageId>
<url>https://github.com/alaestor/Rimworld-MiscRobotsPlusPlus</url>
<supportedVersions><li>1.0</li><li>1.1</li><li>1.2</li><li>1.3</li><li>1.4</li></supportedVersions>
<url>https://github.com/cabmoomoo/Rimworld-MiscRobotsPlusPlus</url>
<supportedVersions><li>1.0</li><li>1.1</li><li>1.2</li><li>1.3</li><li>1.4</li><li>1.5</li></supportedVersions>
<modDependencies>
<li>
<packageId>Haplo.Miscellaneous.Robots</packageId>
Expand All @@ -22,7 +20,7 @@
<downloadUrl>https://github.com/pardeike/HarmonyRimWorld/releases/latest</downloadUrl>
</li>
</modDependencies>
<description> Mod Version: 3.8.1
<description>Mod Version: 3.9.2

*** Example Load Order ***
- Core and DLC
Expand Down Expand Up @@ -53,10 +51,6 @@ There are five tiers of robots:
Tier 4 Advanced robots have a work-skill of 16,
Tier 5 Anti-Logic robots have a work-skill of 20.

Community translations are included.

Chinese Simplified by 今安是安 ( https://steamcommunity.com/profiles/76561198400243238 )

If you would like to contribute fixes, features, or translations to R++ then please fork the Github repo and make a pull request with your changes. Please only contribute changes for the latest game versions (i.e. the `about` and `v1.4` folders). For translations, use the latest `/v#.#/Languages/English/` folder as a template (DON'T use the top level outdated `Languages`).
If you would like to contribute fixes or features to R++ then please fork the Github repo and make a pull request with your changes. Please only contribute changes for the latest game versions (i.e. the `about` and `v1.5` folders). For translations, use the latest `/v#.#/Languages/English/` folder as a template (DON'T use the top level outdated `Languages`) and publish your own translation mod. Please feel free to reach out if you need assistance.
</description>
</ModMetaData>
2 changes: 1 addition & 1 deletion About/PublishedFileId.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
747645520
3253308913
2 changes: 1 addition & 1 deletion Defs/PawnKindDefs/RPP_PawnKinds.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<forceNormalGearQuality>false</forceNormalGearQuality>
</PawnKindDef>

<!--******** INHERET ********-->
<!--******** INHERIT ********-->

<!-- override -->

Expand Down
4 changes: 2 additions & 2 deletions Defs/RecipeDefs/RPP_Recipe_RoboticsWorkbench.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<researchPrerequisite>RPP_Research_Matrix_V</researchPrerequisite>
</RecipeDef>

<!--******** INHERET ********-->
<!--******** INHERIT ********-->

<!-- resource -->

Expand All @@ -99,7 +99,7 @@
<researchPrerequisite>RPP_Research_Fundamentals</researchPrerequisite>
</RecipeDef>

<!-- matricies -->
<!-- matrices -->

<RecipeDef ParentName="RPP_Recipe_Matrix">
<defName>RPP_Production_Matrix_I</defName>
Expand Down
4 changes: 2 additions & 2 deletions Defs/ResearchProjectDefs/RPP_ResearchProjects.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
<researchViewY>1</researchViewY>
</ResearchProjectDef>

<!--******** INHERET ********-->
<!--******** INHERIT ********-->

<!-- Tiers and Matricies -->
<!-- Tiers and Matrices -->

<ResearchProjectDef ParentName="RPP_Research">
<defName>RPP_Research_Matrix_I</defName>
Expand Down
2 changes: 1 addition & 1 deletion Defs/ThingDefs/RPP_Buildings_RechargeStation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<rechargeEfficiency>4.0</rechargeEfficiency>
</ThingDef>

<!--******** INHERET ********-->
<!--******** INHERIT ********-->

<!-- override -->

Expand Down
2 changes: 1 addition & 1 deletion Defs/ThingDefs/RPP_Races.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
</robotSkills>
</ThingDef>

<!--******** INHERET ********-->
<!--******** INHERIT ********-->

<!-- override -->

Expand Down
2 changes: 1 addition & 1 deletion Defs/ThingDefs_Items/RPP_Items_CraftingResources.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</statBases>
</ThingDef>

<!-- Matricies -->
<!-- Matrices -->
<ThingDef ParentName="RPP_Resource">
<defName>RPP_Matrix_I</defName>
<label>Robotic Matrix (Simple)</label>
Expand Down

This file was deleted.

This file was deleted.

Loading