v1.6.17.0 (Unto the Breach update)

This commit is contained in:
Regalis11
2024-10-22 17:29:04 +03:00
parent e74b3cdb17
commit 6e6c17e100
417 changed files with 17166 additions and 5870 deletions
@@ -1,4 +1,4 @@
#nullable enable
#nullable enable
using Barotrauma.Extensions;
using Microsoft.Xna.Framework;
using System;
@@ -82,6 +82,7 @@ namespace Barotrauma
ShowOffensiveServerPrompt = true,
TutorialSkipWarning = true,
CorpseDespawnDelay = 600,
CorpseDespawnDelayPvP = 60,
CorpsesPerSubDespawnThreshold = 5,
#if OSX
UseDualModeSockets = false,
@@ -159,6 +160,7 @@ namespace Barotrauma
public bool ShowOffensiveServerPrompt;
public bool TutorialSkipWarning;
public int CorpseDespawnDelay;
public int CorpseDespawnDelayPvP;
public int CorpsesPerSubDespawnThreshold;
public bool UseDualModeSockets;
public bool DisableInGameHints;
@@ -189,7 +191,7 @@ namespace Barotrauma
RadialDistortion = true,
InventoryScale = 1.0f,
LightMapScale = 1.0f,
VisibleLightLimit = 50,
VisibleLightLimit = 100,
TextScale = 1.0f,
HUDScale = 1.0f,
Specularity = true,