A mirror of the official tes3mp repository
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to 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
2 years ago
.github [GitHub] Add funding links 5 years ago
CI Add OpenMW VR commits up to 4 Jul 2021 2 years ago
apps Maybe fix console and chat window resizing/moving issues by making them effectively unresizeable/moveable. 2 years ago
cmake Add OpenMW VR commits up to 4 Jul 2021 2 years ago
components Merge branch '0.8.1' of https://github.com/TES3MP/TES3MP into 0.8.1-vr 2 years ago
docs Add OpenMW VR commits up to 4 Jul 2021 2 years ago
extern Add OpenMW 0.47 commits up to 25 Jul 2021 3 years ago
files Maybe fix console and chat window resizing/moving issues by making them effectively unresizeable/moveable. 2 years ago
manual/opencs remove latex error 9 years ago
.editorconfig Update .editorconfig to include GLSL 6 years ago
.gitignore Add OpenMW VR commits up to 4 Jul 2021 2 years ago
.gitlab-ci.yml Add OpenMW 0.47 commits to OpenMW VR up to 4 Dec 2021 2 years ago
.gitmodules Add breakpad to server 8 years ago
.readthedocs.yaml Merge branch 'rtd' into 'master' 3 years ago
.travis.yml Add OpenMW commits up to 13 Apr 2021 3 years ago
AUTHORS.md Merge branch 'cursorspeedmerge' into 'master' 3 years ago
CHANGELOG.md Add missing changelog entries for 0.47 (#3145) 3 years ago
CHANGELOG_PR.md Resolved merge conflicts with changelog (cont.) 3 years ago
CMakeLists.txt [VR Build] Rename VR client executable 2 years ago
CONTRIBUTING.md Fix outdated bug tracker links 4 years ago
LICENSE Add OpenMW VR commits up to 4 Jul 2021 2 years ago
README.md Add 0.8.1 commits up to 30 Apr 2022 2 years ago
appveyor.yml Fix AppVeyor CI 3 years ago
tes3mp-changelog.md [Documentation] Update changelog for 0.8.1 2 years ago
tes3mp-credits.md [Documentation] Update credits 2 years ago

README.md

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