Skip to content

Commit

Permalink
Updated to Rimworld v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Heremeus committed Sep 6, 2020
1 parent 85df273 commit ff457c9
Show file tree
Hide file tree
Showing 7 changed files with 2,912 additions and 5 deletions.
3 changes: 2 additions & 1 deletion About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<supportedVersions>
<li>1.0</li>
<li>1.1</li>
<li>1.2</li>
</supportedVersions>
<packageId>Heremeus.MedicalDissection</packageId>
<description>Medical Dissection adds a dissection table to the game, allowing your doctors to train on human corpses. You can add the mod to an existing save.
Expand All @@ -18,7 +19,7 @@ Feature overview
- A corpse can only be dissected once (A "Allow dissected" and "Allow not dissected" filter can help you to set up your storages and butcher bills efficiently)
- Custom thoughts and tales

v2.3
v2.4
</description>
<modDependencies>
<li>
Expand Down
2 changes: 1 addition & 1 deletion About/Manifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<identifier>MedicalDissection</identifier>
<version>2.3</version>
<version>2.4</version>
<dependencies>
<li>HugsLib</li>
<li>Harmony</li>
Expand Down
5 changes: 5 additions & 0 deletions LoadFolders.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@
<li>Common</li>
<li>v1.1</li>
</v1.1>
<v1.2>
<li>/</li>
<li>Common</li>
<li>v1.2</li>
</v1.2>
</loadFolders>
7 changes: 4 additions & 3 deletions Source/HMDissection/HMDissection.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,16 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\v1.1\Assemblies\</OutputPath>
<OutputPath>..\..\v1.2\Assemblies\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="0Harmony, Version=2.0.0.8, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\Lib.Harmony.2.0.0.8\lib\net472\0Harmony.dll</HintPath>
<Reference Include="0Harmony, Version=2.0.2.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\v1.2\Assemblies\0Harmony.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp">
<HintPath>..\..\..\..\RimWorldWin64_Data\Managed\Assembly-CSharp.dll</HintPath>
Expand Down
Binary file added v1.2/Assemblies/0Harmony.dll
Binary file not shown.
2,900 changes: 2,900 additions & 0 deletions v1.2/Assemblies/0Harmony.xml

Large diffs are not rendered by default.

Binary file added v1.2/Assemblies/HMDissection.dll
Binary file not shown.

0 comments on commit ff457c9

Please sign in to comment.