-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request]: course edition initially enabled #191
Comments
Added some stuff to read/write it to ini in https://github.com/emoose/OutRun2006Tweaks/actions/runs/12341007272, seems to work but haven't tested it that much yet, if that doesn't work for you let me know |
The game doesn't open directly, I also tried the "outrun2006tweaks-a81c2c634d4328578fdf166a8c3a9cbfbc2fdd85" version and it didn't open either. |
Apparently the problem is that the "OutRun2006Tweaks.overlay.ini" file was not present, I created it manually and the game started, by the way the track editing settings are saved correctly. good job! |
Oh good catch, forgot to add error checking in the parser, just pushed https://github.com/emoose/OutRun2006Tweaks/actions/runs/12349633946 which should let it work without the ini existing |
Actually these builds might break overlay while ingame, pushed new one at https://github.com/emoose/OutRun2006Tweaks/actions/runs/12349906945 |
reading error in the ini when you enter the game with It also doesn't let me apply my code since the checkbox is disabled, if I activate it my code will be lost. A possible solution is that when activating the checkbox it automatically applies the code saved in OutRun2006Tweaks.overlay.ini You could also add another checkbox "load the latest edition of the course" |
Another error is that if you start the game without opening GUI/overlay (by pressing f11) the custom courses will not start even if you have "Enabled=1" in OutRun2006Tweaks.overlay.ini |
I think this feature is already complete. @nuexzz The bug that you reported might be fixed as I didn't experience it with the latest beta build below: |
Describe the feature you'd like to see added
It would be great to start with the configurations used (course edition) for the last time. obviously it could be saved in OutRun2006Tweaks.ini
and there is no need to activate a checkbox in GUI/overlay
The text was updated successfully, but these errors were encountered: