Bemanistyle #1 In music game coverage - Dance Dance Revolution, Beatmania, IIDX, Popn Music Sponsored Banner Ad. Contact Keith or Djp to AdvertiseSponsored Advertisement

Go Back   Bemanistyle [dot] com Forums > Music Game Discussion > iDance & in the groove
Tags: , , , ,

Reply
 
Thread Tools

How to make courses (Course Guide)
Old 09-23-2009, 07:44 PM   #1
Oni-Paranoia
//bemanistyle::[User]
 
Oni-Paranoia's Avatar
 
Oni-Paranoia is offline
Join Date: Sep 2009
Location: Jessica's ♥
Posts: 3
Marketplace Rating: 0
Tokens: 256.07
Bank: 0.00
Total Tokens: 256.07
Donate Tokens
Send a message via PM  to Oni-Paranoia
Lightbulb How to make courses (Course Guide)

Course Guide

Insomnia Finale
Example: Me playing a course

What is a course?


A course is a series of (usually) 4 songs that have modifiers activated and deactivated constantly making it difficult to hit the notes on screen. The modifiers are usually exaggerated to extreme points making it nearly impossible to read the stepchart or lightened just to give playing the game a little flare. (Click vid, watch beginning to understand how a course can look).


Getting Started


1. Make a notepad with the extension ".crs" at the end of it.

Example: Awesomeness.crs
(This is the format StepMania reads courses).

2. Inside the notepad, copy and paste the following... at the very top

Code:
#COURSE:(Course name here);
#METER:Regular:(Course difficulty for Normal);
#METER:Difficult:(Course difficulty for Intense);

Example: 

#COURSE:Awesomeness;
#METER:Regular:9;
#METER:Difficult:12;
Course name can be whatever you want. The regular meter is the difficulty on 'Normal' and the difficult meter is the difficulty on 'Intense'.

