This time, good news for people who want to run PS2Doom from memory cards:
Now the .WAD file is loaded from the same directory ps2doom.elf resides, so this avoid the mess of having files at the root of USB storage devices. As a consequence, the files can be entirely placed at memory cards. USB storage devices are still supported, of course.
Currently, HDD is not yet supported. To detect the device name and full path of ps2doom.elf I just parse the main’s argv[0] string. It seems that when launching from HDD using uLaunchELF, the device name appears as “host:”… So I’m not sure on how to detect when ps2doom is executed from HDD. Any help?
I believe HDD support will be added along with a config file where would be listed all the .WAD paths to feed a WAD selector.
Another feature added :
– The Quit option menu now boots back to the OSD PS2 Browser
Get it: ps2doom_v1030
Next stop: Strafe support.
May 1, 2009 at 8:31 pm |
Great work!
But there’s one problem. The save folder appears in the memory card browser as corrupted data due to there being no icon for it. If you gave an icon (no matter what) it wouldn’t have this problem. Could you please implement an icon, no matter what you want to use?
May 2, 2009 at 11:03 am |
Hi,
I may look at it, after doing the strafe support.
This is not a real problem.
cheers
May 2, 2009 at 8:52 am |
[…] menu now boots back to the OSD PS2 Browser Quelle: Playstation 2 – TehSkeen Offizielle Webseite: PS2Doom v1.0.3.0 PS2 Homebrewing Angehängte […]
May 8, 2009 at 10:41 am |
So, I download this, and just put it strait onto a CD and it runs?
Or is there other things I need for it? Such as the DOOM files from the PC version?
-Matt
May 8, 2009 at 12:58 pm |
CD is not supported since there is no WAD selector yet… You can run it from memroy card, USB storage or the host: device. There is a readme file in the archive, please refer to it for details.
May 9, 2009 at 2:03 am
Should this just run on a USB with the doom .wad?
Or do I need a special operating system on my PS2?
I’ve looked at uLaunchELF, but can’t figure out what it is…
May 9, 2009 at 4:20 am |
Add:
Is it an operating system for the PS2 or is it a launching app that can run off of a CD/DVD?
May 9, 2009 at 3:30 pm |
uLaunchELF is a launch app, not an OS. I can use it to launch PS2Doom.elf or any other PS2 executable. Refer to http://www.psx-scene.com/ for me info.
May 9, 2009 at 7:31 pm |
I couldn’t get it to load a wad from my mc, it wouldn’t detect the file…I tried loading it from my BOOT folder and that didn’t work so I tried it in the ROOT of the memory card and it still won’t load unfortunately 😦
May 9, 2009 at 9:37 pm |
What is the wad file name? Remember the filename should be in lower case… For example: doom1.wad, not DOOM1.WAD (maybe it would a good thing to make ps2doom case insensitive…)