Update for 1.203.630
Note: I cannot access the nuget package, so someone else will have to do that for it to build properly (don't forget packages.lock.json)
This commit is contained in:
@@ -10,6 +10,7 @@ using SpaceEngineers.Game;
|
||||
using SpaceEngineers.Game.Achievements;
|
||||
using SpaceEngineers.Game.GUI;
|
||||
using VRage;
|
||||
using VRage.Audio;
|
||||
using VRage.EOS;
|
||||
using VRage.FileSystem;
|
||||
using VRage.Game;
|
||||
@@ -41,6 +42,10 @@ public class Launcher : IDisposable
|
||||
Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData),
|
||||
MyPerGameSettings.BasicGameInfo.ApplicationName),
|
||||
false, false);
|
||||
|
||||
MyPlatformGameSettings.SAVE_TO_CLOUD_OPTION_AVAILABLE = true;
|
||||
MyXAudio2.DEVICE_DETAILS_SUPPORTED = false;
|
||||
|
||||
if (MyVRage.Platform.System.SimulationQuality == SimulationQuality.Normal)
|
||||
{
|
||||
MyPlatformGameSettings.SIMPLIFIED_SIMULATION_OVERRIDE = false;
|
||||
|
Reference in New Issue
Block a user