Hacking Creating your own thumbnails for the EZ-Flash Omega firmware

Drumaster

Active Member
OP
Newcomer
Joined
Jun 15, 2018
Messages
38
Trophies
0
Age
43
XP
153
Country
France
Hello,

I wanted to write a very short and easy tuto to allow people to make their own thumbnails for their homebrew games/demos to use with the EZ-Flash Omega firmware. As the steps are very specific, I thought it deserves a quick guide about how to do it guys.
Thanks to kuwanger and EZ-Flash2 for their help on this BTW.

Prerequisites:
- Thumbnail pack downloadable at http://www.ezflash.cn/zip/IMGS.zip
- Photoshop (I use CC 2017 for instance). I could not find any other easy way to do it without Photoshop, sorry.
- GBA Tool Advance (GBATA): https://gbatemp.net/download/gbata-gba-tool-advance-0-7a.223/

----------------------------------------------------------------------------------------------------------------------------------------

First we need to convert your thumbnail in a specific BMP format that EZ-Flash Omega will accept (other format won't be accepted or displayed properly).

Open Photoshop and first resize the image by going into Image > Image Size and do the same as below:

image_size.jpg


Then we need to reverse Red and Blue value in Image > Adjustments > Channel Mixer like this:
channel_mixer_B.jpg
channel_mixer_R.jpg
channel_mixer_B.jpg



After that we're going to export the image in the proper BMP format, go to File > Save As and select BMP format and set the options this way:

bmp_options.jpg
bmp_options.jpg


An easy way to know if your file is incompatible with the Omega is to look at its size. It has to be exactly 19,256 bytes in the file properties (real size, not the one on your disk). If your file size is different, it should not work.


Now we're going to name correctly your thumbnail. Its name has to be the LAST 4 letters of the game serial id (you may encounter more than 4 letters) + 'bmp' file extension. To get the serial id of the game, open your GBA rom with GBA Tool Advance (GBATA):

game_serial.jpg
game_serial.jpg



The file has to be put in the folder structure shown below, using the first 2 letters of the game id:

folder_structure.jpg
folder_structure.jpg



So, for 'BTGE.bmp', put your file in /IMGS/B/T so it can be displayed through Omega menu.

Now just launch your GBA with your Omega and it should be displayed fine when selecting your game!

Here's an example:

20180704_203021.jpg
20180704_203021.jpg



Hope it will helps some of you to customize their thumbnails. :)

David
 
Last edited by Drumaster,

Localhorst86

