1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-14 21:53:41 +08:00

work in progress

This commit is contained in:
2025-05-22 19:31:10 +08:00
parent 371fd3f0b0
commit 86a9010258
3 changed files with 163 additions and 12 deletions

View File

@@ -87,6 +87,8 @@ public class CheatEnabler : BaseUnityPlugin
"Unlock Dyson Sphere max orbit radius");
DysonSpherePatch.UnlockMaxOrbitRadiusValue = Config.Bind("DysonSphere", "MaxOrbitRadiusValue", 10_000_000f,
"Unlocked Dyson Sphere max orbit radius value");
Functions.DysonSphereFunctions.RetainShellsCount = Config.Bind("DysonSphere", "RetainShellsCount", 2048,
"Retain dyson shells count");
CombatPatch.MechaInvincibleEnabled = Config.Bind("Battle", "MechaInvincible", false,
"Mecha and Drones/Fleets invincible");
CombatPatch.BuildingsInvincibleEnabled = Config.Bind("Battle", "BuildingsInvincible", false,