craftablescience / VPKEdit

A CLI/GUI tool to create, read, and write several pack file formats.
https://developer.valvesoftware.com/wiki/VPKEdit
MIT License
251 stars 19 forks source link

Can't open .FPX files. #114

Closed mrwallace888 closed 8 months ago

mrwallace888 commented 8 months ago

Describe the Bug

Was wanting to extract stuff from that old game Tactical Intervention. I saw that .FPX support was added to this for 4.1, but when attempting to open any of the files, it just says "Unable to load this file. Please ensure that a game or another application is not using the file."

To Reproduce

  1. Open VPKEdit.
  2. Select any of Tactical Intervention's .FPX files or _fdr.FPX.
  3. Profit(?)

Operating System

Windows 10 Pro

craftablescience commented 8 months ago

I'm really stupid, FPX files are very similar to VPK files and it's trying to use the VPK parser. Sorry about that!

craftablescience commented 8 months ago

Update to 4.1.2, it should work now