Post #1 · Posted at 2018-07-20 12:07:00pm 6.9 years ago
![]() | |
---|---|
![]() |
Member |
154 Posts | |
![]() | |
Reg. 2018-07-20 | |
Is there any way to change the requirements to get to the extra stage?
Post #2 · Posted at 2018-07-23 02:31:38pm 6.9 years ago
You can change the required grade and difficulty. If you want to change anything else, you'll have to do a workaround. The way I do it is making the grade and difficulty requirements so lenient that passing with any grade on any difficulty is sufficient to earn an Extra Stage. Then, in the post-evaluation branch function, I check the actual Extra Stage condition, and if that fails I just send the game to the summary evaluation screen, which effectively deprives the player of the Extra Stage SM thinks they earned.
Post #3 · Posted at 2018-07-23 03:11:36pm 6.9 years ago
![]() | |
---|---|
![]() |
Member |
1,119 Posts | |
Not Set | |
Reg. 2011-03-01 | |
Make your own via lua scripting with Extra Stage setting disabled. You can use environmental variables and flags to call your own extra stage. If Extra Stage flag return true, just add stage to anyone (or both if 2 player mode).
Post #4 · Posted at 2018-07-24 12:10:14am 6.9 years ago
![]() | |
---|---|
![]() |
Member |
828 Posts | |
Not Set | |
Reg. 2009-11-24 | |
Yes, like FlameyBoy have said you could use the branches file, and build your own function, you could do practically whatever you like, and are not depending on metrics or other stepmania built in validations.
Post #5 · Posted at 2018-07-24 05:33:54am 6.9 years ago
![]() | |
---|---|
![]() |
Member |
154 Posts | |
![]() | |
Reg. 2018-07-20 | |
I don't know where the branches file is. Could you tell me where it is?
Post #6 · Posted at 2018-07-24 03:29:06pm 6.9 years ago
In the scripts folder. If the file not exists, copy it from the fallback theme.
Post #7 · Posted at 2018-08-20 12:16:06am 6.8 years ago
![]() | |
---|---|
![]() |
Member |
154 Posts | |
![]() | |
Reg. 2018-07-20 | |
I got the branches file in the default theme but I don't know what to type in it to change requirements. what do I type? (sorry for the late response, been real busy)