From 72cb487a83fbfbb53cf8bc8fbf655c579de1f9bb Mon Sep 17 00:00:00 2001 From: Brybry Date: Tue, 9 Mar 2021 21:23:15 +0100 Subject: [PATCH] Added compatibility with Among Us v2021.3.5 --- BetterPolus/BetterPolus.csproj | 6 +++--- BetterPolus/ShipStatusPatch.cs | 2 +- BetterPolus/VersionShowerPatch.cs | 2 +- README.md | 26 +++++++++++++++++--------- 4 files changed, 22 insertions(+), 14 deletions(-) diff --git a/BetterPolus/BetterPolus.csproj b/BetterPolus/BetterPolus.csproj index 44c6bbd..614b6f9 100644 --- a/BetterPolus/BetterPolus.csproj +++ b/BetterPolus/BetterPolus.csproj @@ -1,9 +1,9 @@ netstandard2.1 - 1.1 - 2020.12.9s - NuclearPowered/Mappings:0.1.0-alpha.2 + 1.1.1 + 2021.3.5s + NuclearPowered/Mappings:0.2.0 Mod allowing some enhancements in Polus Map Brybry diff --git a/BetterPolus/ShipStatusPatch.cs b/BetterPolus/ShipStatusPatch.cs index a569490..8c2bb3c 100644 --- a/BetterPolus/ShipStatusPatch.cs +++ b/BetterPolus/ShipStatusPatch.cs @@ -86,7 +86,7 @@ public static void Prefix(ShipStatus __instance) private static void ApplyChanges(ShipStatus instance) { - if (instance.Type == ShipStatus.MapType.Pb) + if (instance.Type == ShipStatus.Nested_0.Pb) { FindPolusObjects(); AdjustPolus(); diff --git a/BetterPolus/VersionShowerPatch.cs b/BetterPolus/VersionShowerPatch.cs index 384c092..e4c5d86 100644 --- a/BetterPolus/VersionShowerPatch.cs +++ b/BetterPolus/VersionShowerPatch.cs @@ -16,7 +16,7 @@ public static void Postfix(VersionShower __instance) GameObject.Destroy(reactorVS); TextRenderer text = __instance.text; - text.Text += "\nLoaded [5E4CA6FF]BetterPolus v1.1-R []by Brybry"; + text.Text += "\nLoaded [5E4CA6FF]BetterPolus v1.1.1-R []by Brybry"; } } } \ No newline at end of file diff --git a/README.md b/README.md index 41ffda0..59f55f1 100644 --- a/README.md +++ b/README.md @@ -86,18 +86,26 @@ There are two ways to install the mod : ## Releases | Among Us Version | Mod Version | All-in-one pack | DLL file | | ---------------- | ----------- | :-------------: | :------: | - | v2020.12.9s | Ver. 1.1 | **[Download](https://github.com/Brybry16/BetterPolus/releases/download/v1.1/BetterPolus_All-in-one-Pack-1.1.zip)** | **[Download](https://github.com/Brybry16/BetterPolus/releases/download/v1.1/BetterPolus-2020.12.9s.dll)** | - | v2020.12.9s | Ver. 1.0 | **[Download](https://github.com/Brybry16/BetterPolus/releases/download/v1.0.0/BetterPolus_All-in-one-Pack.zip)** | **[Download](https://github.com/Brybry16/BetterPolus/releases/download/v1.0.0/BetterPolus-2020.12.9s.dll)** | + | v2021.3.5s | Ver. 1.1.1 | **[Download](https://github.com/Brybry16/BetterPolus/releases/download/v1.1.1/BetterPolus_All-in-one-Pack-1.1.1.zip)** | **[Download](https://github.com/Brybry16/BetterPolus/releases/download/v1.1.1/BetterPolus-2021.3.5s.dll)** | + | v2020.12.9s | Ver. 1.1 | **[Download](https://github.com/Brybry16/BetterPolus/releases/download/v1.1/BetterPolus_All-in-one-Pack-1.1.zip)** | **[Download](https://github.com/Brybry16/BetterPolus/releases/download/v1.1/BetterPolus-2020.12.9s.dll)** | + | v2020.12.9s | Ver. 1.0 | **[Download](https://github.com/Brybry16/BetterPolus/releases/download/v1.0.0/BetterPolus_All-in-one-Pack.zip)** | **[Download](https://github.com/Brybry16/BetterPolus/releases/download/v1.0.0/BetterPolus-2020.12.9s.dll)** | ### Changelog
- Version 1.1 -
    -
  • Fixed Crewmates being able to access Chart Course Task from outside of Comms.
  • -
  • Moved Temperature (cold) task to the 'Death Valley' (Outside, between Comms & O2).
  • -
  • Moved Vitals where Temperature (cold) was originally (in Laboratory).
  • -
-
+ Version 1.1.1 +
    +
  • Added compatibility with Among Us v2021.3.5
  • +
+ + +
+ Version 1.1 +
    +
  • Fixed Crewmates being able to access Chart Course Task from outside of Comms.
  • +
  • Moved Temperature (cold) task to the 'Death Valley' (Outside, between Comms & O2).
  • +
  • Moved Vitals where Temperature (cold) was originally (in Laboratory).
  • +
+
Version 1.0