Hello aluigi...
can you help me to export and import this .pftxs?
format: pftxs
Game: Metal Gear Solid V: Ground Zeroes
Engine Version: Fox Engine 1.5
Comp-type: not compressed
Extension;
PSUB = .psu
FTEX = .ftex
Link: http://www.mediafire.com/file/ec8g2dkca ... s.zip/file
pftxs (Fox Engine 1.5)
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: pftxs (Fox Engine 1.5)
http://aluigi.org/bms/fox_engine_pftxs.bms
Basically the script dumps the referenced ftex and the chunks in the subsequent PSUB data.
Basically the script dumps the referenced ftex and the chunks in the subsequent PSUB data.
-
- Posts: 416
- Joined: Sat Sep 15, 2018 5:22 am
Re: pftxs (Fox Engine 1.5)
aluigi wrote:http://aluigi.org/bms/fox_engine_pftxs.bms
Basically the script dumps the referenced ftex and the chunks in the subsequent PSUB data.
Fix file names: Download fox_engine_pftxs.bms Fixed name
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: pftxs (Fox Engine 1.5)
So basically a patch like:
Isn't better to have the ftex/psub files in one folder for each files rather than N sparse files?
Code: Select all
18c18
< string FNAME p "%s/ftex" NAME
---
> string FNAME p "%s.ftex" NAME
30c30
< string FNAME p "%s/psub/%d.dat" NAME x
---
> string FNAME p "%s.%d.ftex" NAME x