winnitron / WinnitronLauncher

The official Winnitron launcher! The meat and potatoes of the Winnitron.
winnitron.com
MIT License
34 stars 7 forks source link

Idle quit variables not functioning #63

Closed hyperscope closed 7 years ago

hyperscope commented 7 years ago

Specs: Windows 8.1 64bit (Laptop-Tron) / Winnitron v2.0 Issue: idleTimeBeforeAttract, initialIdleTimeSeconds, and idleTimeSeconds all set to "99" but upon game launch and user is idle, idle time is 42 before being sent back to menu. Resolution: Unknown Comments: Also winnitrons_options.json resides in C:\WINNITRON\WINNITRON_Data\Options AND C:\WINNITRON_UserData\Options although it doesn't seem to use the former.

winnitron_options_TEXT.txt

aaronklaassen commented 7 years ago

@hyperscope I ran into this too, but they are working - the format of the options json changed in v2.0: https://github.com/winnitron/WinnitronLauncher/blob/master/Assets/Options/Defaults/winnitron_options.json

Change your runningGames to runner. There won't be breaking changes like this now that we're on a stable version.

The C:\WINNITRON\WINNITRON_Data\Options json file is just the default settings. You can ignore it.

hyperscope commented 7 years ago

Only 7mins, not bad response time :P

hyperscope commented 7 years ago

Forgive my ignorance but would it not be important to reference this in some fashion? As anyone that has an older version of the launcher won't have the updated formatting in their "WINNITRON_UserData" folder or even be aware that's the issue.