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
Koncord 02668cd45d
Add accidentally forgotten files to build
4 years ago
CI Add OpenMW commits up to 2 May 2019 5 years ago
apps [Client] Always hash input for password dialogs 5 years ago
cmake Fix CMake files to allow build server only 4 years ago
components Add accidentally forgotten files to build 4 years ago
docs Add OpenMW commits up to 5 Sep 2019 5 years ago
extern [General] Add PicoSHA2 hash generator to extern 5 years ago
files Add OpenMW commits up to 18 Sep 2019 5 years ago
manual/opencs remove latex error 9 years ago
.editorconfig Update .editorconfig to include GLSL 6 years ago
.gitignore Add OpenMW commits up to 1 Jan 2019 5 years ago
.gitlab-ci.yml use ubuntu for mygui as well 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 Fixes bug #4650 5 years ago
CHANGELOG.md Merge branch 'master' into organic-locks 5 years ago
CHANGELOG_PR.md Made some clarifications in the changelog regarding [Bug#4748](https://bugs.openmw.org/issues/#4748) 5 years ago
CMakeLists.txt Build debug, debugging and debuglog for all targets 4 years ago
CONTRIBUTING.md last minute updates from zini 6 years ago
LICENSE http to https for supported urls (#1625) 6 years ago
README.md It's current year 4 years ago
appveyor.yml Fix version of cached archives for appveyor 5 years ago
readthedocs.yml Force RTD to not build any other types of docs. 6 years ago
tes3mp-changelog.md [Documentation] Update changelog with attack synchronization details 6 years ago
tes3mp-credits.md [General] Update credits 5 years ago

README.md

TES3MP

Copyright (c) 2008-2015, OpenMW Team
Copyright (c) 2016-2020, 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