Qhimm.com Forums

Final Fantasy 7 => Graphics => Support => Topic started by: satsuki on 2015-09-13 09:07:37

Title: [need help]Where to put the "seffect" battle png files in modpath ?
Post by: satsuki on 2015-09-13 09:07:37
Hello.
I'm working to upscale most of the game textures.
I'm doing the "in battle" texture right now.
I found and get working the "magic" files and the "battle scenes", the only part i can't get works is the 3 "seffect" file and the "rain7" file (originaly there are single .tex files in the "ff7\data\battle" folder)
Theses files seems to be used when you make a simple "attack" command on the enemy.

I anyone know where to put them ?

so far i tried:
"..\mods\mymods\battle\"
"..\mods\mymods\battle\ff7\battle\"
"..\mods\mymods\ff7\battle\"

thanks
Title: Re: [need help]Where to put the "seffect" battle png files in modpath ?
Post by: satsuki on 2015-09-13 12:53:41
spotted!
it needs to be in the root of the mod folder
Title: Re: [need help]Where to put the "seffect" battle png files in modpath ?
Post by: Toppanzoo on 2015-09-16 12:53:36
spotted!
it needs to be in the root of the mod folder

Great !!   I got the effect in battle screen when "summon" is used.
Title: Re: [need help]Where to put the "seffect" battle png files in modpath ?
Post by: Toppanzoo on 2015-12-08 09:58:18
I got an important message from Kaldarasha ;
http://forums.qhimm.com/index.php?topic=12836.msg233742#msg233742

He mentioned that the hierarchy of MOD path must keep the hierarchy of magic.lgp file and the other file placed in;
C:\Program Files (x86)\Square Soft, Inc\Final Fantasy VII\data\battle

As seffect1.tex, seffect2.tex, seffect3.tex is placed in the same level of magic.lgp in the folder;
C:\Program Files (x86)\Square Soft, Inc\Final Fantasy VII\data\battle
,then in the mod path "..\mods\mymods\
"magic" folder and seffect related png files must resides keeping the same "file level" as in the folder;
C:\Program Files (x86)\Square Soft, Inc\Final Fantasy VII\data\battle.
i.e.  MOD "magic" folder and other rain7_00.png, seffect1_00.png ...... seffect3_26.png(82 png files related with rain7.tex, seffect1.tex, seffect2.tex and seffect3.tex both shall be in;
 "..\mods\mymods\

Did I figure out the issue correctly ?