Forums FAQForums FAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Login to check your private messagesLogin to check your private messages   LoginLogin 

Course File help
 
This topic is locked you cannot edit posts or make replies    DDR Freak Forum Index -> DDR PC and Simulators
View previous topic :: View next topic  
Author Message
Suburban Knight
Trick Member
Trick Member


Joined: 10 Jun 2006
Location: Nj
0. PostPosted: Tue Jul 25, 2006 8:07 am    Post subject: Course File help Reply with quote

I've been trying to make a course file in stepmania. But i keep on messing up. Can someone point me in the direction of a tutorial or something
_________________
Back to top
View users profile Send private message Visit posters website AOL Instant Messenger Yahoo Messenger
maxx freak
Trick Member
Trick Member


Joined: 09 Aug 2005
1. PostPosted: Tue Jul 25, 2006 9:28 am    Post subject: Reply with quote

This is how a course file should look. This must be done in windows notepad or other plain text editor (NOT MICROSOFT WORD OR THINGS LIKE THAT)

Okay, first, you need the course name. So type in:
Code:
#COURSE:type name of course here;

This will be your top line. So if you wanted to call it 'My Course' you would put:
Code:
#COURSE:MY COURSE;


Now, if you wanted a banner to represent the course, you type:
Code:
#DISPLAYCOURSE:whatever.png;

This is your next line. If you had a picture called 'My Course.png' you would put:
Code:
#DISPLAYCOURSE:MY COURSE.png;

Note:you don't have to put this line if you don't need it.

So, so far, you have this:
Code:
#COURSE:MY COURSE;
#DISPLAYCOURSE:MY COURSE.png;


Note: MAKE SURE YOU HAVE #, :, and ; IN THE RIGHT PLACES OR IT WON"T WORK

Next, if you want it to be an oni course, type this in on your third line:
Code:
#LIVES:4;

If you want it to be a nonstop course, leave this out.

Last, the songs. To put a song, type this:
Code:
#SONG:put song here:difficulty:mods;


OR, if you want to point to a specific group:
Code:
#SONG:group name\song name:difficulty:mods;


Do this for each song you want. You don't have to put mods.

Then you will have this at the end:
Code:
#COURSE:MY COURSE;
#DISPLAYCOURSE:MY COURSE.png;
#LIVES:4;
#SONG:My Song:LIGHT:1.5x;
#SONG:My Song 2:LIGHT;
#SONG.....so on and so forth


Then you save the document as 'MY COURSE.crs'
Back to top
View users profile Send private message Send email
Display posts from previous:   
This topic is locked you cannot edit posts or make replies    DDR Freak Forum Index -> DDR PC and Simulators All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2 © 2001, 2002 phpBB Group