emergency by Disaster Area [web]
[nfo]
|
||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||
|
popularity : 65% |
|||||||||||||
alltime top: #1876 |
|
|||||||||||||
added on the 2023-12-01 15:36:35 by sh0ck |
popularity helper
comments
Nice MS-DOS demo :)
rulez added on the 2023-12-01 15:58:11 by Queen_Luna
Nice design, music and effects.
gattdang! if there ever was a demo that feels like it's straight from 1995!
When I saw this in the livestream, I decided that it was an Amiga) It’s unusual to see such a demo-design on MS-DOS) However, the pixel art, effects and music fit very organically. Nice demo.
Nice! Great old school SciFi design & theme !
Yes!
Very slick, pleasant music and top gfx. Great.
Great demo. My only complaint would be that you could have used subpixel scrolling for some of the backgrounds. Yes, it would have made the demo a bit bigger size wise on disk with the native approach, but would have been worth it imo.
i'd play that game!
great demo! the gfx are outstanding!
great demo! the gfx are outstanding!
great art work and consistent cyberpunk vibe! i agree with emoon, the slow scrolling especially the city scape in the beginning is a bit distracting and the hologram scene would've probably looked cooler with a dot landscape effect than with that weird line plasma effect, but otherwise a really well polished demo!
nicely designed.
Great theme and overall design, impressive art and music. The tunnel looks particularly cool. I just wish the demo was a bit longer!
.i dig this style
Wow. The gfx in this is unbelievable. Looks like a gametrailer.
cool
Was expecting to see fish in the torus. I sadly did not see any fish in the torus.
Apart from the unfortunate lack of fish in the torus this rulez.
Apart from the unfortunate lack of fish in the torus this rulez.
Here is an example of how you can do smooth scrolling without "filtering" the pixels https://www.shadertoy.com/view/mdSXWy Yes, this uses a GPU, but the same idea can be applied in software.
Also just because something wasn't done in 1995 doesn't mean we can improve on it almost 30 years later.
Also just because something wasn't done in 1995 doesn't mean we can improve on it almost 30 years later.
■
Very entertaining. Consistent design, nice music & sound fx, fitting pixel art. Good work! But yeah, what uncle-x said about the fish.
Great demo. About the scrolling, emoon is right. What is effectively required is a pre-filtering so that the high frequencies coming from the discontinuous colour changes (i.e. a function of time) within pixels are filtered out, before aliasing. In the Shadertoy example, change
Whether the look of the image in a single given frame is good or not is a different matter. I think that the jump in the backdrop every few frames or so is pretty jarring, so it's probably worth seeing how the pre-filtering would look on the target hardware and try different filter kernels.
Code:
to fract(movedPixel)
Code:
and set fract(movedPixel) * 2.0
Code:
and then the individual frames will be less blurred but still have a smoother movement than on the left.scale = 1.0
Whether the look of the image in a single given frame is good or not is a different matter. I think that the jump in the backdrop every few frames or so is pretty jarring, so it's probably worth seeing how the pre-filtering would look on the target hardware and try different filter kernels.
Forgot the thumb.
Congratulations on an outstanding and entertaining demo! Your guys never fail to impress, and once again, you've delivered. Excellent :)
MS-DOS? More like MF-DOS!
Nice prod, some original FX. I expected this on a DX2-66 :p
Very nice pixelwork
impressive amount of storytellying and pixel work here, and what an awesome music! well done =) runs silky smooth on p233mmx+awe64+s3
as for jarring scrolling... if we're not talking about using hardware scrolling (which is already quite tricky on VGA, especially for chained mode13, not mode-x), there are no simple yet fast solution in a palettized 8bpp mode, other than precalculating a 0.5px shifted image.
as for taking VGA hardware into account, 320x200 is obviously a double-scanned version of 640x400 mode, and 0.5px vertical scrolling is technically possible with CRTC Preset Row Scan (0x3D4 index 8) register, just line smooth scrolling is done in a text mode.
As for horizontal one, things got pretty messy, as Attribute Controller's Pixel Panning (0x3C0 index 0x13) regusters, which permit smooth scroll by 1 pixel in 16-color modes, must be even for 256-color modes (as the VGA feeds one 256-color pixel every two pixel clocks), and setting it to odd values in hopes for subpixel scrolling just messes the colors up on most VGA cards, as I remember. Addtionally, it will require reserving 8 pixels to the right for the scrolling overflow, and the resulting buffer just almost into 64kb available for regular mode13 (65536 / 328 = 199.8 lines), althought it's only one line less than 320x200 :)
as for taking VGA hardware into account, 320x200 is obviously a double-scanned version of 640x400 mode, and 0.5px vertical scrolling is technically possible with CRTC Preset Row Scan (0x3D4 index 8) register, just line smooth scrolling is done in a text mode.
As for horizontal one, things got pretty messy, as Attribute Controller's Pixel Panning (0x3C0 index 0x13) regusters, which permit smooth scroll by 1 pixel in 16-color modes, must be even for 256-color modes (as the VGA feeds one 256-color pixel every two pixel clocks), and setting it to odd values in hopes for subpixel scrolling just messes the colors up on most VGA cards, as I remember. Addtionally, it will require reserving 8 pixels to the right for the scrolling overflow, and the resulting buffer just almost into 64kb available for regular mode13 (65536 / 328 = 199.8 lines), althought it's only one line less than 320x200 :)
Cyberpunk baby! Really cool stuff right here! I really wanted this to keep going for an extra minute or two! ;) Any chance for a win32 port in the future? :)
Amiga OCS/ECS style pixelart and effects in MS-DOS. This is what MS-DOS has always missed. Great job sh0ck and the team!
Nice!
❤️
Love it. Very nice demo. Beyond the effects the art and the music which are all great, I love the theme and how it all ties together. Beautifully done.
I don't get the hangup about the scrolling. I think it fits the aesthetic very well. And I'm not at all sure how adding pre-blurred in-betweens would improve it.
You're not far off. After the pentium, I tried it on my 486 DX/2 80 with a GUS and it's not perfect, but it runs fine for the most part. A couple of parts are a bit slow, but not annoyingly so.
I don't get the hangup about the scrolling. I think it fits the aesthetic very well. And I'm not at all sure how adding pre-blurred in-betweens would improve it.
Quote:
I expected this on a DX2-66 :p
You're not far off. After the pentium, I tried it on my 486 DX/2 80 with a GUS and it's not perfect, but it runs fine for the most part. A couple of parts are a bit slow, but not annoyingly so.
A bit short but except for that it was pretty awesome :)
Really delightful and I respectfully disagree with emoon and maali (if that is his real name) about the scrolling. It's entirely period appropriate how it's being done there.
Ms-Dos in 2023:). Thumb up.
Solid thematically/graficaly, some effects are nice, esp contour plasma.
The scrolling thing, reminds me of an old funny thing, where I was showing to someone Second Reality for the first time. Of course the slow presentation would demand that less than 1 pixel is scrolled per tic, so unless you did some subpixel backgrounds that would take a lot of space, it was understandable that it's slow not because the code is bad but the narration demanded it. But my friend was like "What is this shit scroll? I can do that faster on Amstrad"
Nice.
excellent entertainment, like the style, gfx and music, very polished!
internet ready
really nice prod!! The plotball earth looked so damn good, along with basically everything else, and great soundtrack to boot. Also, it's heartwarming to see logicoma greets in DOS prods :) thanks for making this!
efforts
Lovely. And DOS. <3
Well, you've definitely come a long way since drunk robots and frogs. :)
The artwork does give off an Amiga OCS vibe; like Hologon and Batman Rises. Guess that's a very good thing! I appreciate that you paid attention to detail with hardware specs, and it's not just done for novelty. Always amazed what great sound cTrix can crank out in such small sample size!
The artwork does give off an Amiga OCS vibe; like Hologon and Batman Rises. Guess that's a very good thing! I appreciate that you paid attention to detail with hardware specs, and it's not just done for novelty. Always amazed what great sound cTrix can crank out in such small sample size!
this demo is so gergeous
Fantastic demo! It’s a real step up in production quality and storytelling from last year’s release at Syntax (which had great FX but this is a fuller package). Keep up the great work - I look forward to seeing what you do next!
The Shadertoy is somewhat misleading, because it uses bilinear sampling, which causes the blurriness. If you precalc the filtered versions anyway (e.g. at a half-pixel offset?), you can use a more expensive filter that's not as bad.
entertaining
quality DOS demo
Nice demo! A couple of parts dragged a bit, but other than that it was solid.
Quote:
In capturing this demo we did a special VGA 60hz build to avoid 70hz>60hz stutter. It's running from the VGA card into a top end Kramer scaler, 60hz into an Atomos Inferno onto SSD at 10bit (which does record YUV, but does RGB cross conversion in 10 bit space). We then doing a Lancos3 upscale from pixel quadrupled HD to optimally framed 4k at 60hz using the Grass Valley broadcast algos (which are very clean). We correct for RGB > YUV error in 10-bit, clamping the VGA's slightly-noisey black levels to float just above the "displayed" 0 YUV value (which is ironically converted back to RGB on your graphics card!) and set white levels to around level 1000 (10bit) because the VGA DAC actually floats around a bit (tends to overshoot early values). That gives us 24 values of white-level overshoot (according to the waveform scopes). Interestingly both cards I ran it on were slightly blue-tinted; both on video vector scope AND when RMS voltage from the VGA pins revealed this. So we left that weighting / look in the capture. It's subtle. Finally, H265 was set to max precision, took about an hour to render on a Ryzen 9 (using a software CODEC) then up to YouTube where it gets slightly downgraded with a lazy "optimised for speed" algo ... BUT, it's not bad. It's about as good as we could possibly do!
The passion for quality is clear here!
Also, what a great demo!
nice surprise. fantastic work, I am really happy to see things on old real hardware again. you did an awesome job! me likes.
Nice
Wonderful demo. It reminds me of the good old days where the soundtrack had a very unique connection to the scenes. The Gravis Ultrasound track sounds fantastic... and thanx for the capture. The old hardware is very hard to get nowadays ;)
Very good demo. Good colors.
Nice, will check this out on my FSC-C5 which has P233MMX MGA-Mystique and GUS ACE. But why is the side-scroller in the beginning not smoothed?????
Wow!
Truly brilliant!
Great dos demo!
fantastic, amazing gfx!
Good to see some Aussie prods!
I only wished it was longer.
COULD YOU PLEASE MAKE A WIN95 FRIENDLY VERSION? THX!
it does not work on my K6/350 Win95b matrox mystique DX5.
Changing the bass.dll to a version that works on win95 does not work.
it does not work on my K6/350 Win95b matrox mystique DX5.
Changing the bass.dll to a version that works on win95 does not work.
wow great
impressive ... so 16bit id almost forget its probably 32 but if umlauts under is "retro" then what is this ?
i dont think i heard about midschool ever until i checked pouet back in '22 or something maybe it was meteoriks i dont know ... vanity issues lol, tribalism. This certainly is batmangroup level dos prod. I'll put it up for best midschool then. Great ! more plz, i get a sudden urge to reboot duke nukem on the mister
i dont think i heard about midschool ever until i checked pouet back in '22 or something maybe it was meteoriks i dont know ... vanity issues lol, tribalism. This certainly is batmangroup level dos prod. I'll put it up for best midschool then. Great ! more plz, i get a sudden urge to reboot duke nukem on the mister
awesome cyberpunk dos demo! great effects, pacing, gfx and music - what's not to like?
Cool stuff
Very cool
Very slick and atmospheric (music, love the falling part!) and the graphics put everything so well in scene. The story ending left a question mark for me though.
lists containing this prod
submit changes
if this prod is a fake, some info is false or the download link is broken,
do not post about it in the comments, it will get lost.
instead, click here !