This is a mod for the game Keep Talking and Nobody Explodes which adds new modules that look suspiciously similar to the vanilla modules.
A build is available on the Steam Workshop.
Manuals are available on the Repository of Manual Pages.
Based on the Keep Talking and Nobody Explodes modkit. Thanks to Kusane for the module designs.
Building this mod is a little more involved than with most mods.
- Open the helper plugin Visual Studio project with a text editor and ensure the variables
UnityInstallPath
andGameInstallPath
are set to the correct paths for your installations. Then delete thePreBuildEvent
directive. - Set the build configuration to Debug and build the helper plugin.
- Open this repository using Unity 2017 LTS.
- In Unity, select
Keep Talking ModKit
→Configure Mod
and update the build path to match your installation. - Select
Keep Talking ModKit
→Build AssetBundle
. - Set the build configuration to Release and rebuild the helper plugin. The library will automatically be copied to the installed mod directory.
See the helper plugin readme file for more information.