/KtaneNotVanillaModules

New modules for Keep Talking and Nobody Explodes that look suspiciously similar to the vanilla modules.

Primary LanguageC#OtherNOASSERTION

Not Vanilla Modules

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.

How to build

Building this mod is a little more involved than with most mods.

  1. Open the helper plugin Visual Studio project with a text editor and ensure the variables UnityInstallPath and GameInstallPath are set to the correct paths for your installations. Then delete the PreBuildEvent directive.
  2. Set the build configuration to Debug and build the helper plugin.
  3. Open this repository using Unity 2017 LTS.
  4. In Unity, select Keep Talking ModKitConfigure Mod and update the build path to match your installation.
  5. Select Keep Talking ModKitBuild AssetBundle.
  6. 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.