Modding

From Against the Storm Official Wiki
Revision as of 21:54, 15 July 2024 by mostly willing (talk | contribs) (added a link to the discord modding channel and unofficial server)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The modding community can be found on the official Against the Storm Discord server and the unofficial Against the Storm Modding Discord server.

For viewing and extracting game files: https://github.com/Perfare/AssetStudio

Game code can be inspected by opening Against the Storm_Data\Managed\Assembly-CSharp.dll in dnSpy or another assembly editor.

Plugin loader BepInEx can be used with HarmonyX to patch methods at runtime.

See Josiwe's Tutorial for a basic primer.