From 2f6e3b4cda8a33114e6d7c5c52720b58bd1817e7 Mon Sep 17 00:00:00 2001 From: David Cernat Date: Thu, 4 Jan 2018 10:54:40 +0200 Subject: [PATCH] [Documentation] Clarify status of version 0.7 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d26d7b49..91c7e746a 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,12 @@ Project Status [Version changelog](https://github.com/TES3MP/openmw-tes3mp/blob/master/tes3mp-changelog.md) -TES3MP is now playable in most respects. Player and NPC movement, animations, combat and spell casting are properly synchronized with small exceptions, as is picking up and dropping items in the world, using doors and levers, and adding and removing items from containers. Journal entries, faction stats and dialogue topics are also synchronized, allowing the majority of quests to work fine. +As of version 0.6, TES3MP is playable in most respects. Player and NPC movement, animations, combat and spell casting are properly synchronized with small exceptions, as is picking up and dropping items in the world, using doors and levers, and adding and removing items from containers. Journal entries, faction stats and dialogue topics are also synchronized, allowing the majority of quests to work fine. [Serverside Lua scripts](https://github.com/TES3MP/CoreScripts) are used to save and load the state of most of the aforementioned. +Please note that version 0.7 has involved rewriting a significant portion of our code and is not yet playable. You should use the [latest 0.6 release](https://github.com/TES3MP/openmw-tes3mp/releases/latest) for now. + Contributing --------------