Skip to content

Commit

Permalink
MLP now requires Harmony as separate mod instead of having it built-in.
Browse files Browse the repository at this point in the history
  • Loading branch information
quicksilverfox committed Mar 2, 2020
1 parent 5966793 commit 7a4a341
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 2,441 deletions.
Binary file removed MyLittlePlanet/1.1/Assemblies/0Harmony.dll
Binary file not shown.
2,434 changes: 0 additions & 2,434 deletions MyLittlePlanet/1.1/Assemblies/0Harmony.xml

This file was deleted.

Binary file modified MyLittlePlanet/1.1/Assemblies/MyLittlePlanet.dll
Binary file not shown.
10 changes: 10 additions & 0 deletions MyLittlePlanet/About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@
<li>1.0</li>
<li>1.1</li>
</supportedVersions>
<modDependenciesByVersion>
<v1.1>
<li>
<packageId>brrainz.harmony</packageId>
<displayName>Harmony</displayName>
<steamWorkshopUrl>steam://url/CommunityFilePage/2009463077</steamWorkshopUrl>
<downloadUrl>https://github.com/pardeike/HarmonyRimWorld/releases/latest</downloadUrl>
</li>
</v1.1>
</modDependenciesByVersion>
<description>Generate differently sized worlds.</description>
<url>https://ludeon.com/forums/index.php?topic=34628</url>
</ModMetaData>
11 changes: 6 additions & 5 deletions MyLittlePlanet/Source/MyLittlePlanet/MyLittlePlanet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="0Harmony, Version=2.0.0.4, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lib.Harmony.2.0.0.4\lib\net35\0Harmony.dll</HintPath>
<Reference Include="0Harmony, Version=2.0.0.8, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lib.Harmony.2.0.0.8\lib\net35\0Harmony.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Assembly-CSharp">
<HintPath>..\..\..\..\..\..\Games\SteamLibrary\steamapps\common\RimWorld\RimWorldWin64_Data\Managed\Assembly-CSharp.dll</HintPath>
Expand All @@ -44,12 +45,12 @@
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="Unity.Abstractions, Version=5.11.3.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
<HintPath>..\packages\Unity.5.11.3\lib\net40\Unity.Abstractions.dll</HintPath>
<Reference Include="Unity.Abstractions, Version=5.11.4.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
<HintPath>..\packages\Unity.5.11.4\lib\net40\Unity.Abstractions.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Unity.Container, Version=5.11.5.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
<HintPath>..\packages\Unity.5.11.3\lib\net40\Unity.Container.dll</HintPath>
<HintPath>..\packages\Unity.5.11.4\lib\net40\Unity.Container.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.CoreModule">
Expand Down
4 changes: 2 additions & 2 deletions MyLittlePlanet/Source/MyLittlePlanet/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Lib.Harmony" version="2.0.0.4" targetFramework="net40" />
<package id="Unity" version="5.11.3" targetFramework="net40" />
<package id="Lib.Harmony" version="2.0.0.8" targetFramework="net40" />
<package id="Unity" version="5.11.4" targetFramework="net40" />
</packages>

0 comments on commit 7a4a341

Please sign in to comment.