- Removed unused settings
- Added Settings.xml
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Configuration>
|
||||
<Settings>
|
||||
<Setting Name="DisableErrorGUIOverlay" Type="bool" Value="true"/>
|
||||
<Setting Name="HideUserNamesInLogs" Type="bool" Value="true"/>
|
||||
<Setting Name="LocalDataSavePath" Type="string" Value="/Data/Mods" AllowChangesWhileExecuting="false"/>
|
||||
<Setting Name="LuaForBarotraumaSteamId" Type="ulong" Value="2559634234"/>
|
||||
<Setting Name="IsCsEnabled" Type="bool" Value="false" AllowChangesWhileExecuting="false"/>
|
||||
<Setting Name="RestrictMessageSize" Type="bool" Value="true"/>
|
||||
</Settings>
|
||||
</Configuration>
|
||||
@@ -1,4 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ModConfig>
|
||||
<Lua File="%ModDir%/Lua/LuaSetup.lua" Target="Any" />
|
||||
</ModConfig>
|
||||
<Lua File="%ModDir%/Lua/LuaSetup.lua"/>
|
||||
<Config File="%ModDir%/Config/SettingsShared.xml"/>
|
||||
</ModConfig>
|
||||
|
||||
Reference in New Issue
Block a user