gszabi99
gszabi99
``` D:\WarThunder\datamine\GitHub repo\War-Thunder-Datamine>git remote -v origin https://github.com/gszabi99/War-Thunder-Datamine.git (fetch) origin https://github.com/gszabi99/War-Thunder-Datamine.git (push) ``` Thank you, so it's origin in my case. > You might have to if you have several remotes...
Thank you for the lengthy explanation. So I believe the example you gave here is going to work for me, as I only upload them to GitHub and I'm the...
Yes, I was perplexed as well. I have no idea what caused it, we shall see if it's also going to happen next time.
I use ImageMagick's mogrify tool, and I don't think I have such an option.
Nope, it doesn't want to work. Many dds files were not converted by this, while with the `-format png` I used earlier, they were. For example the entirety of the...
Same result with `-format png -define png:exclude-chunk=date`. Lots of missing pngs.
> You tried that IM option? It works. > Master branch without latest commits, try to add `git push origin master` after last line, maybe it will fix this issue....
`MOGRIFY -format png -define png:exclude-chunk=date "D:\WarThunder\datamine\monitor\atlases.vromfs.bin_u\medals\*.dds" > NUL` in a batch script.
`Version: ImageMagick 7.0.10-6 Q16 x64 2020-04-06` Maybe this could be the problem?
Oooooookay, this problem runs waay deeper than I ever imagined. Tried to manually go through the steps, and of course I ran into a problem. Using the wt-tools_windows-2019/ddsx_unpack.exe (v0.2.2.2), it...