Forum: PS3 Emulator Scene - Topics relating to the usage of emulators on your PS3 console to enable playing of old-school console games! Discussion of downloading or trading in dump'ed ROM's of these old-school games is NOT allowed!

User Tag List

Thread: Release: PS3 DOOM
  

Page 1 of 14 1 2 3 11 ... LastLast
Results 1 to 10 of 134
  1. #1 Release: PS3 DOOM 
    The Central Scrutinizer's Avatar
    The Central Scrutinizer is offline PSX-SCENE Admin Bot
    Join Date
    Jul 2002
    Posts
    2,603
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    4 Thread(s)
    Likes Given
    0
    Likes Received
    262


    v4 released, changes:

    • Scaling is done using the RSX now so 1080i/p is no longer slow (and triangle button no longer forces 720p because I don't think it's needed anymore). 480p and 576p screenmodes are also supported now. 480i and 576i should work too but I can't test them at the moment.
    • Press the CIRCLE button when in game (whenever the menu is not active) to cycle gamma correction levels, equivalent to pressing F11 in the PC game.
    • plutonia.wad DEMO3 / MAP12 should no longer crash.
    • Selecting quit game from the menu should no longer crash.
    • Better weapon cycling: proper order and it's demo compatible now, which is important later when the launcher allows you to record demos. (code taken from Chocolate Doom ;-)


    Coming next: better launcher (PWADs finally), improved options menu (so that you can reconfigure the controls, adjust the screen position/size in case your TV/monitor overscans too much or something, etc.), music, finally enable saving games & config, ...

    Btw. if you haven't noticed yet: You can adjust sensitivity for the right stick (turning) by adjusting "mouse sensitivity" from the options menu.

    ---

    v3 is now out. Sound effects should work pretty much perfectly now, there's a simple launcher that will allow you to select an IWAD if you have multiple ones available (no PWADs yet, and the launcher menu only lists the first 10 IWADs it finds which can happen if you have duplicates of them on different storage devices) and in case an error happens after graphics have been initalized, you'll see the error message on screen. (not just via ethernet debugging if enabled).

    I also switched the license to GPLv2 now (the DOOM source is available both under GPL and under another license that basically disallows any commercial use of the work, but allows you to withhold your sources). I had no intention to not release sources anyway, and this allows me to use code from other GPL'd ports. The 720p scaler in use now is from Chocolate Doom (though adapted to work with true transparencies instead of faking them with palette lookup tables) and 1080i/p is done using a similar idea.

    v3 supported screenmodes: 1920x1080 and 1280x720. 640x480 and 720x576 STILL DO NOT WORK. Sorry! If you want to force 720p mode when you have 1080i or 1080p available, hold TRIANGLE immediately after you select PS3DOOM's icon from XMB and keep it held down until the launcher WAD menu appears. This is a workaround until I can figure out a way to query available video modes using PSL1GHT. I don't just want to assume a particular mode is available, and PSL1GHT's videoTest example just selects the same mode XMB is running in, which is always the highest resolution available.

    You may want to force 720p because the scaler in 1080i/p is a bit slow. ;-)

    I also changed the controls to analog now.

    -----

    Hi, now that legal development tools are available, I thought I'd start porting the classic game DOOM for the PS3!


    It took a little while to get it to start up at all (without any graphics, sound, input...pretty much nothing except debug output to the Ethernet port), mainly due to some 64 bit vs. 32 bit issues (endianness issues were already given some thought in the source!).

    Right now it only runs in 1920x1080 because the upscaler (the game still renders in 320x200) is hard-coded for this. I set the resolution info in PARAM.SFO correctly so that XMB will not even let you launch it unless you have 1080i or 1080p selected as a supported mode in display options. The controls are also hard-coded and it has no music yet, but because this version is already quite playable (I just played through the whole shareware episode using it) I thought I'd upload it. "Release early, release often" you know. ;-) The 35Hz timer the game requires is implemented using a separate thread that just does usleep(1000000/35); ticker++; all the time because PSL1GHT seems not to have any support for the Cell OS Lv-2 timer syscalls yet (except for sleep & usleep). Timing seems to work OK like this though.

    To use this, download the PKG (link later in this post) and install it using "Install package files". Then copy a supported DOOM IWAD to the game's directory (/dev_hdd0/game/DOOM00666/USRDIR/) OR put it on a USB drive (or on a CF/SD/MMC/MS memory card if you have an early PS3 that has the integrated card readers) under /ps3doom/. Then you just launch the game from the XMB icon and it should work.

    The hardcoded controls are:

    • D-PAD: Navigate menus.
    • LEFT STICK: Move your character.
    • RIGHT STICK: Turn your character.
    • START: Bring up or exit the menu.
    • SELECT: Bring up or exit the auto-map. (while in game)
    • L1/R1: Strafe left/right.
    • L2: Use button. (open doors, activate lifts, exit the intermission screen, etc.)
    • R2: Attack button.
    • CROSS: Select an option from the menus.
    • CIRCLE: Go back to the previous menu / change gamma correction setting.
    • SQUARE: Use for YES in menus and cycle to previous weapon in game.
    • TRIANGLE: Use for NO in menus and cycle to next weapon in game.


    Yeah no analog support yet, sorry about that! I am probably going to add fully customizable controls including USB keyboard/mouse support later when I get around to adding some kind of a launcher for the game. The launcher will also allow you to put multiple IWADs in your WAD directory and select one of them, load PWADs, etc. Right now that's not possible. ;-)

    I also already know that the aspect ratio is a bit off (not quite 4:3 as it should be), so don't bother reporting that. This will be fixed later when I get around to adding scaling using the RSX. BTW. before you ask: I will probably not even attempt to add true high-res or wide-screen support, instead I'll probably try porting prboom+ (which has both already well implemented) in the future. I am also not interested at all in hardware accelerated DOOM. Just take a look at any of the accelerated DOOM ports for the PC or even Carmack's official iPhone port. The lighting is totally wrong in all of them (way too bright and uniform) unless perhaps you're playing a map specifically designed for them. However, if it turns out that prboom+'s software renderer can't run in 1080p with adequate speed on the PPU alone, I don't think attempting to offload some of the work to the SPUs is totally of the question then. ;-)

    I also know that saves don't work yet, that changing the screen size from the options menu crashes and that there is no way to enter cheats yet, and that order for cycling the weapons is not quite what you'd expect (it uses the internal ordering of the game which goes like this: fist, pistol, shotgun, chaingun, rocket launcher, plasma, bfg, chainsaw, super shotgun).

    You must quit the game from the game's own menu, not from XMB. Otherwise Lv-2 will crash and reboot. AFAIK this is a bug in PSL1GHT and not my own fault, but feel free to tell me if I'm wrong.

    Anyway, here are the download links:

    Binary PKG: http://taateli.fi/ps3doom/ps3doom_v004.pkg
    v4 Source: ]http://taateli.fi/ps3doom/ps3doom_v004_src.zip

    The source is a mess, yes, and there are probably some stupid things in there. But that was the case even before I touched it at all. ;-)

    Supported IWADs:

    doom2.wad (DOOM 2: Hell on Earth)
    doom.wad (The Ultimate DOOM or regular registered DOOM)
    plutonia.wad (Final DOOM: Plutonia Experiment)
    tnt.wad (Final DOOM: TNT - Evilution)
    doom1.wad (shareware DOOM)

    Use the latest versions (v1.9) of IWADs only or don't complain if something breaks. Especially the earliest versions of DOOM 1 are problematic.

    edit: forgot one more thing: The filenames are case sensitive, so rename your IWAD to all lowercase if necessary ("doom2.wad", not "DOOM2.WAD").
    Last edited by xttl; 11-30-2010 at 12:18 AM. Reason: v0.04
    Reply With Quote  

  2. #2  
    Join Date
    Aug 2010
    Location
    Flint, Michigan
    Posts
    629
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    2
    Likes Received
    8
    I friggin' LOVE DOOM!

    You're way out of order with this homebrew though . I waited forever for this. The released homebrew for ANY system is supposed to be:

    First: Pong
    Second: DOOM
    Third: Emulators and everything else

    Great Job man. I really mean it. I'm only kidding about the order .
    Reply With Quote  

  3. #3  
    Hopshock is offline Member
    Join Date
    Sep 2010
    Posts
    57
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    I thought it was Doom then Quake then Pong?
    Reply With Quote  

  4. #4  
    xttl is offline Registered User
    Join Date
    May 2008
    Posts
    26
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Last edited by garyopa; Today at 04:44 AM. Reason: SpellCheck, Attachements, SceenShot, Front Page It!
    The controls list in the edited post seems to be broken at least on my browser now. Also, I think hardcoded and upscaler are usually written without the hyphen. ;-) But I am not a native English speaker so I could be wrong.
    Reply With Quote  

  5. #5  
    Join Date
    Aug 2010
    Location
    Flint, Michigan
    Posts
    629
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    2
    Likes Received
    8
    Quote Originally Posted by Hopshock View Post
    I thought it was Doom then Quake then Pong?
    Yeah... I think you're right. Oh well, it's here at last. I won't be able to test this until tomorrow night, so let us know how it runs.
    Reply With Quote  

  6. #6 Talking  
    CommissarDS's Avatar
    CommissarDS is offline Local neighborhood Commissar
    Join Date
    Oct 2010
    Location
    Right behind you
    Posts
    104
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    1
    Likes Received
    0
    **** YES! Figured this was coming sooner or later....support for other wads, like home made, heretic, hexen ect should be soon coming, in my honest guess! WOOOOOOOO!
    Reply With Quote  

  7. #7  
    garyopa's Avatar
    garyopa is offline Old-School R&D Developer
    Join Date
    May 2002
    Location
    The Whole Wide World
    Posts
    2,297
    Downloads
    4
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    47
    Likes Received
    159
    Quote Originally Posted by xttl View Post
    The controls list in the edited post seems to be broken at least on my browser now. Also, I think hardcoded and upscaler are usually written without the hyphen. ;-) But I am not a native English speaker so I could be wrong.
    Opps sorry I fixed the "LIST", I messed up with the bullets. -- As for the "hypen" I changed it back, you are most likely right, darn IE8 spellcheck.
    Reply With Quote  

  8. #8  
    joehemi's Avatar
    joehemi is offline Jailbroke in Seattle
    Join Date
    Oct 2010
    Location
    http://tinyurl.com/yyc6jua
    Posts
    314
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    4
    Likes Received
    0
    Forget GT5, I want this.

    80GB MGS4 PS3 Fat w/ 750GB upgraded HDD.
    kmeaw 3.55

    http://www.theonion.com/video/sony-releases-new-stupid-piece-of-shit-that-doesnt,14309/
    Reply With Quote  

  9. #9  
    Join Date
    Oct 2010
    Posts
    55
    Downloads
    4
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    oh my god....nice one for this....loving it....just wish somebody could do Rygar: Legendary Warrior ...ITS ON XBOX..BUT DONT LKE XBOX...anyways nice one..playng right now
    Reply With Quote  

  10. #10  
    Irvysan's Avatar
    Irvysan is offline Registered $ony Abuser
    Join Date
    Sep 2010
    Posts
    324
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    3
    Likes Received
    2
    GT...what! DOOM is no.1 on my list for xmas game of the year

    (I just finished playin sm bros 3 for the last 5hrs!) Homebrew FTW!
    Reply With Quote  

Page 1 of 14 1 2 3 11 ... LastLast
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •