Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.89 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.89 KB

Morrowind Modding Tutorial with MWSE-Lua

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 from Ashfall 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

Next - Section 1: Introduction, Variables, Functions, Event-Based Programming