Note: This repository is deprecated. Active development on MWSE is now at: https://github.com/MWSE/MWSE
The Morrowind Script Extender makes additional functions available for use in Morrowind scripts, beyond those provided by the game's construction set.
These extra functions allow modders to add features and behavior to scripts that would otherwise be impractical or impossible.
- Download the latest MWSE release from GitHub and unpack to a temporary directory.
- If you use MGE XE 0.10.0 beta 9 or later:
- (Optional) Backup
MWSE.dll
in your Morrowind directory. - Copy
MWSE.dll
from the archive in step 1 to your Morrowind directory. - You can now start Morrowind as before. MGE XE will load the updated
MWSE.dll
on startup.
- (Optional) Backup
- If you do not use MGE XE:
- (Optional) If they exist, backup the following files in your Morrowind directory:
MWSE.dll
,MWSE Launcher.exe
. - Copy
MWSE.dll
andMWSE Launcher.exe
from the archive in step 1 to your Morrowind directory. - To run Morrowind with MWSE enabled, run
MWSE Launcher.exe
and click "Launch Morrowind".
- (Optional) If they exist, backup the following files in your Morrowind directory:
- (Optional) MWEdit
- (Optional) Backup
customfunctions.dat
in your MWEdit directory. - Copy
customfunctions.dat
from the archive in step 1 to your MWEdit directory. - MWEdit will now be able to compile scripts that contain MWSE functions.
- (Optional) Backup
The Morrowind Code Patch is highly recommended.
See newfunctions.txt
for functions added since v0.9.4a. This format is temporary
and will be converted to something more user-friendly soon.
The Morrowind Modding Wiki has a section devoted to MWSE, containing example scripts and other information.
This software is based on the 0.9.4a version of MWSE, released by the Sourceforge MWSE Dev Team.
Past MWSE developers:
- Charles Cooley (cdcooley)
- Cody Erekson (Fliggerty)
- Tim Peters
- Grant McDorman
- Anthony Garcia
- FreshFish
- Timeslip
The Morrowind Script Extender is free software, licensed according to the GNU General Public License, and comes with ABSOLUTELY NO WARRANTY. See the file LICENSE.TXT for details if you are interested in distributing or modifying the program.