09-04-2016, 05:35 AM
Here you go, sorry for the delay.
Right now it just works as I said, it converts the files in the chosen folder using a file ending with "00_00.hpl" in the same folder (I just noticed a small bug that makes it the last instead of the first but ideally you should only have one anyway). Because I am now able to read and understand C code and hence the source of exah3pac, I plan to make this a general HIP conversion tool down the line, but for now it just works like this.
But anyway yeah, tell me if you have any issues.
Code:
Usage: hip2png inDir outDir
inDir: A folder containing the .hip files to convert
outDir: The folder to save the converted files to
Right now it just works as I said, it converts the files in the chosen folder using a file ending with "00_00.hpl" in the same folder (I just noticed a small bug that makes it the last instead of the first but ideally you should only have one anyway). Because I am now able to read and understand C code and hence the source of exah3pac, I plan to make this a general HIP conversion tool down the line, but for now it just works like this.
But anyway yeah, tell me if you have any issues.