Author Topic: Importing .png files  (Read 2723 times)

FeliX Leonhart

  • *
  • Posts: 259
    • View Profile
Importing .png files
« on: 2010-11-13 10:16:29 »
How can I import png files to the game, and how does the external textures folder work?

pyrozen

  • *
  • Posts: 791
  • Team Avalanche Member
    • View Profile
Re: Importing .png files
« Reply #1 on: 2010-11-13 15:34:29 »
turn on the show_missing_textures feature of the custom driver, then start up your game. Go to the area you want to find a texture for and just kinda run around. If it is a battle area, get into a fight in the proper area. Now exit the game, and open the file called APP.LOG found in /ff7. Scroll down and you will see missing texture warnings, these give you the proper filepath you will need to place your PNGs into. The filename of your PNG must also match the filename of the original .TEX file.


FeliX Leonhart

  • *
  • Posts: 259
    • View Profile
Re: Importing .png files
« Reply #2 on: 2010-11-13 15:58:57 »
thanx, exactly what needed=)

sl1982

  • Administrator
  • *
  • Posts: 3764
  • GUI Master :P
    • View Profile
Re: Importing .png files
« Reply #3 on: 2010-11-13 16:14:01 »
Dont forget to turn on modpath as well