1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-10-04 03:26:33 +00:00

Merge branch '0.8.1' of https://github.com/TES3MP/TES3MP into 0.8.1-vr

This commit is contained in:
David Cernat 2022-05-01 22:40:34 +03:00
commit d017fd1545
2 changed files with 8 additions and 1 deletions

View file

@ -1,9 +1,10 @@
[General]
# 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
port = 25565
maximumPlayers = 64
hostname = My TES3MP server
hostname = TES3MP server
# 0 - Verbose (spam), 1 - Info, 2 - Warnings, 3 - Errors, 4 - Only fatal errors
logLevel = 1
password =

View file

@ -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
-----