Home
In this tutorial series, you will learn the basics of MWSE-Lua modding. No prior programming experience is required to follow along. This guide will walk you through every step in creating a mod called Craftable Bandage.
This mod will allow you to use your character's Bushcrafting skill to craft bandages from OAAB_Data and the effect will vary depending on your character's Survival skill.
The mod requires OAAB_Data, Skills Module, The Crafting Framework, and Ashfall. So install them if you haven't already.
Credits
- Morrowind Script Extender Team, for the development of MWSE-Lua
- C3pa, for the MWSE-Lua documentation
- Danae, for the original idea of Craftable Bandage
- Greatness7, for the OAAB MWSE scripts
- Hrnchamd, for the Mkdocs help
- Jean-Baptiste Morizot, for BluuNext font
- Merlord, for Ashfall, Crafting Framework, Skills Module, and coding help
- NullCascade, for the Mkdocs help
- OAAB_Data Team, for the development of OAAB
- Pharis, for proofreading
- R-Zero, for the MWSE-Lua logo
- Uncle Boss, for editing and proofreading.
Next - Episode 1: Introduction, Variables, Functions, Event-Based Programming