Resource icon

Apps Auto Start System V1.5

Login or Register an account to download this content
Crtl+M isn't toggling the app on or off anymore. It just stays on
Try checking the AutoStartSystem.ini to verify that

enableHotkeys=1

and also check the TOGGLE value

; enable/disable (default: 77 / M)
TOGGLE=77

If that's not the issue then maybe there's another app/program on the system attempting to use the same hotkey combination?
 
Try checking the AutoStartSystem.ini to verify that

enableHotkeys=1

and also check the TOGGLE value

; enable/disable (default: 77 / M)
TOGGLE=77

If that's not the issue then maybe there's another app/program on the system attempting to use the same hotkey combination?
I got it to work, however when I load up the app is on by default. Is there any way to change that?
 
Last edited:
I can't see isEnabled.
 

Attachments

  • 1681528701021.png
    1681528701021.png
    32.1 KB · Views: 57
Works great.
You really should take it out of the loop so it only executes once.
Then you do not even need the on/off.

edit: The issue with CTRL-M is that it is overridden by mouse steering.
If you swap 89 and 77, then CTRL-Y toggles autostart.
You need to toggle it off to see the entry list.
btw - your AI Linehelper demo is da bomb.
 
Last edited:
Since this is intended for an unattended PC, it would be extremely useful if it stopped the race on the last lap.
This is needed because because replays seem to not function properly when the race is not stopped immediately after the race end.
 
Back
Top