

This mod is designed to be used in conjunction with other mods that wish to add new content to the game. It provides a number of useful functions for adding new things to the game in a way that takes away the struggles of understanding the code base and more.
Against the Storm is a deeply complex game with tricky to navigate code for the average person. Also with the game being regular updated it's impossible to know what the devs will change in code which can result in your mod breaking and requiring you to manually fix and reupload it.
The API works as an in-between of your mod and the game by supplying helper methods that create new content and insert it into the game accordingly. This means that if the game updates and breaks your mod, the API will be updated to fix it and require little to no support from your end. (fingers crossed)

BepInEx is installed too!Against the Storm folder that has the games Against the Storm.exe in itAgainst the Storm/BepInEx/plugins gets created. If the plugins folder does not get created then you installed it wrong.Against the Storm/BepInEx/plugins folderThe API is worked on alongside the Example Mod mod which contains at least 1 of every new feature in the API to ensure everything is working as we expect.
You're encouraged to view all the code and copy+paste anything you require into your own mod.
If anything does not work please reach out on the discord!
Github: https://github.com/JamesVeug/AgainstTheStormAPI/tree/master/ExampleMod
Thunderstore: https://thunderstore.io/c/against-the-storm/p/ATS_API_Devs/ExampleMod/
If you require help with the mod, have ideas you want added, want to report a problem or just want to chat join our discord.
https://discord.com/invite/ZfVWG86gsJ
If you need help with how to use the API here is the wiki to provide examples and explanations.
https://github.com/JamesVeug/AgainstTheStormAPI/blob/master/ATS_API/WIKI/WIKI.md