Skip to content

Latest commit

 

History

History
39 lines (36 loc) · 1.79 KB

README.md

File metadata and controls

39 lines (36 loc) · 1.79 KB

Bubble-Popper

==========================================================================
Setup:
==========================================================================
Launcher.exe and options.txt need to be in the same folder along with the popper folder. Options.txt works like this:

Line 1 is ignored.

Line 2 holds the FULL COMPLETE ABSOLUTE path to Bubble popper INCLUDING THE FILE ITSELF SURROUNDED BY QUOTATIONS ("Ex: C:/BubblePopper/bubblepopper.exe").

Line 3 holds the directory to the icon for the system tray. Same restrictions as Line 2. Must include ico file in path, must be surrounded by quotes, and must be the absolute path.

Line 4 holds the activation key code in decimal. By default it is set to PAGE DOWN
a list of keycodes can be found here. convert to decimal before use.
https://learn.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes

Line 5 is either "true" or "false" (remove quotations) and controls if music should be played.

Line 6 Your monitor's width in pixels (x resolution)

Line 7 Your monitor's height in pixels (y resolution)

==========================================================================
Usage:
==========================================================================

By default, the activation key is "PAGE DOWN" by default. This can be changed in options.txt. The activation key toggles Bubble Popper. To terminate the Launcher program, simply open the system tray, and right click the icon.

==========================================================================
Build:
==========================================================================

mingw:
run build.bat
anything else:
good luck