Bemanistyle #1 In music game coverage - Dance Dance Revolution, Beatmania, IIDX, Popn Music Sponsored Advertisement

Go Back   Bemanistyle [dot] com Forums > Bemanistyle [dot] com > The Graveyard
Tags: ,

 
 
Thread Tools

Background Changes/Videos/Scripts for SM/DWI
Old 06-18-2006, 04:52 PM   #1
TheFlyingSquirrel
//Akira::Kaneda's Theme
 
TheFlyingSquirrel's Avatar
 
TheFlyingSquirrel is offline
Join Date: Jun 2006
Location: A tumor squeezed into a fetish suit with... plastic hair-wings glued on
Posts: 1,094
Marketplace Rating: 0
Tokens: 388.07
Bank: 90,380.98
Total Tokens: 90,769.05
Donate Tokens
Send a message via PM  to TheFlyingSquirrel
Arrow Background Changes/Videos/Scripts for SM/DWI

Okay, the purpose of this thread is to gather together all relevant information pertaining to having background scripts in DWI/SM. Related links, how to write the scripts, and any questions you might have all can go here.


================================================== =========================


To get all 240 DDR EXTREME AC scripts, a few MAX and MAX2 exclusive scripts, and all the videos from MAX to EXTREME, go to http://ddr.bircd.org

Thanks to beware.

If you are unable to use Bittorrent or similar programs, then there are these RapidShare links:

afro1.avi-cube5.avi

cube6.avi-fire6.avi

fireworks1.avi-girl3.avi

gradius1.avi-NYC1.avi

Orange1.avi-spiral3.avi

Square1.avi-worms1R.avi

I uploaded, but beware, S2U, Amy, and the whole other bunch of BG scripters made the videos.

AWal has his filefront at http://hosted.filefront.com/GLANAWal/.

He's got the split video packs there, as well as the background videos to several DDR EXTREME 2 songs. In addition to those things, he's provided you with a tool for ripping videos from DDR EXTREME 2. It's called mpgrape.

Then, there are these two places:

http://www.ddruk.com/articles/ddrukirc.htm

The above link tells you how to use IRC to get the background videos on DDRUK's IRC channel.

ollec2004's scripts are available at http://ollec2004.ddruk.com/BG_Changes/sm.html. They'll require a crapload of .png files. However, they have some nice non-EX scripts for stuff like exotic ethnic and ORION.78 (civilization mix). Also, they have scripts for the post-EX AC mixes like EXTREME JP, Ultramix (1), and Party Collection. Note that there are NO scripts which should be going in DDR Festival song folders.

ollec2004 has also done EXTREME US scripts. Available here.

Many thanks to beware and ollec2004!

Nosaj has done BG scripts for DWI. They're available at a section of ollec's site. However, don't ask me where to get them, since I'm an SM user and would just like to have DWI die. Sorry. The other thing is that I think that section of the website is down. Forever.


================================================== =========================


This is how to do BG changes for SM.

Now, you need to have a line that starts like this:
#BGCHANGES:

Without any, it's like this:
#BGCHANGES:;

EXAMPLE OF A BGCHANGE:

Quote:
Originally Posted by eepiccolo
47.250=Heart1.avi=1.000=0=0=1

47.250 is the beat number when the movie starts, Heart1.avi is the file name, 1.000 is the speed at which the video is played. 1.0 (100%) is normal. I don't know what the last three numbers are, but I'm sure someone here can describe them.
Quote:
Originally Posted by Amy
1.000=[0]=0=1: FADE - Fade in from the last image/movie. 1=yes, 0=no.

1.000=0=[0]=1: REWIND - Restart the movie back to the beginning. 1=yes, 0=no.

1.000=0=0=[1]: LOOP - Continue the movie from where it was last time it was played. 1=yes, 0=no.

In the example above, the movie rate is 100%, no fade in, do not rewind, and loop the movie.
Separate your individual bgchanges with commas, like this:
3.750=snow4.avi=1.100=1=1=1,20.000=uSXEpig.avi=0.500=0=0=1...

And end the bgchanges with a semicolon, like this:
1000.000=porkfat-bg.png=0=1=1;


================================================== =========================


This is how to write DWI scripts.

Quote:
Originally Posted by Nosaj
DWI's bgchanges can display DivX-encoded .avi movies, still images (like your simfile's background image), or combinations of the two. Visualizations are also accepted, and although I've had no experience using them, they should work basically the same as movies and stills.


Here's the basic script format:

Code:
#BACKGROUND:
A:MOVIE:movie1.avi STARTAT:0.0 LAYER:0;
B:MOVIE:.\Movies\movie2.avi STARTAT:0.0 LAYER:0;
C:MOVIE:.\Movies\Random\movie3.avi STARTAT:0.0 LAYER:0;
D:FILE:file1.png LAYER:0;
E:FILE:.\Anim\file2.png LAYER:0;
F:FILE:.\Anim\SongName\file3.png LAYER:0;

SCRIPT:0...A.......B.......C.......DEF0;
#END;

This example uses both videos and still images. #BACKGROUND denotes the beginning of the script. The letters A through F tell DWI what files of what type it's going to use and where those files are located. SCRIPT is just that, the order and timing in which the files will be played. #END is the end of the script.

The letters A through F are 'file handles'. Basically a shortcut for DWI to whatever file is called for. MOVIE and FILE tell DWI whether it's a video or a still image; VIS in the case of visualizations. After that is the file location and subtags depending on what type of file is declared.

You can have the movies and images wherever you want, but you have to understand how to tell DWI where to look. Let's assume you've got DWI installed in C:\DWI.

* movie1.avi is located directly in the simfile's directory, say, C:\DWI\Songs\Random Mix\SongName.
* movie2.avi is located in C:\DWI\Movies.
* movie3.avi is located in C:\DWI\Movies\Random.

.\ tells DWI to look in its base directory, C:\DWI. If you don't include this, DWI will just look in the simfile directory. Either way is fine.

Same thing with the still images.

* file1.png is directly in the simfile directory.
* file2.png is in C:\DWI\Anim
* file3.png is in a folder specifically designated for this simfile, C:\DWI\Anim\SongName; this doesn't mean that other simfiles can't use these images, but it makes it easier to keep track of files.

As you can see, it doesn't matter where the files are, as long as you correctly tell DWI where to look. The filename needs to be correct as well, although DWI is case-insensitive.

For the movies, the subtag STARTAT tells DWI to start that movie X number of seconds into the movie. This is useful for when you can't correctly 'position' the movie in the script; for example, you need to start the video sooner than the script can actually begin, so you simply tell DWI to start playing the video further in. A positive value will begin the video further in; a negative value will actually loop back around to the end of the video and begin from there.

The LAYER subtag tells DWI where to place the file visually. This is mainly for the still images, for when you want certain images to be displayed above other images. See BMR's Max Externity for a good example of image usage.

SCRIPT is what tells DWI what file to play and when. This is coded identically to the code for the steps, except that you're using periods and the file handles you designated instead of stepcode. Think of the periods as being equivalent to the 0's that represent 1/8th notes. A script like this: A.B.A.B. would change the background movie on every 1/4th note. Regardless of what files you use or what the script does, it starts at the same time as your code.

