i tried to extract resource from pop2
but image is not good
i used pr 1.3 version
and comand line
pr --resource=pop2.xml --export=resources *.dat
Latest version is 1.3.1 pre-release 2, but it also has the problem.Kumatetsu wrote:i used pr 1.3 version
The problem is that the palette resources for these images contain multiple concatenated palettes, and the bugged images would use the second or third palette.Norbert wrote: These files, ROOFTOPS/shap04171.bmp and ROOFTOPS/shap04350.bmp (in fact, all from shap04150.bmp - shap04352.bmp) seem to use an incorrect palette.
I don't know if this bug is easy to fix.
David may know more.
An ancient version already is.David wrote:Also, I guess it would be a good idea to upload the PR source to GitHub...
Thanks, I fixed it now (in my copy).Norbert wrote:In the Makefile, Linux requires some \ to be /, namely for .bitfield.o 5x and for .text.o 6x.
I'll look into that.Norbert wrote:After that I get an "XML parsing error (-14)", but maybe this is also related to paths (didn't look into it yet)?
Should I just upload the latest source as first commit, into a new repo in my account?Norbert wrote: An ancient version already is.
Better somewhere else though, since that one is part of the whole (outdated) Princed branch.
That's because the XML parser of PR can't parse opening tags without attributes.Norbert wrote:After that I get an "XML parsing error (-14)", but maybe this is also related to paths (didn't look into it yet)?
Makes sense, yes.David wrote:Should I just upload the latest source as first commit, into a new repo in my account?