f481c85e07
Previously, when recharging or repairing an item, the client sent a PlayerInventory packet to the server with the old version of the item that was supposed to be removed and then it sent a PlayerInventory packet with the new version of the item that was supposed to be added. Unfortunately, the current CoreScripts make it so custom items using generated IDs have their records deleted when they are completely removed from the world, however briefly, even if they are added back immediately afterwards. In practice, this meant that – before this commit – recharging or repairing a custom item led to its removal from the player inventory stored on the server, followed by the deletion of its record, followed by its readdition to the inventory (but with the record staying deleted). Logging out and logging back in immediately prevented the player from receiving the item anymore because of its now non-existent record. |
||
---|---|---|
apps | ||
CI | ||
cmake | ||
components | ||
docs | ||
extern | ||
files | ||
manual/opencs | ||
.editorconfig | ||
.gitignore | ||
.gitlab-ci.yml | ||
.gitmodules | ||
.travis.yml | ||
appveyor.yml | ||
AUTHORS.md | ||
CHANGELOG.md | ||
CMakeLists.txt | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
readthedocs.yml | ||
tes3mp-changelog.md | ||
tes3mp-credits.md |
TES3MP
Copyright (c) 2008-2015, OpenMW Team
Copyright (c) 2016-2018, TES3MP Team
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:
- DejaVuLGCSansMono.ttf: custom (see files/mygui/DejaVu Font License.txt for more information)
Project Status
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.
Contributing
Development has been relatively fast, but any contribution regarding code, documentation, bug hunting or video showcases is greatly appreciated.
Test sessions are often advertised on our Discord server or in our Steam group.
Feel free to contact the team members for any questions you might have.
Getting Started
- Quickstart guide
- Steam group and its detailed FAQ
- TES3MP section on OpenMW forums
- Subreddit
- Known issues and bug reports
Donations
You can benefit the project by contributing to the Patreon pages of our two developers, David Cernat and Koncord, as well as by supporting OpenMW.