Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
battlescroll

nostalgic console port

Recommended Posts

9 hours ago, famicommander said:

You play the game. You don't grade on a scale for technical limitations. Either it's fun or it ain't, and it ain't. It could be the most technically impressive thing in the history of the world and it wouldn't matter one bit because it sucks major ass to play. 

But that is still your personal opinion. People can have fun with what is obviously a less than stellar version of the game in the same vein as that people enjoyed playing PSX/N64 games at an unstable 20 fps. 

 

Ofcourse, nowadays we take it for granted if performance is not near-spotless and stable. But back in the day... well. It was 1995. 3D was a big upcoming thing, so naturally, having Doom running on a last-gen machine (Or well, it was still current gen, the N64 was not yet out) was an exciting prospect indeed.

 

That is the lens through which this ought to be viewed, and not with 2021 goggles.

7 hours ago, famicommander said:

Which circles me back to the battered spouse metaphor.

 

Sorry man, but SNES, 3DO, 32X, and Saturn ports are ridiculously, ludicrously bad. 

Which is a terrible metaphor to have, in my opinion.

 

Every port has had some merit: Even the 3DO. It is (rightfully so) considered one of the worst ports, but hey, atleast the music was good (laughs). 

 

But the 3DO port was more a tale of facing impossible odds in the eyes of the developer, and an overly ambitious publisher who figured every 3DO owner at the time would buy Doom.

2 hours ago, famicommander said:

You seem pretty invested in defending horrible games. I'm sorry for whatever happened to you that made you this way.

The bolded is quite excessive to say when there is only a liking to the SNES port.

 

For all its faults, it certainly has had its merits: It provides a reasonable fascimile of Doom, and with the code now available, gives insight in how make Doom playable on systems lower power than Doom itself.

Share this post


Link to post

Sega Saturn.  7 year old me was happy enough and didn't care about framerate, I just wanted to waste those demons.  I guess my parents got bored of me asking to use the DOS PC constantly :D

Share this post


Link to post

Seeing how Doom 32X Resurrection plays on the 32X, I wonder how much better the Saturn would be with the same code. The processors are a bit faster, and have 1MB of 32-bit SDRAM instead of 256KB of 16-bit SDRAM. Instead of pulling data from slow 16-bit rom, it would pull from 1MB 16-bit DRAM and maybe 4MB of slow 16-bit DRAM from an Action Replay Plus cart. Graphics could be cached in the 512KB of vram, with VDP1 taking up the job of rendering columns and spans. When I get some time, I'll probably work on a libyaul version of D32XR for the Saturn. Requiring an ARP cart would be better than trying to pull stuff off the CD on the fly. Just load the wad file to ARP memory and treat it like it was a cart. All the code would be in fast 32-bit SDRAM, most of the game variables, arrays, and tables would also be in 32-bit SDRAM. The rest could be split between the low memory (1MB 16-bit DRAM) and the VRAM for VDP1. D32XR keeps a texture cache in the little bit of SDRAM available after the level loads, and you can bet it's nowhere near as big as the VRAM in the Saturn.

 

My nostalgic console Doom was Doom for the 32X. I had the Genesis + CD at the time the 32X came out, and figured at the price the Saturn was going to launch at, I'd be better off putting off getting a Saturn for a couple years and got the 32X instead. Got Doom, Knuckle Chaotics, Kolibri, Virtua Racing, and Virtua Fighter at launch. It was a solid launch that did well in the US, with much promise for the next year... and then Sega ordered all devs to concentrate on the Saturn. :(

 

So I got a PS1 instead of the Saturn, with Doom being one of the first titles I got on it. PSX Doom was awesomeness personified! I loved the atmospheric tracks used in place of the normal music.

Share this post


Link to post
4 hours ago, ChillyWilly said:

