forked from bregell/docker_space_engineers_server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Torch.cfg
35 lines (35 loc) · 1.22 KB
/
Torch.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0"?>
<TorchConfig xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<InstanceName>podTorchSpcEng</InstanceName>
<InstancePath>Z:\mnt\root\space-engineers-server\config</InstancePath>
<Autostart>true</Autostart>
<RestartOnCrash>true</RestartOnCrash>
<NoGui>true</NoGui>
<GetTorchUpdates>true</GetTorchUpdates>
<GetPluginUpdates>true</GetPluginUpdates>
<TickTimeout>60</TickTimeout>
<Plugins>
<guid>cbfdd6ab-4cda-4544-a201-f73efa3d46c0</guid>
<guid>4c7fcdbd-fab3-4dc0-be0d-a49e79108fef</guid>
<guid>5650e141-2d24-408c-aa56-49a78734ce9e</guid>
<guid>894d12eb-68e1-4eaa-b8c2-263f004629d7</guid>
<guid>fb40e230-5834-4044-83a7-c7c9a16a9143</guid>
<guid>17f44521-b77a-4e85-810f-ee73311cf75d</guid>
</Plugins>
<LocalPlugins>false</LocalPlugins>
<DisconnectOnRestart>false</DisconnectOnRestart>
<ChatName>Server</ChatName>
<ChatColor>Red</ChatColor>
<EnableWhitelist>false</EnableWhitelist>
<Whitelist />
<WindowSize>
<X>800</X>
<Y>600</Y>
</WindowSize>
<WindowPosition>
<X>0</X>
<Y>0</Y>
</WindowPosition>
<LastUsedTheme>Torch Theme</LastUsedTheme>
<IndependentConsole>false</IndependentConsole>
</TorchConfig>