Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unpacking a dat in the same directory as the tool create the output folder at the root of the drive #4

Closed
gabfv opened this issue Mar 26, 2017 · 2 comments

Comments

@gabfv
Copy link

gabfv commented Mar 26, 2017

Hi,
I've found a relatively minor bug.

I copied the tool in my installation folder for MGSV:TPP, under master/:
D:\Steam\steamapps\common\MGS_TPP\master

I opened a cmd prompt in that folder (using shift+right click, open command window here).
I tried the unpack the data1.dat file by using this command:
GzsTool.exe data1.dat
It looked like this in the cmd prompt:
D:\Steam\steamapps\common\MGS_TPP\master>GzsTool.exe data1.dat

However, it unpacked the files in a folder directly at the root of the drive, which was:
D:\data1_dat\

I believe it should unpack the files directly in the same folder, like this:
D:\Steam\steamapps\common\MGS_TPP\master\data1_dat

I also found a workaround, somehow, moving the current working directly to the parent folder so the command is executed like that:
D:\Steam\steamapps\common\MGS_TPP>master\GzsTool.exe master\data1.dat
It unpacked the files in what should be the correct folder:
D:\Steam\steamapps\common\MGS_TPP\master\data1_dat

@Atvaark
Copy link
Owner

Atvaark commented Mar 26, 2017

Thanks for the report.

Turns out I fixed this in my local repository about a year ago and didn't push it to Github.

I pushed the commit and a tag just now and a fixed release will be available soon. Please check if it is fixed. (I can't test it right now as I don't have MGSV installed.)

@gabfv
Copy link
Author

gabfv commented Mar 26, 2017

Thanks, it actually works correctly now!

@gabfv gabfv closed this as completed Mar 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants