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 385ef55848 [Client] Avoid crashes by only using inventory listeners in loaded cells
Previously, receiving a Container packet about an actor with a previously initialized listener who was currently located in an unloaded cell crashed the game.
5 years ago
.github [GitHub] Add funding links 5 years ago
CI Add OpenMW commits up to 1 Dec 2019 5 years ago
apps [Client] Avoid crashes by only using inventory listeners in loaded cells 5 years ago
cmake Add OpenMW commits up to 1 Jan 2019 5 years ago
components Add OpenMW commits up to 1 Dec 2019 5 years ago
docs Add OpenMW commits up to 1 Dec 2019 5 years ago
extern Add OpenMW commits up to 1 Dec 2019 5 years ago
files Add OpenMW commits up to 1 Dec 2019 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 29 Oct 2019 5 years ago
.gitlab-ci.yml try to cache everything 5 years ago
.gitmodules Add breakpad to server 8 years ago
.travis.yml Add OpenMW commits up to 9 Mar 2019 5 years ago
AUTHORS.md Add QTranslator support for launcher 5 years ago
CHANGELOG.md Avoid using getPtr for object search in scripting (bug #5220) 5 years ago
CHANGELOG_PR.md Implement mouse wheel bindings (bug #2679) 5 years ago
CMakeLists.txt Add OpenMW commits up to 1 Dec 2019 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 9 Mar 2019 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 [General] Update credits 6 years ago

README.md

TES3MP

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

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.46.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