diff --git a/Courses/Default/Jupiter.crs b/Courses/Default/Jupiter.crs index c33647c7f9..097e0dad6b 100644 --- a/Courses/Default/Jupiter.crs +++ b/Courses/Default/Jupiter.crs @@ -3,7 +3,7 @@ #METER:Medium:5; #GAINSECONDS:120; -#SONG:StepMania 5\Springtime:Medium;nodifficult; +#SONG:StepMania 5\Springtime:Medium:nodifficult; #GAINSECONDS:25; -#SONG:StepMania 5\MechaTribe Assault:Easy;nodifficult; \ No newline at end of file +#SONG:StepMania 5\MechaTribe Assault:Easy:nodifficult; diff --git a/Docs/Userdocs/Course_Examples/Doubles.crs b/Docs/Userdocs/Course_Examples/Doubles.crs new file mode 100644 index 0000000000..64d78370c3 --- /dev/null +++ b/Docs/Userdocs/Course_Examples/Doubles.crs @@ -0,0 +1,6 @@ +#COURSE:Doubles Example; +#STYLE:DOUBLE; +#SCRIPTER:Rhythm Lunatic; +#DESCRIPTION:This course uses the STYLE tag. When AutoSetStyle is enabled the music wheel will pick the Trail generated for doubles charts.; +#SONG:*:1..20:nodifficult; +#SONG:*:1..20:nodifficult; diff --git a/Docs/Userdocs/Course_Examples/Endless Course.crs b/Docs/Userdocs/Course_Examples/Endless Course.crs new file mode 100644 index 0000000000..76f0f211fc --- /dev/null +++ b/Docs/Userdocs/Course_Examples/Endless Course.crs @@ -0,0 +1,9 @@ +#COURSE:Endless Course Example; +#SCRIPTER:Rhythm Lunatic and quietly-turning; +#DESCRIPTION:This is an example of an endless course using the REPEAT tag.; +#METER:Challenge:10; +#SONG:*:Hard; +#SONG:*:Hard; +#SONG:*:Hard; +#SONG:*:Hard; +#REPEAT:YES; diff --git a/Docs/Userdocs/Course_Examples/Forced Modifiers (Advanced).crs b/Docs/Userdocs/Course_Examples/Forced Modifiers (Advanced).crs new file mode 100644 index 0000000000..16103e69ea --- /dev/null +++ b/Docs/Userdocs/Course_Examples/Forced Modifiers (Advanced).crs @@ -0,0 +1,8 @@ +#COURSE:Forced Modifiers 2; +#SCRIPTER:Rhythm Lunatic; +#DESCRIPTION:This course uses the MODS tag for modifiers that can start and stop at different times. It is equivalent to ATTACKS in a simfile.; +#MODS:TIME=0.00:LEN=60:MODS=Sudden; +#MODS:TIME=60.00:LEN=60:MODS=Hidden; +#SONG:StepMania 5\Springtime:Medium:nodifficult; +#MODS:TIME=0.00:LEN=999:MODS=Dark; +#SONG:StepMania 5\MechaTribe Assault:Easy:nodifficult; diff --git a/Docs/Userdocs/Course_Examples/Forced Modifiers (Basic).crs b/Docs/Userdocs/Course_Examples/Forced Modifiers (Basic).crs new file mode 100644 index 0000000000..bdb191078e --- /dev/null +++ b/Docs/Userdocs/Course_Examples/Forced Modifiers (Basic).crs @@ -0,0 +1,5 @@ +#COURSE:Forced Modifiers 1; +#SCRIPTER:Rhythm Lunatic; +#DESCRIPTION:This course forces modifiers that persist for a song. Forced noteskins do not work currently.; +#SONG:StepMania 5\Springtime:Medium:nodifficult,flip; +#SONG:StepMania 5\MechaTribe Assault:Easy:nodifficult,invert; diff --git a/Docs/Userdocs/Course_Examples/Forced Noteskins.crs b/Docs/Userdocs/Course_Examples/Forced Noteskins.crs new file mode 100644 index 0000000000..8ecb6be750 --- /dev/null +++ b/Docs/Userdocs/Course_Examples/Forced Noteskins.crs @@ -0,0 +1,5 @@ +#COURSE:Forced Noteskin; +#SCRIPTER:Rhythm Lunatic; +#DESCRIPTION:This course has a forced noteskin. You can see it in both pump and dance.; +#SONG:StepMania 5\Springtime:Medium:nodifficult,delta; +#SONG:StepMania 5\MechaTribe Assault:Easy:nodifficult,delta,flip; diff --git a/Docs/Userdocs/Course_Examples/Pick by meter range.crs b/Docs/Userdocs/Course_Examples/Pick by meter range.crs new file mode 100644 index 0000000000..689b7770f1 --- /dev/null +++ b/Docs/Userdocs/Course_Examples/Pick by meter range.crs @@ -0,0 +1,7 @@ +#COURSE:Pick by meter range; +#SCRIPTER:Rhythm Lunatic; +#DESCRIPTION:This course picks a random song and steps in the meter range of 5-10.; +#SONG:*:5..10:; +#SONG:*:5..10:; +#SONG:*:5..10:; +#SONG:*:5..10:; diff --git a/Docs/Userdocs/Course_Examples/Pick by meter.crs b/Docs/Userdocs/Course_Examples/Pick by meter.crs new file mode 100644 index 0000000000..13db71cd88 --- /dev/null +++ b/Docs/Userdocs/Course_Examples/Pick by meter.crs @@ -0,0 +1,7 @@ +#COURSE:Pick by meter; +#SCRIPTER:Rhythm Lunatic; +#DESCRIPTION:This course demonstrates picking steps by meter. This limits you to one gamemode and style, unless there are multiple steps with the specified level.; + +#SONG:StepMania 5\Springtime:21:nodifficult; + +#SONG:StepMania 5\MechaTribe Assault:19:nodifficult; diff --git a/Docs/Userdocs/Course_Examples/readme.txt b/Docs/Userdocs/Course_Examples/readme.txt new file mode 100644 index 0000000000..02944ba910 --- /dev/null +++ b/Docs/Userdocs/Course_Examples/readme.txt @@ -0,0 +1,5 @@ +These courses demonstrate various features that the engine supports. Drop them in your Courses folder to see. +Read the #DESCRIPTION tag of the crs files to see what they demonstrate. +The endless course example will crash the game if you don't have enough songs. If your game is suddenly crashing, remove it. + +For more information on courses, check out Docs/CourseFormat.txt or visit https://github.com/stepmania/stepmania/wiki/Courses