Homebrew [Project] SoulAnger's MENUdo

Status
Not open for further replies.

Meikrekel

Banned!
Banned
Joined
Sep 25, 2008
Messages
56
Trophies
0
Age
29
Location
Nieuw Bergen
XP
18
Country
Netherlands
but seriously, how far are you with the project, how long will this take, just give us some more information, then I don't have to F5 every 10 seconds
rolleyes.gif
 

gangsterboi

Well-Known Member
Member
Joined
Feb 27, 2008
Messages
295
Trophies
0
Location
At my girlfriends house
Website
www.europe-nintendo.com
XP
43
Country
Eye candy!!! Nosebleed.

This is lovely. If this ever comes out with a bug free release it will certainly replace my sakura firmware.

The only theme I don't like there is the top left one, but the others are lush!

Can you try to explain how you do this but dum it down? I can only build static firmwares with sprites and backgrounds. This is a whole new level.
 

alex

Well-Known Member
Member
Joined
Jul 1, 2008
Messages
1,655
Trophies
0
Age
28
Website
Visit site
XP
239
Country
United States
NOTE: Crushed(or not really, PNG Crush doesn't work for me, so PNGOUTWin'd)the PNGs so you can fit more without taking up too much KB! Although the old ones didn't take up much either.
tongue.gif


Old size: 8.9KB
New size: 5.5KB
rolleyes.gif


But that' for the red, but they each around the same, blue is smaller I think. :\

menudouserbartb5.png

menudouserbargreenrr2.png

menudouserbaryellowom3.png

menudouserbarredzy3.png


For ease of use:
Code:
[img]http://img297.imageshack.us/img297/1200/menudouserbartb5.png[/img]
[img]http://img294.imageshack.us/img294/4364/menudouserbargreenrr2.png[/img]
[img]http://img174.imageshack.us/img174/1711/menudouserbaryellowom3.png[/img]
[img]http://img177.imageshack.us/img177/3549/menudouserbarredzy3.png[/img]

When I get the time I'll make more colors, if requested.
tongue.gif


Cool userbars Noitora!

Also, question for SoulAnger: How in depth can the menu's design go? To what limit is there? Like there can be clicking sound when you go through the menu, the XMB style waves can go to how many colors without lag. When a menu item is clicked it can be animated? Just wondering.
 

SoulAnger

MENUdo's Developer
OP
Member
Joined
Jul 3, 2007
Messages
743
Trophies
0
Website
Visit site
XP
217
Country
gangsterboi said:
The only theme I don't like there is the top left one, but the others are lush!

You havent seen it on action, but that and the new XMB one is my favorite.
wink.gif


Hmm, limitations?
Limitations
unsure.gif
  • When you navigate your theme there will be always a transition. For example the R4ds clone I made still has a Smooth MENUdo feel, unlike the R4ds's navigation which instantly highlights the NDS file.
  • The DS got a crappy hardware for using alpha and resizing. You'll guys will see this when its out.
  • 450 (?) kb limitation
  • Sprites are BMP 8-bit only, it is because the DS can only show 8-bit / 256 colors in its screen.
  • You cannot use MSpaint for saving BMP 8bit. MENUdo cannot read them. (Maybe, because MSpaint does not delete unused colors.)
Theme Customization In-depth
  • You can assign a background music for your themes
  • You can independently add a before and after sound in the navigation. For example, when I press right towards music it could do this sound. (click sound -> *voice over "Music")
  • The XMB is just a mere example to MENUdo's Ambience (animated background) Scripting. You can add 5 animated sprites in total into the background. In the XMB example I added 4 XMB waves and a gradient. Remember you are not limited on XMB only, you can also make a full scenery. I already made a Retro Mario running , falling leaves, swaying grass, etc.
  • You can assign static images the top screen of your DS, for each selection.
  • You can add Alpha to a sprite, using a Grayscale Bitmap. This a great way to add antialiasing, drop shadowing, glow, and other effects to your theme.
Sorry for my ugly grammar.
rolleyes.gif
 

Isaiah

