These are the scripts used to implement most of the essential server logic in TES3MP, including gameplay adjustments for multiplayer as well as state saving and loading. These also include several custome scripts, and minor edits to the core files for easier modification. Typings used for the lua typings system in vscode (an EmmyLua like interpretation).
- TES3MP version: 0.8.1
- Download Pollnet and place the
pollnet.dll
(or whatever your platform uses) into thelib/
folder. - Download Effil (luajit version) and place the
effil.dll
(or whatever your platform uses) into thelib/
folder. (Note: This is not required, but is a performance boost.)
- Start http server using
npm start
in from theserver/
folder. (You can also donpm i --prefix ./server
from./
) - Start the tes3mp server