maxx freak Trick Member

Joined: 09 Aug 2005
|
1. Posted: Tue Jul 25, 2006 9:28 am Post subject: |
|
|
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:
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:
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' |
|