Seeing how Doom 32X Resurrection plays on the 32X, I wonder how much better the Saturn would be with the same code. The processors are a bit faster, and have 1MB of 32-bit SDRAM instead of 256KB of 16-bit SDRAM. Instead of pulling data from slow 16-bit rom, it would pull from 1MB 16-bit DRAM and maybe 4MB of slow 16-bit DRAM from an Action Replay Plus cart. Graphics could be cached in the 512KB of vram, with VDP1 taking up the job of rendering columns and spans. When I get some time, I'll probably work on a libyaul version of D32XR for the Saturn. Requiring an ARP cart would be better than trying to pull stuff off the CD on the fly. Just load the wad file to ARP memory and treat it like it was a cart. All the code would be in fast 32-bit SDRAM, most of the game variables, arrays, and tables would also be in 32-bit SDRAM. The rest could be split between the low memory (1MB 16-bit DRAM) and the VRAM for VDP1. D32XR keeps a texture cache in the little bit of SDRAM available after the level loads, and you can bet it's nowhere near as big as the VRAM in the Saturn.

 

My nostalgic console Doom was Doom for the 32X. I had the Genesis + CD at the time the 32X came out, and figured at the price the Saturn was going to launch at, I'd be better off putting off getting a Saturn for a couple years and got the 32X instead. Got Doom, Knuckle Chaotics, Kolibri, Virtua Racing, and Virtua Fighter at launch. It was a solid launch that did well in the US, with much promise for the next year... and then Sega ordered all devs to concentrate on the Saturn. :(

 

So I got a PS1 instead of the Saturn, with Doom being one of the first titles I got on it. PSX Doom was awesomeness personified! I loved the atmospheric tracks used in place of the normal music.

Er? I thought the Saturn had 1.5 MB of VRAM and 2 MB of RAM.

 

That said, I'm not entirely sure about requiring a RAM expansion cart for it. I mean, it'd definitely help, as long as it's fast enough, but I got no idea how fast it'd be compared to the system RAM.

 

EDIT: Found a source.

 

Quote

High Work RAM: 57.2 MHz, 115mb/s, 32-bit (interleaved access)

Low work RAM: 28.6 MHz, 88mb/s, 16 bit

16-bit Cartridge RAM: 22-25 MHz 36-40mb/s, 16-bit

Even if that's megabits, you're still talking the ability to transfer 4-5 MB/sec off the RAM cart. That's probably plenty fast enough. The thing is, as I said, that'd split maps into haves and have-nots - you could boost the monster variety with a RAM cart, but then people without one would be forced to play cut-down versions of maps, etc.

Edited by Dark Pulse

Share this post


Link to post
On 11/22/2021 at 4:48 PM, Dark Pulse said:

Er? I thought the Saturn had 1.5 MB of VRAM and 2 MB of RAM.

 

The 512KB of vram I was referring to is the ram that VDP1 has exclusive access to and is used for source textures/sprites and command lists. The 2MB of main ram is split into 1MB of High RAM, and 1MB of Low RAM. High RAM is fast, 32-bit wide SDRAM. It is meant for the game's code and primary data, which needs to be executed/accessed as fast as possible. Low RAM is moderate speed, 16-bit wide DRAM. It is meant of game data that will be used frequently, but isn't as time critical as to need to be in High RAM.

 

The CD has a buffer of 512KB, and the CD is a 2X drive. You clearly haven't seen the seek and read latencies on an old 2X CDROM. Doom is designed around having about 6MB of direct storage for levels and all sprites/textures/flats/sounds. While it can use less storage and pull info off the hard drive, doing so will cause hitches in the game when the drive is accessed. And that is on a hard drive, which is several magnitudes faster at getting and transferring data than a 2X CDROM. JagDoom was designed to access most of its assets straight from the cart (32X Doom as well). PSX Doom had to make it where it relied only on 2MB of ram and 1MB of vram, and Saturn Doom was probably the same. However, given how easy and cheap it is to get an ARP cart, I really don't see a problem in requiring it to avoid the game grinding to a halt every time something is needed off the CD. It gives you the dram storage, save space for saves, and can be used to help play other Saturn games with neat little changes. Here's one from Amazon for $40. And you'll get more use out of it than just Doom.

 

Anywho, this is all for the future. When I get to working on it, I'll let folks know what they will and will not need to run it. Who knows, maybe it won't need an ARP cart after all.

 

Share this post


Link to post
On 5/11/2021 at 3:15 PM, battlescroll said:

what doom port to a console do you have the most memories with, for example mine is the snes port. I remember as a kid i would play the mediocre doom and Wolfenstein ports and have a blast. I also remember beating it and jumping up and down with joy. Ah good times.

