YesNoOk
avatar

stage select thumbnail (Read 439 times)

Started by kusu, October 19, 2010, 10:18:13 am
Share this topic:
stage select thumbnail
#1  October 19, 2010, 10:18:13 am
  • **
how do I put thumbnail preview during stage selection?after selecting characters
Re: stage select thumbnail
#2  October 19, 2010, 10:57:01 am
  • ****
  • Hey look! It's Dat Kof Guy!
    • South Africa
    • sinhra.com
You need a special font for that.
Re: stage select thumbnail
#3  October 19, 2010, 12:04:45 pm
  • **
any tutorials? :'(
Re: stage select thumbnail
#4  October 19, 2010, 12:19:17 pm
  • ****
  • Hey look! It's Dat Kof Guy!
    • South Africa
    • sinhra.com
Nope, none were made, although its actually pretty simple to do it.
Re: stage select thumbnail
#5  October 19, 2010, 01:42:35 pm
  • **
so do you know how or what font it is??
Re: stage select thumbnail
#6  October 19, 2010, 01:58:53 pm
  • ******
  • all is love in fair and war
series of small screencaptures of said stages, next to each other in fnt format, just like when you make font but instead put series of those small screencaps, so
"a" would mean this stage, "b" that stage, "c" that yet other stage and so on, till all the character in your font used.
Re: stage select thumbnail
#7  October 19, 2010, 03:40:04 pm
  • **
thx i really need more ideas to come or some screenshots on how to do it and how to make my own font??
Re: stage select thumbnail
#8  October 20, 2010, 01:10:15 am
  • ******
  • all is love in fair and war
get a font editor program.

make a screenshots of your stages, scale down the screenshots into a uniform thumbnail size, make a new blank file, put the screenshots next to each other in one line, try to maintain hard edges avoid antialiasing (by using "nearest neighbor" when resizing)

change mode to indexed, give base color palette on the bottom right corner as usual
save it as pcx

open the pcx in font editor or font factory
then specify the height and width of each character in your case each screenshot
let say your screenshot is scaled to 80x60 pixels

then you have to write down a list like this:
[Map]
A 0 80           > means character "A" start in pixel 0 from the left, and font width 80
B 80 80
C 160 80
D 240 80
E 320 80

and so on for every letter uppercase, lowercase, number, other character ?!#$%^&*()

so if in the screenpack you use that font, and you type "A" then it will show the 1st screen capture, and so on
but there must be a code to link them with the stage selection so it will change everytime you browse over each stage, I don't make screenpack so other people know that better.
Last Edit: October 20, 2010, 01:20:48 am by Kyojuu Tokusou Navetsea
Re: stage select thumbnail
#9  October 21, 2010, 08:17:24 pm
  • ***
    • USA
    • presleybright.bandcamp.com
get a font editor program.

make a screenshots of your stages, scale down the screenshots into a uniform thumbnail size, make a new blank file, put the screenshots next to each other in one line, try to maintain hard edges avoid antialiasing (by using "nearest neighbor" when resizing)

change mode to indexed, give base color palette on the bottom right corner as usual
save it as pcx

open the pcx in font editor or font factory
then specify the height and width of each character in your case each screenshot
let say your screenshot is scaled to 80x60 pixels

then you have to write down a list like this:
[Map]
A 0 80           > means character "A" start in pixel 0 from the left, and font width 80
B 80 80
C 160 80
D 240 80
E 320 80

and so on for every letter uppercase, lowercase, number, other character ?!#$%^&*()

so if in the screenpack you use that font, and you type "A" then it will show the 1st screen capture, and so on
but there must be a code to link them with the stage selection so it will change everytime you browse over each stage, I don't make screenpack so other people know that better.

+1

Thank you so much!   :sugoi: