Inherits ModConfig.
|
| bool | DebugModeCheats = false [get, set] |
| | Enables cheat codes. Also requires 'privileged user' status enabled. More...
|
| |
| bool | DebugModeHelpersInfo = false [get, set] |
| | Outputs (to log) debug information relevant to specific Helpers functions (where applicable). Developers only. More...
|
| |
| bool | DebugModeNetInfo = false [get, set] |
| | Outputs (to log) network message information (sends and receives of PacketProtocol). More...
|
| |
| bool | DebugModePacketInfo = false [get, set] |
| | Logs PacketProtocol payload content. More...
|
| |
| bool | DebugModeUnhandledExceptionLogging = true [get, set] |
| | Catches and logs unhandled exceptions (before crash). More...
|
| |
| bool | DebugModeDumpAlsoServer = false [get, set] |
| | Allows users to invoke 'data dumps' (see DataDump service) on behalf of the server (without being the 'privileged' user). More...
|
| |
| bool | DebugModeDisableSilentLogging = false [get, set] |
| | Disables logging of "silenced" exceptions. More...
|
| |
| bool | DebugModeMenuInfo = false [get, set] |
| | Displays the current menu's ID in bottom right. More...
|
| |
| bool | DebugModeEntityGroupDisplay = false [get, set] |
| | Displays all entity groups in the log on mod load. More...
|
| |
| bool | DebugModeMouseInfo = false [get, set] |
| | Displays info at the mouse's location. More...
|
| |
| bool | DebugModeMiscInfo = false [get, set] |
| | Shows misc. debug info. More...
|
| |
| bool | DisableControlPanel = false [get, set] |
| | Disables control panel outright. More...
|
| |
| int | ControlPanelIconX = 0 [get, set] |
| | Control panel icon's X coordinate on screen. Negative values align the button from the right edge. More...
|
| |
| int | ControlPanelIconY = 0 [get, set] |
| | Control panel icon's Y coordinate on screen. Negative values align the button from the bottom edge. More...
|
| |
| int | InboxIconX = 2 [get, set] |
| | Horizontal X coordinate of in-game inbox icon. Negative values align the button from the right edge. More...
|
| |
| int | InboxIconY = 80 [get, set] |
| | Horizontal Y coordinate of in-game inbox icon. Negative values align the button from the bottom edge. More...
|
| |
| int | ModIssueReportErrorLogMaxLines = 15 [get, set] |
| | Quantity of the latest log entries to pass along with issue reports. More...
|
| |
| bool | WorldModLockEnable = true [get, set] |
| | Enables mod locking per world (prevents playing a world with missing mods). More...
|
| |
| bool | WorldModLockMinimumOnly = true [get, set] |
| | Sets mod locking to expect only the exact set of mods it was locked with, and no more. More...
|
| |
| bool | CustomPlayerDataAsText = false [get, set] |
| | Save custom player data as (json) text. More...
|
| |
| bool | DisableAllInternetFeatures [get, set] |
| | Shorthand for disabling all internet functions More...
|
| |
| bool | ModCallCommandEnabled = false [get, set] |
| | Allows calling Mod.Call(...) via. chat/console commands. Use at your own risk! More...
|
| |
| int | PacketRequestRetryDuration = 60 * 4 [get, set] |
| | Duration (in game ticks) to wait in expectation of a reply before a retry attempt of a given packet is made. More...
|
| |
| bool | IsServerGaugingAveragePing = true [get, set] |
| | Server occasionally pings clients to guage their latency. More...
|
| |
| int | PingUpdateDelay = 60 * 15 [get, set] |
| | Duration between latency pings per client. More...
|
| |
| bool | DisableModMenuTweaks = false [get, set] |
| | Disables mod tags UI for mod browser and mod info. More...
|
| |
| bool | DisableModTags = false [get, set] |
| | Disables mod tags UI for mod browser and mod info. More...
|
| |
| bool | DisableJudgmentalTags = true [get, set] |
| | Disable 'judgmental' mod tags. More...
|
| |
| bool | DisableModMenuUpdates = false [get, set] |
| | Disables mod version updates overlay display in the mod menu. More...
|
| |
| bool | DisableOwnIPCheck = true [get, set] |
| | Disables IP address checks from checkip.dyndns.org. More...
|
| |
| bool | CoalAsTile = true [get, set] |
| | Coal items can be placed like tiles. More...
|
| |
| bool | AddCrimsonLeatherRecipe = true [get, set] |
| | Adds crimson biome alternatve recipe for leather. More...
|
| |
Defines Mod Helpers config settings.
Definition at line 16 of file Config.cs.