[General] Update config files

new-script-api
David Cernat 7 years ago
parent a21f5d18d6
commit ac7a588632

@ -2,8 +2,8 @@
destinationAddress = localhost destinationAddress = localhost
port = 25565 port = 25565
password = password =
# 0 - Verbose (spam), 1 - Info, 2 - Warnings, 3 - Errors, 4 - Only fatal errors # 0 - Off, 1 - Fatal errors, 2 - General errors, 3 - Warnings, 4 - Info, 5 - Verbose, 6 - Trace
logLevel = 0 logLevel = 5
[Master] [Master]
address = master.tes3mp.com address = master.tes3mp.com
@ -20,5 +20,5 @@ x = 0
y = 0 y = 0
w = 390 w = 390
h = 250 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 delay = 5.0

@ -1,10 +1,11 @@
[General] [General]
# The default localAddress of 0.0.0.0 makes the server reachable at all of its local addresses
localAddress = 0.0.0.0 localAddress = 0.0.0.0
port = 25565 port = 25565
maximumPlayers = 64 maximumPlayers = 64
hostname = My TES3MP server hostname = My TES3MP server
# 0 - Verbose (spam), 1 - Info, 2 - Warnings, 3 - Errors, 4 - Only fatal errors # 0 - Off, 1 - Fatal errors, 2 - General errors, 3 - Warnings, 4 - Info, 5 - Verbose, 6 - Trace
logLevel = 1 logLevel = 5
password = password =
[MasterServer] [MasterServer]
@ -18,4 +19,4 @@ home = ~/local/openmw/tes3mp
autoSort = true autoSort = true
# If autoSort is disabled, then use "Plugin[n] = [plugin-name]" for manual ordering # If autoSort is disabled, then use "Plugin[n] = [plugin-name]" for manual ordering
# Plugin0 = Core # Plugin0 = Core
# Plugin1 = Coop # Plugin1 = Coop

Loading…
Cancel
Save