Skip to content

C3pa/Morrowind-MWSE-mod-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MWSE mod templates

A set of templates for MWSE mods. It contains two templates:

  • template - A basic setup useful to any mod. Includes main.lua, together with a config file and basic MCM.
  • templateLocalized - A basic setup that includes all from the template and, in addition, an i18n system using MWSE's translation system.

Usage

Just copy the template you intend to use and rename the folder to you mod's name. Also, you need to rename the require paths accordingly. It's also advised to rename the type definitions in config\init.lua to be namespaced with your new mod's name.

-- It's advised to rename the types in annotations:
---@class template.defaultConfig

-- to:
---@class myModName.defaultConfig

Permissions

Use however you wish.

About

A template for MWSE mods.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages