diff --git a/1.4/Assemblies/Rimworld-Animations.dll b/1.4/Assemblies/Rimworld-Animations.dll index 4f3376e..2880d39 100644 Binary files a/1.4/Assemblies/Rimworld-Animations.dll and b/1.4/Assemblies/Rimworld-Animations.dll differ diff --git a/1.4/Patch_HumanoidAlienRaces/Assemblies/Patch_HumanoidAlienRaces.dll b/1.4/Patch_HumanoidAlienRaces/Assemblies/Patch_HumanoidAlienRaces.dll deleted file mode 100644 index bba2133..0000000 Binary files a/1.4/Patch_HumanoidAlienRaces/Assemblies/Patch_HumanoidAlienRaces.dll and /dev/null differ diff --git a/1.4/Patch_HumanoidAlienRaces/Patch_HumanoidAlienRaces.csproj b/1.4/Patch_HumanoidAlienRaces/Patch_HumanoidAlienRaces.csproj deleted file mode 100644 index 78070ff..0000000 --- a/1.4/Patch_HumanoidAlienRaces/Patch_HumanoidAlienRaces.csproj +++ /dev/null @@ -1,82 +0,0 @@ - - - - - Debug - AnyCPU - {0AD4F9B2-AE28-4E42-86D6-611FB93B7FF0} - Library - Properties - Patch_HumanoidAlienRaces - Patch_HumanoidAlienRaces - v4.8 - 512 - true - - - - false - none - false - Assemblies\ - DEBUG;TRACE - prompt - 4 - Off - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - ..\..\..\..\..\..\workshop\content\294100\839005762\1.4\Assemblies\0Harmony.dll - False - - - ..\..\..\..\..\..\workshop\content\294100\839005762\1.4\Assemblies\AlienRace.dll - False - - - ..\..\..\..\RimWorldWin64_Data\Managed\Assembly-CSharp.dll - False - - - ..\..\..\..\..\..\workshop\content\294100\818773962\v1.4\Assemblies\HugsLib.dll - False - - - ..\Assemblies\Rimworld-Animations.dll - False - - - ..\..\..\rjw\1.4\Assemblies\RJW.dll - False - - - - - - - - - - - ..\..\..\..\RimWorldWin64_Data\Managed\UnityEngine.dll - False - - - ..\..\..\..\RimWorldWin64_Data\Managed\UnityEngine.CoreModule.dll - False - - - - - - - - \ No newline at end of file diff --git a/1.4/Patch_HumanoidAlienRaces/Properties/AssemblyInfo.cs b/1.4/Patch_HumanoidAlienRaces/Properties/AssemblyInfo.cs deleted file mode 100644 index 8139424..0000000 --- a/1.4/Patch_HumanoidAlienRaces/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Patch_HumanoidAlienRaces")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Patch_HumanoidAlienRaces")] -[assembly: AssemblyCopyright("Copyright © 2022")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("0ad4f9b2-ae28-4e42-86d6-611fb93b7ff0")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Patch_HumanoidAlienRaces/Source/HarmonyPatch_AlienRace.cs b/1.4/Source/Patches/OtherModPatches/HarmonyPatch_AlienRace.cs similarity index 100% rename from Patch_HumanoidAlienRaces/Source/HarmonyPatch_AlienRace.cs rename to 1.4/Source/Patches/OtherModPatches/HarmonyPatch_AlienRace.cs diff --git a/About/About.xml b/About/About.xml index b264914..fbfc206 100644 --- a/About/About.xml +++ b/About/About.xml @@ -29,6 +29,11 @@ RimJobWorld https://www.loverslab.com/topic/110270-mod-rimjobworld/ +
  • + erdelf.HumanoidAlienRaces + Humanoid Alien Races 2.0 + https://steamcommunity.com/sharedfiles/filedetails/?id=839005762 +
  • UnlimitedHugs.HugsLib
  • diff --git a/About/Manifest.xml b/About/Manifest.xml index 096de71..2391026 100644 --- a/About/Manifest.xml +++ b/About/Manifest.xml @@ -1,5 +1,5 @@ Rimworld-Animations - 1.3.1 + 1.3.0 diff --git a/LoadFolders.xml b/LoadFolders.xml index 4fdb79c..4fad350 100644 --- a/LoadFolders.xml +++ b/LoadFolders.xml @@ -19,7 +19,6 @@
  • /
  • 1.4
  • -
  • Patch_HumanoidAlienRaces/1.4
  • Patch_HatsDisplaySelection/1.2
  • Patch_SexToysMasturbation
  • Patch_SexToysMasturbation/1.4
  • diff --git a/Patch_HumanoidAlienRaces/1.4/Assemblies/Patch_HumanoidAlienRaces.dll b/Patch_HumanoidAlienRaces/1.4/Assemblies/Patch_HumanoidAlienRaces.dll deleted file mode 100644 index 62bc637..0000000 Binary files a/Patch_HumanoidAlienRaces/1.4/Assemblies/Patch_HumanoidAlienRaces.dll and /dev/null differ diff --git a/Patch_HumanoidAlienRaces/Patch_HumanoidAlienRaces.csproj b/Patch_HumanoidAlienRaces/Patch_HumanoidAlienRaces.csproj deleted file mode 100644 index e34e96e..0000000 --- a/Patch_HumanoidAlienRaces/Patch_HumanoidAlienRaces.csproj +++ /dev/null @@ -1,77 +0,0 @@ - - - - - Debug - AnyCPU - {C76F3790-9AC0-4827-ACD5-84174238954F} - Library - Properties - Patch_HumanoidAlienRaces - Patch_HumanoidAlienRaces - v4.8 - 512 - true - - - false - none - false - 1.4\Assemblies\ - DEBUG;TRACE - prompt - 4 - Off - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - ..\..\..\..\..\workshop\content\294100\839005762\1.4\Assemblies\0Harmony.dll - False - - - ..\..\..\..\..\workshop\content\294100\839005762\1.4\Assemblies\AlienRace.dll - False - - - ..\..\..\RimWorldWin64_Data\Managed\Assembly-CSharp.dll - False - - - ..\1.4\Assemblies\Rimworld-Animations.dll - False - - - ..\..\rjw\1.4\Assemblies\RJW.dll - False - - - - - - - - - - - ..\..\..\RimWorldWin64_Data\Managed\UnityEngine.dll - False - - - ..\..\..\RimWorldWin64_Data\Managed\UnityEngine.CoreModule.dll - False - - - - - - - - \ No newline at end of file diff --git a/Patch_HumanoidAlienRaces/Properties/AssemblyInfo.cs b/Patch_HumanoidAlienRaces/Properties/AssemblyInfo.cs deleted file mode 100644 index 371faee..0000000 --- a/Patch_HumanoidAlienRaces/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Patch_HumanoidAlienRaces")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Patch_HumanoidAlienRaces")] -[assembly: AssemblyCopyright("Copyright © 2022")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("c76f3790-9ac0-4827-acd5-84174238954f")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Patch_SexToysMasturbation/1.4/Assemblies/Patch_SexToysMasturbation.dll b/Patch_SexToysMasturbation/1.4/Assemblies/Patch_SexToysMasturbation.dll index 2de6a1f..1680010 100644 Binary files a/Patch_SexToysMasturbation/1.4/Assemblies/Patch_SexToysMasturbation.dll and b/Patch_SexToysMasturbation/1.4/Assemblies/Patch_SexToysMasturbation.dll differ diff --git a/Patch_SexToysMasturbation/Patch_SexToysMasturbation.csproj b/Patch_SexToysMasturbation/Patch_SexToysMasturbation.csproj index 925d3d9..9509bd9 100644 --- a/Patch_SexToysMasturbation/Patch_SexToysMasturbation.csproj +++ b/Patch_SexToysMasturbation/Patch_SexToysMasturbation.csproj @@ -9,10 +9,9 @@ Properties Patch_SexToysMasturbation Patch_SexToysMasturbation - v4.8 + v4.7.2 512 true - false diff --git a/Rimworld-Animations.csproj b/Rimworld-Animations.csproj index 8acd526..8680e4e 100644 --- a/Rimworld-Animations.csproj +++ b/Rimworld-Animations.csproj @@ -90,6 +90,7 @@ + diff --git a/Rimworld-Animations.sln b/Rimworld-Animations.sln index a5817dd..ca55d6f 100644 --- a/Rimworld-Animations.sln +++ b/Rimworld-Animations.sln @@ -9,8 +9,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Patch_HatsDisplaySelection" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Patch_SexToysMasturbation", "Patch_SexToysMasturbation\Patch_SexToysMasturbation.csproj", "{87763712-0536-4D5F-9EAA-520F15D4F84E}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Patch_HumanoidAlienRaces", "Patch_HumanoidAlienRaces\Patch_HumanoidAlienRaces.csproj", "{C76F3790-9AC0-4827-ACD5-84174238954F}" -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -28,10 +26,6 @@ Global {87763712-0536-4D5F-9EAA-520F15D4F84E}.Debug|Any CPU.Build.0 = Debug|Any CPU {87763712-0536-4D5F-9EAA-520F15D4F84E}.Release|Any CPU.ActiveCfg = Release|Any CPU {87763712-0536-4D5F-9EAA-520F15D4F84E}.Release|Any CPU.Build.0 = Release|Any CPU - {C76F3790-9AC0-4827-ACD5-84174238954F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {C76F3790-9AC0-4827-ACD5-84174238954F}.Debug|Any CPU.Build.0 = Debug|Any CPU - {C76F3790-9AC0-4827-ACD5-84174238954F}.Release|Any CPU.ActiveCfg = Release|Any CPU - {C76F3790-9AC0-4827-ACD5-84174238954F}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE