Well I've spent the past hour searching around how to do this and can only find examples that work for older versions of Stepmania. So does anyone here know how to add more rate mods to Stepmania 5? I've tried adding all of the rate stuff to the metrics.ini but it just spits out lua errors that I can't figure out so I'm stumped. I just want to have more of a range between 0.5x and 0.75x for practicing stuff since that's such a huge jump in speed.
EDIT: Figured it out! Here's the details for anyone else that wants to know:
You'll need to modify at minimum two files to get this working. The first is going to be the metrics.ini file found inside Stepmania 5\Themes\_fallback\.
Inside metrics.ini search for RateDefault= to find where all of the rate mods are defined. Following the format of the other entries, add your own mods as you like, making sure to number them sequentially and update the Rate="xx;together" value, replacing the xx with the total number of rate mods.
Second, you'll need to add the strings for the rates you added to the language file that you're using. This can also be found inside the _fallback theme but inside the Languages folder. For example, English will be en.ini. Inside of that file search for [OptionNames]. Right below it there should be a list of numbers like 0.25x=0.25x and this is where you want to enter all of the mods that you added. Again, just copy the format of the other ones.
So for example if you added a rate to the metrics.ini like so:
Rate,5="mod,0.65xmusic;name,0.65x"
Then you would add the rate to the en.ini file like so:
0.65x=0.65x
EDIT: Figured it out! Here's the details for anyone else that wants to know:
You'll need to modify at minimum two files to get this working. The first is going to be the metrics.ini file found inside Stepmania 5\Themes\_fallback\.
Inside metrics.ini search for RateDefault= to find where all of the rate mods are defined. Following the format of the other entries, add your own mods as you like, making sure to number them sequentially and update the Rate="xx;together" value, replacing the xx with the total number of rate mods.
Second, you'll need to add the strings for the rates you added to the language file that you're using. This can also be found inside the _fallback theme but inside the Languages folder. For example, English will be en.ini. Inside of that file search for [OptionNames]. Right below it there should be a list of numbers like 0.25x=0.25x and this is where you want to enter all of the mods that you added. Again, just copy the format of the other ones.
So for example if you added a rate to the metrics.ini like so:
Rate,5="mod,0.65xmusic;name,0.65x"
Then you would add the rate to the en.ini file like so:
0.65x=0.65x


Comment