Quick Close Message Boxes
Message boxes in Fallout New Vegas require clicking the first button option to dismiss them. This plugin lets you press Enter or Spacebar instead.
Installation
Drop MessageBoxQuickCloseNVSE.dll into Data\NVSE\Plugins\ or use a mod manager like a sane person.
Features
- Press Enter, Alt+Enter, or Spacebar to instantly close message boxes
- Press A button on controller
- Works on any message box with buttons
Technical Details
The game's MessageMenu class has vtable entries for keyboard and controller input handlers. This plugin hooks those handlers to detect Enter/Spacebar key presses and controller A button, then programmatically clicks the first button option in the message box's button list.
Why do you keep making these boring and useless mods?
When testing, you really notice this. And clicking through dozens of message boxes was doing my head in, same as the console log or toggling god mode on. It also helps me learn engine modding.
- Requires xNVSE of course
- Source code main.cpp in optional files
- I turn comments off on these mods because people post stupid comments or requests asking for flying unicorns. Bugs are always enabled though.
Instructions
Install requirements and use MO2 or place in Data/
Requirements
MessageBox Quick Close NVSE
Main file.