NOTE: Intense just uses the next harder stepchart above normal (so if normal uses medium charts for it's songs then playing the course on intense will just use the hard charts instead).

3. Inside the notepad, copy and paste the following... at the bottom

Code:
#SONG:(song name here):(easiest difficulty allowed here):;

Example: #SONG:Pandemonium:HARD:;
This is how the song is chosen for the course. Labeling the difficulty 'HARD' will allow the 'Normal' difficulty to have the hard chart and the 'Intense' difficulty to have the expert chart.

Do this for 4 songs if you're making a full course. If you're doing this just for whatever sake, then just leave it at that and NOW your song is ready to be modded.


How to add mods

I advise you copy and paste this a numerous amount of times seeing as it is the main line in courses. (I personally copy and paste the line that is shown first and change "LEN" to "END" when I need to but I'll explain that further down.

Code:
This is what I call a 'template' for modding songs. 

#MODS:TIME=:LEN=:MODS=
#MODS:TIME=:END=:MODS=

Examples of line's in use: 

#MODS:TIME=52.952:END=57.019:MODS=*16 120% Tipsy;
#MODS:TIME=56.764:LEN=0.400:MODS=*3 No Tipsy;
#MODS:TIME=61.087:END=65.153:MODS=*16 120% Tipsy;
#MODS:TIME=64.899:LEN=0.400:MODS=*3 No Tipsy;
#MODS:TIME=69.221:END=73.287:MODS=*16 120% Tipsy;
#MODS:TIME=73.033:LEN=0.400:MODS=*3 No Tipsy;
#MODS:TIME=77.101:END=77.354:MODS=*10000 9999% Twirl;
#MODS:TIME=77.354:LEN=0.200:MODS=*10000 No Twirl;
NOTE: The quickest way to do this would be to make sure your StepMania is NOT on fast load. Then, when in edit mode, press the 'C' key and choose the course you selected for that song.

This allows changes to your .crs file to appear. Just edit the notepad, save and your changes should take place instantly.


Understanding 'mod lines'

Now I'm going to break this down to a more 'understandable' level.

#MODS: << Locates the line of the mod(s). (If you remove the #, then the mod(s) will not take effect any more).

TIME=00.000: << Start time of the mod(s).

LEN=00.000: << Sets the time for how long you want the mod(s) to run for.
END=00.000: << Sets the time for when you want the mod(s) to end.
NOTE: There can only be one of these (LEN or END) selected in a single line

MODS= << Any thing after this is strictly mods. (A lot of errors usually occur because something after this point is labeled wrong)

* << Consider this a 'times' symbol

*1 << The mod will activate at normal speed.
Raising the value (*8) will make the mod(s) run 8 times faster than normal.
Lowering the value (*0.5) will make the mod(s) take twice as long to complete.

% << Any number before percent is how 'hard' the mod will take effect.
Lowering the % value (22%) will make any mod work lower than it's normal potential.
Lowering the % value to a negative (-35%) will reverse the effect of the mod.
Raising the % value (463%) will make any mod work higher than it's normal potential.

NOTE: No specified percent = 100%. Do NOT use 200% Mini (essentially stealth).

; << Closes mod line.
NOTE: I noticed in some StepManias that it is not mandatory to have that at the end of each line, but I advise it still be placed there to avoid error.

Code:
Single mod line example: 
(I am going to take this example and explain it in words).

#MODS:TIME=52.952:END=57.019:MODS=*16 120% Tipsy;

At 52.952 seconds the mod '120% Tipsy' will activate' 16 times faster than 
average and END at 57.019 seconds.
A lot to take in but it's easy once you already know and understand it.


Other things you should know

NOTICE: The following mods will have to be entered using the desired name to the right...

Accel = Boost
Decel = Brake
Drunk = Drift
Tipsy = Float
Random Vanish = R. Vanish

For any of those mods to work use the name to the right (boost, brake etc..) for the mod to work. This is due to ITG and SM using DDR .lua files.

1. If you want a mod to turn on at the exact time you put, use *1000000.
2. Most 'cool' effects consist of multiple mods and many mod lines.
3. This is more time consuming than stepping a song by far (true).
4. You have the power to control the players speed mod (place the number then X afterward (2x) to make the mod work, even speed mods that aren't selectable (0.6748x))
5. Combination's are endless, tricks also lie within each other (Alternate + Split = Cross) so messing around is the best way to go (you just might find something you like).
6. Keep in mind any number can be exaggerated (*100000 or 10000% Dizzy etc..) But it's NOT recommended on mods that will make such an impossible read (tornado, float etc...).
7. All the 'mod lines' must go above the song name and difficulty, not below.
8. If you use a mod line which consist of "no", any mod lines after that can cancel that effect out if you activate the mod that you previously have given "no" to for the given time.
9. 50% Reverse (smooshes the arrows to 0x, iirc)


Mod list

Code:
Any speed mods (0.01x or 5.897x, any speed mod is readable)
Perspective; Hallway, Overhead, Space, Distant, and Incoming
Acceleration; Accel, Decel, Wave, Expand, Boomerang
Effect; Drift, Mini, Flip, Tornado, Float, Beat, Bumpy, Invert
Rotation; Dizzy, Twirl (ITG3 only), Roll (ITG3 only)
Appearance; Hidden, Sudden, Stealth, Blink, Random Vanish
Turn; Mirror, Left, Right, Shuffle, Super Shuffle (Do not recommend using) 
Insert; Little, Wide, Big, Quick, Skippy, Echo, Stomp (Do not recommend using) 
Scroll; Reverse, Split, Alternate, Cross, Centered 
Hold; Planted, Twisted, Floored (Do not recommend using) 
Hide; Dark, Blind, Cover (Do not recommend using Cover)

Credit
Typed everything for about an hour straight out of mind, then made minor fixes for like 2 hours. (thx to rebound for looking it over and to Halogen for adding some info changes)

P.s. Hope this helps. If anyone needs any other info just PM me.
__________________

Last edited by Oni-Paranoia : 09-28-2009 at 10:35 AM. Reason: Fixed mistake
  Reply With Quote

Old 09-24-2009, 02:31 PM   #2
Dark Coz
I mod for ITG Thread
 
Dark Coz's Avatar
 
Dark Coz is offline
Join Date: Jun 2006
Location: Southwest Florida
Posts: 662
Marketplace Rating: 0
Tokens: 41,959.84
Bank: 0.00
Total Tokens: 41,959.84
Donate Tokens
Send a message via PM  to Dark Coz
Default

Uh, I believe courses belong to the DDR Simulation forum. I'll move it there once I get a response from the original poster.
__________________
Support DDR DarkNOVA at this forum here...

http://darkcoz.comxa.com/forum

Or go to Zenius -I- Vanisher for more details.
  Reply With Quote

Old 09-28-2009, 10:29 AM   #3
Oni-Paranoia
//bemanistyle::[User]
 
Oni-Paranoia's Avatar
 
Oni-Paranoia is offline
Join Date: Sep 2009
Location: Jessica's ♥
Posts: 3
Marketplace Rating: 0
Tokens: 256.07
Bank: 0.00
Total Tokens: 256.07
Donate Tokens
Send a message via PM  to Oni-Paranoia
Default

Quote:
Originally Posted by Dark Coz View Post
Uh, I believe courses belong to the DDR Simulation forum. I'll move it there once I get a response from the original poster.
This mainly responds to...

ITG > (Place other rhythm music game here)

But if this does get moved (preferably copied over to) "DDR Simulation", then sticky?

P.s. There is a .000001% chance someone will come across a guide, especially one that is easily understandable.. Seeing as only there are only 3/4 good mod scripters.
__________________
  Reply With Quote

Old 09-29-2009, 02:31 PM   #4
Dark Coz
I mod for ITG Thread
 
Dark Coz's Avatar
 
Dark Coz is offline
Join Date: Jun 2006
Location: Southwest Florida
Posts: 662
Marketplace Rating: 0
Tokens: 41,959.84
Bank: 0.00
Total Tokens: 41,959.84
Donate Tokens
Send a message via PM  to Dark Coz
Default

Quote:
Originally Posted by Oni-Paranoia View Post
This mainly responds to...

ITG > (Place other rhythm music game here)

But if this does get moved (preferably copied over to) "DDR Simulation", then sticky?

P.s. There is a .000001% chance someone will come across a guide, especially one that is easily understandable.. Seeing as only there are only 3/4 good mod scripters.
I'll contact Akira then. Hopefully, I'll (or Akira will) move it and sticky this.
__________________
Support DDR DarkNOVA at this forum here...

http://darkcoz.comxa.com/forum

Or go to Zenius -I- Vanisher for more details.
  Reply With Quote

Old 09-29-2009, 07:31 PM   #5
IamMoFo
//bemanistyle::[Member]
 
IamMoFo's Avatar
 
IamMoFo is offline
Join Date: Mar 2007
Location: Pico Rivera, CA
Posts: 92
Marketplace Rating: 0
Tokens: 52.33
Bank: 188.35
Total Tokens: 240.68
Donate Tokens
Send a message via PM  to IamMoFo
Default

Windeu's Mod guide can be useful. I'll check itgfreak.
__________________
  Reply With Quote

Old 09-30-2009, 02:37 PM   #6
Dark Coz
I mod for ITG Thread
 
Dark Coz's Avatar
 
Dark Coz is offline
Join Date: Jun 2006
Location: Southwest Florida
Posts: 662
Marketplace Rating: 0
Tokens: 41,959.84
Bank: 0.00
Total Tokens: 41,959.84
Donate Tokens
Send a message via PM  to Dark Coz
Default

Since the DDR Simulation is cluttered with Stickies, as what Akira replied, I'll just sticky this here for now until hopefully there will be a site update soon. This should prove more useful than the tutorials in this site.
__________________
Support DDR DarkNOVA at this forum here...

http://darkcoz.comxa.com/forum

Or go to Zenius -I- Vanisher for more details.
  Reply With Quote
Reply



Go Back   Bemanistyle [dot] com Forums > Music Game Discussion > iDance & in the groove
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Sponsored Advertisement



All times are GMT -6. The time now is 05:56 PM.

vBulletin skin developed by: eXtremepixels
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
| Home | Register | FAQ | Members List | Calendar | Today's Posts | Search | New Posts |