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 f8c557fbc0 [General] Read and use weapon quantity in RecordDynamic packets 5 years ago
.github [GitHub] Add funding links 5 years ago
CI Add OpenMW commits up to 13 Apr 2020 5 years ago
apps [General] Read and use weapon quantity in RecordDynamic packets 5 years ago
cmake Fix CMake files to allow build server only 5 years ago
components [General] Read and use weapon quantity in RecordDynamic packets 5 years ago
docs Add OpenMW commits up to 13 Apr 2020 5 years ago
extern Add OpenMW commits up to 13 Apr 2020 5 years ago
files Add OpenMW commits up to 13 Apr 2020 5 years ago
manual/opencs remove latex error 10 years ago
.editorconfig Update .editorconfig to include GLSL 7 years ago
.gitignore Add OpenMW commits up to 13 Apr 2020 5 years ago
.gitlab-ci.yml try to cache everything 5 years ago
.gitmodules Add breakpad to server 8 years ago
.travis.yml [CI] Fix .travis.yml 5 years ago
AUTHORS.md Implement a refresh button on data files page 5 years ago
CHANGELOG.md Merge branch 'master' into autocalc 5 years ago
CHANGELOG_PR.md bump to 0.47 for new dev cycle 5 years ago
CMakeLists.txt Add OpenMW commits up to 13 Apr 2020 5 years ago
CONTRIBUTING.md last minute updates from zini 7 years ago
LICENSE http to https for supported urls (#1625) 7 years ago
README.md Add OpenMW commits up to 13 Apr 2020 5 years ago
appveyor.yml add msvc2019 and ditch msvc2015 5 years ago
readthedocs.yml Force RTD to not build any other types of docs. 7 years ago
tes3mp-changelog.md [Documentation] Update changelog with attack synchronization details 6 years ago
tes3mp-credits.md [Documentation] Update readme and credits 5 years ago

README.md

TES3MP

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

Build Status

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.

  • TES3MP version: 0.7.1
  • OpenMW version: 0.47.0
  • License: GPLv3 (see LICENSE for more information)

Font Licenses:

Project status

Version changelog

As of version 0.7.x, 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 synchronization of clientside script variables.

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