Akai said:Hi everyone,
I have a GP2X Wiz and so far, I couldn't play doom using PWADs.
Does anyone know if there is a homebrew for the Wiz that runs doom and accepts PWADs?
Thank you!
#!/bin/sh
./prboom -config prboom.cfg -iwad doom2.wad > prboom.log.txt 2>&1
sync
cd /usr/gp2x/
./gp2xmenu
#!/bin/sh
./prboom -config prboom.cfg -iwad doom2.wad -file your_pwad_file_here.wad > prboom.log.txt 2>&1
sync
cd /usr/gp2x/
./gp2xmenu
Akai said:Thank you very much jcom and Neil!!
It works!
fett42 said:Akai said:Thank you very much jcom and Neil!!
It works!
Feel free to share any working pwads you find. I've tested a lot of WAD files, the ones I posted in that other topic were the best out of the ones I found working. There was a cool Batman Doom conversion I found, but sadly it didn't appear that there was any way to get past the first level, at least not on the Wiz. Plus some of the character animations were messed up.
Pickle said:try adding
echo 2 > /proc/cpu/alignment
there are misalignments in prboom