updated readme

This commit is contained in:
Lilian Jónsdóttir 2020-07-28 21:48:43 -07:00
parent 1600a513a8
commit 655967f544

View file

@ -1,2 +1,32 @@
# Morrowind-Door-Randomizer
A Morrowind MWSE-Lua mod to randomize the destinations of cell-change doors.
# Morrowind Door Randomizer #
## About ##
A Morrowind MWSE-Lua mod to randomize the destinations of cell-change doors.
I discovered that tes3.setDestination() was a thing, so I wrote this.
## Mod configuration menu ##
* Percent chance to randomize doors on activate
* Enable/Disable choosing of Wilderness cells
* Enable/Disable choosing of cells without a door to place the player at
* Choose only:
* Interior cells
* Exterior cells
* Both
* Match destination cell
* Ignore list for cells
* Debug logging, to see my cool recursive functions at work
## Requirements ##
MWSE 2.1 nightly @ [github](https://github.com/MWSE/MWSE)
## Credits ##
* MWSE Team for MWSE with Lua support
* Morrowind Modding Discord as always, for essentially being the MWSE docs
## License ##
MIT License. See LICENSE file.