This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
alt_mode [2020/02/26 10:56] A User Not Logged in [Pinball FX3] |
alt_mode [2021/01/16 13:41] (current) pinupadmin |
||
---|---|---|---|
Line 3: | Line 3: | ||
Starting in v1.4 there' | Starting in v1.4 there' | ||
- | How it works is that for each game in GamesManager you can specifiy in the " | + | How it works is that for each game in GamesManager you can specifiy in the " |
Then in launch script you can do things depending on the value of [ALTMODE]. best to see example below for FX3. | Then in launch script you can do things depending on the value of [ALTMODE]. best to see example below for FX3. | ||
Line 40: | Line 40: | ||
START "" | START "" | ||
+ | |||
</ | </ | ||
Line 65: | Line 66: | ||
) | ) | ||
) | ) | ||
+ | |||
</ | </ | ||
Line 79: | Line 81: | ||
REG ADD " | REG ADD " | ||
) | ) | ||
+ | |||
</ | </ | ||
Line 102: | Line 105: | ||
) | ) | ||
) | ) | ||
+ | |||
</ | </ | ||
Line 116: | Line 120: | ||
START "" | START "" | ||
) | ) | ||
+ | |||
</ | </ | ||
Line 128: | Line 133: | ||
start "" | start "" | ||
) | ) | ||
+ | |||
</ | </ | ||
Line 136: | Line 142: | ||
Taskkill.exe /IM " | Taskkill.exe /IM " | ||
) | ) | ||
+ | |||
</ | </ | ||
- | grab nosleep here: [[http:// | + | grab nosleep here: [[https:// |
nosleep.exe source code: AHK | nosleep.exe source code: AHK |