I first played doom on pc but I wish I had memories on a console

Share this post


Link to post
5 hours ago, ChillyWilly said:

The 512KB of vram I was referring to is the ram that VDP1 has exclusive access to and is used for source textures/sprites and command lists. The 2MB of main ram is split into 1MB of High RAM, and 1MB of Low RAM. High RAM is fast, 32-bit wide SDRAM. It is meant for the game's code and primary data, which needs to be executed/accessed as fast as possible. Low RAM is moderate speed, 16-bit wide DRAM. It is meant of game data that will be used frequently, but isn't as time critical as to need to be in High RAM.

 

The CD has a buffer of 512KB, and the CD is a 2X drive. You clearly haven't seen the seek and read latencies on an old 2X CDROM. Doom is designed around having about 6MB of direct storage for levels and all sprites/textures/flats/sounds. While it can use less storage and pull info off the hard drive, doing so will cause hitches in the game when the drive is accessed. And that is on a hard drive, which is several magnitudes faster at getting and transferring data than a 2X CDROM. JagDoom was designed to access most of its assets straight from the cart (32X Doom as well). PSX Doom had to make it where it relied only on 2MB of ram and 1MB of vram, and Saturn Doom was probably the same. However, given how easy and cheap it is to get an ARP cart, I really don't see a problem in requiring it to avoid the game grinding to a halt every time something is needed off the CD. It gives you the dram storage, save space for saves, and can be used to help play other Saturn games with neat little changes. Here's one from Amazon for $40. And you'll get more use out of it than just Doom.

 

Anywho, this is all for the future. When I get to working on it, I'll let folks know what they will and will not need to run it. Who knows, maybe it won't need an ARP cart after all.

 

I admit that I don't know as much of the Saturn architecture, but I've darn well experienced a 2x CD-ROM drive. That's what the PS1 also had, after all, and I'm well aware of the limitations - 300 msec just to seek to the area, even longer to begin reading it, and since it's a 2x drive, 300 KB/sec read - at best, if all the data is totally sequential, which is almost never the case. Cartridge-based systems can avoid all of this nonsense because access time is on the scale of 70-100 nanoseconds (several orders of magnitude faster) and the transfer speed is limited by whatever bus width the cartridge has (generally speaking, several MB/sec at a minimum).

 

Don't get me wrong, I understand the benefit of an Action Replay with the RAM expansion. Throw in 4 MB of RAM along with the 2 MB the system has, and that's certainly enough to do the original Doom perfectly and probably Doom II as well with a bit of clever switching around. (Kaiser mentioned how in Doom 64 nearly everything - sprites, textures, and flats - are paged in and out depending on what's in view, so basically set up the renderer to draw only what it needs to for that frame, and as soon as it's gone, strike it - and that's on a system with only 4 MB of RAM since Doom 64 didn't take advantage of the Memory Pak to double its RAM to 8 MB, but admittedly, Doom 64 cut some monster types - but for cart space reasons, not RAM ones.)

 

The thing is it still immediately classes the game as a have/have-not - if you design it with the cart in mind, you make your project not work without it, and these carts are already almost 30 years old and not getting any younger, and unless someone has stepped up to make new devices, these will eventually all fail, making the game no longer work. But doing it allows you to have maps much closer, if not identical, to the PC originals.

 

Designing it around the base system means you'd be forced to cut down levels similar to the PS1 version, but the flip side is they will "just work" on a Saturn with or without the RAM cart. But then it means the added bonuses of the RAM cart become pointless for the most part.

 

Maybe there's some way to create two sets of the maps, have the game detect if a RAM cart is present, and if it is, load up the full-fat version of the maps - otherwise, load and run the reduced ones.

Share this post


Link to post
5 hours ago, Dark Pulse said:

Designing it around the base system means you'd be forced to cut down levels similar to the PS1 version, but the flip side is they will "just work" on a Saturn with or without the RAM cart. But then it means the added bonuses of the RAM cart become pointless for the most part.

 

Maybe there's some way to create two sets of the maps, have the game detect if a RAM cart is present, and if it is, load up the full-fat version of the maps - otherwise, load and run the reduced ones.

 

