: Are you trying to create a new gameplay mechanic (like a new hero or card) using the Across the Obelisk Modding tools?
: The game is built on Unity; you will likely need dnSpy or ILSpy to decompile and inspect the game's Assembly-CSharp.dll to understand how the online features are structured. download-across-the-obelisk-v1-0-4a-online
: Most mods for this game use the BepInEx framework to inject code into the runtime. : Are you trying to create a new
If you are developing for the game, these resources are the standard starting points: download-across-the-obelisk-v1-0-4a-online
: The Official Across the Obelisk Discord often has a modding channel where developers share insights on the game's internal structure.