Advertisement
JLMoss

Launcher: readme.txt

Sep 13th, 2021 (edited)
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. ; Title: Launcher.ahk
  2. ; Version: 1.0.2
  3. ; Site: https://www.jameslmoss.com/2021/08/28/poe-launcher/
  4. ; Credits: Autohotkey docs and other's mentioned in the code
  5.  
  6. Launcher was born because I got tired of manually setting the process priority of Path of Exile, so I descided to automate that task with a script.
  7. Launcher will automate some startup tasks that can be configured & controlled via the system tray icon (see below).
  8.  
  9. Menu Functionality
  10. - Click for a popup that will ask to close the launched program windows
  11. - CLick to Tweak the Window Resolution (Hotkey: F10)
  12. - QuickLink menu for related shortcut/tools
  13. - Set Process Level: AboveNormal, Normal, BelowNormal
  14.  
  15. Settings Menu Options:
  16. - AutoLoad the target program on Startup (checked=on, unchecked=off)
  17. - AutoClose the target program on Exit (checked=on, unchecked=off)
  18. - AutoSet Process Level on Startup of the target program on Startup (checked=on, unchecked=off)
  19. - AutoTweak the target program window on Startup (checked=on, unchecked=off)
  20.  
  21. By default everything is turned off, so you need to edit the config.ini or run the app once and configure the settings then restart it.
  22. If you click on a menu item, it will trigger the action and save any potential settings
  23. If a menu item is checked/bold that means it is on/active other wise it is off/disabled.
  24.  
  25. Other settings exist and are detailed breafly in config.ini, edit carefully
  26.  
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement