From 6b9355594eb3cf89fb9cd3de6b89fdefd251f3d6 Mon Sep 17 00:00:00 2001
From: Nagord <46509577+Nagord@users.noreply.github.com>
Date: Sun, 27 Apr 2025 01:07:49 -0700
Subject: [PATCH] reenable progression!
---
AutomaticShipSystems/AutomaticShipSystems.csproj | 2 +-
AutomaticShipSystems/MyPluginInfo.cs | 4 ++--
AutomaticShipSystems/ReleaseFiles/CHANGELOG.md | 3 +++
.../ReleaseFiles/PluginInfo.config | 14 +++++++-------
.../ReleaseFiles/README_Template.md | 6 +++---
AutomaticShipSystems/VoidManagerPlugin.cs | 2 +-
README.md | 12 ++++++------
7 files changed, 23 insertions(+), 20 deletions(-)
diff --git a/AutomaticShipSystems/AutomaticShipSystems.csproj b/AutomaticShipSystems/AutomaticShipSystems.csproj
index 325b088..feacb32 100644
--- a/AutomaticShipSystems/AutomaticShipSystems.csproj
+++ b/AutomaticShipSystems/AutomaticShipSystems.csproj
@@ -4,7 +4,7 @@
AutomaticShipSystems
- 0.0.2
+ 0.0.3
true
latest
diff --git a/AutomaticShipSystems/MyPluginInfo.cs b/AutomaticShipSystems/MyPluginInfo.cs
index 8c6094c..5a201cf 100644
--- a/AutomaticShipSystems/MyPluginInfo.cs
+++ b/AutomaticShipSystems/MyPluginInfo.cs
@@ -7,11 +7,11 @@ namespace AutomaticShipSystems
public const string PLUGIN_GUID = $"{PLUGIN_ORIGINAL_AUTHOR}.{PLUGIN_NAME}";
public const string PLUGIN_NAME = "AutomaticShipSystems";
public const string USERS_PLUGIN_NAME = "Automatic Ship Systems";
- public const string PLUGIN_VERSION = "0.0.2";
+ public const string PLUGIN_VERSION = "0.0.3";
public const string PLUGIN_DESCRIPTION = "Makes circuit breakers, thruster boosters, and trims self reset. Disables Progression.";
public const string PLUGIN_ORIGINAL_AUTHOR = "18107";
public const string PLUGIN_AUTHORS = "18107, Dragon";
- public const string PLUGIN_THUNDERSTORE_ID = "VoidCrewModdingTeam/Automatic_Ship_Systems";
+ public const string PLUGIN_THUNDERSTORE_ID = "NihilityShift/Automatic_Ship_Systems";
}
}
#pragma warning restore CS1591
diff --git a/AutomaticShipSystems/ReleaseFiles/CHANGELOG.md b/AutomaticShipSystems/ReleaseFiles/CHANGELOG.md
index ecb7330..a9161a1 100644
--- a/AutomaticShipSystems/ReleaseFiles/CHANGELOG.md
+++ b/AutomaticShipSystems/ReleaseFiles/CHANGELOG.md
@@ -1,3 +1,6 @@
+## 0.0.3
+- Updated for Void Crew 1.1.1
+
## 0.0.2
- Added config for timer duration.
diff --git a/AutomaticShipSystems/ReleaseFiles/PluginInfo.config b/AutomaticShipSystems/ReleaseFiles/PluginInfo.config
index 3cbf40f..d1a8db1 100644
--- a/AutomaticShipSystems/ReleaseFiles/PluginInfo.config
+++ b/AutomaticShipSystems/ReleaseFiles/PluginInfo.config
@@ -12,10 +12,10 @@ UserPluginName=Automatic Ship Systems
ThunderstorePluginName=Automatic_Ship_Systems
; The current version of the mod. Used for File Version, BepinPlugin, Thunderstore manifest, and README.
-PluginVersion=0.0.2
+PluginVersion=0.0.3
; Version of the game this mod is built for. Used for README
-GameVersion=0.27.0
+GameVersion=1.1.1
; The simple description of the mod, used for MyPluginInfo.cs, Thunderstore manifest, and Assembly descriptions. Must be less than 250 Characters.
PluginDescription=Makes circuit breakers, thruster boosters, and trims self reset. Disables Progression.
@@ -27,13 +27,13 @@ PluginOriginalAuthor=18107
PluginAuthors=18107, Dragon
; WebpageLink - Used by manifest for thunderstore page. Can be left blank.
-WebpageLink=https://github.com/Void-Crew-Modding-Team/AutomaticShipSystems
+WebpageLink=https://github.com/Nihility-Shift/AutomaticShipSystems
-; ThunderStore ID (https://thunderstore.io/c/void-crew/p/VoidCrewModdingTeam/VoidManager/ the section equivelant to 'VoidCrewModdingTeam/VoidManager'). Can be left blank, may be utilized by VoidManager for a future feature.
-ThunderstoreID=VoidCrewModdingTeam/Automatic_Ship_Systems
+; ThunderStore ID (https://thunderstore.io/c/void-crew/p/NihilityShift/VoidManager/ the section equivelant to 'NihilityShift/VoidManager'). Can be left blank, may be utilized by VoidManager for a future feature.
+ThunderstoreID=NihilityShift/Automatic_Ship_Systems
; Dependency Strings - Comma delineated, spacing or no spacing is okay. Used for README and manifest.
-DependencyStrings= BepInEx-BepInExPack-5.4.2100, VoidCrewModdingTeam-VoidManager-1.2.2
+DependencyStrings= BepInEx-BepInExPack-5.4.2100, NihilityShift-VoidManager-1.2.8
; PreBuild Execution Params
@@ -49,4 +49,4 @@ ChangelogError=true
ProjectReadmeOutPath=SolutionDir
; Output a zip after building.
-ZipOutput=true
\ No newline at end of file
+ZipOutput=true
diff --git a/AutomaticShipSystems/ReleaseFiles/README_Template.md b/AutomaticShipSystems/ReleaseFiles/README_Template.md
index 3808f32..f870d66 100644
--- a/AutomaticShipSystems/ReleaseFiles/README_Template.md
+++ b/AutomaticShipSystems/ReleaseFiles/README_Template.md
@@ -1,4 +1,4 @@
-[](https://github.com/Void-Crew-Modding-Team)
+[](https://github.com/Nihility-Shift)

[](https://discord.gg/g2u5wpbMGu "Void Crew Modding Discord")
@@ -40,8 +40,8 @@ Intended for solo players.
## 🔧 Install Instructions - **Install following the normal BepInEx procedure.**
-Ensure that you have [BepInEx 5](https://thunderstore.io/c/void-crew/p/BepInEx/BepInExPack/) (stable version 5 **MONO**) and [VoidManager](https://thunderstore.io/c/void-crew/p/VoidCrewModdingTeam/VoidManager/) installed.
+Ensure that you have [BepInEx 5](https://thunderstore.io/c/void-crew/p/BepInEx/BepInExPack/) (stable version 5 **MONO**) and [VoidManager](https://thunderstore.io/c/void-crew/p/NihilityShift/VoidManager/) installed.
#### ✔️ Mod installation - **Unzip the contents into the BepInEx plugin directory**
-Drag and drop `[ModName].dll` into `Void Crew\BepInEx\plugins`
\ No newline at end of file
+Drag and drop `[ModName].dll` into `Void Crew\BepInEx\plugins`
diff --git a/AutomaticShipSystems/VoidManagerPlugin.cs b/AutomaticShipSystems/VoidManagerPlugin.cs
index 1f27768..4ea4748 100644
--- a/AutomaticShipSystems/VoidManagerPlugin.cs
+++ b/AutomaticShipSystems/VoidManagerPlugin.cs
@@ -30,7 +30,7 @@ namespace AutomaticShipSystems
internal static void Enable()
{
ModEnabled = true;
- VoidManager.Progression.ProgressionHandler.DisableProgression(MyPluginInfo.PLUGIN_GUID);
+ // VoidManager.Progression.ProgressionHandler.DisableProgression(MyPluginInfo.PLUGIN_GUID);
}
public override SessionChangedReturn OnSessionChange(SessionChangedInput input)
diff --git a/README.md b/README.md
index 71bfc40..59d1c66 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
-[](https://github.com/Void-Crew-Modding-Team)
-
+[](https://github.com/Nihility-Shift)
+
[](https://discord.gg/g2u5wpbMGu "Void Crew Modding Discord")
# Automatic Ship Systems
-Version 0.0.2
-For Game Version 0.27.0
+Version 0.0.3
+For Game Version 1.1.1
Developed by 18107, Dragon
-Requires: BepInEx-BepInExPack-5.4.2100, VoidCrewModdingTeam-VoidManager-1.2.2
+Requires: BepInEx-BepInExPack-5.4.2100, NihilityShift-VoidManager-1.2.8
Makes circuit breakers, thruster boosters, and trims self reset. Disables Progression.
@@ -40,7 +40,7 @@ Intended for solo players.
## 🔧 Install Instructions - **Install following the normal BepInEx procedure.**
-Ensure that you have [BepInEx 5](https://thunderstore.io/c/void-crew/p/BepInEx/BepInExPack/) (stable version 5 **MONO**) and [VoidManager](https://thunderstore.io/c/void-crew/p/VoidCrewModdingTeam/VoidManager/) installed.
+Ensure that you have [BepInEx 5](https://thunderstore.io/c/void-crew/p/BepInEx/BepInExPack/) (stable version 5 **MONO**) and [VoidManager](https://thunderstore.io/c/void-crew/p/NihilityShift/VoidManager/) installed.
#### ✔️ Mod installation - **Unzip the contents into the BepInEx plugin directory**