Updated documentation.
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<AssemblyName>AutomaticShipSystems</AssemblyName>
|
<AssemblyName>AutomaticShipSystems</AssemblyName>
|
||||||
<Description>
|
<Description>
|
||||||
</Description>
|
</Description>
|
||||||
<Version>0.0.1</Version>
|
<Version>0.0.2</Version>
|
||||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||||
<LangVersion>latest</LangVersion>
|
<LangVersion>latest</LangVersion>
|
||||||
<RestoreAdditionalProjectSources>
|
<RestoreAdditionalProjectSources>
|
||||||
|
|||||||
@@ -7,10 +7,10 @@ namespace AutomaticShipSystems
|
|||||||
public const string PLUGIN_GUID = $"{PLUGIN_ORIGINAL_AUTHOR}.{PLUGIN_NAME}";
|
public const string PLUGIN_GUID = $"{PLUGIN_ORIGINAL_AUTHOR}.{PLUGIN_NAME}";
|
||||||
public const string PLUGIN_NAME = "AutomaticShipSystems";
|
public const string PLUGIN_NAME = "AutomaticShipSystems";
|
||||||
public const string USERS_PLUGIN_NAME = "Automatic Ship Systems";
|
public const string USERS_PLUGIN_NAME = "Automatic Ship Systems";
|
||||||
public const string PLUGIN_VERSION = "0.0.1";
|
public const string PLUGIN_VERSION = "0.0.2";
|
||||||
public const string PLUGIN_DESCRIPTION = "Makes circuit breakers, thruster boosters, and trims self reset. Disables Progression.";
|
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_ORIGINAL_AUTHOR = "18107";
|
||||||
public const string PLUGIN_AUTHORS = "18107";
|
public const string PLUGIN_AUTHORS = "18107, Dragon";
|
||||||
public const string PLUGIN_THUNDERSTORE_ID = "VoidCrewModdingTeam/Automatic_Ship_Systems";
|
public const string PLUGIN_THUNDERSTORE_ID = "VoidCrewModdingTeam/Automatic_Ship_Systems";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
## 0.0.2
|
||||||
|
- Added config for timer duration.
|
||||||
|
|
||||||
## 0.0.1
|
## 0.0.1
|
||||||
- Updated for Void Crew 0.27.0 (Update 5).
|
- Updated for Void Crew 0.27.0 (Update 5).
|
||||||
- Disables Progression when starting a session as host.
|
- Disables Progression when starting a session as host.
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ UserPluginName=Automatic Ship Systems
|
|||||||
ThunderstorePluginName=Automatic_Ship_Systems
|
ThunderstorePluginName=Automatic_Ship_Systems
|
||||||
|
|
||||||
; The current version of the mod. Used for File Version, BepinPlugin, Thunderstore manifest, and README.
|
; The current version of the mod. Used for File Version, BepinPlugin, Thunderstore manifest, and README.
|
||||||
PluginVersion=0.0.1
|
PluginVersion=0.0.2
|
||||||
|
|
||||||
; Version of the game this mod is built for. Used for README
|
; Version of the game this mod is built for. Used for README
|
||||||
GameVersion=0.27.0
|
GameVersion=0.27.0
|
||||||
@@ -24,7 +24,7 @@ PluginDescription=Makes circuit breakers, thruster boosters, and trims self rese
|
|||||||
PluginOriginalAuthor=18107
|
PluginOriginalAuthor=18107
|
||||||
|
|
||||||
; The various authors/editors of the mod, used for MyPluginInfo.cs. Leave blank to Auto-Fill from PluginOrignalAuthor
|
; The various authors/editors of the mod, used for MyPluginInfo.cs. Leave blank to Auto-Fill from PluginOrignalAuthor
|
||||||
PluginAuthors=
|
PluginAuthors=18107, Dragon
|
||||||
|
|
||||||
; WebpageLink - Used by manifest for thunderstore page. Can be left blank.
|
; WebpageLink - Used by manifest for thunderstore page. Can be left blank.
|
||||||
WebpageLink=https://github.com/Void-Crew-Modding-Team/AutomaticShipSystems
|
WebpageLink=https://github.com/Void-Crew-Modding-Team/AutomaticShipSystems
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ Intended for solo players.
|
|||||||
- Automatically fixes trims after 5 minutes of being inactive
|
- Automatically fixes trims after 5 minutes of being inactive
|
||||||
- Automatically fixes circuit breakers after 30 seconds of being tripped
|
- Automatically fixes circuit breakers after 30 seconds of being tripped
|
||||||
- Automatcally charges boosts 1 minute after fully discharged.
|
- Automatcally charges boosts 1 minute after fully discharged.
|
||||||
- GUI to disable features
|
- GUI to configure features
|
||||||
- Disables progression when starting a session as host.
|
- Disables progression when starting a session as host.
|
||||||
|
|
||||||
### 🎮 Client Usage
|
### 🎮 Client Usage
|
||||||
|
|||||||
@@ -4,9 +4,9 @@
|
|||||||
|
|
||||||
# Automatic Ship Systems
|
# Automatic Ship Systems
|
||||||
|
|
||||||
Version 0.0.1
|
Version 0.0.2
|
||||||
For Game Version 0.27.0
|
For Game Version 0.27.0
|
||||||
Developed by 18107
|
Developed by 18107, Dragon
|
||||||
Requires: BepInEx-BepInExPack-5.4.2100, VoidCrewModdingTeam-VoidManager-1.2.2
|
Requires: BepInEx-BepInExPack-5.4.2100, VoidCrewModdingTeam-VoidManager-1.2.2
|
||||||
|
|
||||||
|
|
||||||
@@ -20,7 +20,7 @@ Intended for solo players.
|
|||||||
- Automatically fixes trims after 5 minutes of being inactive
|
- Automatically fixes trims after 5 minutes of being inactive
|
||||||
- Automatically fixes circuit breakers after 30 seconds of being tripped
|
- Automatically fixes circuit breakers after 30 seconds of being tripped
|
||||||
- Automatcally charges boosts 1 minute after fully discharged.
|
- Automatcally charges boosts 1 minute after fully discharged.
|
||||||
- GUI to disable features
|
- GUI to configure features
|
||||||
- Disables progression when starting a session as host.
|
- Disables progression when starting a session as host.
|
||||||
|
|
||||||
### 🎮 Client Usage
|
### 🎮 Client Usage
|
||||||
|
|||||||
Reference in New Issue
Block a user