- Removed unused settings

- Added Settings.xml
This commit is contained in:
Maplewheels
2026-01-25 16:48:23 -05:00
parent c2aa7dd948
commit 0a9c673753
4 changed files with 18 additions and 49 deletions
@@ -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>