mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Compare commits
2 Commits
40cdfc94d7
...
1270d1c61f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1270d1c61f | ||
|
|
41f3e5df3b |
@ -304,12 +304,18 @@ namespace NewHorizons.External.Configs
|
||||
|
||||
// True by default so if one is false go false
|
||||
canEnterViaWarpDrive = canEnterViaWarpDrive && otherConfig.canEnterViaWarpDrive;
|
||||
canExitViaWarpDrive = canExitViaWarpDrive && otherConfig.canExitViaWarpDrive;
|
||||
destroyStockPlanets = destroyStockPlanets && otherConfig.destroyStockPlanets;
|
||||
enableTimeLoop = enableTimeLoop && otherConfig.enableTimeLoop;
|
||||
|
||||
// False by default
|
||||
returnToSolarSystemWhenTooFar = returnToSolarSystemWhenTooFar || otherConfig.returnToSolarSystemWhenTooFar;
|
||||
|
||||
loopDuration = loopDuration == 22f ? otherConfig.loopDuration : loopDuration;
|
||||
|
||||
// If current one is null take the other
|
||||
factRequiredForWarp = string.IsNullOrEmpty(factRequiredForWarp) ? otherConfig.factRequiredForWarp : factRequiredForWarp;
|
||||
factRequiredToExitViaWarpDrive = string.IsNullOrEmpty(factRequiredToExitViaWarpDrive) ? otherConfig.factRequiredToExitViaWarpDrive : factRequiredToExitViaWarpDrive;
|
||||
Skybox = Skybox == null ? otherConfig.Skybox : Skybox;
|
||||
|
||||
// False by default so if one is true go true
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
"author": "xen, Bwc9876, JohnCorby, MegaPiggy, and friends",
|
||||
"name": "New Horizons",
|
||||
"uniqueName": "xen.NewHorizons",
|
||||
"version": "1.28.3",
|
||||
"version": "1.28.4",
|
||||
"owmlVersion": "2.12.1",
|
||||
"dependencies": [ "JohnCorby.VanillaFix", "xen.CommonCameraUtility", "dgarro.CustomShipLogModes" ],
|
||||
"conflicts": [ "PacificEngine.OW_CommonResources" ],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user