Keep Talking and Nobody Explodes

Keep Talking and Nobody Explodes

Mod Selector
Showing 1-10 of 26 entries
< 1  2  3 >
Update: Jul 6, 2020 @ 11:07am

v2.6.1 changes:
- Fixed type discovery in the case of a mod assembly using the same name for a type as the game does. (Thanks Qkrisi for finding this!)

Update: Jun 28, 2020 @ 9:11am

v2.6.0 changes:
- Added option to do basic text search filtering on a few of the pages in the Mod Selector.
- Fixed lagging issue.

Update: Apr 7, 2020 @ 3:10pm

v2.5.0 changes (Thanks to AndrioCelos for a lot of this functionality, along with Rexkix and Samfun123 for input):
- Expert profiles now work on a "EnableList" rather than a "DisableList" - old files with only DisableList entries will upgrade accordingly.
- Expert profiles can no longer affect the appearance of defuser-only mods (bomb cases, services, gameplay rooms).
- Added in GetModuleDisplayNameMethod to cross-mod API (see https://github.com/ashbash1987/ktanemod-modselector/pull/58 for details).
- Scroll wheel can now be used on paginated pages.
- Extension names on the home screen will shrink if the name is too long to fit the label.

Update: Jan 25, 2020 @ 5:20pm

v2.4.0 changes:
- Added a button to all mod selector menus to go back. That should help motion controllers to go back (I didn't realise that you didn't have a back button on the controller to trigger that!)
- The time display is slightly different now - will display the current name of "Day of the Week" and "Month", just as a slight convenience.
- Also changed the background of the "home" screen, so you should be able to tell if you got the update through or not (aside from checking version info).

Update: Feb 28, 2019 @ 4:00pm

v2.3.2 changes:
- Rebuild for KTaNE v1.8.2 (based on Unity 2017.4.20f2).
- Fix for array OOB exception caused by page extensions.

Update: Sep 20, 2018 @ 12:09pm

v2.3.0 changes (fairly major change):
- New "home screen", tied in with new Mod Selector "extension" system.
- Added cross-mod API for querying current enabled/disabled mods.
- Renamed Intersect/Union to Expert/Defuser.
- Potential fix for deadlocks.
- Add explanation page for why a mod element is enabled/disabled.
- Fix going through the world for VR users.
- Remove "(Clone)" from displayed name of services.
- Add Profile Copying

Update: Apr 26, 2018 @ 1:29pm

v2.2.4 changes:
- Fix at least one case of glitchy-display.
- Fix code ordering for renaming profiles to prevent exceptions from happening.
- Add 'open folder' functionality for macOS (can't test for myself, I just hope it works!).
- Add message near bottom of display that appears on certain actions (manual refresh of profiles, add profile, delete profilem, etc.)
- Fix rename profile bug that caused duplication of text including carets.
- Fix 'open mod folder' for relative paths.
- Add extra missing font files to try and fix font over-run issues.

Update: Apr 25, 2018 @ 1:56pm

v2.2.3 changes:
- Allow pressing return/enter to finish naming/renaming profile.
- Add some protections to potentially fix deadlocks when editing profiles.
- Add reload profiles button (mainly for benefit of macOS users).

Update: Dec 26, 2017 @ 8:15am

Added null reference exception fix to SceneManagerWatcher.

Update: Dec 7, 2017 @ 2:06pm

Added mitigating fix for mods that don't load properly causing Mod Selector to get unhappy.