diff --git a/Assemblies/RJW_RBSE.dll b/Assemblies/RJW_RBSE.dll deleted file mode 100644 index 5d1c84b..0000000 Binary files a/Assemblies/RJW_RBSE.dll and /dev/null differ diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs deleted file mode 100644 index 7618147..0000000 --- a/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("RJW_RBSE")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("RJW_RBSE")] -[assembly: AssemblyCopyright("Copyright © 2019")] -[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("e2f0b911-7ec5-41df-898f-7962e8b4cdf4")] - -// 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/RJW_RBSE.csproj b/RJW_RBSE.csproj deleted file mode 100644 index d625b3b..0000000 --- a/RJW_RBSE.csproj +++ /dev/null @@ -1,85 +0,0 @@ - - - - - Debug - AnyCPU - {E2F0B911-7EC5-41DF-898F-7962E8B4CDF4} - Library - Properties - dastardlii.RJW_RBSE - RJW_RBSE - v4.6.1 - 512 - true - - - - false - none - false - Assemblies\ - DEBUG;TRACE - prompt - 4 - false - - - none - true - Assemblies\ - TRACE - prompt - 4 - false - - - - packages\Lib.Harmony.2.0.2\lib\net45\0Harmony.dll - - - C:\Steam\steamapps\common\RimWorld\RimWorldWin64_Data\Managed\Assembly-CSharp.dll - False - - - C:\Steam\steamapps\workshop\content\294100\818773962\Assemblies\HugsLib.dll - False - - - - - - - - - C:\Steam\steamapps\common\RimWorld\RimWorldWin64_Data\Managed\UnityEngine.dll - False - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/RJW_RBSE.csproj.user b/RJW_RBSE.csproj.user deleted file mode 100644 index 6cbe588..0000000 --- a/RJW_RBSE.csproj.user +++ /dev/null @@ -1,6 +0,0 @@ - - - - ProjectFiles - - \ No newline at end of file diff --git a/RJW_RBSE.sln b/RJW_RBSE.sln deleted file mode 100644 index 678e4fb..0000000 --- a/RJW_RBSE.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.28307.902 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RJW_RBSE", "RJW_RBSE.csproj", "{E2F0B911-7EC5-41DF-898F-7962E8B4CDF4}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {E2F0B911-7EC5-41DF-898F-7962E8B4CDF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {E2F0B911-7EC5-41DF-898F-7962E8B4CDF4}.Debug|Any CPU.Build.0 = Debug|Any CPU - {E2F0B911-7EC5-41DF-898F-7962E8B4CDF4}.Release|Any CPU.ActiveCfg = Release|Any CPU - {E2F0B911-7EC5-41DF-898F-7962E8B4CDF4}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {9F904BC6-74A9-40DB-96DC-94F10C8B9E7B} - EndGlobalSection -EndGlobal diff --git a/Source/Main.cs b/Source/Main.cs deleted file mode 100644 index aeb2ced..0000000 --- a/Source/Main.cs +++ /dev/null @@ -1,85 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Reflection; -using System.Linq; -using HarmonyLib; -using RimWorld; -using Verse; - -namespace RJW_RBSE -{ - [StaticConstructorOnStartup] - internal static class Startup - { - //Quick check to see if an another mod is loaded. - private static bool IsLoaded(string mod) - { - return LoadedModManager.RunningModsListForReading.Any(x => x.Name == mod); - } - - private static void Fix_rjw_rbse_recipes() - { - //Log.Message("[RJW-RBSE] Startup::fix_recipes"); - - if (!IsLoaded("RimJobWorld")) - { - Log.Warning("[RJW-RBSE] RJW is not loaded!"); - return; - } - - if (!IsLoaded("Rah's Bionics and Surgery Expansion")) - { - Log.Warning("[RJW-RBSE] RBSE is not loaded!"); - return; - } - - //try - //{ - // //Vanilla bench - // var fab_ben = DefDatabase.GetNamed("FabricationBench"); - - // //EPOE bench - // var bio_ben = DefDatabase.GetNamed("TableBionics", false); - - // //RBSE benches - // var rbse_bio = DefDatabase.GetNamed("BionicWorkbench", false); - // var rbse_adv = DefDatabase.GetNamed("AdvancedMedicalStation", false); - - // // Remove existing Bionic recipes - // (bio_ben ?? fab_ben).AllRecipes.Remove(DefDatabase.GetNamed("MakeBionicAnus")); - // (bio_ben ?? fab_ben).AllRecipes.Remove(DefDatabase.GetNamed("MakeBionicBreasts")); - // (bio_ben ?? fab_ben).AllRecipes.Remove(DefDatabase.GetNamed("MakeBionicPenis")); - // (bio_ben ?? fab_ben).AllRecipes.Remove(DefDatabase.GetNamed("MakeBionicVagina")); - - // // Add recipes to RBSE bionics bench - // rbse_bio.AllRecipes.Add(DefDatabase.GetNamed("MakeBionicAnus")); - // rbse_bio.AllRecipes.Add(DefDatabase.GetNamed("MakeBionicBreasts")); - // rbse_bio.AllRecipes.Add(DefDatabase.GetNamed("MakeBionicPenis")); - // rbse_bio.AllRecipes.Add(DefDatabase.GetNamed("MakeBionicVagina")); - - // // Add recipes to RBSE Advanced Medical bench - // // rbse_adv.AllRecipes.Add(DefDatabase.GetNamed("MakeAdvancedBionicJaw")); - // // rbse_adv.AllRecipes.Add(DefDatabase.GetNamed("MakeSyntheticUterus")); - // // rbse_adv.AllRecipes.Add(DefDatabase.GetNamed("MakeSyntheticTesticles")); - // // rbse_adv.AllRecipes.Add(DefDatabase.GetNamed("MakeAdvancedBionicPenis")); - // // rbse_adv.AllRecipes.Add(DefDatabase.GetNamed("MakeAdvancedBionicVagina")); - // // rbse_adv.AllRecipes.Add(DefDatabase.GetNamed("MakeAdvancedBionicBreasts")); - // // rbse_adv.AllRecipes.Add(DefDatabase.GetNamed("MakeAdvancedBionicAnus")); - //} - //catch - //{ - // Log.Warning("[RJW-RBSE] Unable to fix RJW/RBSE recipes."); - //} - - } - - static Startup() - { - //Log.Message("[RJW-RBSE] Startup::Startup() called"); - - Fix_rjw_rbse_recipes(); - var har = new Harmony("rjw-rbse"); - har.PatchAll(Assembly.GetExecutingAssembly()); - } - } -} diff --git a/packages.config b/packages.config deleted file mode 100644 index a46a21b..0000000 --- a/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file