Get the latest 0.7 release at https://github.com/TES3MP/openmw-tes3mp/releases.
Unpack it to a folder of your choice.
Keep in mind that you should be using the latest tes3mp build to ensure current CoreScripts function properly.
- Find the
serverfolder inside your installation. - Back up this folder (e.g. simply rename it to something that's not
server). - Clone the CoreScripts repository (important to select the 0.7.0 branch) into
serverdirectory inside your installation, such as by running the following command in your tes3mp insallation folder:
git clone --single-branch --branch 0.7.0 https://github.com/TES3MP/CoreScripts.git server. - Go to the folder you kept in step 2 and copy all its contents into
server. Skip any files that already exist. - If you've edited
config.luaorcustomScripts.lua, copy them from the backup folder, and overwrite the default ones in the newserverfolder