Wolf3DExtract
Wolf3DExtract copied to clipboard
-pic extraction doesn't work.
spr and tex are working well but pic extraction generates very tiny images and distorted images.
Did you run the result through vga2ppm
with the --woven
option? By default vga2ppm
is equivalent to vga2ppm --linear
, which outputs the pixels in the same order they are given, but with some images you get these weird squares which need to be "woven" together for the lack of a better word. Call the program as vga2ppm --woven
instead.
@fabiensanglard Have you tried the command-line options as I have said?
Not yet I was sidetracked for a while...
I ran into the same issue as @fabiensanglard. Using the answer from @HiPhish, I was able to solve it: So it is verified that it works like a charm: I guess this issue can be closed.
I also proposed a pull request to add another shell script for automatically exporting all pics:
https://github.com/HiPhish/Wolf3DExtract/pull/3