Skip to content
TheKuroEver edited this page Jul 11, 2023 · 6 revisions

Welcome to the KTaNE-Module-Template wiki!

Hi! This is my guide for creating modded modules for Keep Talking and Nobody Explodes!

This guide is intended for people making modded modules for the first time, and aims to take them through creating the mod, making the manual, and uploading to Steam and the Repository of Manual Pages.

The guide does not assume knowledge of Unity, but does assume some programming experience (any language will do; C# syntax is easy enough to pick up). This is not a coding tutorial.


The template included in this repository contains some useful things to make mod creation faster and easier, such as a premade blank module, and a basic template script. If you already know what you are doing and would like to use this template, you can install it as a plugin through the community version of the KTaNE ModKit.

This sidebar, as with the rest of the wiki, is a work in progress. If a link is missing, that means the relevant page has not been made yet, but is planned.

  • What's in the main script?
  • Extras
    • Grayscale background
    • Alternative component puzzle-background UV-mapping
    • Animated button component
    • Example modules

Uploading your mod

Clone this wiki locally