The Conductor
Member
Joined
Aug 24, 2008
Messages
522
Trophies
0
Location
Brisbane
XP
219
Country
... I wish you could customise the ds hardware... chck in 1gb of flash 1gb of ram better quality screens more colours for the ds etc...
 

SoulAnger

MENUdo's Developer
OP
Member
Joined
Jul 3, 2007
Messages
743
Trophies
0
Website
Visit site
XP
217
Country
Colors is not possible, but adding RAM Expansion is..
tongue.gif

I'm not gonna support it though, I dont like things that not all people could use.
 

Sarvesh50

Aye!
Member
Joined
Jul 7, 2008
Messages
936
Trophies
0
Age
30
Location
Netherlands
XP
392
Country
Netherlands
Jes that is ram and none homebrew does support slot 2 like coding is hard i know only this that i have an source somewhere not completed but i have it some where
 

anoNL

Active Member
Newcomer
Joined
Sep 27, 2008
Messages
32
Trophies
0
XP
55
Country
Netherlands
SoulAnger said:
[*]The DS got a crappy hardware for using alpha and resizing. You'll guys will see this when its out.
If you want per-pixel alpha blending you can hijack the 3d hardware, but it's a real pain.
[*]450 (?) kb limitation
I'm not sure what you mean...
[*]Sprites are BMP 8-bit only, it is because the DS can only show 8-bit / 256 colors in its screen.
No, sprites can be 16-bit colour (X1B5G5R5) -- you just need to set the "bitmap mode" bit in OAM
 

Slyde1052

Well-Known Member
Newcomer
Joined
May 28, 2008
Messages
82
Trophies
1
Age
42
Location
GB
Website
meettomy.site
XP
266
Country
Russia
I must say, this is truly impressive!

Will this masterful program be functional on a DSTT, perchance (I didn't read the entire thread, my apologies!)?

I can't wait to see this in its completed form!

Good show, sir!
 

SoulAnger

MENUdo's Developer
OP
Member
Joined
Jul 3, 2007
Messages
743
Trophies
0
Website
Visit site
XP
217
Country
anoNL said:
SoulAnger said:
[*]The DS got a crappy hardware for using alpha and resizing. You'll guys will see this when its out.
If you want per-pixel alpha blending you can hijack the 3d hardware, but it's a real pain.
[*]450 (?) kb limitation
I'm not sure what you mean...
[*]Sprites are BMP 8-bit only, it is because the DS can only show 8-bit / 256 colors in its screen.
No, sprites can be 16-bit colour (X1B5G5R5) -- you just need to set the "bitmap mode" bit in OAM

Thanks.
smile.gif

I'll see what i could do from the get-go.
biggrin.gif


As you guys could see from the medias i posted. The output are pretty damn fine considering this current limitations.

Edit:
menudoiconenhancerrw3.png

Heres a new skinning feature. It allows you to manipulate the game icons. This depends on your theme.

Heres the table of the effects:

No Effect -> Round Mask -> Round Mask + Reflection(logo overlay layer + alpha) -> Round Mask + Dropshadow(black overlay layer + shadow alpha) -> Round Mask + Ipod Button ( Black overlay layer + Incomplete Rounded rectangle)
|-> The same but with plastic / ipod / web 2.0 effect

Techniques for adding AA. (Not directly for MENUdo, details will be announced)
 

BakuFunn

Flameproof.
Member
Joined
Apr 6, 2007
Messages
1,174
Trophies
0
Age
33
Location
New York
Website
Visit site
XP
140
Country
United States
ugh, i hate spam.

Anyways, MENUdo is looking good.
Been following it since you announced it.

Love the fact you can create your own themes on the DS itself.

Im gonna have a hard time choosing between Dsision 2 and MENUdo.
 

mrSmiles

Dundunduuuun
Member
Joined
Oct 27, 2002
Messages
1,322
Trophies
0
Age
35
XP
397
Country
Canada
gbatemp and the second 360 skin that is in original post were the best imo.
I think menuDO clearly beats DSision2 and will wait for it to be released, can't wait.

Keep Up the awesome work SoulAnger
 
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Sonic Angel Knight @ Sonic Angel Knight: Or, I also heard that if you use flash memory, it can act as more "RAM" at least windows tell me...