You are viewing a potentially older version of this package. View all versions.
Cyfral-Binder-1.0.0 icon

Binder

Simple command binding system for the WK console

Date uploaded 11 months ago
Version 1.0.0
Download link Cyfral-Binder-1.0.0.zip
Downloads 76
Dependency string Cyfral-Binder-1.0.0

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

About

This mod allows you to easily bind console commands to keyboard keys. All binds are automatically saved to the mod's config file and will persist between game sessions.

Commands

bind add <key> <command>
bind remove <key>
bind list

Example

bind add G noclip
bind add K loadlevels Campaign_interlude_Silo_To_Pipeworks_01

[!WARNING] Pressing any bind key will activate cheat mode and disable run scoring.

To remove a bind:

bind remove G

To list all current binds:

bind list

CHANGELOG

Version 1.1.0 Removed console clutter during command execution

Version 1.0.1 New command: Modify

Version 1.0.0 Release