uouuÉ Trick Member
Joined: 10 Jun 2004
|
5. Posted: Mon Aug 02, 2004 9:01 pm Post subject: |
|
|
thank you, djx. foonmod is waaay better than extreme. the difficultys didn't work at first, but i screwed around with the metrics file and it worked. plus, i'm running alpha 20 because 1)i don't know where to find alpha 21 and 2) i really don't care, seeing how many complaints i've seen about it.
EDIT: i got a few pms asking what i did to the metrics file to make foonmod a21 to work on a20. it's pretty simple, actually.
by default the code is like this:
Code: | [SreenSelectDifficulty]
//ChoiceNames=1,2,3,4,5,6
ChoiceNames=1,2,3,4,5,6,7,8
Choice1=PlayMode,regular;Difficulty,beginner;name,beginner
Choice2=PlayMode,regular;Difficulty,easy;name,easy
Choice3=PlayMode,regular;Difficulty,medium;name,medium
Choice4=PlayMode,regular;Difficulty,hard;name,hard
Choice5=PlayMode,nonstop;name,nonstop
Choice6=PlayMode,oni;name,oni
Choice7=PlayMode,endless;name,endless
Choice8=PlayMode,rave;name,rave |
but when i changed it...
Code: | [ScreenSelectDifficulty]
//ChoiceNames=1,2,3,4,5,6
ChoiceNames=1,2,3,4,5,6,7,8
Choice1=PlayMode,arcade;Difficulty,beginner;name,beginner
Choice2=PlayMode,arcade;Difficulty,easy;name,easy
Choice3=PlayMode,arcade;Difficulty,medium;name,medium
Choice4=PlayMode,arcade;Difficulty,hard;name,hard
Choice5=PlayMode,nonstop;name,nonstop
Choice6=PlayMode,oni;name,oni
Choice7=PlayMode,endless;name,endless
Choice8=PlayMode,rave;name,rave |
just copy the second one and paste it in the spot on the metrics file, or change "regular" to "arcade" on the difficulties metrics. also, while i was in the metrics, i screwed around with the speed mods...
Code: | Speed=25
Speed,1=mod,0.125x;name,x.125
Speed,2=mod,0.25x;name,x.25
Speed,3=mod,0.50x;name,x.50
Speed,4=mod,0.75x;name,x.75
Speed,5=mod,1x;name,x1
Speed,6=mod,1.5x;name,x1.5
Speed,7=mod,2x;name,x2
Speed,8=mod,3x;name,x3
Speed,9=mod,4x;name,x4
Speed,10=mod,5x;name,x5
Speed,11=mod,6x;name,x6
Speed,12=mod,7x;name,x7
Speed,13=mod,8x;name,x8
Speed,14=mod,16x;name,x16
Speed,15=mod,32x;name,x32
Speed,16=mod,64x;name,x64
Speed,17=mod,128x;name,x128
Speed,18=mod,256x;name,x256
Speed,19=mod,C200;name,C200
Speed,20=mod,C300;name,C300
Speed,21=mod,C400;name,C400
Speed,22=mod,C500;name,C500
Speed,23=mod,C525;name,C525
Speed,24=mod,C550;name,C550
Speed,25=mod,C600;name,C600
SpeedDefault=mod,1x |
do that if you want 0.125x, 5x, 6x, 7x, 16x, 32x, 64x, 128x, 256x, c300, c500, c525, c550, and c600 mods. but you probably don't _________________
|
|