Make tes3mp config files less confusing

pull/76/head
David Cernat 8 years ago
parent 7ae9ea7465
commit 08a5cdc4f3

@ -1,9 +1,9 @@
[General]
# 0 - Verbose (spam), 1 - Info, 2 - Warnings, 3 - Errors, 4 - Only fatal errors
loglevel = 0
server = mp.tes3mp.com
port = 25565
#name = Player
# 0 - Verbose (spam), 1 - Info, 2 - Warnings, 3 - Errors, 4 - Only fatal errors
loglevel = 0
[Master]
address = master.tes3mp.com:8080

@ -1,18 +1,19 @@
[General]
# from 3 to 0. 3 - only errors, 0 - all messages
loglevel = 0
motd = My TES3MP server
address = 0.0.0.0
port = 25565
players = 4
players = 64
motd = My TES3MP server
# 0 - Verbose (spam), 1 - Info, 2 - Warnings, 3 - Errors, 4 - Only fatal errors
loglevel = 0
[Plugins]
#home = ~/local/openmw/tes3mp
home = ~/ClionProjects/PS-dev
plugins = tes3mp.lua,chat_parser.lua
plugins = server.lua
[MasterServer]
enabled = true
enabled = false
address = master.tes3mp.com
port = 8080
rate = 1000
Loading…
Cancel
Save