Use this to your advantage; if you want a particular movie to start on a particular arrow, just make the script even with the stepcode. Keep in mind that you can also use (), {}, [], and `' in the script, just like in the stepcode, to fine-tune when a movie starts.

In the script above, the simfile starts out on just the background. On the fifth 1/8th note (or where it would be if one doesn't exist), movie1.avi will start playing. Eight 1/8th notes after movie1.avi starts, movie2.avi will take its place. And so on with the remaining movies and files.

Script changes in DWI are instantaneous; there's no fade-in or fade-out or other special effects.

The number of individual files you can use in any given script is 35: you can use A-Z (case insensitive; a=A, so don't think you can use both. I would know; I've tried. ) and 1-9 as file handles; 0 is reserved for the simfile background image.

After the script, all that's left is to tell DWI that it's finished, with #END; Once you've written your script, just paste it anywhere into the simfile and save, make sure the files have the right names and are in the expected locations, and you're good to go.

If you're just starting out writing scripts, a good idea would be to take an existing script that you know works and edit it to suit your needs; i.e. replace filenames, change file 'positioning' in the script, etc. until you become more familiar with scripting.

If you have problems getting scripts to appear, make sure you've got scripts turned to ON (duh). Make sure you've got the latest version of DivX installed on your computer. Make sure file names are correct, files are where they should be, make sure there's no errors in the script.

For older video cards, you may need to run DWI with the command line option /altmovies to get movies to show up (you'll know whether or not you need to if you get a solid pink/purple background when a movie tries to play).

Last edited by TheFlyingSquirrel : 01-28-2007 at 08:13 PM.
 

Old 06-18-2006, 08:09 PM   #2
R26Otacon
//bemanistyle::[User]
 
R26Otacon's Avatar
 
R26Otacon is offline
Join Date: Jun 2006
Posts: 41
Marketplace Rating: 0
Tokens: 168.84
Bank: 0.00
Total Tokens: 168.84
Donate Tokens
Send a message via PM  to R26Otacon
Default

wow this should be stickied! great find
__________________
 

Old 06-19-2006, 01:53 AM   #3
Ben Speirs
Dancing Stage Ultimix Creator
 
Ben Speirs's Avatar
 
Ben Speirs is offline
Join Date: Jun 2006
Location: Letchworth, England
Posts: 1,847
Marketplace Rating: 3
Tokens: 139.15
Bank: 2,198,408.20
Total Tokens: 2,198,547.35
Donate Tokens
Send a message via PM  to Ben Speirs
Default

Damn I can't use bittorent
__________________
 

Old 06-19-2006, 03:26 AM   #4
Kewing Darksun
Bullet Dodger
 
Kewing Darksun's Avatar
 
Kewing Darksun is offline
Join Date: Jun 2006
Posts: 46
Marketplace Rating: 0
Tokens: 2,498.17
Bank: 340,146.84
Total Tokens: 342,645.01
Donate Tokens
Send a message via PM  to Kewing Darksun
Default

I've been looking for something like this for a long while. Thanks a lot for the link
 

Old 06-19-2006, 05:38 AM   #5
ItsTheFace
//bemanistyle::[User]
 
ItsTheFace is offline
Join Date: Jun 2006
Posts: 16
Marketplace Rating: 0
Tokens: 590.00
Bank: 165.00
Total Tokens: 755.00
Donate Tokens
Send a message via PM  to ItsTheFace
Default

Good find man!
 

Old 06-19-2006, 06:40 AM   #6
RVN-G
//bemanistyle::[Regular]
 
RVN-G is offline
Join Date: Jun 2006
Location: Caloocan City, NCR, Philippines
Posts: 1,109
Marketplace Rating: 0
Tokens: 16.75
Bank: 156,625.19
Total Tokens: 156,641.94
Donate Tokens
Send a message via PM  to RVN-G
Default

LOL! I've already downloaded the bg-videos pack by beware last Friday!!!

To beware: you've done a great job dude! Thanks a lot and keep it up!

And also, I got the bga's for MAX. (period) in beware's site (http://ddr.bircd.org/)!!!

Last edited by RVN-G ver. 7.0.0 : 06-19-2006 at 06:43 AM.
 

Old 06-19-2006, 05:28 PM   #7
beware
//bemanistyle::[Member]
 
beware is offline
Join Date: Jun 2006
Posts: 95
Marketplace Rating: 0
Tokens: 104.13
Bank: 2,373.15
Total Tokens: 2,477.28
Donate Tokens
Send a message via PM  to beware
Default

Quote:
Originally Posted by BEN.(SPEIRS) 7.0
Damn I can't use bittorent
what is the exact reason for that? im curious.
 

Old 06-20-2006, 02:04 AM   #8
Ben Speirs
Dancing Stage Ultimix Creator
 
Ben Speirs's Avatar
 
Ben Speirs is offline
Join Date: Jun 2006
Location: Letchworth, England
Posts: 1,847
Marketplace Rating: 3
Tokens: 139.15
Bank: 2,198,408.20
Total Tokens: 2,198,547.35
Donate Tokens
Send a message via PM  to Ben Speirs
Default

Well I've downloaded it and tried to use it before (a DDRUK pack) but it just refused to work and found errors appearing everywhere lol. I had to uninstall it in the end.

I think it was called BitComet.
__________________
 

Old 06-20-2006, 02:10 AM   #9
Asshat
//bemanistyle::[User]
 
Asshat is offline
Join Date: Jun 2006
Location: Charlottesville, Virginia
Posts: 9
Marketplace Rating: 0
Tokens: 1,004.00
Bank: 1,171.89
Total Tokens: 2,175.89
Donate Tokens
Send a message via PM  to Asshat
Default

Try the generic BitTorrent client. It usually has no problems. Otherwise I'd say go for Azureus and configure it to avoid the errors. Once you get torrents working, you never use anything else.
 

Old 06-20-2006, 08:39 AM   #10
red_tek
//bemanistyle::[User]
 
red_tek's Avatar
 
red_tek is offline
Join Date: Jun 2006
Location: Atlanta, GA
Posts: 46
Marketplace Rating: 0
Tokens: 25.00
Bank: 82.43
Total Tokens: 107.43
Donate Tokens
Send a message via PM  to red_tek
Default

Heyn not that it hasn't been said before, THANK YOU VERY MUCH; these vids are awesome!!

Oh, and I have Bitcomet... Its never given me any trouble before, though.
I personally would try Bitlord, its also very similar to Bitcomet; you might not have any bugs anymore.
__________________
 

Old 06-20-2006, 09:55 AM   #11
TheFlyingSquirrel
//Akira::Kaneda's Theme
 
TheFlyingSquirrel's Avatar
 
TheFlyingSquirrel is offline
Join Date: Jun 2006
Location: A tumor squeezed into a fetish suit with... plastic hair-wings glued on
Posts: 1,094
Marketplace Rating: 0
Tokens: 388.07
Bank: 90,380.98
Total Tokens: 90,769.05
Donate Tokens
Send a message via PM  to TheFlyingSquirrel
Default

I added a site for EX US vids. They're available for SM and DWI.

To RVN-G: NO ONE CARES ABOUT YOUR HAVING DOWNLOADED THE VIDS BEFORE I POSTED.

Last edited by QXPXQ : 07-19-2006 at 02:03 PM.
 

Old 06-20-2006, 11:32 AM   #12
Ben Speirs
Dancing Stage Ultimix Creator
 
Ben Speirs's Avatar
 
Ben Speirs is offline
Join Date: Jun 2006
Location: Letchworth, England
Posts: 1,847
Marketplace Rating: 3
Tokens: 139.15
Bank: 2,198,408.20
Total Tokens: 2,198,547.35
Donate Tokens
Send a message via PM  to Ben Speirs
Default

Quote:
Originally Posted by Asshat
Try the generic BitTorrent client. It usually has no problems. Otherwise I'd say go for Azureus and configure it to avoid the errors. Once you get torrents working, you never use anything else.
Hey it's -Asshat-! Remember me?!
__________________
 

Old 06-20-2006, 01:49 PM   #13
MdX MaxX
Zeta3
 
MdX MaxX's Avatar
 
MdX MaxX is offline
Join Date: Jun 2006
Location: Fayetteville, Georgia
Posts: 667
Marketplace Rating: 0
Tokens: 2,369.45
Bank: 3,248.73
Total Tokens: 5,618.18
Donate Tokens
Send a message via PM  to MdX MaxX
Default

Yeah I DLed this about say a week ago, i found out through DDRUK. It's the ONLY torrent that worked without hassle (thx seeders and such!). But since Stepmania is stupid it f'ks up the scripts anyway, like if you have random movies, sometimes the background doesn't come back when it's supposed to, it just switches from the video to the random movies until the last step. But it's still cool, thx beware and all the people he thanked!
 

Old 06-20-2006, 02:24 PM   #14
TheFlyingSquirrel
//Akira::Kaneda's Theme
 
TheFlyingSquirrel's Avatar
 
TheFlyingSquirrel is offline
Join Date: Jun 2006
Location: A tumor squeezed into a fetish suit with... plastic hair-wings glued on
Posts: 1,094
Marketplace Rating: 0
Tokens: 388.07
Bank: 90,380.98
Total Tokens: 90,769.05
Donate Tokens
Send a message via PM  to TheFlyingSquirrel
Default

If anyone can tell me where ITG vids and other DWI scripts can be found, then please post. I'll then edit the thread's first post.

Last edited by TheFlyingSquirrel : 01-15-2007 at 11:03 AM.
 

Old 06-20-2006, 05:01 PM   #15
flamepanther
//bemanistyle::[Member]
 
flamepanther's Avatar
 
flamepanther is offline
Join Date: Jun 2006
Location: Texa$
Posts: 87
Marketplace Rating: 0
Tokens: 15.55
Bank: 126.00
Total Tokens: 141.55
Donate Tokens
Send a message via PM  to flamepanther
Default

Quote:
Originally Posted by QXPXQ
If anyone can tell me where ITG vids and other DWI scripts can be found, then please post. I'll then edit the thread's first post.
All the places I knew of for ITG videos were taken down except one, and I don't think we're supposed to mention it by name here. Sorry :\


Also, speaking of Ollec's page for DDR EX US scripts, the "wind2.avi" file appears to not exist on the website or in any of the packs (I've searche through MagMarioX's, Ollec's, and Beware's). Anyone know what's up with that?

Last edited by flamepanther : 06-20-2006 at 05:36 PM.
 
 



Go Back   Bemanistyle [dot] com Forums > Bemanistyle [dot] com > The Graveyard
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 04:04 PM.

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