Feature suggestions: Restore default frame setting and/or a custom "diff" file. #10
PL1-Arcade
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
The new v2.0.0 release saves user-changed settings to ssf_custom.txt so they won't be overwritten by a new release. 👍 Would it be possible to reset frame target for the current game to default from the menu, either by deleteing that line from custom.txt or setting it to the value from ssf.txt? Scott |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Current format for ssf.txt:
[romname],[current frame target value]
Proposed format for ssf.txt:
[romname],[current frame target value],[default frame target value] or
[romname],[default frame target value],[current frame target value]
Would it be possible to write changes to a separate custom.txt "diff" file that overrides ssf.txt?
If you use this approach, ssf.txt can keep the [romname],[default frame target value] format and write [romname],[current frame target value] to custom.txt on game exit when the value is changed.
New releases of the plugin would not include a custom.txt file so the user's old custom settings would not be overwritten by the new ssf.txt file.
As with the first suggestion, it would be great to have a way to reset frame target to default from the menu.
Scott
Beta Was this translation helpful? Give feedback.
All reactions