DemonHybrid Trick Member
Joined: 26 Apr 2005 Location: Matamoras, PA |
0. Posted: Sun Jul 31, 2005 6:28 pm Post subject: 2.5x |
|
|
Is there any way to unlock 2.5x on any mod except for ITG/ITG2? I dun like the ITG skins, but 2.5 will help with my ITG files greatly, even though I prefere foonmod to ITG.
If this has been answered, post link and lock please. _________________
|
|
PedanticOmbudsman Trick Member
Joined: 07 Jan 2005 Location: Fayetteville, AR |
1. Posted: Sun Aug 07, 2005 11:00 am Post subject: |
|
|
I know you can do this by editing the metrics for the theme you're using. I'm not really an expert on it, but I took a look at the metrics.ini files include a couple of themes, and it looks pretty simple to understand. Here's the relevant section from an ITG theme:
Code: | [ScreenOptionsMaster]
# Player options
Speed=10
SpeedDefault=mod,1x
Speed,1=mod,1x;name,1x
Speed,2=mod,1.5x;name,1.5x
Speed,3=mod,2x;name,2x
Speed,4=mod,2.5x;name,2.5x
Speed,5=mod,3x;name,3x
Speed,6=mod,4x;name,4x
Speed,7=mod,5x;name,5x
Speed,8=mod,6x;name,6x
Speed,9=mod,c300;name,C300
Speed,10=mod,c450;name,C450 |
If I'm understanding it correctly, "Speed=10" means that 10 speed mods will be defined in the section. SpeedDefault sets the default speed mod. And then the next ten lines define the individual speed mods that show up on the options screen. Then you have the lines that define the individual speed mods:
Speed,4=mod,2.5x;name,2.5x
"4" is the slot it appears in on the options screen... you'd want to make sure each mod has only one slot and each slot has only one mod. If you change the total number of mods, change the "Speed=" line at the top of the section to reflect the new number. "mod,2.5x" defines the mod itself, and "name,2.5x" defines what appears on the options screen... usually the same, but it doesn't have to be. _________________
|
|