How to install a mod
This works for every mod I created for Techtonica. Every other mod or every other game might not work this way.
Install BepInEx
- Download this .zip file.
- Extract it in the game folder. (normally
C:\Program Files (x86)\Steam\steamapps\common\Techtonica
) - Launch the game via steam or by launching
Techtonica.exe
. (This start is required before installing mods)
Install a mod
- Download the mod .zip file.
- Extract the mod file into
[game folder]\BepInEx\plugins
. - Done!
Check if a mod is working
- Open
[game folder]\BepInEx\LogOutput.log
or%appdata%\..\LocalLow\Fire Hose Games\Techtonica\Player.log
. (you can paste the second path in the file explorer path) - Search for
[Message: BepInEx] Chainloader started
- no) If you didn’t found that message BepInEx did not correctly start.
- yes) If you found that message look at the next lines. Does one of the following lines equals
[Info : BepInEx] Loading [<ModName> <ModVersion>]
? - no) If this is not the case BepInEx didn’t recognize the mod. Report this as a bug on the mod site (probably nexusmods).
- yes) If this is the case check if the next line (or one of the next lines) starts with
[Info :<ModName>]
and continues with a loading success message. - no) If this is not the case the mod failed to load. Report this as a bug on the mod site (probably nexusmods).
- yes) If this is the case the mod loaded successful.
- If you think the mod doesn’t work anyway look for any errors that contain the mod name in
[game folder]\BepInEx\LogOutput.log
. If you find an error report this as a bug on the mod site (probably nexusmods).