Lobo
Active Member
- Joined
- May 9, 2006
- Messages
- 527
Ultimate Doom shouldn't be called doom3.wad, it should be called doom.wad. It might not be running for you because you're trying to pass it two iwads at the same time.
If it's an iwad you want to run (doom.wad, doom2.wad or plutonia.wad for example) then all you need to do is specify this as the iwad in your .gpe script:
#!/bin/bash
./prboom -iwad doom.wad
sync
cd /usr/gp2x/
./gp2xmenu
Have you tried to run prboom as-is (i.e. using the default original PrBoom.gpe)? Did it work? If it did then it's possible that your script is failing because of case-sensitivity: make sure your files are named exactly as they appear in the script as this drove me nuts till I figured it out and renamed the damn files! Also, I assume you are doing this already but. you shuld also have the wads you want to run in the same place as the prboom.gpe (not in a sub-folder)
Let me know how it goes...
BTW, wads are platform independant: there is no such thing as a wad which only works in linux and not in windows or vice versa. However it is possible that the wad contains features specific to one port: for example a native zdoom wad would not run in prboom.
If it's an iwad you want to run (doom.wad, doom2.wad or plutonia.wad for example) then all you need to do is specify this as the iwad in your .gpe script:
#!/bin/bash
./prboom -iwad doom.wad
sync
cd /usr/gp2x/
./gp2xmenu
Have you tried to run prboom as-is (i.e. using the default original PrBoom.gpe)? Did it work? If it did then it's possible that your script is failing because of case-sensitivity: make sure your files are named exactly as they appear in the script as this drove me nuts till I figured it out and renamed the damn files! Also, I assume you are doing this already but. you shuld also have the wads you want to run in the same place as the prboom.gpe (not in a sub-folder)
Let me know how it goes...
BTW, wads are platform independant: there is no such thing as a wad which only works in linux and not in windows or vice versa. However it is possible that the wad contains features specific to one port: for example a native zdoom wad would not run in prboom.