Because why should you restrict yourself to just one Enter key? For whatever reason, the number pad's Enter key currently does nothing in the game. This little mod changes that so it now behaves exactly the same way the normal Return key (the one nearer to Backspace) does. This can be handy when quickly typing numbers using the number pad (e.g. Golden Grin Casino) or when readying up in a lobby. This mod does not break keybinds, so actions can continue to be bound separately to the Return and numpad Enter keys. If you play the game exclusively on a laptop keyboard, you probably do not need this.
This mod is designed with as much resiliency against future game updates as possible, so the chance of breakage occurring should be low.
Compatibility with Seven's Custom Chat mod is possible, but requires making either of the following changes:
- Open mods/New Chat/mod.txt and change its priority value to 11 (or any value greater than 10). If the priority value does not exist, add it.
- Open mods/NumpadEnterConfirm/mod.txt change its priority value to -1, or any value less than whatever is set in mods/New Chat/mod.txt (if missing from that file, the Custom Chat mod will have a priority of 0 so use a negative number).
Changelog:
0.0.1:0.0.2:
- Initial release
- Updated corecontrollerwrapperpc.lua for game update resiliency