Skip to content

tes3mp-scripts/OriginalStart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Fixes most of the issues related to vanilla game start. However, the tes3mp chargen style is kept, so a lot of the voiced dialogue is skipped.

Requires DataManager.

To install, either git pull it, or download the repository as a folder, rename it to OriginalStart and then put it into your server/scripts/custom. After doing either of those, add require("custom.OriginalStart.main") to your server/scripts/customScripts.lua.

You can find the configuration file in server/data/custom/__config_OriginalStart.json.

  • START_ON_DOCK if false, spawns you at the ship like in vanilla Morrowind. If true, you spawn standing at the dock and the ship is disabled.
  • CLEAN_ON_UNLOAD whether the cell -2, -9 should be cleaned of some chargen residue whenever it unloads (could cause performance issues if used on a large server). If you want to clean it manually instead, set this to false and call Start.cleanDockCell(pid, cellDescription) when you find appropriate.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages