1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-14 23:19:54 +00:00
A mirror of the official tes3mp repository
Find a file
David Cernat ad9ee80641
Merge pull request #532 from nalal/patch-1
[Server] Added functionality for TES3MP server to catch system signals
2019-11-19 20:31:28 +02:00
apps Merge pull request #532 from nalal/patch-1 2019-11-19 20:31:28 +02:00
CI [General] Update Travis CI 2019-02-14 01:56:10 +08:00
cmake Merge pull request #457 from OpenMW/master while resolving conflicts 2018-07-14 03:57:05 +03:00
components Merge pull request #518 from TES3MP/0.7.0-alpha 2019-03-22 21:36:07 +02:00
docs Merge pull request #469 from davidcernat/master while resolving conflicts 2018-08-20 14:08:44 +03:00
extern Update LuaBridge to e3f7a022 2019-05-12 03:14:03 +02:00
files [General] Change the default plugins home location 2018-11-12 01:10:10 +00: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 Merge pull request #369 from OpenMW/master 2018-01-10 03:49:53 +02:00
.gitlab-ci.yml Build everything but branches until we can allow VM/CIs to run on forked projects. 2018-07-04 16:51:57 +00:00
.gitmodules Add breakpad to server 2016-10-23 17:07:46 +08:00
.travis.yml [General] Update Travis CI 2019-02-14 01:56:10 +08:00
appveyor.yml Update appveyor.yml 2018-08-08 16:36:25 +02:00
AUTHORS.md Updated credits file 2018-07-11 10:09:31 +02:00
CHANGELOG.md Merged pull request #1666 2018-08-10 12:23:17 +02:00
CMakeLists.txt [General] Fix standalone server build 2018-12-29 11:58:49 +08:00
CONTRIBUTING.md last minute updates from zini 2018-06-27 13:32:08 +02:00
LICENSE http to https for supported urls (#1625) 2018-03-08 21:23:24 +01:00
README.md [Documentation] Update readme and credits 2019-02-19 17:29:29 +02:00
readthedocs.yml Force RTD to not build any other types of docs. 2018-07-19 14:34:06 +00:00
tes3mp-changelog.md [Documentation] Update changelog with attack synchronization details 2018-09-26 02:48:52 +03:00
tes3mp-credits.md [Documentation] Update readme and credits 2019-02-19 17:29:29 +02:00

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.0-alpha
  • OpenMW version: 0.44.0
  • License: GPLv3 (see LICENSE for more information)

Font Licenses:

Project status

Version changelog

As of version 0.7.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 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