1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-15 03:13:43 +08:00

work in progress

This commit is contained in:
2025-05-23 18:51:45 +08:00
parent 35d75646a0
commit 5f6fd0fe8c
3 changed files with 100 additions and 57 deletions

View File

@@ -87,8 +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");
Functions.DysonSphereFunctions.ShellsCountForFunctions = Config.Bind("DysonSphere", "ShellsCountForFunctions", 2048,
"Shells count for various functions");
CombatPatch.MechaInvincibleEnabled = Config.Bind("Battle", "MechaInvincible", false,
"Mecha and Drones/Fleets invincible");
CombatPatch.BuildingsInvincibleEnabled = Config.Bind("Battle", "BuildingsInvincible", false,