-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.xml
executable file
·26 lines (23 loc) · 1.27 KB
/
settings.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
<!-- this file needs to be in C:\Users\<Username>\AppData\Roaming\Albion\
or if photon is configured as a service in C:\Windows\system32\config\systemprofile\AppData\Roaming
-->
<settings>
<!-- <setting name="Cluster_Override" value="Cluster_Debug" /> -->
<setting name="Cheats_Enabled" value="true" />
<setting name="AutoCheatList" value="#unlockall#god" />
<setting name="SkipTutorial" value="false" />
<setting name="ShowServerSelection" value="true" />
<setting name="NetworkLogFile" value="true" />
<setting name="ShowMovePacketsInNetworkLogFile" value="false" />
<setting name="OnlyDebugClusters" value="false" />
<setting name="StartStaticClusterOnDemand" value="false" />
<setting name="RequireNtpService" value="false" />
<setting name="LogoutTimeSeconds" value="20" />
<setting name="AreaRespawnNoWait" value="true" />
<setting name="LocalizationFallback" value="false" />
<setting name="AlwaysMidday" value="true" />
<setting name="NoInactivityLogoutForAdminAccounts" value="true" />
<setting name="IgnoreMaxDeletedCharactersLimit" value="false" />
<setting name="Macro1" value="#newbuilding t2forge force"/>
<setting name="Macro2" value="#newitem t1rock #newitem t2wood"/>
</settings>