Morrowind
0 of 0

File information

Last updated

Original upload

Created by

JaceyS

Uploaded by

JaceyS

Virus scan

Safe to use

About this mod

Basic implementation of game statistics through MWSE Lua.

Permissions and credits

-- Stats, v 0.1
-- by JaceyS
-- Requires a recent version of MWSE
-- Basic implementation of stat tracking in Morrowind. Adds a new menu button called "Stats", which opens a menu window.
-- 3 levels of tracking - global, character non-continous, character continuous.
-- Character continuous can be stored in player data.
-- Character non-continous needs to be stored in a json file, keyed to a specific character
-- (creation time, stored in player data to serve as unchanging reference, in case a another mod allows name changing)
-- Global can add up all non-continous characters in the json file to get totals.
-- TODO: better button image, more stats to track
-- Thanks to Danae and Danjb, whose mods "Morrowind Stats" and "Morrowind Acheivements" did this first.
-- Thanks to Hrnchamd for his UIInspector mod, which is invaluable when trying to figure out UI stuff.
-- Thanks to NullCascade, Merlord, Greatness7, Petethegoat, and anyone else who has worked on MWSE!