Recreation of the power mode from FNaCEC:R (Five Night's at Freddy's fangame). This customizable overlay let you play any FNaF-like game with power mode
- Download and run
PowerModeOverlay.exefrom releases page - Enable overlay
('F6' by default) - Start a new night in the game
- Enable power mode
('R' by default because 'R' is the most common key to restart night, so power mode syncs when you restart night)
- Toggle visibility when you need to see smth
('Space' by default) - Restart power mode by pressing the button that enables it if you've died
('R' by default) - Press the button that enable the overlay if you've finished the night
('F6' by default)
-
5. Shut down overlay when you've done
('F8' by default)
You can change keybinds, power amount, power consumption rate and make hold "toggle" button to consume power by specifying key:value pairs in pmode.cfg file.
The default pmode.cfg file comes with the PowerModeOverlay.exe on every release. Also you can create it yourself
pmode.cfg must be in the same folder as PowerModeOverlay.exe so you may find useful to have copies of the PowerModeOverlay.exe with various pmode.cfg files in different games' folders
[KEYBINDS]
enable: F2
restart: R
toggle: Shift
shutdown: default ; F6 (it's just comment)
[POWER_SETTINGS]
amount: 199 ; 199%
consumption: 15 ; 1 = 1ms to consume 0.1% of power.
; on consumption=50 it takes 15*100*10ms = 15000ms = 15s
; to consume 100% if the vision is uncovered
[ADDITIONAL_FLAGS]
holdToConsumePower: true ; makes hold "toggle" button to consume power
[POSITIONING]
x: 99
y: 9