TeamRizu / OutFox

The Bug Reporting Repository for OutFox LTS 0.4, Alpha V and Steam Early Access Builds
https://projectoutfox.com
Apache License 2.0
187 stars 3 forks source link

[Nitpick] Changing StepMania.ini to collect similar things together #314

Closed The-Kilted-Canuck closed 2 years ago

The-Kilted-Canuck commented 3 years ago

When you're searching for something in Stepmania.ini, or trying to make sure something is setup properly, some settings are in various locations.

Example LightsDriver= OITGStyleLights= DebugLights= LightsAheadSeconds= SextetStreamOutputFilename (Which I think is for lights)

All of these should start with Lights LightsDriver= LightsOITGStyle= LightsDebug= LightsSextetOutputFilename= etc.

(I know this could end up breaking a lot of things) Possibly the prefs could have a PrefsVersion=2 at the top. If when the system reads the file, it's not there... It would know to import the old prefs. So take the value from OITGStyleLights=, and then save it in a new file (with PrefsVersion=2 saved at the top) with the value in LightsOITGStyle=

You could maybe even in the prefs file... have it save them in sections

[LIGHTS]

list of light prefs here

[TIMING]

etc.