Author Topic: PC - FF7 LGP Loader  (Read 1153 times)

Gromtar

  • Fast newbie
  • *
  • Posts: 12
    • View Profile
PC - FF7 LGP Loader
« on: 2011-08-19 16:31:14 »
Hiho,

Sorry my English is not so good but i try my best an hope you guys understand me ^^

Yesterday i had an idea for a tool and for this idea i have to load the ff7 lgp files in to the memory.
So i wrote a little dll to do the job.

It has just a few functions to load the lgp in to the memory but if some one want to test it i Uploaded it here gromtars_lgp_loader
I wrote it in PB (PureBasic) so the test source file is in pb but it should work in each language that can load dll's
« Last Edit: 2011-08-19 17:05:35 by Gromtar »

FFFreak

  • Fast newbie
  • *
  • Posts: 40
    • View Profile
Re: PC - FF7 LGP Loader
« Reply #1 on: 2011-08-19 17:03:18 »
Just out of curiosity from a noob, what would this do?

Gromtar

  • Fast newbie
  • *
  • Posts: 12
    • View Profile
Re: PC - FF7 LGP Loader
« Reply #2 on: 2011-08-19 17:14:54 »
You can open the lgp archive and load the files in the archiv direct in to the memory to work with them.

I need this for a little tool, and with a dll it is just faster to implement if i need it again.

Vgr

  • No life
  • *
  • Posts: 1536
  • Making noise since 2011
    • View Profile
Re: PC - FF7 LGP Loader
« Reply #3 on: 2011-08-19 17:20:06 »
You know that there is already Aali's LGP tools that anyone should use, right?

Gromtar

  • Fast newbie
  • *
  • Posts: 12
    • View Profile
Re: PC - FF7 LGP Loader
« Reply #4 on: 2011-08-19 17:52:02 »
Hm as far as i know does Alis LGP tool extract the files, or recreate a archiv.

But if i just want to read data from the archiv i dont need to extract all the file just holding the needed files in the memory is enougth.
Therefor i wrote this little dll to get access to all the files in the lgp without extracting them on hd.

Vgr

  • No life
  • *
  • Posts: 1536
  • Making noise since 2011
    • View Profile
Re: PC - FF7 LGP Loader
« Reply #5 on: 2011-08-19 18:35:18 »
Highwind can do this.