Well, it's already a have/have not situation. You can't burn "real" Saturn discs, so it's going to require a mod-chipped Saturn to play. If you have one of those, you've probably already got an ARP cart. But there's plenty of room on a CD (unless you fill it with CDDA music tracks), so being able to make two versions for have/have not should be doable. Also only loading just what the level needs should help keep the space needed down.

Share this post


Link to post
19 hours ago, ChillyWilly said:

Well, it's already a have/have not situation. You can't burn "real" Saturn discs, so it's going to require a mod-chipped Saturn to play. If you have one of those, you've probably already got an ARP cart. But there's plenty of room on a CD (unless you fill it with CDDA music tracks), so being able to make two versions for have/have not should be doable. Also only loading just what the level needs should help keep the space needed down.

Naturally, and I'd advise that either way, of course. PSX Doom was pretty clever in that it had detailed files for a level that loaded only the textures it needed and only the sprites it needed.

 

The downside, though, is that load times were a lot longer. Theoretically having more stuff in RAM could mean faster load times, as then the only stuff being swapped in and out is the actual map's geometry data, but at the same time, I don't know if it'd be possible to keep a copy of all sprite and texture assets in RAM. Doom II technically only required 4 MB of RAM, but it really recommended 8 MB.

 

Maybe you could give it a shot and see? Assuming you can use both the system RAM and the 4 MB RAM cart at the same time, that'd be 6 MB of RAM. It's not 8 MB, but it might be enough with some finagling. Keep the sprites in the 4 MB of cart RAM, and the level data and textures in the 2 MB of fast system RAM to minimize load times.

Share this post


Link to post

Well, I'd start with almost a 1:1 copy of Doom 32X Resurrection, with the wad occupying the ARP 4MB ram. It would load once at the start and never touch the CD again, except to play CDDA tracks (or PCM/ADPCM tracks). That would be the simplest thing to do to start. From there, things can then be changed to support things like different/bigger wad files, using the VDP1 for line rendering, etc. The main thing is getting things running on the Saturn. Once the base is done, it can be expanded on more easily.

 

Share this post


Link to post
On 11/22/2021 at 11:25 AM, famicommander said:

You play the game. You don't grade on a scale for technical limitations. Either it's fun or it ain't, and it ain't. It could be the most technically impressive thing in the history of the world and it wouldn't matter one bit because it sucks major ass to play. 

I'm not a "console port hater" by any stretch, they're definitely inferior versions of Doom in one way or another - but as a kid who had a NES, N64 and Windows PC with Doom and Wolf3D, I used to occasionally play those absolutely unfathomably shitty Tiger Electronics-type handhelds, "because why not". Of course it's not like I was sinking countless hours into them, but my point is: if I could have 10-15 minutes of half-decent entertainment from a glorified digital watch back then, I'm not at all surprised there were people really, truly loving their inferior version of Doom on SNES or 32x or whatever. Yeah, it's not "full potential" Doom, but it's still several steps up from Tiger handhelds, which sold countless millions spanning a few decades.

 

For some it ain't fun. For others, it is. I could make an argument that SNES Doom is more entertaining than Pong, and you're going to be climbing a steep hill to convince me that Pong isn't fun (especially with a couple friends and beers). Comparing liking a shittier version of a good game to spousal abuse seems a bit.. brazen, don't you think? We're talking about little digital time killers here rofl, not something that actually means anything like domestic abuse.

 

I guess you could argue a lot of buyers have stockholm syndrome with games/game companies and should stop blindly paying for and accepting their anti-consumer bullshit, but I really don't know if some slightly dodgy ports of Doom 25+ years ago compares much at all to the rampant anti-consumer practices we see nowadays. It's not like the bad ports encourage child gambling or had DRM or whatever else, after all. They were just laggy stripped down versions of Doom, which is pretty tame by comparison.

 

The idea of having easy access to boatloads of high quality games for free is something we take for granted now, but it's definitely a post-2000s mindset. Back in the old days, whatever crappy games were being peddled at the local game stores may as well have been the only games in existence, and for the most part, people made an effort to enjoy what they got. Even if a lot of it was shit, looking back. If you have no basis for comparison - and most people didn't - does it make much difference? Maybe it does. I'm glad I pretty much always had a PC with Windows and Doom. Playing Doom & WADs back then was awesome.

 

