Logo

[StepMania 5.0.12 Theme] DDR A

登録 ログイン フォーラム戻る

ポスト #121 · 2017-10-09 03:32:33amにポスト 6.4年前

Offline trav358
trav358 Avatar Member
115 ポスト
Taiwan
Reg. 2009-10-19

Quote
If it contributes anything, I was able to piece together the audio loop that plays on the logout menu: https://www.dropbox.com/s/320egbqfm8nklyk/Logout%20Loop.wav?dl=0 (I'm not particularly good with audio, but this seemed fine.)

I'd add it in for the profile logout section on my end, but I don't fully understand how yet, since the music currently used there seems to be "_systembgm2 (loop).ogg", which is used in the music selection. I really like the music variation used at the arcade.

Thank you! I like it, too! I'm also looking for this music loop, it's a great help for DDR A theme.
I will put it into next update. Will be released in this week!

ポスト #122 · 2017-10-10 04:12:22amにポスト 6.4年前

Offline ddrmaxman
ddrmaxman Avatar Member
6 ポスト
Not Set
Reg. 2011-12-27

ooh, awesome! I actually just got a DDR Extreme cabinet that I modded to run Stepmania 3.0.4. (Windows XP), and I use the DDR A theme because it's really nice!

By chance, will there be a 4:3 version when the 16:9 version is finished?

ポスト #123 · 2017-10-12 12:45:37amにポスト 6.4年前

Offline Mike458
Mike458 Avatar Member
77 ポスト
United States
Reg. 2017-03-01

"I'm really, really bad at DDR."
Will we eventually see EX-Score become a displayable score while in gameplay?
http://internetometer.com/image/46512.png

ポスト #124 · 2017-10-13 03:03:52pmにポスト 6.4年前

Offline typeCHAOS
typeCHAOS Avatar Member
165 ポスト
Canada
Reg. 2009-02-05

Hey there, I just noticed something while watching DR.D streaming.
He decided to fail a song after having wrong mods, but after what seems like a set number of misses trying to fail, they do fail. However, instead of having to restart their game, it bumps them to the 2nd stage. I assume this is only for 1st stage but for theme accuracy, will/are you able to add this to your theme.

ポスト #125 · 2017-10-13 05:51:00pmにポスト 6.4年前

Offline playe
playe Avatar Member
89 ポスト
United States
Reg. 2014-04-23

Nintendo Network ID: ReimuHakureiTV
Quote: typeCHAOS
Hey there, I just noticed something while watching DR.D streaming.
He decided to fail a song after having wrong mods, but after what seems like a set number of misses trying to fail, they do fail. However, instead of having to restart their game, it bumps them to the 2nd stage. I assume this is only for 1st stage but for theme accuracy, will/are you able to add this to your theme.
This is because he plays on premium play, which guarantees all 3 stages for you even if you fail. If he was playing on a normal play credit, then the game would've booted him out to the title screen.
https://zenius-i-vanisher.com/v5.2/ddr_sig.php?userid=15531&generate=1

ポスト #126 · 2017-10-14 12:03:15amにポスト 6.4年前

Offline VR0
VR0 Avatar Member
969 ポスト
Chile
Reg. 2012-03-20

"ムーン ゴーシュス メヂィデーション"

Last updated: 2017-10-14 12:05am
On japanese cabinets with PASELI enabled, STANDARD MODE uses coins and PASELI cash while PREMIUM MODE is PASELI-exclusive.
This theme, the MadkaT's theme and my 3.9+ REDUX theme due to SM limitations redirect to STANDARD MODE (this theme can choose STANDARD/PREMIUM MODE and COURSE MODE).
AC Score Tracker: DDR EXTREME // SN2 (JP)
My username in these games:
DDR(1st)-EXTREME: VRC
StepMania 3.9+ REDUX: VRC
DDR Supernova onwards / IIDX ID: VR0

ポスト #127 · 2017-10-14 01:47:20pmにポスト 6.4年前

Offline trav358
trav358 Avatar Member
115 ポスト
Taiwan
Reg. 2009-10-19


Last updated: 2017-10-14 01:47pm
Quote: ddrmaxman
ooh, awesome! I actually just got a DDR Extreme cabinet that I modded to run Stepmania 3.0.4. (Windows XP), and I use the DDR A theme because it's really nice!

By chance, will there be a 4:3 version when the 16:9 version is finished?

I have no plan to make the 4:3 version right now.

Quote: Mike458
Will we eventually see EX-Score become a displayable score while in gameplay?

Maybe next update I will try to implement this feature on it.

Quote: typeCHAOS
Hey there, I just noticed something while watching DR.D streaming.
He decided to fail a song after having wrong mods, but after what seems like a set number of misses trying to fail, they do fail. However, instead of having to restart their game, it bumps them to the 2nd stage. I assume this is only for 1st stage but for theme accuracy, will/are you able to add this to your theme.

If I modify the Branch to make it failed and go back to Music Select, Music wheel will be all empty and no songs can be selected. I had tried that. (Not in EVENT MODE)

ポスト #128 · 2017-10-15 09:45:07amにポスト 6.4年前

Offline dbk2
dbk2 Avatar Member
332 ポスト
Not Set
Reg. 2012-04-30

Quote: trav358
If I modify the Branch to make it failed and go back to Music Select, Music wheel will be all empty and no songs can be selected. I had tried that. (Not in EVENT MODE)

One way to counteract this is to use GAMESTATE:AddStageToPlayer(pn) in a loop to add the appropriate number of stages back to each human player, then send the player(s) back to ScreenSelectMusic.

The code in Simply Love that handles this is here. You'll need to replace SL.Global.Stages.Remaining with a variable of your own that represents how many stages you want to add back.

ポスト #129 · 2017-10-15 04:12:45pmにポスト 6.4年前

Offline trav358
trav358 Avatar Member
115 ポスト
Taiwan
Reg. 2009-10-19

Quote: dbk2
Quote: trav358
If I modify the Branch to make it failed and go back to Music Select, Music wheel will be all empty and no songs can be selected. I had tried that. (Not in EVENT MODE)

One way to counteract this is to use GAMESTATE:AddStageToPlayer(pn) in a loop to add the appropriate number of stages back to each human player, then send the player(s) back to ScreenSelectMusic.

The code in Simply Love that handles this is here. You'll need to replace SL.Global.Stages.Remaining with a variable of your own that represents how many stages you want to add back.
Wow! That's fantastic. So the risky mode can be done with this function.

ポスト #130 · 2017-10-17 02:08:52amにポスト 6.4年前

Offline Mike458
Mike458 Avatar Member
77 ポスト
United States
Reg. 2017-03-01

"I'm really, really bad at DDR."

Last updated: 2017-10-17 02:09am
Quote: trav358
Quote: dbk2
Quote: trav358
If I modify the Branch to make it failed and go back to Music Select, Music wheel will be all empty and no songs can be selected. I had tried that. (Not in EVENT MODE)

One way to counteract this is to use GAMESTATE:AddStageToPlayer(pn) in a loop to add the appropriate number of stages back to each human player, then send the player(s) back to ScreenSelectMusic.

The code in Simply Love that handles this is here. You'll need to replace SL.Global.Stages.Remaining with a variable of your own that represents how many stages you want to add back.
Wow! That's fantastic. So the risky mode can be done with this function.

Can we also freeze players' scoring if they fail out (so they cannot gain or lose any more points when they fail)?
http://internetometer.com/image/46512.png

ポスト #131 · 2017-10-18 05:24:55pmにポスト 6.4年前

Offline RedAgent14
RedAgent14 Avatar Member
50 ポスト
United States
Reg. 2014-08-20

If someone were to get the appropriate graphics, would it be possible to replace the "profile select" box and the "select style" images with the correct ones for DDR A? (IIRC, the ones in the theme currently are the X2-X3 ones)

ポスト #132 · 2017-10-22 12:22:13pmにポスト 6.4年前

Offline BMSKid2929
BMSKid2929 Avatar Member
10 ポスト
Indonesia
Reg. 2016-10-09

Kinda like this theme!
But can it update to 5.1.3?
Since theres a stepmania ver 5.1Confused

ポスト #133 · 2017-10-22 01:26:51pmにポスト 6.4年前

Offline Quickman
Quickman Avatar Member+
6,041 ポスト
United Kingdom
Reg. 2013-08-17

"Yuuki Mishima for Tekken"
Don't use 5.1.
Quote: Ty
Why are we booting up a Master System?
Quote: Quick Man
Because God isn't real and if he was he'd hate you.
https://card.psnprofiles.com/1/DWN012Quick_Man.png

ポスト #134 · 2017-10-26 09:27:49amにポスト 6.4年前

