diff --git a/Projects/CaptainOfIndustry/CaptainOfIndustry/CaptainOfIndustry.csproj b/Projects/CaptainOfIndustry/CaptainOfIndustry/CaptainOfIndustry.csproj index f92b93e..b65a85c 100644 --- a/Projects/CaptainOfIndustry/CaptainOfIndustry/CaptainOfIndustry.csproj +++ b/Projects/CaptainOfIndustry/CaptainOfIndustry/CaptainOfIndustry.csproj @@ -2,6 +2,9 @@ + C:/Program Files (x86)/Steam/steamapps/common/Captain of Industry + $(GAME_DIR)/Captain of Industry_Data/Managed + $(GAME_DIR)/BepInEx Debug AnyCPU {EE5EFB7F-A4DC-44F0-967B-F71ECA2D46AE} @@ -9,7 +12,7 @@ Properties CaptainOfIndustry CaptainOfIndustry - v4.8 + v4.8.1 512 @@ -38,60 +41,17 @@ - ..\libs\0Harmony.dll - - - ..\libs\Assembly-CSharp.dll + $(GAME_BEPINEX)/core/0Harmony.dll - ..\libs\BepInEx.dll - - - ..\libs\ConfigurationManager.dll - - - ..\libs\Mafi.dll - - - ..\libs\Mafi.Base.dll - - - ..\libs\Mafi.Core.dll - - - ..\libs\Mafi.ModsAuthoringSupport.dll - - - ..\libs\Mafi.Unity.dll - - - ..\libs\Sirenix.OdinInspector.Attributes.dll - - - ..\libs\Sirenix.OdinInspector.CompatibilityLayer.dll - - - ..\libs\Sirenix.Serialization.dll - - - ..\libs\Sirenix.Serialization.Config.dll - - - ..\libs\Sirenix.Utilities.dll + $(GAME_BEPINEX)/core/BepInEx.dll - ..\libs\UnityEngine.dll + $(GAME_MANAGED)/UnityEngine.dll - ..\libs\UnityEngine.CoreModule.dll + $(GAME_MANAGED)/UnityEngine.CoreModule.dll - - + \ No newline at end of file diff --git a/Projects/CaptainOfIndustry/CaptainOfIndustry/Class1.cs b/Projects/CaptainOfIndustry/CaptainOfIndustry/Class1.cs index f2bfc30..89e3188 100644 --- a/Projects/CaptainOfIndustry/CaptainOfIndustry/Class1.cs +++ b/Projects/CaptainOfIndustry/CaptainOfIndustry/Class1.cs @@ -5,7 +5,6 @@ using HarmonyLib.Tools; // TODO: Make shield and repair bigger // TODO: Maybe make props faster, thrusters work fine - namespace CaptainOfIndustry { [BepInPlugin(pluginGuid, pluginName, pluginVersion)] public class Main : BaseUnityPlugin {