Menus

  • Thread starter Thread starter sl1982
  • Start date Start date
Status
Not open for further replies.
I think it's good so far. But I really would like to see timu sumisu's magic in the original font.
Maybe we can have the original high-res'ed with no pallete issues.
 
Well ultimately I want to get palettized fonts working. Sent a pm to aali to see if he can help me get the png texture replacement thing working. Hex editing files is not something im familiar with.

I think it's good so far. But I really would like to see timu sumisu's magic in the original font.
Maybe we can have the original high-res'ed with no pallete issues.
And I think we should let timu work on his awesome model for the game and leave this to someone who cant model  :-P
 
@sl1982

yeah I know that. I'm liking ur font swaps already.
I'm just the kind of guy who don't want to get out of the originality of the game.
Also, I'm not asking timu to do it, he offered himself to it.

well, provide me with the original font sheet, i could do a vector trace and output it at any resolution you want, you could do the rest  (putting it in game)
however it depends what you want, if you just want a different font, do a swap, but if you want a direct improvement on the original (just curving out that AA'd bends in letters) i can do that fairly quickly
at the end, would not be bad to have 2 options in the mod:
- ff7 hi-res "type in yout font here" font
- ff7 hi-res original font

ur mod can even have more options of fonts. For all tastes!  :-)
 
Well i think ive gone as far as I can with this until i get some palettized images going. The main problem is when doing the text in hi res it screws up a bunch of other things like pointers and materia and what not. Even just making the textures bigger and then inserting them back into the lgp screws with the palette even if you dont touch anything else. Might be a photoshop issue, not sure. But as it stands it screws up too much stuff for it to be a useful mod.
 
I once modified some battle textures and got screwed pallete. To fix it I had to edit the images with paint and after that modify some hex values from the modified .tex to fix the pallete... managed to make it work but I don't remember quite well what I've did to fix the pallete. Anyway, I only remember it was a pain to do it.
 
Well at the moment im clueless when it comes to hex editing. It all looks greek to me. Bah this sucks
 
There's no tool that can do this yet, but you have to put a special marker at the beginning of the pixel data in the .tex file.

Specifically, the first 3 bytes of the pixel data must be "EXT" followed by a name. This name will be used to find a png file in the textures/ directory, based on the following template: <name>_<palette index>.png
Anyone know where the beginning of the pixel data is? The wiki just says it varies.
 
Hey SL1982, your work looks great!

Once you finish updating all the characters (I can see in one of your screenies that the parentheses are still at the default) and you solve the discoloration issues, I'd love to see a release!
 
Last edited:
All in due time my friend. There is still alot of stuff to figure out before i will consider this worthy of a release.
 
Woot i figured it out. Lots of trial and error but it seems to be working. Have 4 png's for the one tex file. Im assuming these are for the different palettes. Also aali if you see this it seems the png insertion ignores the black = transparent
 
Well of course it does, a png doesn't have a colorkey flag.
However, with a png you can just set the alpha to 0 (this is always transparent, even if blending is off)

Here's a list of which palette corresponds to which text color:

Code: [Select]
Code:
enum text_colors{ TEXTCOLOR_GRAY = 0, TEXTCOLOR_BLUE = 2, TEXTCOLOR_RED = 4, TEXTCOLOR_PINK = 6, TEXTCOLOR_GREEN = 8, TEXTCOLOR_LIGHT_BLUE = 10, TEXTCOLOR_YELLOW = 12, TEXTCOLOR_WHITE = 14,};
 
Im sorry aali. Im new to this stuff and i really have no idea about image formats. If i ask a stupid question just ignore it.
 
upload the original text file and send to me, and i'll have a highrez version in no time.
 
You can just grab them from your menu_us.lgp file.

usfont_a_h.tex
usfont_b_h.tex
 
Oh btw if anyone is interested in redoing some of the art for the game that is in the menu's that would be awesome let me know (eg hand for cursor, limit break bars, etc)
 
Oh btw if anyone is interested in redoing some of the art for the game that is in the menu's that would be awesome let me know (eg hand for cursor, limit break bars, etc)
...the hand must stay!!  :-o
 
Status
Not open for further replies.
Back
Top