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

OptiDoom, my Doom port for 3DO.

Recommended Posts

On 3/1/2021 at 9:05 AM, Orchid87 said:

Impressive work! Is it possible to check how much of a framerate improvement does switching to low detail mode give immediately, without any other optimizations?

 

At 24:10 of this video I show again the graphics presets, trying to mimic as close as possible the other console versions. Most of the consoles really were using 2*1 pixel columns, while the 3DO Doom was full pixel 1*1. Switching the window size to be as close as possible to these other version, while using 2*1, disable depth shading, or mimicking the SNES lack of floor texturing, would show that the 3DO version wasn't unoptimized for what it was. Mimicking the half pixel especially would make it comparable to a lot of the other versions. A frame rate of 7-9fps at start would jump to 14-16 depending. It's still not perfect but shows the 2*1 pixel X stretch alone, would be a big saver for 3DO Doom performance if Rebecca had the time to implement it.

Share this post


Link to post
4 hours ago, Optimus said:

 

New version is out! This is focused on external WAD loading. Simply throw your wads to the wads folder in the CD, select them from the modmenu and pray they will just not crash :)

I've managed to through oldschool things like Fava Beans there and play through 3-4 maps before the next ones would crash. Then even managed to load Alien Vendetta and maybe MAP01 or 02 would load, very very slow play, crash at some random time. This is a simple WAD loader btw, loads the 10 lumps from the WADs, converts them back to the structure the 3DO expects (32bits for 16bit values, big endian, indices instead of 8 char string for texture IDs, and more), so it's a map loader, not a texture resource loader (for this I'd have to convert the 8bit palette Doom PC textures to the different CEL formats on the 3DO, a work for the future), so when some WADs have texture IDs that don't exist in the limited Doom 3DO resource, I do a manual mapping based on some binary data tables and where with my eyes I matched certain 3DO textures with certain texture IDs in PC Doom 1/2. This way, you can load some maps and things seem consistent even if textures are different. I loaded oldschool stuff like Acheron, Fava Beans (but others like UAC Dead just crashed on me) or even the whole Doom1 or 2 IWAD and things sometimes looked still ok.

 

Secondly, I did a lot of special fx on the sector types unused bits, like RGB colored sectors, fog effect, warp/scroll floor/ceiling, distort framebuffer when inside sector, etc. I present some test WADs I made with Doom Builder and updated cfg files (which I'll release on a website with tutorial on how to do maps for OptiDoom 3DO specifically), some test maps and one full level using these features as much as it can (but I went overboard with the detail for the 3DO at least and it can drop very low and have freezes because of memory). Lot's of cool stuff there and I have timestamps on the video with the various test maps. Finally, more minor things, fixes, microoptimisations, and 3DO mouse support which is rather good especially if you use the Phoenix emulator which supports it, map the DPAD to WASD, turn up the overclock and enable it, among with always run, mouse slider for speed, etc.

 

http://bugothecat.net/releases/3DO/optidoom/optidoom_main.html

 

p.s. I think I'll had my fun with these gimmicks and the loader, I might try to focus exclusively to optimize the engine for 0.3, many people have asked me, some nagged why I do these gimmicks and not focus on optimizing the engine for good in this one. I guess I'll change my direction and focus entirely to that, even though I don't really know when the next version will be out and this one will be done when it's done as it's a daunting task to get some good framerate with this (and more issues to fix like memory hickups/micro freezes).

External wad loading? Got to test it tomorrow :D

Share this post


Link to post

I love what you are doing with the 3DO hardware, @Optimus. All these fancy effects make me remind of Bad Mood, the Atari Falcon port that went above and beyond to include new effects and making use of the hardware. OptiDoom does the same thing.

 

The loader is brilliant. I am not going to say what you should do next. Making this playable on real hardware or focussing on new effects? I dunno. But the fact all this works is an achievement in and out of itself. If we praise PsyDoom for bringing the PlayStation feature set to PC, than we should praise this similarily aswell, for bringing unique effects to a unique platform

 

It shows what the 3DO, as a 1st generation system for 3D rendering, could do. So this deserves all the recognition it can get. Thank you for working on this unique port, Optimus.

Share this post


Link to post

Amazing job @Optimus !! Whatever people say, do whatever you want with your port, the new features are great and unique. Sometimes spending all the time trying to optimize something can make you crazy, so for me it's great to see those new features.

Share this post


Link to post

If you end up adding the missing levels to 3DO Doom, will you commission covers of the remaining tracks done in the style of the 3DO soundtrack?

Share this post


Link to post
11 hours ago, Rudolph said:

 will you commission covers of the remaining tracks done in the style of the 3DO soundtrack?

 

Share this post


Link to post

Why not? You do not think anyone can replicate the style of whoever did the music for the 3DO port?

Share this post


Link to post
16 minutes ago, Rudolph said:

Why not? You do not think anyone can replicate the style of whoever did the music for the 3DO port?

What he says is that its unlikely that a port like this will go the extra mile of creating new tracks in the style of Art Data to supplement the missing levels.

 

Art Data hired an actual band to do the music and it ended up being the single most positive point of contention about the port.

Share this post


Link to post
7 hours ago, Rudolph said:

@Redneckerz Ah, shame. I would love it to see the 3DO soundtrack be completed.

Nothing stopping people from the money with contracting it out, of course.

Share this post


Link to post
44 minutes ago, Dark Pulse said:

Nothing stopping people from the money with contracting it out, of course.

Sure, but it would have been cool to kill two Imps with one shotgun blast. ;)

Share this post


Link to post
On 5/6/2021 at 2:20 AM, Rudolph said:

If you end up adding the missing levels to 3DO Doom, will you commission covers of the remaining tracks done in the style of the 3DO soundtrack?

 

I could find covers/remixes already done by members of the community and try to load these instead. In the CD there are AIFF files for sound effects and music. I managed to replace sound effects with PSX sound effects successfully, but for some reason when I tried to do the same for the audio something went bad and I got nice. But it could be different AIFF audio  format and I could find better converters. Then I could make packs with modernized or heavy metal remixes of the music.

 

As for the new levels, normally one can try to load the official Doom 1 IWAD (if they throw the WAD in the wads folder before creating the ISO) and it will load the original maps with more geometry (for example you will see the additional stairs in E1M2), but then it will replace the Doom 1 PC textures with the ones that are closest match to the 3DO texture resources (so things will not look exactly the same and sometimes wrong, but the additional geometry will be there). One problem though,. I only map the ExMx maps to the equivalent maps on 3DO right now MAP01 to 24 I think. So,. some of the maps will not be loaded. For this I'll have to write some more code to allow for MAPxx over 24 (or ExMx over some numbers I skip, for example if you try a WAD with ultimate doom slots E4Mx, I will reject these for now). One can load even Doom 2 IWAD but after MAP24 it's over. Also a lot of things won't work there, new enemies are not in the code, they will not appear,. and MAP15 was so big that it crashed, not fitting in memory or something. I could work specifically on these issues and make a pack next time,. although for the next release I decided to go back and focus mostly to the attempt to improve the speed. Afterall, all these additional WADs are quite slower than the original at times.

Share this post


Link to post

I've noticed that it's been a while since this thread was updated, and Optimus himself is only sporadically active here, so I might share this video he uploaded earlier in June this year.

That's right, you can now make custom maps and run them on the 3DO via OptiDoom (although limitations do exist to an extent). It even allows visual effects a la the PSX port!

Share this post


Link to post

Added fake contrast, something that was missing from the original and I never noticed. Really makes a difference.

 

 

before_after_map10.jpg.b6813a9ba59ba44c2cb5a9e535ca31bf.jpg

 

Also added gamma correction, by utilizing the VDLP of 3DO that maps in realtime from the 16bpp framebuffer to the 24bit RGB. I am also replacing events like colorization of the screen where hit, on radiation suit, yellow when taking object, etc (also invulnerability). These were done before on 3DO by rendering a single colored quad on top of framebuffer with blending enabled, now I think the VDLP is the more proper 3DO hardware way to do it.

 

I am going to do more work into it, planning to have the next release for the 30 years anniversary of Doom. My hope is also to see if I can further optimize the performance, something I didn't fully managed to do in a sufficient way.

Share this post


Link to post

Version 0.3 is finally out!!!

 

Little improvements but nothing massive in performance. A bit of C micro optimization to gain from 0.1-0.5fps to 2-3fps in some other places. Also improved polygon renderer a bit in performance, however in most cases it's equivalent with columns if you are not close to walls. Things still struggle, especially on real hardware. With some reduced option for 2x1 columns it's kinda better.

 

The main new feature is the automatic use of RGB coloring and water fx over liquid surfaces, and the fire sky in the hellish levels same as PS1. Those are optional mod menu choices at your own will (they tiny waste some performance, but mainly because the recoloring might in some cases increase the visplanes in some big rooms).

 

Also gamma correction slider. And few more fixes or small improvements, like the fake contrast above.

 

http://bugothecat.net/releases/3DO/optidoom/optidoom_main.html

 

 

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

×