1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-14 22:49:56 +00:00
A mirror of the official tes3mp repository
Find a file
David Cernat 61817715d4
Merge pull request #619 from madsbuvi/0.8.1-vr-maybe-chat-fix
Maybe fix console and chat window resizing/moving
2022-05-02 21:01:58 +03:00
.github [GitHub] Add funding links 2019-10-24 14:54:40 +03:00
apps Maybe fix console and chat window resizing/moving issues by making them effectively unresizeable/moveable. 2022-05-02 19:56:21 +02:00
CI Add OpenMW VR commits up to 4 Jul 2021 2022-02-15 19:45:10 +02:00
cmake Add OpenMW VR commits up to 4 Jul 2021 2022-02-15 19:45:10 +02:00
components Merge branch '0.8.1' of https://github.com/TES3MP/TES3MP into 0.8.1-vr 2022-05-01 22:01:57 +03:00
docs Add OpenMW VR commits up to 4 Jul 2021 2022-02-15 19:45:10 +02:00
extern Add OpenMW 0.47 commits up to 25 Jul 2021 2021-07-25 22:29:47 +02:00
files Maybe fix console and chat window resizing/moving issues by making them effectively unresizeable/moveable. 2022-05-02 19:56:21 +02:00
manual/opencs remove latex error 2015-05-25 18:45:42 +09:00
.editorconfig Update .editorconfig to include GLSL 2018-06-21 14:23:30 +00:00
.gitignore Add OpenMW VR commits up to 4 Jul 2021 2022-02-15 19:45:10 +02:00
.gitlab-ci.yml Add OpenMW 0.47 commits to OpenMW VR up to 4 Dec 2021 2021-12-07 21:49:20 +02:00
.gitmodules Add breakpad to server 2016-10-23 17:07:46 +08:00
.readthedocs.yaml Merge branch 'rtd' into 'master' 2021-11-05 10:25:20 +00:00
.travis.yml Update IRC links to libera 2021-05-31 21:15:26 +01:00
appveyor.yml Fix AppVeyor CI 2021-05-07 11:04:49 +04:00
AUTHORS.md Merge branch 'cursorspeedmerge' into 'master' 2021-10-01 11:24:15 +00:00
CHANGELOG.md Add missing changelog entries for 0.47 (#3145) 2021-10-04 09:14:14 +00:00
CHANGELOG_PR.md Resolved merge conflicts with changelog (cont.) 2021-05-18 15:05:19 +02:00
CMakeLists.txt [VR Build] Rename VR client executable 2022-02-15 22:00:08 +02:00
CONTRIBUTING.md Fix outdated bug tracker links 2020-04-22 01:45:11 +03:00
LICENSE Add OpenMW VR commits up to 4 Jul 2021 2022-02-15 19:45:10 +02:00
README.md Add 0.8.1 commits up to 30 Apr 2022 2022-05-01 01:38:38 +03:00
tes3mp-changelog.md [Documentation] Update changelog for 0.8.1 2022-05-01 22:39:31 +03:00
tes3mp-credits.md [Documentation] Update credits 2022-01-30 23:52:55 +02:00

TES3MP VR

Copyright (c) 2008-2015, OpenMW Team
Copyright (c) 2016-2022, David Cernat & Stanislav Zhukov

TES3MP is a project adding multiplayer functionality to OpenMW, an open-source game engine that supports playing "The Elder Scrolls III: Morrowind" by Bethesda Softworks.

When it's combined with Mads Buvik Sandvei's fork adding VR support to OpenMW, the result is TES3MP VR.

  • TES3MP version: 0.8.1
  • OpenMW version: 0.47.0
  • License: GPLv3 with additional allowed terms (see LICENSE for more information)

Font Licenses:

Project status

Version changelog

As of version 0.8.0, TES3MP is fully playable, providing very extensive player, NPC, world and quest synchronization, as well as state saving and loading, all of which are highly customizable via serverside Lua scripts.

Remaining gameplay problems mostly relate to AI and the fact that clientside script variables need to be placed on a synchronization whitelist to avoid packet spam.

Donations

You can benefit the project by donating on Patreon to our two developers, David Cernat and Koncord, as well as by supporting OpenMW.

Contributing

Helping us with documentation, bug hunting and video showcases is always greatly appreciated.

For code contributions, it's best to start out with modestly sized fixes and features and work your way up. There are so many different possible implementations of more major features many of which would cause undesirable code or vision conflicts with OpenMW that those should be talked over in advance with the existing developers before effort is spent on them.

Feel free to contact the team members for any questions you might have.

Getting started