diff --git a/files/tes3mp/tes3mp-client-default.cfg b/files/tes3mp/tes3mp-client-default.cfg index 2430e7da6..d4c24de84 100644 --- a/files/tes3mp/tes3mp-client-default.cfg +++ b/files/tes3mp/tes3mp-client-default.cfg @@ -2,8 +2,8 @@ destinationAddress = localhost port = 25565 password = -# 0 - Verbose (spam), 1 - Info, 2 - Warnings, 3 - Errors, 4 - Only fatal errors -logLevel = 0 +# 0 - Off, 1 - Fatal errors, 2 - General errors, 3 - Warnings, 4 - Info, 5 - Verbose, 6 - Trace +logLevel = 5 [Master] address = master.tes3mp.com @@ -20,5 +20,5 @@ x = 0 y = 0 w = 390 h = 250 -# How long the message will be displayed in hidden mode +# How long a message will be displayed in hidden mode delay = 5.0 diff --git a/files/tes3mp/tes3mp-server-default.cfg b/files/tes3mp/tes3mp-server-default.cfg index 854649731..42fc08b33 100644 --- a/files/tes3mp/tes3mp-server-default.cfg +++ b/files/tes3mp/tes3mp-server-default.cfg @@ -1,10 +1,11 @@ [General] +# The default localAddress of 0.0.0.0 makes the server reachable at all of its local addresses localAddress = 0.0.0.0 port = 25565 maximumPlayers = 64 hostname = My TES3MP server -# 0 - Verbose (spam), 1 - Info, 2 - Warnings, 3 - Errors, 4 - Only fatal errors -logLevel = 1 +# 0 - Off, 1 - Fatal errors, 2 - General errors, 3 - Warnings, 4 - Info, 5 - Verbose, 6 - Trace +logLevel = 5 password = [MasterServer] @@ -18,4 +19,4 @@ home = ~/local/openmw/tes3mp autoSort = true # If autoSort is disabled, then use "Plugin[n] = [plugin-name]" for manual ordering # Plugin0 = Core -# Plugin1 = Coop \ No newline at end of file +# Plugin1 = Coop