diff --git a/Torch.API/Torch.API.csproj b/Torch.API/Torch.API.csproj
index 2a58bca..2c3609e 100644
--- a/Torch.API/Torch.API.csproj
+++ b/Torch.API/Torch.API.csproj
@@ -21,7 +21,7 @@
-
+
all
compile
diff --git a/Torch.API/packages.lock.json b/Torch.API/packages.lock.json
index 197613d..91c492d 100644
--- a/Torch.API/packages.lock.json
+++ b/Torch.API/packages.lock.json
@@ -43,9 +43,9 @@
},
"SpaceEngineersDedicated.ReferenceAssemblies": {
"type": "Direct",
- "requested": "[1.202.66, )",
- "resolved": "1.202.66",
- "contentHash": "VTOwwfTPnov6WWJNrsmB9lWs5s+6XVUXtV8SgLvgJTswK11MTA0e+TZFfZJoSZ1WUsE2dvxlMrNOYJ6aL6j0wA==",
+ "requested": "[1.202.117, )",
+ "resolved": "1.202.117",
+ "contentHash": "eMyu/AJiKxgmQqMiMUuyL+XdHgNpzw6AfpL6OJkYugXnOJQ10tU8sVvEpmlPqIjWGcRrOhyA6bIGIN4s0JyyUw==",
"dependencies": {
"protobuf-net": "1.0.0"
}
diff --git a/Torch.Server/Torch.Server.csproj b/Torch.Server/Torch.Server.csproj
index 240f7a3..2d51f86 100644
--- a/Torch.Server/Torch.Server.csproj
+++ b/Torch.Server/Torch.Server.csproj
@@ -51,7 +51,7 @@
-
+
all
compile
diff --git a/Torch.Server/packages.lock.json b/Torch.Server/packages.lock.json
index fc08e3b..ff4e99f 100644
--- a/Torch.Server/packages.lock.json
+++ b/Torch.Server/packages.lock.json
@@ -122,9 +122,9 @@
},
"SpaceEngineersDedicated.ReferenceAssemblies": {
"type": "Direct",
- "requested": "[1.202.66, )",
- "resolved": "1.202.66",
- "contentHash": "VTOwwfTPnov6WWJNrsmB9lWs5s+6XVUXtV8SgLvgJTswK11MTA0e+TZFfZJoSZ1WUsE2dvxlMrNOYJ6aL6j0wA==",
+ "requested": "[1.202.117, )",
+ "resolved": "1.202.117",
+ "contentHash": "eMyu/AJiKxgmQqMiMUuyL+XdHgNpzw6AfpL6OJkYugXnOJQ10tU8sVvEpmlPqIjWGcRrOhyA6bIGIN4s0JyyUw==",
"dependencies": {
"protobuf-net": "1.0.0"
}
diff --git a/Torch/Torch.csproj b/Torch/Torch.csproj
index 17ceba4..c814681 100644
--- a/Torch/Torch.csproj
+++ b/Torch/Torch.csproj
@@ -35,7 +35,7 @@
-
+
all
compile
diff --git a/Torch/VRageGame.cs b/Torch/VRageGame.cs
index 2608b52..5778aa4 100644
--- a/Torch/VRageGame.cs
+++ b/Torch/VRageGame.cs
@@ -165,7 +165,7 @@ namespace Torch
_tweakGameSettings();
MyFileSystem.Reset();
- MyInitializer.InvokeBeforeRun(_appSteamId, _appName, _userDataPath);
+ MyInitializer.InvokeBeforeRun(_appSteamId, _appName, MyVRage.Platform.System.GetRootPath(), _userDataPath);
_log.Info("Loading Dedicated Config");
// object created in SpaceEngineersGame.SetupPerGameSettings()
@@ -193,7 +193,7 @@ namespace Torch
{
service = MyEOSService.Create();
- MyEOSService.InitNetworking(dedicated,
+ MyEOSService.InitNetworking(dedicated, true, //true because using Eos
"Space Engineers",
service,
"xyza7891A4WeGrpP85BTlBa3BSfUEABN",
@@ -225,7 +225,8 @@ namespace Torch
MyGameService.WorkshopService.AddAggregate(MyModIoService.Create(service, "spaceengineers", "264",
"1fb4489996a5e8ffc6ec1135f9985b5b", "331", "f2b64abe55452252b030c48adc0c1f0e",
- MyPlatformGameSettings.UGC_TEST_ENVIRONMENT, true));
+ MyPlatformGameSettings.UGC_TEST_ENVIRONMENT, true, MyPlatformGameSettings.MODIO_PLATFORM,
+ MyPlatformGameSettings.MODIO_PORTAL));
if (!isEos && !MyGameService.HasGameServer)
{
diff --git a/Torch/packages.lock.json b/Torch/packages.lock.json
index 680d825..f37d9bd 100644
--- a/Torch/packages.lock.json
+++ b/Torch/packages.lock.json
@@ -102,9 +102,9 @@
},
"SpaceEngineersDedicated.ReferenceAssemblies": {
"type": "Direct",
- "requested": "[1.202.66, )",
- "resolved": "1.202.66",
- "contentHash": "VTOwwfTPnov6WWJNrsmB9lWs5s+6XVUXtV8SgLvgJTswK11MTA0e+TZFfZJoSZ1WUsE2dvxlMrNOYJ6aL6j0wA==",
+ "requested": "[1.202.117, )",
+ "resolved": "1.202.117",
+ "contentHash": "eMyu/AJiKxgmQqMiMUuyL+XdHgNpzw6AfpL6OJkYugXnOJQ10tU8sVvEpmlPqIjWGcRrOhyA6bIGIN4s0JyyUw==",
"dependencies": {
"protobuf-net": "1.0.0"
}