forked from teamnwah/openmw-tes3coop
[General] Update config files
This commit is contained in:
parent
a21f5d18d6
commit
ac7a588632
2 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
# Plugin1 = Coop
|
||||
|
|
Loading…
Reference in a new issue