I want asking about characters locations for Blitz??
my question is how to change only GFX characters for skill not command Is this possible ?
my question is how to change only GFX characters for skill not command Is this possible ?
Where Blitz characters locations??
|
I want asking about characters locations for Blitz??
my question is how to change only GFX characters for skill not command Is this possible ?
Do you mean you have changed both font to Arabic already and Blitz input still show in English button GFX? I thought this would be in one on the two fonts you can modify with FF3usME but if the Blitz input have their own special font / GFX, I have no idea where this is...
Edit: My first guest would the small or big font: ![]()
Yes. as you can see blitz read characters from small font,
so i want add GFX A,B,X,Y,L,R to the player understands which buttons he presses. ![]() Edit: But I do not know where to search and blitz using small font ...
This is the table you need to change:
Code: Tile attributes for Blitz inputs Each entry is 2 bytes, first byte is font tile ID and 2nd byte "attributes" (not sure what this mean).. Maybe A and B are 0000 because the blitz input use those to confirm / cancel.. Let's say you draw a "X" in the small font in tile #FE, first byte would be FE. You'll have to test the 2nd byte, maybe use 20 like other letters. For the small font I don't remember if you can use free tiles below ID #78.
02-21-2018, 08:04 AM
(02-20-2018, 10:40 PM)madsiur Wrote: This is the table you need to change: thank you so much madsiur Task completed ![]() ![]() |
« Next Oldest | Next Newest »
|