I actually remember thinking for years that Doom would be cool on Nintendo, then I finally saw SNES Doom when I was 11-12 (so 2003) at a friends house and was stunned at how lame it was. But this friend (who was 2 years younger than me) seemed to really like it, he just had no idea what he was missing, so it was all the same to him. Going back home and playing Doom Legacy with WADs felt like an entirely different game, but seeing the SNES port just made me appreciate it even more. It was a dose of perspective that I was and still am thankful for. Much like the people playing the shitty ports don't know how "bad" they have it, the people playing the top-tier shit don't appreciate how good it is til they see the alternative, and that was me back then.

 

I guess it all evens out in some cosmic sort of way.

Share this post


Link to post

32x was my first experience with doom,  Looking back I wonder how I ever played it but it sucked me in and soon after I played it on pc.  The PSX version in my opinion is the best of any console because it has Doom 2 levels, the super shotgun and almost 60 maps.  All good times.

Share this post


Link to post
On 12/4/2021 at 7:43 AM, Doomkid said:

I'm not a "console port hater" by any stretch, they're definitely inferior versions of Doom in one way or another - but as a kid who had a NES, N64 and Windows PC with Doom and Wolf3D, I used to occasionally play those absolutely unfathomably shitty Tiger Electronics-type handhelds, "because why not". Of course it's not like I was sinking countless hours into them, but my point is: if I could have 10-15 minutes of half-decent entertainment from a glorified digital watch back then, I'm not at all surprised there were people really, truly loving their inferior version of Doom on SNES or 32x or whatever. Yeah, it's not "full potential" Doom, but it's still several steps up from Tiger handhelds, which sold countless millions spanning a few decades.

 

For some it ain't fun. For others, it is. I could make an argument that SNES Doom is more entertaining than Pong, and you're going to be climbing a steep hill to convince me that Pong isn't fun (especially with a couple friends and beers). Comparing liking a shittier version of a good game to spousal abuse seems a bit.. brazen, don't you think? We're talking about little digital time killers here rofl, not something that actually means anything like domestic abuse.

 

Coming from an era before consoles and home computers. I get a laugh out of kids who deride a game because it runs at less than 100 FPS. Our games ran at 6 FPS and we were thankful! I remember those awful LED games with fondness. We had football, soccer, baseball, and bowling. We had a pong console. And I remember the excitement of getting an Atari 2600 - console gaming at its finest! ;)

 

While a good modern open world RPG is great fun, and can be breath-taking in it's visuals and sound, I still like going back and playing my old Genesis... or even some old 8-bit Atari games (have a 65XE setup for that). If anything, it gives me a better appreciation of how far modern PCs and consoles have come.

Share this post


Link to post
On 12/4/2021 at 7:43 AM, Doomkid said:

I'm not a "console port hater" by any stretch, they're definitely inferior versions of Doom in one way or another - but as a kid who had a NES, N64 and Windows PC with Doom and Wolf3D, I used to occasionally play those absolutely unfathomably shitty Tiger Electronics-type handhelds, "because why not". Of course it's not like I was sinking countless hours into them, but my point is: if I could have 10-15 minutes of half-decent entertainment from a glorified digital watch back then, I'm not at all surprised there were people really, truly loving their inferior version of Doom on SNES or 32x or whatever. Yeah, it's not "full potential" Doom, but it's still several steps up from Tiger handhelds, which sold countless millions spanning a few decades.

 

For some it ain't fun. For others, it is. I could make an argument that SNES Doom is more entertaining than Pong, and you're going to be climbing a steep hill to convince me that Pong isn't fun (especially with a couple friends and beers). Comparing liking a shittier version of a good game to spousal abuse seems a bit.. brazen, don't you think? We're talking about little digital time killers here rofl, not something that actually means anything like domestic abuse.

 

I guess you could argue a lot of buyers have stockholm syndrome with games/game companies and should stop blindly paying for and accepting their anti-consumer bullshit, but I really don't know if some slightly dodgy ports of Doom 25+ years ago compares much at all to the rampant anti-consumer practices we see nowadays. It's not like the bad ports encourage child gambling or had DRM or whatever else, after all. They were just laggy stripped down versions of Doom, which is pretty tame by comparison.

 

The idea of having easy access to boatloads of high quality games for free is something we take for granted now, but it's definitely a post-2000s mindset. Back in the old days, whatever crappy games were being peddled at the local game stores may as well have been the only games in existence, and for the most part, people made an effort to enjoy what they got. Even if a lot of it was shit, looking back. If you have no basis for comparison - and most people didn't - does it make much difference? Maybe it does. I'm glad I pretty much always had a PC with Windows and Doom. Playing Doom & WADs back then was awesome.

 

I actually remember thinking for years that Doom would be cool on Nintendo, then I finally saw SNES Doom when I was 11-12 (so 2003) at a friends house and was stunned at how lame it was. But this friend (who was 2 years younger than me) seemed to really like it, he just had no idea what he was missing, so it was all the same to him. Going back home and playing Doom Legacy with WADs felt like an entirely different game, but seeing the SNES port just made me appreciate it even more. It was a dose of perspective that I was and still am thankful for. Much like the people playing the shitty ports don't know how "bad" they have it, the people playing the top-tier shit don't appreciate how good it is til they see the alternative, and that was me back then.

 

I guess it all evens out in some cosmic sort of way.

Hear, hear.

 

I didn't get to have a PC growing up - my family was in seriously bad poverty (of the wipe-your-ass-with-the-toilet-paper-roll-and-washcloth-because-you're-out-of-toiletpaper variety). I did get to experience PC Doom - ironically, in school, off one of the counselor's computers. It was the shareware, of course, and naturally, this made me want it. I was, I dunno, 9 years old or so.

 

Fast forward a few years later. Dad takes me to a flea market; one of the people there is selling a copy of SNES Doom. He wanted $30; I had $27. He took it.

 

I knew it wasn't the full game, but since I'd only played the shareware version, there was a lot new. The first time the Cyberdemon chased me down was on this version. And it had a unique difficulty system in the US release - if you played ITYTD, you could only play E1; HNTR got you to E2 but you had to start from E1 and it ended after E2. HMP let you start E1/E2 and was the lowest difficulty on which you could beat the game, but UV and NM (which was more like UV -fast here) was the only one that let you start on E3. So needless to say, I was playing on UV quite a bit.

 

Does it suck compared to a lot of other ports? Obviously. But it was the only way I could play Doom until I got my hands on the PS1 version, and when you factor in the technical weakness of the hardware, plus the fact this is running a custom engine and not the actual Doom engine, it's still impressive and, limitations of ROM size aside, it's a decent (if somewhat slow) Doom experience considering that, but this was an era where non-32 bit consoles were lucky to get 10 FPS (remember Starfox? That was like 10-15 FPS), and I'd think that if the SuperFX2 could've addressed, say, 3-4 MB of ROM instead of 2 MB, we might've had something more closely resembling the PC original, just at a lower framerate and resolution.

Share this post


Link to post

PSX. First game I ever bought for the system and played it so much before I found the PC version last year.

Share this post


Link to post

Funny thing is I first played Doom via the Newgrounds port around 2009ish and I thought it was a cool novelty, but my first full experience was with the XBLA Arcade port circa 2012ish. Just to say that Doom really grows on you when you're not playing on a small browser window.  

Share this post


Link to post

PSX Doom...was awesome, especially at the time it was released.  The gritty look and feel and a soundtrack that I still rank as one of the best of all time just felt so completely right.  I didn't really have much exposure to the PC version until I played it on my 360, so I didn't realize what I was missing.  

 

The XBLA (360) and Switch versions pretty much killed PSX Doom for me...just too hard to go back to the stripped-down console levels of earlier Doom I ports, and I've gotten plenty spoiled by higher resolutions and consistent frame rates...also great to be chilling on a couch or in bed and playing a terrific version of Doom on a handheld (ditto Doom 64).  One thing that I find impossible to do is to play any version of Doom without Aubrey's compositions...of course I'd also prefer to play the Switch version with the updated sound effects as well, but I can live with the originals (though that plasma rifle sound effect...the worst).

 

