Forums FAQForums FAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Login to check your private messagesLogin to check your private messages   LoginLogin 

Low-end animation pack project...
 
This topic is locked you cannot edit posts or make replies    DDR Freak Forum Index -> DDR PC and Simulators
View previous topic :: View next topic  
Author Message
Nightime
Trick Member
Trick Member


Joined: 28 Jan 2002
Location: anywhere else
0. PostPosted: Wed Jul 05, 2006 10:01 am    Post subject: Low-end animation pack project... Reply with quote

Working on a low-end animation script, universal between songs; utilizing the bg, banner, and perhaps one "supportive" image per script. I'm near finished with the "universal 4/4" one, save for a couple of graphical hinderances; and I'm also open to otherwise suggestable ideas for animatability.

I mainly could use help with the supportive images (mainly with some marquees and such); and possibly a dedicated image/marquee to songs with 3 or more remixes (or multi-song artists' logos); to add in as well.

Also troubleshooting the script a little still - even with minimal values, the "animation" of the images is hyper and jumpy all over the place, instead of going for the more smooth-scrolling effects that I'm going for. Any help there will also be greatly appreciated.

Code:
#BACKGROUND:

A:FILE:".\songs\ ..\title .png"    SPACING:144,70 MOVE:2,1 SIZE:2 LAYER:1;
B:FILE:".\songs\ ..\title -bg.png"    MOVE:0,1 SIZE:2 LAYER:1;
C:FILE:".\songs\ ..\title .png"    MOVE:3,0 SIZE:12 LAYER:1;
D:FILE:".\songs\ ..\title -bg.png"    MOVE:2,0 SIZE:2 LAYER:1;

1:FILE:".\songs\ ..\title -bg.png"    SIZE:2 LAYER:1;
2:FILE:".\songs\ ..\title -bg.png"    SIZE:4 MOVE:-4,-3 LAYER:1;
3:FILE:".\songs\ ..\title -bg.png"    SIZE:6 MOVE:-8,-6 LAYER:1;
4:FILE:".\songs\ ..\title -bg.png"    SIZE:8 MOVE:-12,-9 LAYER:1;

E:FILE:.\anim\chiptile-1.png       MULT:F,F,F MOVE:0,0 SIZE:2 LAYER:1;
F:FILE:.\anim\equalizer.png       MULT:F,F,F ANIMATE:10,10 SIZE:4 LAYER:1;
G:FILE:.\anim\spinbox-blue.png       MULT:F,F,F ANIMATE:44,10 SIZE:2 MOVE:0,0 SPACING:0,0 LAYER:1;
H:FILE:.\anim\animtile-1.png       MULT:F,F,F MOVE:0,0 SIZE:1 ANIMATE:10,10 LAYER:1;

5:FILE:.\anim\tile-1.png       MULT:F,F,F SIZE:2 SPACING:0,0 LAYER:1;
6:FILE:.\anim\tile-2.png       MULT:F,F,F SIZE:4 SPACING:0,0 LAYER:1;
7:FILE:.\anim\tile-3.png       MULT:F,F,F SIZE:8 SPACING:0,0 LAYER:1;
8:FILE:.\anim\tile-4.png       MULT:F,F,F SIZE:16 SPACING:0,0 LAYER:1;

9:FILE:".\anim\ dedicated-image .png"   SIZE:2 MULT:F,F,F MOVE:0,0 LAYER:1;

S:FILE:".\songs\ ..\title -bg.png"    SIZE:2 MULT:F,0,0 LAYER:1;
T:FILE:".\songs\ ..\title -bg.png"    SIZE:2 MULT:F,0,F LAYER:1;
U:FILE:".\songs\ ..\title -bg.png"    SIZE:2 MULT:0,0,F LAYER:1;
V:FILE:".\songs\ ..\title -bg.png"    SIZE:2 MULT:0,F,F LAYER:1;
W:FILE:".\songs\ ..\title -bg.png"    SIZE:2 MULT:0,F,0 LAYER:1;
X:FILE:".\songs\ ..\title -bg.png"    SIZE:2 MULT:F,F,0 LAYER:1;
Y:FILE:".\songs\ ..\title -bg.png"    SIZE:2 MULT:F,F,F LAYER:1;
Z:FILE:".\songs\ ..\title -bg.png"    SIZE:2 MULT:8,8,8 LAYER:1;

SCRIPT:
........
0,A...............................................................
0,B...............................................................
0,C...............................................................
0,D...............................................................
//    80 BPM
0,A...............................................................
0,B...............................................................
//   150 BPM
0,C...............................................................
0,D...............................................................
//   200 BPM
0,A...............................................................
0,B...............................................................
//   300 BPM
0,C...............................................................
0,D...............................................................
0;
#END;


To use this script:

1. Copy and paste into a DWI file.

2. Type out the folder path from "Songs" to your title folder, and include the title name that the images use. This assumes it's "title.png" and "title-bg.png". Then highlight and cut that line, double click the ".../title" parts of the file (top and bottom parts), and paste it there. Remove the first space that's left.

(Once the script is troubleshot, it will be considerably easier to do an entire mix/folder at once by just changing the title part and recutting it.)

3. Based on the tempo of your song, take the first tempo ABOVE your song's, and delete everything from that line until the "0;" at the end.

4. Adjust the number of "."s on the first line to MATCH the number of 0's before the song begins.

5. Substitute A, B, C, or D for any effect you're after. If you have a little time, or want to "spice up" your favorite part of a song, just script the line with anything like (0,1.0,2.0,3.0,4.) *put a "0," in from of every effect* and copy/paste the line out. For "dedicated images" (song mixes/frequent artists... if they become available), I suggest replacing "D"; which is usually the climax/chorus of the song.

6. Adjust any variables you'd like to use... and if you're not making an object a "certain color" with "MULT" (R,G,B), then -ERASE THAT PART-. Otherwise, your image will be "blacked out". If you aren't using them, don't sweat it, it won't matter anyways. -.o

Any help would be appreciated in making this project shine.

*Desired effects:

A-Spaced out banners that smoothly move across the screen, one way, another, or both.
B-Vertically scrolling background.
C-A single, stretched banner that scrolls sideways - FAR from what it IS.
D-Horizontal scrolling background.

1-4: A closer-zooming background set, with proportionate scrolling/viewing.
E-H: Basic animations that are packaged with DWI, just utilized here.
5-8: The "1,2,3,4" tiles that are packaged with DWI, presented in increasing zoom, for songs like TRIP MACHINE.
9: For a dedicated/supportive image (future set, perhaps), listed in the "Anim" folder. Not currently used.

S-Z: Tinting/color-splashed backgrounds, for "shining" or "flashing" effects. Don't forget the "0," when using them!


*Official* songs/remixes worthy of dedicated supplimental images:

-KUNG-FU FIGHTING
-TRIP MACHINE
-PARANOiA
-20, November
-AM-3P
-BRILLIANT 2U/B4U/D2R/etc.
-HERO
-PUT YOUR FAITH IN ME
-DYNAMITE RAVE
-LUV TO ME
-AFRONOVA
-Let the beat hit 'em!
-BURNIN' THE FLOOR
-matsuri JAPAN
-Do It Right
-Look to the Sky
-DIVE
-CAN'T STOP FALLIN' IN LOVE
-MAX (300/etc.)
-i feel...
-In My Eyes
-INFINITE PRAYER (okay, I'm counting THE BIG VOYAGER, here...)

*Recommended scrolling marquees/images...

-FIGHT!
-Sunset scene/hula
-Disco Ball
-"The Flying Dog"
-"Dissolve"
-Full moon sky
-"No Real, No Idea..."
-TigerZord
-Flower/Rose
-Swing dancers/shadows thereof
-Cityscape at night
-Comic panels
-Brick Wall
-Wire-frame body (think Mello/NIGHT IN MOTION)
-Car on a street
-Static (*?)
-Horizontal "streaks"*
-Vertical "streaks"*
-Outward-scrolling "streaks"*
-Shiny spots*
-Stars*
-Hearts*
-Zoom-circles*

*-for simple gamma/dressup effects.


*Songs I would recommend NOT using this for:
-CUTIE CHASER /morning mix
-Holic
-WONDA (SPEED K MIX)
-PARANOiA ETERNAL
-DDR SOLO Nonstop stages
-DDR 5th Mix LONG stages (possible, but use the entire script for those)
Back to top
View users profile Send private message Visit posters website
Display posts from previous:   
This topic is locked you cannot edit posts or make replies    DDR Freak Forum Index -> DDR PC and Simulators All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2 © 2001, 2002 phpBB Group