The final for school was a battleship game, and I thought since it could be a nice game to have on the panda I would try and pnd it up. The .jar file works fine with WizardStan's Java.pnd installed. The problem I'm having is trying to create the .pnd. I have tried in Windows 7 with PndTools, and then in Linux with the pnd_make.sh, and neither created a working file. I would preferr a linux solution, so here is my setup.
I copy the .jar, .xml, icon.png, screenshots.png, and the run.sh file into a directory. I then run the pnd_make.sh like ( the sh prefix is because its on a NTFS formated external hard-drive )
sh ./pnd_make.sh -d test -i ./test/Icon.png -x ./test/PXML.xml -p Battleshipv14.pnd -c
which reports that it made a valid pnd, but none have worked when transferred to my panda.
I have tried the suggestions from this site
http://www.pandoralive.info/?p=787
without success also.
The contents of my run.sh is
java -jar GameBattleshipPandora.jar
which works when called from my home comp.
The PXML.xml was created by PndTools.
Any help is appreciated, as its been a couple days fighting with this, and as you can see at least 14 versions of a non-working pnd. Thanks in advance. If I forgot to state anything let me know.
I copy the .jar, .xml, icon.png, screenshots.png, and the run.sh file into a directory. I then run the pnd_make.sh like ( the sh prefix is because its on a NTFS formated external hard-drive )
sh ./pnd_make.sh -d test -i ./test/Icon.png -x ./test/PXML.xml -p Battleshipv14.pnd -c
which reports that it made a valid pnd, but none have worked when transferred to my panda.
I have tried the suggestions from this site
http://www.pandoralive.info/?p=787
without success also.
The contents of my run.sh is
java -jar GameBattleshipPandora.jar
which works when called from my home comp.
The PXML.xml was created by PndTools.
Any help is appreciated, as its been a couple days fighting with this, and as you can see at least 14 versions of a non-working pnd. Thanks in advance. If I forgot to state anything let me know.
Last edited by a moderator: