Skip to content

ats-mods/ModTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Against The Storm Mod Template

This is a basic template for an Against the Storm mod. Because ATS is a unity game, existing mod loaders and techniques can be leveraged to easily create a mod.

The compiled mod is meant to be loaded into the game with BepInEx. I tested with the x86 version 5.4.2. Simply download the loader and unzip it into your game directory. For the Steam version of the game, this will likely be C:\Program Files (x86)\Steam\steamapps\common\Against the Storm\.

The .dll file created by this mod (ModTemplate.dll by default) can then be dropped into the BepInEx\plugins subdirectory inside the game directory. You might have to make this directory yourself, or run the game once to have it made automatically.

This plugin template was initiated from BepInEx plugin template command:

dotnet new bepinex5plugin -n ModTemplate -T netstandard2.0 -U 2021.3.15

About

Example Mod for Against The Storm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages