Logo

[StepMania 5.0.9 Theme] DanceDanceRevolution X2 (with Announcer and NoteSkins)

Register Log In Back To Forums

Post #101 · Posted at 2012-07-02 06:48:01pm 11.9 years ago

Offline GraySamurai
GraySamurai Avatar Member
2 Posts
Not Set
Reg. 2012-06-24

Password please?

Post #102 · Posted at 2012-07-02 06:56:29pm 11.9 years ago

Offline chewi
chewi Avatar Member+
8,540 Posts
Not Set
Reg. 2008-02-24

GOLD RUSH

Post #103 · Posted at 2012-07-02 06:58:08pm 11.9 years ago

Offline GraySamurai
GraySamurai Avatar Member
2 Posts
Not Set
Reg. 2012-06-24

Thanks!

Post #104 · Posted at 2012-07-02 07:25:08pm 11.9 years ago

Offline LivingInCuriosity
LivingInCuriosity Avatar Member
152 Posts
Not Set
Reg. 2012-03-26

Quote: donosean
Quote: trav358
Sorry for the preview4e1 problem in Evaluation banner lacking, it's because my experiment of using jacket loading parts in waiei theme without include the code script in script folder.

If you guys have waiei's theme, you can make a quick fix:
copy the file [Themes\waiei\Scripts\99 waiei.lua] to [Themes\DDR X2 AC\Scripts\99 waiei.lua].

Thanks! I'll try that later when I'm on my Stepmania computer.

Can someone put a link on waiei? I can't seem to find it in Google.

Post #105 · Posted at 2012-07-02 07:33:26pm 11.9 years ago

Offline black4ever
black4ever Avatar Member
876 Posts
Philippines
Reg. 2011-06-26


Last updated: 2012-07-02 07:34pm
Quote: Chewi☆

http://i.imgur.com/tAFqR.jpg
How did you get that color scheme? I actually like it. (I am referring to the background)
http://i.imgur.com/Zd3d7ps.pnghttps://i.imgur.com/zfBbyet.png
-----------------------------------------------------------------------------------------------
View my simfile category. ------------- Or visit my dA.

Post #106 · Posted at 2012-07-02 07:34:08pm 11.9 years ago

Offline LivingInCuriosity
LivingInCuriosity Avatar Member
152 Posts
Not Set
Reg. 2012-03-26

Quote: black4ever
Quote: Chewi☆

http://i.imgur.com/tAFqR.jpg
How did you get that color scheme? I actually like it. (I am referring to the background)

Quote: Chewi☆

http://i.imgur.com/tAFqR.jpg
How did you get that color scheme? I actually like it. (I am referring to the background)

And how did you get the banners in the results screen work?

Post #107 · Posted at 2012-07-02 07:44:25pm 11.9 years ago

Offline chewi
chewi Avatar Member+
8,540 Posts
Not Set
Reg. 2008-02-24

Colors - edited files of the background
Jackets - don't know, was using SM5 alpha 2 with square banner files (I think)

Post #108 · Posted at 2012-07-02 07:51:47pm 11.9 years ago

Offline black4ever
black4ever Avatar Member
876 Posts
Philippines
Reg. 2011-06-26

Quote: Chewi☆
Colors - edited files of the background
Do you edit them in the metrics or in-game?
http://i.imgur.com/Zd3d7ps.pnghttps://i.imgur.com/zfBbyet.png
-----------------------------------------------------------------------------------------------
View my simfile category. ------------- Or visit my dA.

Post #109 · Posted at 2012-07-02 07:56:20pm 11.9 years ago

Offline chewi
chewi Avatar Member+
8,540 Posts
Not Set
Reg. 2008-02-24

Photoshop, changing hue of files
I don't recommend it

Post #110 · Posted at 2012-07-06 06:46:50pm 11.9 years ago

Offline Lucky Junpei Luke
Lucky Junpei Luke Avatar Member
93 Posts
Philippines
Reg. 2010-04-24

"HEY DUUUUUUUUUUUDE!"
Quote: reiaya

I did the same, but do not know what the correct code of toasty.

How did you do the one on that video? Can you post the code?

Post #111 · Posted at 2012-07-07 12:18:16am 11.9 years ago

Offline reiaya
reiaya Avatar Member
82 Posts
Colombia
Reg. 2006-08-18

The code is the same as this in the Graphics folder / Combo 100milestone. Change and add images.

ShowFlashyCombo local GetUserPrefB = ("UserPrefFlashyCombo")
{return Def.ActorFrame
FOV = 90;
LoadActor ("1") .. {
InitCommand = cmd (diffusealpha, 0; hide_if, not ShowFlashyCombo; horizalign, right; vertalign, bottom, x, SCREEN_WIDTH-280, and SCREEN_HEIGHT-210);
MilestoneCommand=cmd(diffusealpha,0;linear,0.5;diffusealpha,1;sleep,1;linear,0.5;diffusealpha,0;linear,0.5);

};
LoadActor ("3") .. {
InitCommand = cmd (diffusealpha, 0; blend, 'BlendMode_Add'; hide_if, not ShowFlashyCombo; horizalign, right; vertalign, bottom, x, SCREEN_WIDTH-280, and SCREEN_HEIGHT-210);
MilestoneCommand=cmd(diffusealpha,0;linear,0.5;diffusealpha,0.5;sleep,1;linear,0.5;diffusealpha,0;linear,0.5);
};
LoadActor ("4") .. {
InitCommand = cmd (diffusealpha, 0; blend, 'BlendMode_Add'; hide_if, not ShowFlashyCombo; horizalign, right; vertalign, bottom, x, SCREEN_WIDTH-280, and SCREEN_HEIGHT-210);
MilestoneCommand=cmd(diffusealpha,0;linear,0.5;diffusealpha,0.5;sleep,1;linear,0.5;diffusealpha,0;linear,0.5);

};
};

Post #112 · Posted at 2012-07-07 10:39:18pm 11.9 years ago

Offline Nekko-San
Nekko-San Avatar Member
46 Posts
Philippines
Reg. 2011-12-23

"JOMANDA will hurt your fingers.."
Quote: reiaya
The code is the same as this in the Graphics folder / Combo 100milestone. Change and add images.

ShowFlashyCombo local GetUserPrefB = ("UserPrefFlashyCombo")
{return Def.ActorFrame
FOV = 90;
LoadActor ("1") .. {
InitCommand = cmd (diffusealpha, 0; hide_if, not ShowFlashyCombo; horizalign, right; vertalign, bottom, x, SCREEN_WIDTH-280, and SCREEN_HEIGHT-210);
MilestoneCommand=cmd(diffusealpha,0;linear,0.5;diffusealpha,1;sleep,1;linear,0.5;diffusealpha,0;linear,0.5);

};
LoadActor ("3") .. {
InitCommand = cmd (diffusealpha, 0; blend, 'BlendMode_Add'; hide_if, not ShowFlashyCombo; horizalign, right; vertalign, bottom, x, SCREEN_WIDTH-280, and SCREEN_HEIGHT-210);
MilestoneCommand=cmd(diffusealpha,0;linear,0.5;diffusealpha,0.5;sleep,1;linear,0.5;diffusealpha,0;linear,0.5);
};
LoadActor ("4") .. {
InitCommand = cmd (diffusealpha, 0; blend, 'BlendMode_Add'; hide_if, not ShowFlashyCombo; horizalign, right; vertalign, bottom, x, SCREEN_WIDTH-280, and SCREEN_HEIGHT-210);
MilestoneCommand=cmd(diffusealpha,0;linear,0.5;diffusealpha,0.5;sleep,1;linear,0.5;diffusealpha,0;linear,0.5);

};
};