Offline trav358
trav358 Avatar Member
115 ポスト
Taiwan
Reg. 2009-10-19


Last updated: 2017-10-26 09:29am
Quote: Quickman
Don't use 5.1.

5.1 seems to have some lua syntax changed. The most obvious is that Command 'Load' for Loading rolling number setting from matrix.ini in Select Music cannot work, maybe there are more but I haven't test it too far. Confused

Cuz some criteria of profile file size (about 10MB), I have changed and recompiled program. This theme is now support to 5.0.12 I have tested so far.

Quote: Mike458
Will we eventually see EX-Score become a displayable score while in gameplay?

Updated.
■2017.10.26
1. EX-Score Display on Screen Gameplay.

Appearance Options > Percentage Score > Set 'On', UI Options > Oni Score Display >Set 'Dance Points' . Switch as above
to Display EX-Score when Gameplay.
https://i.imgur.com/G5CTr3n.png
https://i.imgur.com/mEvrymy.png
https://i.imgur.com/K5mkcJ4.png

ポスト #135 · 2017-10-26 01:52:03pmにポスト 6.4年前

Offline Kyzentun
Kyzentun Avatar Member
3,209 ポスト
United States
Reg. 2008-02-20

"I'm honestly pissed off."
Quote: trav358
Quote: Quickman
Don't use 5.1.

5.1 seems to have some lua syntax changed. The most obvious is that Command 'Load' for Loading rolling number setting from matrix.ini in Select Music cannot work, maybe there are more but I haven't test it too far. Confused
New RollingNumbers documentation(actually written 2 years ago)

There's a lot of other stuff, but I don't feel like meticulously going through it all.
silenttype01: Kyzentun is never harsh. He says it how it is.

GENERATION 24: The first time you see this, copy it into your sig on any forum and add 1 to the generation. Social experiment.

ポスト #136 · 2017-10-26 03:30:44pmにポスト 6.4年前

Offline trav358
trav358 Avatar Member
115 ポスト
Taiwan
Reg. 2009-10-19

Quote: Kyzentun
Quote: trav358
Quote: Quickman
Don't use 5.1.

5.1 seems to have some lua syntax changed. The most obvious is that Command 'Load' for Loading rolling number setting from matrix.ini in Select Music cannot work, maybe there are more but I haven't test it too far. Confused
New RollingNumbers documentation(actually written 2 years ago)

There's a lot of other stuff, but I don't feel like meticulously going through it all.

Thanks a lot! I will try it out later! Big Grin

ポスト #137 · 2017-10-26 07:53:15pmにポスト 6.4年前

Offline Mike458
Mike458 Avatar Member
77 ポスト
United States
Reg. 2017-03-01

"I'm really, really bad at DDR."
Does 3.75 and 3.25 speed mods exist now?
http://internetometer.com/image/46512.png

ポスト #138 · 2017-10-26 11:46:49pmにポスト 6.4年前

Offline VR0
VR0 Avatar Member
969 ポスト
Chile
Reg. 2012-03-20

"ムーン ゴーシュス メヂィデーション"
Missed EXTRA EXCLUSIVE transition B (only for ENDYMION) and ATTACK PFC message/modifier on ENCORE EXTRA (only for ACE FOR ACES).
AC Score Tracker: DDR EXTREME // SN2 (JP)
My username in these games:
DDR(1st)-EXTREME: VRC
StepMania 3.9+ REDUX: VRC
DDR Supernova onwards / IIDX ID: VR0

ポスト #139 · 2017-10-27 05:40:47amにポスト 6.4年前

Offline trav358
trav358 Avatar Member
115 ポスト
Taiwan
Reg. 2009-10-19

Quote: Mike458
Does 3.75 and 3.25 speed mods exist now?
Yes.

ポスト #140 · 2017-10-29 01:12:12amにポスト 6.4年前

Offline Mike458
Mike458 Avatar Member
77 ポスト
United States
Reg. 2017-03-01

"I'm really, really bad at DDR."
Download link has not been updated yet.
http://internetometer.com/image/46512.png
登録 ログイン フォーラム戻る

0 User(s) Viewing This Thread (Past 15 Minutes)

©2006-2024 Zenius -I- vanisher.com -5th style- IIPrivacy Policy
Web Server: 2% · Database: 4% · Server Time: 2024-03-29 09:56:11
このページは0.017秒サーバータイム使用する。
Theme: starlight · Language: japanese
Reset Theme & Language