Author Topic: [FF7] LGP Loader (2011-08-19)  (Read 6042 times)

Gromtar

  • *
  • Posts: 12
    • View Profile
[FF7] LGP Loader (2011-08-19)
« 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: 2014-07-17 20:42:57 by Covarr »

FFFreak

  • *
  • 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

  • *
  • 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

  • Global moderator
  • *
  • Posts: 2163
  • If it quacks like a duck, it must be a duck
    • 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

  • *
  • 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

  • Global moderator
  • *
  • Posts: 2163
  • If it quacks like a duck, it must be a duck
    • View Profile
Re: PC - FF7 LGP Loader
« Reply #5 on: 2011-08-19 18:35:18 »
Highwind can do this.