Robert'); DROP TABLE members;--
Member
Joined
Jul 17, 2014
Messages
2,736
Trophies
1
Location
Nintendo works for my dad
XP
5,333
Country
Germany
A more reliable way to get the game serial is using a tool like gbata (avaliable here: http://www.no-intro.org/tools.htm) to display all information about the ROM.
2018-07-05 08_25_05-GBA Tool Advance (c)2003-2006 by coolhj.png


btw: *technically* you don't need a GBA or an EZ-Flash Omega to create the thumbnails. You only need those for using them :P
 
Last edited by Localhorst86,

Drumaster

Active Member
OP
Newcomer
Joined
Jun 15, 2018
Messages
38
Trophies
0
Age
43
XP
153
Country
France

Axel-MaV

Well-Known Member
Newcomer
Joined
Apr 9, 2008
Messages
49
Trophies
1
XP
823
Country
Brazil
Hello,
- Photoshop (I use CC 2017 for instance). I could not find any other easy way to do it without Photoshop, sorry.
I'm working on a tool to do this, currently is possible to create only one file at time, but I am implementing new features:

img.png
 

Attachments

  • EZΩ Thumbmaker_WIP.zip
    17.5 KB · Views: 512

Drumaster

Active Member
OP
Newcomer
Joined
Jun 15, 2018
Messages
38
Trophies
0
Age
43
XP
153
Country
France
I'm working on a tool to do this, currently is possible to create only one file at time, but I am implementing new features:

img.png
That's simply amazing, thanks. :)

This way, no need to have a Photoshop license anymore (I used the trial that is now expired...) and it's more convenient to use a very light dedicated tool as well, thanks. :)

EDIT: I can't test it anymore as I returned my Omega but I just saw that it gives thumbnails with a file size of 19,254 bytes instead 19,256 bytes, not a big deal here I guess though. But I also noticed the thumbnails given by your tool are a bit more blurry than with Photoshop. Did/can you use Bicubic Sharper (reduction) or something similar?
 
Last edited by Drumaster,

Axel-MaV

Well-Known Member
Newcomer
Joined
Apr 9, 2008
Messages
49
Trophies
1
XP
823
Country
Brazil
But I also noticed the thumbnails given by your tool are a bit more blurry than with Photoshop. Did/can you use Bicubic Sharper (reduction) or something similar?
Yes, I'm working on it now. Something like this GIF (the old blurry image to a new sharper image)?
Untitled1.gif
 

Shadow#1

Wii, 3DS Softmod & Dumpster Diving Expert
Member
Joined
Nov 21, 2005
Messages
12,345
Trophies
2
XP
8,005
Country
United States
Hello,

I wanted to write a very short and easy tuto to allow people to make their own thumbnails for their homebrew games/demos to use with the EZ-Flash Omega firmware. As the steps are very specific, I thought it deserves a quick guide about how to do it guys.
Thanks to kuwanger and EZ-Flash2 for their help on this BTW.

Prerequisites:
- Thumbnail pack downloadable at http://www.ezflash.cn/zip/IMGS.zip
- Photoshop (I use CC 2017 for instance). I could not find any other easy way to do it without Photoshop, sorry.
- GBA Tool Advance (GBATA): https://gbatemp.net/download/gbata-gba-tool-advance-0-7a.223/

----------------------------------------------------------------------------------------------------------------------------------------

First we need to convert your thumbnail in a specific BMP format that EZ-Flash Omega will accept (other format won't be accepted or displayed properly).

Open Photoshop and first resize the image by going into Image > Image Size and do the same as below:

image_size.jpg



Then we need to reverse Red and Blue value in Image > Adjustments > Channel Mixer like this:

channel_mixer_R.jpg
channel_mixer_B.jpg



After that we're going to export the image in the proper BMP format, go to File > Save As and select BMP format and set the options this way:

bmp_options.jpg


An easy way to know if your file is incompatible with the Omega is to look at its size. It has to be exactly 19,256 bytes in the file properties (real size, not the one on your disk). If your file size is different, it should not work.


Now we're going to name correctly your thumbnail. Its name has to be the LAST 4 letters of the game serial id (you may encounter more than 4 letters) + 'bmp' file extension. To get the serial id of the game, open your GBA rom with GBA Tool Advance (GBATA):

game_serial.jpg



The file has to be put in the folder structure shown below, using the first 2 letters of the game id:

folder_structure.jpg



So, for 'BTGE.bmp', put your file in /IMGS/B/T so it can be displayed through Omega menu.

Now just launch your GBA with your Omega and it should be displayed fine when selecting your game!

Here's an example:

20180704_203021.jpg



Hope it will helps some of you to customize their thumbnails. :)

David

um how did u make a thumbnail for another world as my header is this and i made a O/M folder and it didnt work

Ojw7oYm.png
 

V3L3N0

New Member
Newbie
Joined
Jun 8, 2021
Messages
1
Trophies
0
Age
31
XP
32
Country
Austria
WHat if 2 games have the same serial number? Like I have 2 rom hacks of Fire Red and they both have the same serial number..
 

Localhorst86

Robert'); DROP TABLE members;--
Member
Joined
Jul 17, 2014
Messages
2,736
Trophies
1
Location
Nintendo works for my dad
XP
5,333
Country
Germany
WHat if 2 games have the same serial number? Like I have 2 rom hacks of Fire Red and they both have the same serial number..
Then you're gonna have the same thumbnail for both games.

There are probably tools available that allow you to modify the serial for one of the games,
though.
 

Apple_Blossom

Member
Newcomer
Joined
Feb 8, 2022
Messages
6
Trophies
0
Location
sk
XP
37
Country
Canada
I'm working on a tool to do this, currently is possible to create only one file at time, but I am implementing new features:

Thank you so much for this! I used this to its fullest extent and my Gameboy Advance SP is so much better because of you!
 

Apple_Blossom

Member
Newcomer
Joined
Feb 8, 2022
Messages
6
Trophies
0
Location
sk
XP
37
Country
Canada
One key feature about the EZ Flash Omega that caught my attention was the ability to have box art displayed, as I find its way to nice of a feature to have when dealing with massive game collections, and was disappointed to see what was offered were only screenshots of the title screen, which aren't too helpful XD
So I looked high and low for another download pack, hoping a kind soul put one together but I was unable to track one down. I did however find this post, and the lovely download above. After many hours of eye-crossing converting, I have a box art pack here of almost all the USA box art, and many Japanese as well. Just replace the existing IMG folder with this one, and make browsing beautiful again! Enjoy everyone! <3 <3

EZ Flash Omega Box Art
 

timdmackey

Active Member
Newcomer
Joined
Jan 18, 2022
Messages
27
Trophies
0
Location
Vancouver, Canada
XP
183
Country
Canada
After many hours of eye-crossing converting, I have a box art pack here of almost all the USA box art, and many Japanese as well. Just replace the existing IMG folder with this one, and make browsing beautiful again! Enjoy everyone! <3 <3

EZ Flash Omega Box Art
This is AWESOME!! Thanks so much for doing this! I'm currently working on a new EZ Flash theme, and although it's not part of the theme itself, I had been thinking it would be nice to have actual box artwork rather than screenshots.

I'm guessing you built a tool to automate the process—how difficult it would be to output these again in the original box art aspect ratio, rather than stretched? Since I'm working on my own theme (which I plan to share here), I can reprogram the thumbnail display to handle the different image size.
 

NewHobbyWhoDis

Member
Newcomer
Joined
Jun 30, 2022
Messages
13
Trophies
0
Location
Bedroom
XP
80
Country
Canada
Finally got a working thumbnail for Another World!
Download link for the GBATA software wasn't working, but the second Google result for "gbata" did the trick. Cheers!
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Xdqwerty @ Xdqwerty:
    also gonna install twilight menu in my r4 flashcard
  • Psionic Roshambo @ Psionic Roshambo:
    One thing that just occurred to me.... The sound on the 2600 sucked less back then the harsh sound we hear now is from infinitely better speakers we have now, back when the 2600 was new speakers produced a almost muffled sound, like CRTs made old graphics look slightly better.
  • Psionic Roshambo @ Psionic Roshambo:
    I wonder if I could recommend that to some emulation devs that perhaps the sound could use some smoothing out to simulate those old TVs
  • Psionic Roshambo @ Psionic Roshambo:
    I think a few of the early systems could benefit from that, at least up to the 8 bit generation, by the 16 bit generation I think TVs had gotten a lot better in almost every way
  • Xdqwerty @ Xdqwerty:
    i dont have an sd card adapter but I have an usb sd card adapter
  • K3Nv2 @ K3Nv2:
    Old people games
  • Xdqwerty @ Xdqwerty:
    its not the one that comes with the r4
  • Xdqwerty @ Xdqwerty:
    doesnt work (my flashcard is from r4isdhc.com)
  • Xdqwerty @ Xdqwerty:
    might install ysmenu first
  • Psionic Roshambo @ Psionic Roshambo:
    Try Wood firmware
  • Psionic Roshambo @ Psionic Roshambo:
    For your R4
  • Psionic Roshambo @ Psionic Roshambo:
    It's old but it's the best firmware out for DS stuff
  • Xdqwerty @ Xdqwerty:
    it says it only works for the original R4, R4i Gold (r4ids.cn), R4iDSN (r4idsn.com) and Acekard R.P.G.
  • Xdqwerty @ Xdqwerty:
    nvm it does support mine
  • Xdqwerty @ Xdqwerty:
    but why choose it over ysmenu @Psionic Roshambo?
  • Xdqwerty @ Xdqwerty:
    bc im stupid?
  • Xdqwerty @ Xdqwerty:
    yea ik im stupid
  • Xdqwerty @ Xdqwerty:
    good night
  • Psionic Roshambo @ Psionic Roshambo:
    Just give it a try, but honestly if you have a 3DS you can play DS games without a card just off the internal SD card
  • Psionic Roshambo @ Psionic Roshambo:
    Slightly slower loading but a bit more convenient
  • BakerMan @ BakerMan:
    guys, my fuckin headphones have an out of place speaker
  • K3Nv2 @ K3Nv2:
    Did you try wearing them?
    K3Nv2 @ K3Nv2: https://youtube.com/shorts/eJV6GaIEgd4?si=ciLPnlhfd7XcrxQn