I do miss that flaming sky...that was a killer touch.  Also think that some of the levels being shortened in the console versions was a good thing...levels like Spawning Vats and the Containment Area really drag in the PC version.  And PSX Tower of Babel has a much more foreboding feel to it than its PC counterpart (not to mention I always liked the Mancubi being a part of that level in the PSX version...also liked Doom II enemies appearing in Doom I maps).  I have a PSOne with a screen, which is what I used to play PSX Doom since around 2005 or so...might have to give it another whirl sometime.  Nerfed or not, was always kinda fun to have Revenants in Doom I levels.     

Share this post


Link to post
On 12/29/2021 at 10:01 AM, Devils950003 said:

PSX Doom...was awesome, especially at the time it was released.  The gritty look and feel and a soundtrack that I still rank as one of the best of all time just felt so completely right.  I didn't really have much exposure to the PC version until I played it on my 360, so I didn't realize what I was missing.  

 

The XBLA (360) and Switch versions pretty much killed PSX Doom for me...just too hard to go back to the stripped-down console levels of earlier Doom I ports, and I've gotten plenty spoiled by higher resolutions and consistent frame rates...also great to be chilling on a couch or in bed and playing a terrific version of Doom on a handheld (ditto Doom 64).  One thing that I find impossible to do is to play any version of Doom without Aubrey's compositions...of course I'd also prefer to play the Switch version with the updated sound effects as well, but I can live with the originals (though that plasma rifle sound effect...the worst).

 

I do miss that flaming sky...that was a killer touch.  Also think that some of the levels being shortened in the console versions was a good thing...levels like Spawning Vats and the Containment Area really drag in the PC version.  And PSX Tower of Babel has a much more foreboding feel to it than its PC counterpart (not to mention I always liked the Mancubi being a part of that level in the PSX version...also liked Doom II enemies appearing in Doom I maps).  I have a PSOne with a screen, which is what I used to play PSX Doom since around 2005 or so...might have to give it another whirl sometime.  Nerfed or not, was always kinda fun to have Revenants in Doom I levels.     

You could play it via PsyDoom and get a modernized take on it. :)

Share this post


Link to post

My first Doom experience was on the SNES back in '97. At that time, I had friends with N64, PC with Windows 95, and PS1, but none of them had Doom. To me, it was mind blowing that this was on my SNES, the most "3D" thing I had until then was Super Mario Kart and Star Fox. The sound track still holds a special place in my heart.

A year later, my cousin got Doom on 32X, which, while it ran smoother, to me it sounded like farts and was missing half the levels.

 

Before the 90s were over, I ended up with Doom 64, the PS1 edition, and The Ultimate Doom on PC. It was when I finally got that PC that I learned about Doomworld and the modding community. Still blows my mind this website is still around, even bigger and stronger than back when I first joined.

 

The next console port I enjoyed after those were on the Game Boy Advance.

 

But you know what Doom surprisingly hasn't been ported to? The Tiger Game .com (which had really questionable ports of Duke Nukem 3D and Resident Evil 2)

Share this post


Link to post

It's hard to say for me. Of course, I started my Doom career with Doom 2 GBA (Both in terms of playing the game, and modding the game), so that gets the nostalgia factor. But after making Doom 32x Delta and to a lesser extent Cacosweeper, I feel like I'm gonna be more nostalgic (And already am) for the 32x port even though I don't play it regularly. (It was also my first interaction with Doom 1 before I shortly realized it was on PC too.) SNES is one of those "interesting af" ports that I am very happy about having the modding tools for, but I don't really have much experience with it outside of "hey i ported go 2 it haha lol".

On 11/20/2021 at 3:02 AM, famicommander said:

JagDoom and PS1 Doom are both awesome, even today. GBA Doom was fine for the time.

 

I pity anyone who was exposed to Doom on SNES, 32X, 3DO, or Saturn. And I say this as someone who bought literally all of those consoles.

 

Doom 64 is the best game in the series but it's not a port, it's an original game.

 

After that the console versions were pretty much just the PC .wads with various limitations.

I definitely agree PSX Doom is awesome. JagDoom a bit less though, with my bias I'd say PSX Doom and GBA Doom 2 are the best original console Doom ports.

I also pity those that had to play Doom 3DO or Saturn, but I really don't agree with the 32x and SNES ones. Of course I'm going to defend the 32x port, but honestly it's really not that bad. It's nothing amazing, (Hell, it doesn't even have Episode 3) but in my opinion it does the same job as the Shareware version on PC has; It gives you a taste of what Doom is, and honestly, it did that job pretty well for me with Doom 1. (Since I didn't know that Doom 1 was officially on PC at first. :p)

 

SNES Doom is really complicated to categorize, as if you are going by pure technical feats, it's the best Doom port from the sheer effort Randy had to go through.(Making it for the SNES without access to the source code and mostly single-handedly) If you want to go by pure gameplay, then yeah, it's far from being the best port of all time. It kinda feels like the early Minecraft Pocket Edition versions, where the AI is way more simple and everything feels a bit off. The framerate honestly isn't as horrible as people make it to be, but yeah. However, one of the main things that makes the SNES version amazing in terms of pure gameplay AND technical standpoint that is barely ever mentioned is the fact that it had online multiplayer. Now granted, it wasn't exactly easy to get access to it, (Requiring the XBAND modem and shit) but I think it was much easier than trying to hook up (And own) two Jaguars or Playstations. But yeah, I think if I had grown up in the 90s with a copy of SNES Doom and the XBAND modem, I would have had a lot of fun regardless.

 

Share this post


Link to post
18 hours ago, Roebloz said:

I definitely agree PSX Doom is awesome. JagDoom a bit less though, with my bias I'd say PSX Doom and GBA Doom 2 are the best original console Doom ports.

 

GBA Doom 2 isn't a Doom port. It's an entirely different engine that was also used for Duke Nukem Advance and Ice Nine. So I'm not sure it qualifies in lists of Doom ports.

 

Share this post


Link to post

The first console port I ever played was the best console port of all time. I didn't play it on a SNES however (Shit that console is older than me), but rather on a Classic XBoX with an emulator. I still remember how The Shores of Hell always terrified me, especially the last two maps and their music (Especially the music).

Share this post


Link to post
2 hours ago, ChillyWilly said:

 

GBA Doom 2 isn't a Doom port. It's an entirely different engine that was also used for Duke Nukem Advance and Ice Nine. So I'm not sure it qualifies in lists of Doom ports.

 

By that standard, SNES Doom isn't either. You know what I neant by that anyway, and it's still Doom, so it's a port. Not a port of the source code, but a port of the gameplay.

Share this post


Link to post

doom2 gba port first time I played doom it was a romhack bootleg cart and had a few glitches but It was so much fun ^^

 

(I eventually found the adobe flash version of doom on my old laptop)

Edited by gwain

Share this post


Link to post
27 minutes ago, gwain said:

doom2 gba port first time I played doom it was a romhack bootleg cart and had a few glitches but It was so much fun ^^

 

(I eventually found the adobe flash version of doom on my old laptop)

I need Flash Doom.

Share this post


Link to post
1 minute ago, Roebloz said:

I need Flash Doom.

it had even less levels than shareware + old controls but playing it with the old controls felt so good and added alot of challenge

Share this post


Link to post
23 hours ago, Roebloz said:

By that standard, SNES Doom isn't either. You know what I neant by that anyway, and it's still Doom, so it's a port. Not a port of the source code, but a port of the gameplay.

 

Fair enough. I was commenting on another port the other day that I had forgotten about: Mac Doom. Although it was programmed to check for a 68030 or better, you could hack the code to allow it to run on the 68020. It wasn't very fun on the 020 - rather like the 3DO version. It was great on an 040 or 060. This was also the first official port that allowed for higher resolution than 320x240. The Mac couldn't do low resolution video, so you were stuck with trying to fill a 640x480 display. Set to 640x480, you got a nice sharp game. For better speed, it would do things like skip every other line, or just copy the next line from the line before (640x240 stretched vertically to 640x480). You could also do 320x240 centered on the 640x480 display. You wanted to do that on an 020 based Mac. When I thought of that, I got rather nostalgic... but it's not a console, so it won't top the list here. Well, maybe... you could put an accelerator in the Amiga CD32, which IS a console, and run a Mac emulator on it like Basilisk or Fusion, then run Mac Doom on it. That would make it a port run on a console, so is that enough to make it a console port? :D

 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×