Share your launch scripts #7
stephenh678
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
TrayTrigger runs your own script before a game starts and again after it exits:
.bat,.cmd,.ps1, or.exe, with the game's name, exe, ID, and playtime passed in, per-game Script Arguments, Test Run buttons, and wait / cancel-on-failure / hidden / elevated options. Five examples ship in the scripts folder (%AppData%\TrayTrigger\Scripts): pause Wallpaper Engine, quiet mode for background apps, companion apps like SimHub, an OBS replay buffer, and save backups.If you've written one that does something useful, post it here. Scripts that hold up get listed in the community catalog: TrayTrigger-Scripts, where every entry is read by a maintainer before it's merged and hashed so a download can be checked against what was reviewed. You can also skip this thread and open a pull request there directly; CONTRIBUTING.md has the folder layout and the review checklist.
Looking for something to write? Two requests are open with a spec: an audio output switcher and a display mode changer.
What to include
Ground rules
Invoke-Expression, no module installs inside the script.Reference
README.txtin the scripts folderAll reactions