-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.xml
45 lines (41 loc) · 2.26 KB
/
config.xml
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
36
37
38
39
40
41
42
43
44
45
<!-- Palworld Server Tools Config -->
<PalworldServerToolsConfig>
<!-- Game Connection IP or Domain -->
<HostIP></HostIP>
<!-- Game Connection Port -->
<GamePort>8211</GamePort>
<!-- If Server should show in Community Server Browser or not. Set to True or False -->
<CommunityServer></CommunityServer>
<!-- Port for RCON Connection. Can instead be specified with launch parameter -RCONPort -->
<RCONPort>25575</RCONPort>
<!-- Password for RCON connection. Can instead be specified with launch parameter -RCONPass -->
<RCONPass>YOUR_RCON_PASSWORD</RCONPass>
<!-- Path to where Steamcmd.exe is located. If left blank this defaults to 'C:\Program Files\SteamCMD'. -->
<SteamCMDPath></SteamCMDPath>
<!-- Path to where ARRCON.exe is located. If left blank this defaults to 'C:\Program Files\ARRCON'. -->
<ARRCONPath></ARRCONPath>
<!-- Path to the dedicated server files. Cannot be left blank. -->
<ServerPath></ServerPath>
<!-- Path of where backups are stored. Leave blank for default backup path (<ServerPath>\Pal\Saved\SaveGames\Backup) or specify your own. -->
<BackupPath></BackupPath>
<!-- Setting Switcher Configuration Options -->
<!-- Specify where Custom Settings should be stored.
Leave Blank for the default: "<ServerPath>\Pal\Saved\Config\WindowsServer\CustomSettings\"
Change this if you've stored your settings files elsewhere.
You can also specify this as a launch parameter -ThemeSettingsPath in case you're running several servers from one host. -->
<ThemeSettingsPath></ThemeSettingsPath>
<!--The name of the 'Standard' .ini file you want to use when there's no special events. -->
<NormalSettingsName>Normal Settings</NormalSettingsName>
<!-- How many seconds notice should end users get before Server shutdown. Default 120 -->
<AutoShutdownTimer>120</AutoShutdownTimer>
<!-- What Config file should be used on what day.
Simply add the filename of each config file you've made, without the extension.
In other words, if your file is called hardmode.ini just type in hardmode. -->
<Monday>Normal Settings</Monday>
<Tuesday>Normal Settings</Tuesday>
<Wednesday>Normal Settings</Wednesday>
<Thursday>Normal Settings</Thursday>
<Friday>Normal Settings</Friday>
<Saturday>Normal Settings</Saturday>
<Sunday>Normal Settings</Sunday>
</PalworldServerToolsConfig>