Skip to content

Recreation of the power mode from FNaCEC:R (Five Night's at Freddy's fangame). This customizable overlay allows you to play any game with power mode

License

Notifications You must be signed in to change notification settings

sensod9/PowerModeOverlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PowerModeOverlay

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

How to use:

  1. Download and run PowerModeOverlay.exe from releases page
  2. Enable overlay
      ('F6' by default)
  3. Start a new night in the game
  4. 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)

How to customize:

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

Example of pmode.cfg:

[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

Default values reference and keybinds reference are in pmode.cfg that comes on every release

About

Recreation of the power mode from FNaCEC:R (Five Night's at Freddy's fangame). This customizable overlay allows you to play any game with power mode

Topics

Resources

License

Stars

Watchers

Forks