ATS_API_Devs-API icon

API

Mod that adds helper methods for other mods and fixes/QOL changes for the game

Last updated 2 weeks ago
Total downloads 64
Total rating 0 
Categories Libraries
Dependency string ATS_API_Devs-API-1.1.1
Dependants 1 other package depends on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

Against The Storm API

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 regulary 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)

Help

Discord

If you require help with the mod, have ideas you want added, want to report a problem or want to contribute you can join our discord.

https://discord.com/invite/ZfVWG86gsJ

Wiki

If you need help with how to use the API here is the wiki to provide examples and explanations.

https://thunderstore.io/c/againstthestorm/p/JamesGames/api/wiki/

What's added

  • New Goods (items that can be traded/sold, food & fuel)
  • New Cornerstones
  • New Traders

Contributors

  • JamesGames