Question!:
So if I put this in the metrics and change some of the graphics of the theme(Say the same as Chewi's)It'll display like Chewi's Color Scheme?
http://i1253.photobucket.com/albums/hh581/YamuYamato/ImsoHappy.png
Special Thanks to gabbysantiago96 for the Banner!☆

Post #113 · Posted at 2012-07-08 12:46:33am 11.9 years ago

Offline chewi
chewi Avatar Member+
8,540 Posts
Not Set
Reg. 2008-02-24


Last updated: 2012-07-08 12:47am
Quote: Chewi☆
Photoshop, changing hue of files
I don't recommend it

Post #114 · Posted at 2012-07-08 11:18:14am 11.9 years ago

Offline reiaya
reiaya Avatar Member
82 Posts
Colombia
Reg. 2006-08-18

This code is not placed in the metric, is placed in the folder Combo 100milestone that is within the Graphics folder of the theme.

Post #115 · Posted at 2012-07-09 06:25:06am 11.9 years ago

Offline SpyHunter29
SpyHunter29 Avatar Member
338 Posts
United States
Reg. 2008-06-09

The new .SSC step format for StepMania 5 uses a bunch of new image tags; Banner, Background, Jacket, CDImage, and DiscImage. Which one(s) should I be using for square banners?
98% of teenagers do or have tried caving into peer pressure. If you're one of the 2% who hasn't, DO NOT copy & paste this in your signature.

Post #116 · Posted at 2012-07-09 06:28:26am 11.9 years ago

Offline DDR Addict
DDR Addict Avatar Member
1,464 Posts
United States
Reg. 2009-09-23

Nintendo Network ID: RimeTM3DS Friend Code: 3454-0657-8756
"Let's Do the Rain Dance"
For this theme, #BANNER.

For waiei, Trotmania, and other similar themes, #JACKET.

Yeah, I do hope that changes soon.

Post #117 · Posted at 2012-07-11 06:54:08am 11.9 years ago

Offline Lucky Junpei Luke
Lucky Junpei Luke Avatar Member
93 Posts
Philippines
Reg. 2010-04-24

"HEY DUUUUUUUUUUUDE!"
Quote: reiaya
The code is the same as this in the Graphics folder / Combo 100milestone. Change and add images.

ShowFlashyCombo local GetUserPrefB = ("UserPrefFlashyCombo")
{return Def.ActorFrame
FOV = 90;
LoadActor ("1") .. {
InitCommand = cmd (diffusealpha, 0; hide_if, not ShowFlashyCombo; horizalign, right; vertalign, bottom, x, SCREEN_WIDTH-280, and SCREEN_HEIGHT-210);
MilestoneCommand=cmd(diffusealpha,0;linear,0.5;diffusealpha,1;sleep,1;linear,0.5;diffusealpha,0;linear,0.5);

};
LoadActor ("3") .. {
InitCommand = cmd (diffusealpha, 0; blend, 'BlendMode_Add'; hide_if, not ShowFlashyCombo; horizalign, right; vertalign, bottom, x, SCREEN_WIDTH-280, and SCREEN_HEIGHT-210);
MilestoneCommand=cmd(diffusealpha,0;linear,0.5;diffusealpha,0.5;sleep,1;linear,0.5;diffusealpha,0;linear,0.5);
};
LoadActor ("4") .. {
InitCommand = cmd (diffusealpha, 0; blend, 'BlendMode_Add'; hide_if, not ShowFlashyCombo; horizalign, right; vertalign, bottom, x, SCREEN_WIDTH-280, and SCREEN_HEIGHT-210);
MilestoneCommand=cmd(diffusealpha,0;linear,0.5;diffusealpha,0.5;sleep,1;linear,0.5;diffusealpha,0;linear,0.5);

};
};
Fixed the code:

local ShowFlashyCombo = GetUserPrefB("UserPrefFlashyCombo")
return Def.ActorFrame {
FOV = 90;
LoadActor ("toastyP1_bg") .. {
InitCommand = cmd (diffusealpha, 0; hide_if, not ShowFlashyCombo; horizalign, right; vertalign, bottom; x, SCREEN_WIDTH-280;y,SCREEN_CENTER_Y;); -- and SCREEN_HEIGHT-210
MilestoneCommand=cmd(diffusealpha,0;linear,0.5;diffusealpha,1;sleep,1;linear,0.5;diffusealpha,0;linear,0.5);
};
LoadActor ("toastyP1_char") .. {
InitCommand = cmd (diffusealpha, 0; blend, 'BlendMode_Add'; hide_if, not ShowFlashyCombo; horizalign, right; vertalign, bottom; x, SCREEN_WIDTH-280;y,SCREEN_CENTER_Y;); --and SCREEN_HEIGHT-210
MilestoneCommand=cmd(diffusealpha,0;linear,0.5;diffusealpha,0.5;sleep,1;linear,0.5;diffusealpha,0;linear,0.5);
};
LoadActor ("toastyP1_gradient") .. {
InitCommand = cmd (diffusealpha, 0; blend, 'BlendMode_Add'; hide_if, not ShowFlashyCombo; horizalign, right; vertalign, bottom; x, SCREEN_WIDTH-280;y,SCREEN_CENTER_Y;); --and SCREEN_HEIGHT-210);
MilestoneCommand=cmd(diffusealpha,0;linear,0.5;diffusealpha,0.5;sleep,1;linear,0.5;diffusealpha,0;linear,0.5);
};
};

Post #118 · Posted at 2012-07-15 11:31:10pm 11.9 years ago

Offline bethlayo
bethlayo Avatar Member
1 Post
Not Set
Reg. 2012-07-15

as was the password is that I can not find help Question Mark

Post #119 · Posted at 2012-07-15 11:58:19pm 11.9 years ago

Offline chewi
chewi Avatar Member+
8,540 Posts
Not Set
Reg. 2008-02-24

Quote: Chewi☆
GOLD RUSH

Post #120 · Posted at 2012-07-20 09:52:24pm 11.9 years ago

Offline Luzeokhe
Luzeokhe Avatar Member
1 Post
Not Set
Reg. 2010-07-21

Quote: Chewi☆

http://i.imgur.com/tAFqR.jpg
why mine didn't show the banner on the result screen ?
Register Log In Back To Forums

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

©2006-2024 Zenius -I- vanisher.com -5th style- IIPrivacy Policy
Web Server: 4% · Database: 4% · Server Time: 2024-06-16 11:41:53
This page took 0.02 seconds to execute.
Theme: starlight · Language: englishuk
Reset Theme & Language