mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-10-05 04:26:30 +00:00
Merge branch '0.8.1' of https://github.com/TES3MP/TES3MP into 0.8.1-vr
This commit is contained in:
commit
d017fd1545
2 changed files with 8 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
||||||
[General]
|
[General]
|
||||||
# The default localAddress of 0.0.0.0 makes the server reachable at all of its local addresses
|
# The default localAddress of 0.0.0.0 makes the server reachable at all of its local addresses
|
||||||
|
# You almost never have to change this
|
||||||
localAddress = 0.0.0.0
|
localAddress = 0.0.0.0
|
||||||
port = 25565
|
port = 25565
|
||||||
maximumPlayers = 64
|
maximumPlayers = 64
|
||||||
hostname = My TES3MP server
|
hostname = TES3MP server
|
||||||
# 0 - Verbose (spam), 1 - Info, 2 - Warnings, 3 - Errors, 4 - Only fatal errors
|
# 0 - Verbose (spam), 1 - Info, 2 - Warnings, 3 - Errors, 4 - Only fatal errors
|
||||||
logLevel = 1
|
logLevel = 1
|
||||||
password =
|
password =
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
0.8.1
|
||||||
|
-----
|
||||||
|
|
||||||
|
* Allow GameSettings packet to override clientside VR settings
|
||||||
|
* Include projectile origins in packets for attacking and casting, necessary for VR compatibility
|
||||||
|
|
||||||
0.8.0
|
0.8.0
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue