Modding: Difference between revisions

From Against the Storm Official Wiki
(Created page with "For viewing and extracting game files: https://github.com/Perfare/AssetStudio")
 
(added a link to the discord modding channel and unofficial server)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
The modding community can be found on the [https://discord.gg/against-the-storm/ official Against the Storm] Discord server and the [https://discord.com/invite/AdzCf5uzNv unofficial Against the Storm Modding] Discord server.
For viewing and extracting game files: https://github.com/Perfare/AssetStudio
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 [https://github.com/dnSpy/dnSpy/releases dnSpy] or another assembly editor.
Plugin loader [https://github.com/BepInEx/BepInEx BepInEx] can be used with [https://github.com/BepInEx/HarmonyX HarmonyX] to patch methods at runtime.
See [https://youtu.be/U1b3lOKZIcw Josiwe's Tutorial] for a basic primer.

Latest revision as of 21:54, 15 July 2024

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.