Qhimm.com Forums
Miscellaneous Forums => Gameplay => Topic started by: Tobe_Continued on 2015-04-14 22:09:58
-
Hi everyone, i'm actualy colorblind, and i want create mod for change the green color of positive effect to blue, and other things about that.
I'm actualy new in the modding, and i want to know where can i find the file to change that and what program can i use for that.
If anyone know that, thanks for replying :)
-
I think that's a relatively easy change. All it would require is changing the palette colors in the appropriate battle file....
You'll want to change the fifth palette (palette 4h) in the btl_win_x files (10 files total). Those are located in the menu_XX.lgp file where XX is your country's region code. The information for unpacked TEX files is on the wiki (http://wiki.qhimm.com/view/FF7/TEX_format). I don't know what an acceptable LGP packer/unpacker is so maybe someone else can help there.
EDIT:
You'll want to modify the palette starting at 0x1EC in each file. I would start by reversing the green and blue values of each color in that palette and see how it looks.
-
thanks, i go to testing that :)