Logo

[WIP] DDR EXTREME USA & DS FUSION [WIP]

Register Log In Back To Forums

Post #161 · Posted at 2015-09-16 04:39:33am 8.5 years ago

Offline kenny
kenny Avatar Member
572 Posts
United States
Reg. 2014-06-14

i'll upload them later

Post #162 · Posted at 2015-09-16 05:25:33am 8.5 years ago

Offline bmhedgehog
bmhedgehog Avatar Banned+
3,136 Posts
Not Set
Reg. 2008-07-13

"BANNED"
Quote: kenny
true it does look kinda far away ill fix that later

http://i58.tinypic.com/1zz6q1j.jpg

Still need to get the arrows next to the diff. and the grades and those light things

I know I'm going to hate myself in the morning for this.... Is there any way to shrink down the size of the text? Cause if you can shrink it down then there be no overlap on the song names being in the center of the select screen.

Post #163 · Posted at 2015-09-16 05:33:30am 8.5 years ago

Offline Inorizushi
Inorizushi Avatar Member
487 Posts
Not Set
Reg. 2012-10-25

"huhbluh"

Last updated: 2015-09-16 05:34am
I'm planning on adding the stuff in the "other.lua" file that allows for things to be shrunken down or moved to however you want, including if you want things moved if a subtitle exists for the song

also, thanks to razorblade we have an even more accurate song wheel that doesn't overlap anymore

Post #164 · Posted at 2015-09-16 12:49:38pm 8.5 years ago

Offline razorblade
razorblade Avatar Member
1,099 Posts
Not Set
Reg. 2011-03-01


Last updated: 2015-09-16 01:24pm
Edit: nvm

Post #165 · Posted at 2015-09-17 05:58:47am 8.5 years ago

Offline Sideways 8
Sideways 8 Avatar Member
33 Posts
United States
Reg. 2008-01-24

Sooo does anyone know how to make it so that nonstop mode and challenge mode play different themes? I can't get it to work Annoyed

Post #166 · Posted at 2015-09-17 09:16:13pm 8.5 years ago

Offline kenny
kenny Avatar Member
572 Posts
United States
Reg. 2014-06-14

Update:

Add the random and roullete

Added the code so the music preview will play when you select a folder or other sorting

Post #167 · Posted at 2015-09-18 06:05:17am 8.5 years ago

Offline luke07651
luke07651 Avatar Banned
66 Posts
United Kingdom
Reg. 2015-07-12

You're pretty good at this

I'm not good at making themes

Post #168 · Posted at 2015-09-23 07:25:52pm 8.5 years ago

Offline Inorizushi
Inorizushi Avatar Member
487 Posts
Not Set
Reg. 2012-10-25

"huhbluh"

Last updated: 2015-09-23 07:55pm
sorry if I haven't made any updates yet, been busy with schoolwork, I'll see if I can get to work today or sometime during the weekend, it all depends if something comes up.

Also kenny, I noticed you haven't updated the git with my cleanups of the BGAnimations folder, you should maybe get to that if you haven't done so yet. It removes some of the redundancy for menus with shared elements i.e. all the select screens + result screen

Also, for the banner frame, make a custom actor and have it load the frame and a black underlay underneath it.
go into the graphics folder and make a new folder named "ScreenSelectMusic BannerFrame" and put the banner frame image into it.

Make a .lua file named default and put this into it:

https://paste.ee/p/KvSo3

Just realized something, take the "OnCommand" stuff for the banner frame in metrics.ini and set them for InitCommand for the banner frame line in the lua file. Then delete the coords for the frame in metrics.

Post #169 · Posted at 2015-09-23 08:11:52pm 8.5 years ago

Offline kenny
kenny Avatar Member
572 Posts
United States
Reg. 2014-06-14

I updated the git 2 days ago with yours and i switched to Arch linux with KDE plasma 5 so i can have a faster mac like system

Post #170 · Posted at 2015-09-23 08:16:17pm 8.5 years ago

Offline Inorizushi
Inorizushi Avatar Member
487 Posts
Not Set
Reg. 2012-10-25

"huhbluh"

Last updated: 2015-09-23 08:16pm
strange, I looked at the git a few mins ago and everything is still pre-pull request. I'll take another look later

Post #171 · Posted at 2015-09-23 08:19:48pm 8.5 years ago

Offline kenny
kenny Avatar Member
572 Posts
United States
Reg. 2014-06-14


Last updated: 2015-09-23 08:19pm
I'll take a look also

Just checked the Git looks like it didnt got updated but when i try yo merge the pull request it has this error "This branch has conflicts that must be resolved"

Post #172 · Posted at 2015-09-23 08:26:35pm 8.5 years ago

Offline Inorizushi
Inorizushi Avatar Member
487 Posts
Not Set
Reg. 2012-10-25

"huhbluh"
Quote: kenny
I'll take a look also

