-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Max edited this page Jun 21, 2026
·
1 revision
Welcome to the reVC wiki!
Alongside the original game code, reVC implements features and improvements that make the game accessible in a many modern configurations.
Debug menu provides a series of in-game settings that can be toggled by the user using the mouse. It can be activated by pressing Control+M. The following image (1) shows what it looks like. The code that implements this module can be found in src/extras/debugmenu{.cpp .h}.