This is a Mod Template for getting started with creating a mod for MT2 using TrainworksReloaded.
- Thunderstore Integration
- Nuget Integration
- Github Pipelines
- Basic Mod Setup
First, get cookiecutter
pip install cookiecutter
Once cookiecutter is installed, create your template by running
cookiecutter https://github.com/Monster-Train-2-Modding-Group/Mod-Template.git
Alternatively, if you have downloaded the template, we have provided a dev container that you can run in Visual Studio Code. To get started you can run:
cookiecuter ./
Your mod is now ready for programming.