 | Modifiying Stepmania To Your Liking (Add Songs, Add Speedmods) |  |
11-27-2005, 01:29 AM
|
#1 | | STANLEY FUBAR
dieKatze88 is offline
Join Date: Jan 2005 Location: New Jersey Posts: 2,071
Marketplace Rating: 3
Tokens: 3,400.85
Bank: 25,071,769.17
Total Tokens: 25,075,170.02 Donate Tokens | Modifiying Stepmania To Your Liking (Add Songs, Add Speedmods) This guide will include adding songs, adding speedmods, all that crap.
ADDING SPEEDMODS FOR COMPLETE MORONS:
CREDITS TO ARCH0WL AND NEWF.
#1 : go to C:\Program files\stepmania\themes\default (or whatever other theme your running) then go into metrics.
#2: Scroll down to the screenoptionsmaster and as you can see looks like this :
[ScreenOptionsMaster]
# Player options
Speed=8
SpeedDefault=mod,1x
Speed,1=mod,1x;name,x1
Speed,2=mod,1.5x;name,x1.5
Speed,3=mod,2x;name,x2
Speed,4=mod,3x;name,x3
Speed,5=mod,4x;name,x4
Speed,6=mod,8x;name,x8
Speed,7=mod,C200;name,C200
Speed,8=mod,C400;name,C400
now what you do is, add in the new cmods you want, or speeds, and see at the top where it sais Speed=8? change it to speed=however many more mods you make. so if u add c500 and c600 change it from 8 to 10.
[ScreenOptionsMaster]
# Player options
Speed=10 <----like so.
SpeedDefault=mod,1x
Speed,1=mod,1x;name,x1
Speed,2=mod,1.5x;name,x1.5
Speed,3=mod,2x;name,x2
Speed,4=mod,3x;name,x3
Speed,5=mod,4x;name,x4
Speed,6=mod,8x;name,x8
Speed,7=mod,C200;name,C200
Speed,8=mod,C400;name,C400
Speed,9=mod,C500;name,C500 <--- like so.
Speed,10=mod,C550;name,C550 <---
THEN go to C:\Program files\stepmania\themes\default (once again, or whatever theme your running)\ languages. double click the english file, and scroll down to where it sais :
[OptionNames]
# Menu option entry text
Exit=EXIT
x0.25=x0.25
x0.50=x0.50
x0.75=x0.75
x1=x1
x1.5=x1.5
x2=x2
x3=x3
x4=x4
x5=x5
x8=x8
C200=C200
C400=C400
Flat=FLAT
add in the mods you made underneath the C400. example again :
[OptionNames]
# Menu option entry text
Exit=EXIT
x0.25=x0.25
x0.50=x0.50
x0.75=x0.75
x1=x1
x1.5=x1.5
x2=x2
x3=x3
x4=x4
x5=x5
x8=x8
C200=C200
C400=C400
C500=C500 <--- new mods
C550=C550 <---
Flat=FLAT
You don't have to keep the old mods or add extra ones. You can change the old 0.25 or 0.50 or any others, to whatever you want. As long as it matches properly in both files how I explained above.
ADDING SONGS FOR COMPLETE MORONS:
CREDITS TO ARCH0WL AND CITRUSCHILD. How do I add songs?
On your desktop, right click on the “Start” button and go to “Explore”. Under your Local Disk (C:\) there should be a folder listed as “Program Files”. Click it.
Now, scroll down until you find the folder labeled “StepMania”, click it.
A number of new folders will drop down, in the “Songs” folder, create a new folder, label it what you wish, in this tutorial mine is “Stepmania Songs”
Now you have a place to put your songs after you have downloaded and unzipped them.
(Making the assumption WinZip is already installed on your computer. If not, download it here: www.winzip.com ) Once you download a zipped up file, unzip it.
You should now have a normal looking folder, labeled as the song’s name.
Drag your simfile into the folder inside the “Songs” folder
Click on the folder you have just dragged your simfile into. If the simfile shows up underneath, you’re all set.  | |
| |  |
07-13-2006, 03:37 AM
|
#2 | | //bemanistyle::[User]
garfcore is offline
Join Date: Jul 2006 Posts: 1
Marketplace Rating: 0
Tokens: 56.82
Bank: 0.00
Total Tokens: 56.82 Donate Tokens | I thought i'd ask this here seen as it relates to the situation. I get this problem when i try to add mods:
List "Speed", col 0 has no name
Can anyone help.?!?
Cheers. | |
| |
07-13-2006, 10:08 AM
|
#3 | | //bemanistyle::[Member]
Dream Traveler Klonoa is offline
Join Date: Jul 2006 Posts: 271
Marketplace Rating: 0
Tokens: 1,887.52
Bank: 1,642.57
Total Tokens: 3,530.09 Donate Tokens | How do I deactivate the Solo 6-panel game play option?
__________________
Wahoo!
| |
| |  | |  |
07-13-2006, 08:08 PM
|
#4 | | Wriggle Buggle
cpubasic13 is offline
Join Date: Jun 2006 Location: WHATEVER DO YOU MEAN, COMMANDER PIERCE? Posts: 549
Marketplace Rating: 0
Tokens: 1,721.64
Bank: 1,148,955.09
Total Tokens: 1,150,676.73 Donate Tokens | Quote: |
Originally Posted by Dream Traveler Klonoa How do I deactivate the Solo 6-panel game play option? | That'll have to do with metrics. Go to the metrics and scroll down to ScreenSelectStyle. Where it says this: Code: [ScreenSelectStyle]
Fallback=ScreenWithMenuElements
ChoiceNames=1,2,3,4,5
# The "name" here affects the announcer, eg. "ScreenSelectStyle comment single".
Choice1=Style,single;name,single
Choice2=Style,versus;name,versus
Choice3=Style,couple;name,couple
Choice4=Style,double;name,double
Choice5=Style,solo;name,solo remove from ChoiceNames number 5. Then as a safety precaution (I usually do) put a // in front of Choice 5. Then to not have it shown in StepMania (as in, not show Solo) scroll down a bit untill you see: Code: Icon5X=380
Icon5Y=84
Icon5OnCommand=addx,-640;sleep,0.00;decelerate,0.3;addx,640
Icon5OffCommand=bouncebegin,0.5;zoomy,0 Change Icon5X and Icon5Y to 999 and then on the OnCommand, change it all to "hidden,1" and remove the commands for OffCommand.
If done correctly, its gone. Also, you just learned a bit of theming while you are at it. 
__________________ 
^click for my sims^  |
| |
| |  |
07-27-2006, 02:32 AM
|
#5 | | //bemanistyle::[User]
DirtyNeedles is offline
Join Date: Jul 2006 Location: 702 Posts: 38
Marketplace Rating: 0
Tokens: 214.78
Bank: 844.69
Total Tokens: 1,059.47 Donate Tokens | is it possible to add extra sorting methods?
if so, how would i go about adding a method to sort by challenge meter? | |
| |
07-27-2006, 04:36 AM
|
#6 | | //bemanistyle::[Member]
Patashu is offline
Join Date: Jun 2006 Posts: 489
Marketplace Rating: 0
Tokens: 4,487.26
Bank: 1,047,321.07
Total Tokens: 1,051,808.33 Donate Tokens | Quote: |
Originally Posted by DirtyNeedles is it possible to add extra sorting methods?
if so, how would i go about adding a method to sort by challenge meter? | Go into the .ini file, search for where it says hard meter (make sure it has all the other sorts so you have the right place), and insert expert meter after that in the text, making sure to keep the formating consistent. (And I think there are two places where you need to do this; but they're right next to each other.)
After that, go into the theme's graphics; you'll notice there's no graphic denotating the expert meter sort, so copy the one that says 'oni' and change the name to match.
(I know expert meter will work seeing as my itg theme uses that; putting 'challenge meter' instead may work, I'm not certain.) | |
| |  |  | How can u Add ComboContinuesBetweenSongs=1 in 4.0? |  |
08-07-2006, 02:26 PM
|
#7 | | //bemanistyle::[User]
healingvision99 is offline
Join Date: Jun 2006 Posts: 1
Marketplace Rating: 0
Tokens: 7.75
Bank: 0.00
Total Tokens: 7.75 Donate Tokens | How can u Add ComboContinuesBetweenSongs=1 in 4.0? I know that in 3.9, the option in on the C:\Program Files\StepMania\Data with the stepmania configuration settings. But where is it on 4.0? i want to have huge combos. thanks. | |
| |
08-14-2006, 11:40 PM
|
#8 | | //bemanistyle::[User]
DirtyNeedles is offline
Join Date: Jul 2006 Location: 702 Posts: 38
Marketplace Rating: 0
Tokens: 214.78
Bank: 844.69
Total Tokens: 1,059.47 Donate Tokens | okay, you know how you can hold the tab button to increase all the animation of stepmania by 4x, or the tilde to slow everything down?
well, where is that inputted?
like, under metrics? or another .ini?
i was wondering if you can assign the speedup to another button other than tab. | |
| |
09-04-2006, 10:46 AM
|
#9 | | //bemanistyle::[Member]
theamazingbender is offline
Join Date: Aug 2006 Posts: 64
Marketplace Rating: 0
Tokens: 797.96
Bank: 0.00
Total Tokens: 797.96 Donate Tokens | how do i add speeds instead of deleting old ones? | |
| |  | |  |
09-09-2006, 11:53 AM
|
#10 | | g//ay for k//eternal
Wan is offline
Join Date: Jun 2006 Location: Santiago, Chile Posts: 725
Marketplace Rating: 0
Tokens: 824.12
Bank: 896,169.13
Total Tokens: 896,993.25 Donate Tokens | Quote:
Originally Posted by theamazingbender how do i add speeds instead of deleting old ones? | Oh damn, read well the first post... I'll post again, noting special parts in bold and adding some underlined.
"now what you do is, add in the new cmods you want, or speeds, and see at the top where it says Speed=8? change it to speed=however many more mods you make. so if u add c500 and c600 change it from 8 to 10.
[ScreenOptionsMaster]
# Player options
Speed=10 <----like so. changed value
SpeedDefault=mod,1x
Speed,1=mod,1x;name,x1
Speed,2=mod,1.5x;name,x1.5
Speed,3=mod,2x;name,x2
Speed,4=mod,3x;name,x3
Speed,5=mod,4x;name,x4
Speed,6=mod,8x;name,x8
Speed,7=mod,C200;name,C200
Speed,8=mod,C400;name,C400
Speed,9=mod,C500;name,C500 <--- like so. added value
Speed,10=mod,C550;name,C550 <--- added value"
As Katze said, those added values not neccesarily HAVE to be Cmods... they can also be Xmods 
______________________________
Now, a little question of mine... does the "multiselect" option work again? (i.e. where you can select more than 1 option from the same row...) | |
| |  |
09-09-2006, 11:57 AM
|
#11 | | //Akira::Kaneda's Theme
TheFlyingSquirrel is offline
Join Date: Jun 2006 Location: A tumor squeezed into a fetish suit with... plastic hair-wings glued on Posts: 1,094
Marketplace Rating: 0
Tokens: 376.07
Bank: 90,380.98
Total Tokens: 90,757.05 Donate Tokens | Ask the people who created the ITG themes for SM 3.9. | |
| |
09-09-2006, 12:23 PM
|
#12 | | g//ay for k//eternal
Wan is offline
Join Date: Jun 2006 Location: Santiago, Chile Posts: 725
Marketplace Rating: 0
Tokens: 824.12
Bank: 896,169.13
Total Tokens: 896,993.25 Donate Tokens | Well, I know in 3.9 it works, but since certain 3.95 release it didn't work anymore O.o
EDIT: just tried it on 4.0. It doesn't work 
Last edited by Wan : 09-09-2006 at 12:39 PM.
| |
| |
09-09-2006, 03:37 PM
|
#13 | | //Akira::Kaneda's Theme
TheFlyingSquirrel is offline
Join Date: Jun 2006 Location: A tumor squeezed into a fetish suit with... plastic hair-wings glued on Posts: 1,094
Marketplace Rating: 0
Tokens: 376.07
Bank: 90,380.98
Total Tokens: 90,757.05 Donate Tokens | Well lots of stuff changed from 3 to 4. | |
| |
09-16-2006, 01:10 PM
|
#14 | | //bemanistyle::[Member]
Paycheck is offline
Join Date: Sep 2006 Location: Calfornia Posts: 170
Marketplace Rating: 0
Tokens: 964.11
Bank: 123.94
Total Tokens: 1,088.05 Donate Tokens | there is this one guy who put Stepmania Tutorials on youtube, man it helped for me when I first started. Just type in Stepmania and the second tutorial is at the very top learning about adding songs and themes.
__________________ | |
| |
09-18-2006, 06:53 PM
|
#15 | | //Akira::Kaneda's Theme
TheFlyingSquirrel is offline
Join Date: Jun 2006 Location: A tumor squeezed into a fetish suit with... plastic hair-wings glued on Posts: 1,094
Marketplace Rating: 0
Tokens: 376.07
Bank: 90,380.98
Total Tokens: 90,757.05 Donate Tokens | Thanks for the info. But can you link it for lazy people like me? | |
| |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | | All times are GMT -6. The time now is 09:35 AM. | | |