Author Topic: [need help]Where to put the "seffect" battle png files in modpath ?  (Read 4029 times)

satsuki

  • *
  • Posts: 790
    • View Profile
    • My softs (french only)
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

satsuki

  • *
  • Posts: 790
    • View Profile
    • My softs (french only)
spotted!
it needs to be in the root of the mod folder

Toppanzoo

  • *
  • Posts: 70
    • View Profile
spotted!
it needs to be in the root of the mod folder

Great !!   I got the effect in battle screen when "summon" is used.

Toppanzoo

  • *
  • Posts: 70
    • View Profile
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 ?