mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
1.18.8 (#785)
## Bug fixes - Default to automatic map mode positioning when mixing manual and automatic (would just break before) - Account for map mode image scale when automatically positioning - How long could you use your ship warp drive to just go to the eye?!?!?!?! How did I never notice this????? Nobody reported this???? Me when I install signals+ and then the game goes "hey wanna just jump to the end of the game"????????? What?!?!!?!?!?!?!?!?!?!!!!!!!!!! AHHHHHHHHHHHHHHHHH!!!!
This commit is contained in:
commit
bbf30e8891
@ -192,7 +192,7 @@ namespace NewHorizons
|
|||||||
Config =
|
Config =
|
||||||
{
|
{
|
||||||
destroyStockPlanets = false,
|
destroyStockPlanets = false,
|
||||||
factRequiredForWarp = "OPC_EYE_COORDINATES_X1",
|
//factRequiredForWarp = "OPC_EYE_COORDINATES_X1",
|
||||||
Vessel = new StarSystemConfig.VesselModule()
|
Vessel = new StarSystemConfig.VesselModule()
|
||||||
{
|
{
|
||||||
coords = new StarSystemConfig.NomaiCoordinates
|
coords = new StarSystemConfig.NomaiCoordinates
|
||||||
@ -201,7 +201,8 @@ namespace NewHorizons
|
|||||||
y = new int[4] { 3, 0, 1, 4 },
|
y = new int[4] { 3, 0, 1, 4 },
|
||||||
z = new int[6] { 1, 2, 3, 0, 5, 4 }
|
z = new int[6] { 1, 2, 3, 0, 5, 4 }
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
canEnterViaWarpDrive = false
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user