Just checked the Git looks like it didnt got updated but when i try yo merge the pull request it has this error "This branch has conflicts that must be resolved"
Might be from me deleting some stuff, you might need to download my fork as a zip and manually update it

Post #173 · Posted at 2015-09-23 08:27:40pm 8.5 years ago

Offline kenny
kenny Avatar Member
572 Posts
United States
Reg. 2014-06-14

I'll try that later I need to get used to this arch linux stuff

Post #174 · Posted at 2015-10-15 07:24:48am 8.5 years ago

Offline Inorizushi
Inorizushi Avatar Member
487 Posts
Not Set
Reg. 2012-10-25

"huhbluh"
Sorry if you're busy but is the project dead or are you working on it behind the scenes?

Post #175 · Posted at 2016-04-06 03:10:15pm 8 years ago

Offline kenny
kenny Avatar Member
572 Posts
United States
Reg. 2014-06-14


Last updated: 2016-04-06 03:10pm
Im still working on it just been busy with work alot :/

Hey guys I am back from the dead lol I've been busy with work and stuff so I decided to go back to making themes so I will be working on this but I will also be working on a PIU PRIME theme also

Quote: Inorizushi
sorry if I haven't made any updates yet, been busy with schoolwork, I'll see if I can get to work today or sometime during the weekend, it all depends if something comes up.

Also kenny, I noticed you haven't updated the git with my cleanups of the BGAnimations folder, you should maybe get to that if you haven't done so yet. It removes some of the redundancy for menus with shared elements i.e. all the select screens + result screen

Also, for the banner frame, make a custom actor and have it load the frame and a black underlay underneath it.
go into the graphics folder and make a new folder named "ScreenSelectMusic BannerFrame" and put the banner frame image into it.

Make a .lua file named default and put this into it:

https://paste.ee/p/KvSo3

Just realized something, take the "OnCommand" stuff for the banner frame in metrics.ini and set them for InitCommand for the banner frame line in the lua file. Then delete the coords for the frame in metrics.

Decided to do this again lol but anyways I updated the GIT and stuff but now im trying to do the banner frame and its not working it makes everything disappear

UPDATE

Add Lifebar in the gameplay screen

http://i.imgur.com/PAK1YzZ.jpg


I need to figure out how I can put the Life Stream in the back

UPDATE

-Add arrows next to banner frame
-Added the 1P and 2P cursors

None of them dont work yet right now just for show until I can get them working

http://i.imgur.com/m3WjDke.jpg

UPDATE 2

-Got the Arrows to work next to the banner frame Smile

Post #176 · Posted at 2016-04-06 07:32:14pm 8 years ago

Offline NicholasNRG
NicholasNRG Avatar Member
635 Posts
Puerto Rico
Reg. 2014-06-21

"Just Play Along"
Wow! The song selection screen is already looking very close to the real thing. Keep it up! Can't wait to download.

Post #177 · Posted at 2016-04-07 04:06:24pm 8 years ago

Offline kenny
kenny Avatar Member
572 Posts
United States
Reg. 2014-06-14


Last updated: 2016-04-07 04:06pm
Quote: NicholasNRG
Wow! The song selection screen is already looking very close to the real thing. Keep it up! Can't wait to download.

Yeah lol the screen is almost done but the only thing I need to do is the difficulties the options screen and the wheel animation. I would love to add the course modes and edit mode but I have no idea how to do that

UPDATE

Started the Eval. Screen Cool


http://i.imgur.com/Bax8lJD.jpg

Started to work on the Options Screen kinda lol

http://i.imgur.com/EOIjncO.jpg

Post #178 · Posted at 2016-04-07 08:39:18pm 8 years ago

Offline NicholasNRG
NicholasNRG Avatar Member
635 Posts
Puerto Rico
Reg. 2014-06-21

"Just Play Along"
Looking good. The options screen already looks quite authentic in function. Will you be changing the font to the one from the actual game soon?

Post #179 · Posted at 2016-04-07 10:24:49pm 8 years ago

Offline kenny
kenny Avatar Member
572 Posts
United States
Reg. 2014-06-14

Yes I will and still need to fix the options in the screen they dont look right :/

Post #180 · Posted at 2016-04-08 12:34:11am 8 years ago

Offline Sideways 8
Sideways 8 Avatar Member
33 Posts
United States
Reg. 2008-01-24

Here's the life stream images Happy

http://i.imgur.com/SqF219C.png
http://i.imgur.com/07xLmJr.png
http://i.imgur.com/bVcTEeI.png

I added the danger stream, but I can't get it to work for some reason.
Try setting the draworder for the life bar higher than the life stream so it can appear behind it.
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: 3% · Database: 8% · Server Time: 2024-04-19 06:35:12
This page took 0.028 seconds to execute.
Theme: starlight · Language: englishuk
Reset Theme & Language