From f20b438bfaa56de096052b00f51b0fe43ff4f89a Mon Sep 17 00:00:00 2001 From: VIA Date: Mon, 30 Jun 2025 23:20:28 -0700 Subject: [PATCH 1/2] remove bot limit entirely --- Assembly - UnityScript/Game.cs | 3 --- Assembly - UnityScript/Settings.cs | 7 ++----- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/Assembly - UnityScript/Game.cs b/Assembly - UnityScript/Game.cs index 314ab7f..d49a3fe 100644 --- a/Assembly - UnityScript/Game.cs +++ b/Assembly - UnityScript/Game.cs @@ -1009,9 +1009,6 @@ public class Game : MonoBehaviour [HideInInspector] public float fps; - [NonSerialized] - public const int maxBots = 25; - public Game() { whirldIn = new WhirldIn(); diff --git a/Assembly - UnityScript/Settings.cs b/Assembly - UnityScript/Settings.cs index 4337f5f..9f0fbb0 100644 --- a/Assembly - UnityScript/Settings.cs +++ b/Assembly - UnityScript/Settings.cs @@ -1127,16 +1127,13 @@ public class Settings : MonoBehaviour } GUILayout.Space(10f); GUILayout.BeginHorizontal(); - if (Game.Controller.botsInGame < Game.maxBots && GUILayout.Button("Add Bot")) + if (GUILayout.Button("Add Bot")) { Game.Controller.StartCoroutine_Auto(Game.Controller.addBot()); } if (Game.Controller.botsInGame > 0) { - if (Game.Controller.botsInGame != Game.maxBots) - { - GUILayout.Space(5f); - } + GUILayout.Space(5f); if (GUILayout.Button("Axe Bot")) { Game.Controller.StartCoroutine_Auto(Game.Controller.axeBot()); -- 2.43.0 From 701284fb985aa289d1fd518d7e1e4248c0f1088e Mon Sep 17 00:00:00 2001 From: VIA Date: Tue, 1 Jul 2025 03:51:26 -0700 Subject: [PATCH 2/2] no more oneshots they wont work anymore now that we removed the old mars --- ...embly---CSharp---first-pass_oneshot.csproj | 20 ---------- .../Assembly---CSharp_oneshot.csproj | 23 ------------ ...---UnityScript---first-pass_oneshot.csproj | 23 ------------ .../Assembly---UnityScript_oneshot.csproj | 37 ------------------- UnityEngine/UnityEngine_oneshot.csproj | 20 ---------- .../UnityScript.Lang_oneshot.csproj | 21 ----------- 6 files changed, 144 deletions(-) delete mode 100644 Assembly - CSharp - first pass/Assembly---CSharp---first-pass_oneshot.csproj delete mode 100644 Assembly - CSharp/Assembly---CSharp_oneshot.csproj delete mode 100644 Assembly - UnityScript - first pass/Assembly---UnityScript---first-pass_oneshot.csproj delete mode 100644 Assembly - UnityScript/Assembly---UnityScript_oneshot.csproj delete mode 100644 UnityEngine/UnityEngine_oneshot.csproj delete mode 100644 UnityScript.Lang/UnityScript.Lang_oneshot.csproj diff --git a/Assembly - CSharp - first pass/Assembly---CSharp---first-pass_oneshot.csproj b/Assembly - CSharp - first pass/Assembly---CSharp---first-pass_oneshot.csproj deleted file mode 100644 index c22ea73..0000000 --- a/Assembly - CSharp - first pass/Assembly---CSharp---first-pass_oneshot.csproj +++ /dev/null @@ -1,20 +0,0 @@ - - - 26998b3a9cbf54825a27e5f2d3cc4df1 - False - net35 - - - 3 - True - bin - False - - - - - - ..\Mars Explorer\Mars Explorer_Data\lib\UnityEngine.dll - - - \ No newline at end of file diff --git a/Assembly - CSharp/Assembly---CSharp_oneshot.csproj b/Assembly - CSharp/Assembly---CSharp_oneshot.csproj deleted file mode 100644 index c35d448..0000000 --- a/Assembly - CSharp/Assembly---CSharp_oneshot.csproj +++ /dev/null @@ -1,23 +0,0 @@ - - - e36192721fc364533a8edf2aefd3b72c - False - net35 - - - 3 - True - bin - False - - - - - - ..\Mars Explorer\Mars Explorer_Data\lib\UnityEngine.dll - - - ..\Mars Explorer\Mars Explorer_Data\Assembly - CSharp - first pass.dll - - - \ No newline at end of file diff --git a/Assembly - UnityScript - first pass/Assembly---UnityScript---first-pass_oneshot.csproj b/Assembly - UnityScript - first pass/Assembly---UnityScript---first-pass_oneshot.csproj deleted file mode 100644 index bb293e0..0000000 --- a/Assembly - UnityScript - first pass/Assembly---UnityScript---first-pass_oneshot.csproj +++ /dev/null @@ -1,23 +0,0 @@ - - - 50e2df949ee0745d0a011b02942f43d5 - False - net35 - - - 3 - True - bin - False - - - - - - ..\Mars Explorer\Mars Explorer_Data\lib\UnityEngine.dll - - - ..\Mars Explorer\Mars Explorer_Data\lib\Boo.Lang.dll - - - \ No newline at end of file diff --git a/Assembly - UnityScript/Assembly---UnityScript_oneshot.csproj b/Assembly - UnityScript/Assembly---UnityScript_oneshot.csproj deleted file mode 100644 index 4b2a3a7..0000000 --- a/Assembly - UnityScript/Assembly---UnityScript_oneshot.csproj +++ /dev/null @@ -1,37 +0,0 @@ - - - 58cc2f0ae478d40e7a89c7ba576c3586 - False - net35 - - - 3 - True - bin - False - - - true - - - - - ..\Mars Explorer\Mars Explorer_Data\lib\UnityEngine.dll - - - ..\Mars Explorer\Mars Explorer_Data\Assembly - CSharp - first pass.dll - - - ..\Mars Explorer\Mars Explorer_Data\lib\Boo.Lang.dll - - - ..\Mars Explorer\Mars Explorer_Data\lib\UnityScript.Lang.dll - - - ..\Mars Explorer\Mars Explorer_Data\Ionic.Zlib.dll - - - ..\Mars Explorer\Mars Explorer_Data\TerrainControllerData.dll - - - \ No newline at end of file diff --git a/UnityEngine/UnityEngine_oneshot.csproj b/UnityEngine/UnityEngine_oneshot.csproj deleted file mode 100644 index 262da19..0000000 --- a/UnityEngine/UnityEngine_oneshot.csproj +++ /dev/null @@ -1,20 +0,0 @@ - - - UnityEngine - False - net35 - - - 3 - True - bin - False - - - - - - ..\Mars Explorer\Mars Explorer_Data\lib\Boo.Lang.dll - - - \ No newline at end of file diff --git a/UnityScript.Lang/UnityScript.Lang_oneshot.csproj b/UnityScript.Lang/UnityScript.Lang_oneshot.csproj deleted file mode 100644 index 4defcb0..0000000 --- a/UnityScript.Lang/UnityScript.Lang_oneshot.csproj +++ /dev/null @@ -1,21 +0,0 @@ - - - UnityScript.Lang - False - net35 - - - 3 - True - bin - False - - - - - - ..\Mars Explorer\Mars Explorer_Data\lib\Boo.Lang.dll - - - - \ No newline at end of file -- 2.43.0