kkrieger: Making an Impossible FPS | Nostalgia Nerd

  Рет қаралды 1,133,025

Nostalgia Nerd

Nostalgia Nerd

Күн бұрын

Head to ​www.squarespace.com/nostalgia... to save 10% off your first purchase of a website or domain using code NOSTALGIANERD.... The 90s and 00s demoscene was filled with incredible sights & sounds for the senses, but none more incredible (in my opinion) than kkrieger; a playable 3D FPS that compacts into just 96KB created by German demo group Farbrausch (theprodukkt). I'm fascinated by this, so it was amazing to get the chance to speak to some of the developers and designers of this monumental release and find out just how and why it was made. #fps #demoscene #kkrieger
Massive thanks to the demoscene legends; giZMo and ryg for their help & resources on this video.
giZMo: / chris_muetze
ryg: / rygorous
00:00 The demoscene
04:17 Farbrausch pre-kkrieger
07:27 Procedural texture generation
10:04 Integrated ad
10:51 Using external libraries
12:19 Bump maps and meshes
13:30 Tools of the trade (Werkkzeug)
14:36 Character modelling
16:34 Reducing the code size
20:31 Detail work
23:03 Compression
24:38 Gameplay
25:26 kkrieger final
26:47 TheProdukkt is no more
28:01 Credits
🔗Video Links🔗
BreakPoint 04 Site: breakpoint.untergrund.net/200...
.theprodukkt: web.archive.org/web/200408102...
The Farbrausch way: llg.cubic.org/docs/farbrausch...
Research Gate: www.researchgate.net/figure/T...
Breakpoint 2004: breakpoint.untergrund.net/2004/
Assembly seminars '04: web.archive.org/web/200412040...
fiver2's website: www.theunitedstatesofamerica.de/
ryg's homepage: www.farbrausch.com/~fg/
gizmo's website: www.pixelz.de/
"Metaprogramming for madmen": fgiesen.wordpress.com/2012/04...
kkrieger interview from 2004: www.gamasutra.com/view/featur...
Interview from 2005: www.gamasutra.com/view/featur...
Github code: github.com/farbrausch/fr_publ...
🏆 Support 🏆
Support my channel, get exclusive videos & perks, as well as an ad and sponsor free experience at / nostalgianerd from just $1
🏪 NN Shop & Affiliate Links! 🏪
My eBay Shop: nnerd.es/NerdShop (Now Re-open!)
My Retro Tech book: nnerd.me/HVFtSB (2nd edition is out!)
Desk Shelves for Retro Computers: nnerd.me/RetroShelves (Because you're worth it)
🍻 Share/Like 🍻
If you wish to share this video in forums, social media, on your website, or ANYWHERE else, please do so! It helps tremendously with the channel! Also, giving a thumb up or down also helps with visibility on KZbin. Many thanks!
📟 Subcribe 📟
Click to Subscribe: nnerd.es/2K4TYvX
📱 Join me on Social Media 📱
🐥 / nostalnerd
🎮 / nostalgianerd
👱🏼📘 / nostalnerd
📸 / nostalgianerd
🌍 www.nostalgianerd.com
🎥 Equipment 🎥
Panasonic Lumix G5
Rode NT-1 Mic
Corel Video Studio Ultimate 2020
Corel Paint Shop Pro 2020
📜 Resources 📜
In video links and references are provided where possible. If you believe I have forgotten to attribute anything, please let me know (drop me an email via. the about page on KZbin or send me a tweet), so I can add it here. Apologies if I have missed anything out, it takes time to make these videos and therefore it can be easy to forget things or make a mistake.
Errors and omissions excepted.
Some material in this video may be used under Fair Dealing / Fair Use. Where under section 107 of the Copyright Act of 1976 (UK: Sections 29 and 30 of the Copyright, Designs and Patents Act 1988), allowance is made for purposes including parody, quotation, criticism, comment, news reporting, teaching, education and research. Fair Dealing / Fair use is a use permitted by copyright statute that might otherwise be infringing.

Пікірлер: 2 500
@Nostalgianerd
@Nostalgianerd 3 жыл бұрын
11:17 TwEURL O_o Remember to SMASH THAT BELL for more slightly garbled words! (no really, it helps a lot)
@sunyavadin
@sunyavadin 3 жыл бұрын
Are you sure *you're* not German? :D
@lordsamich755
@lordsamich755 3 жыл бұрын
Uh, 2^32 = 4294967296
@LinuxinaBit
@LinuxinaBit 3 жыл бұрын
this thing is insane!!
@pingumcping
@pingumcping 3 жыл бұрын
Pretty sure middle-out compression could handle this.
@moozooh
@moozooh 3 жыл бұрын
Thank you for actually getting in contact with the FR guys and telling the entire history behind the creation of .kkrieger. Quality work! More demoscene-related videos would be awesome. :)
@kb1337
@kb1337 Жыл бұрын
Hey, one of the Kkrieger devs here... There's a bunch of stuff that comes up a lot in the comments, so let's address that :) "Where is this technology nowadays?" It exists. It's called Substance Designer (made by different people than us, and now owned by Adobe), and it's pretty much the same thing we did back then - artist driven procedural texture generation, and used everywhere in games, animated video and VFX. But usually it's used to generate the textures offline, which are then stored as normal images in the game data along with everything else. Which brings us to the next question: "Why aren't games nowadays using it?" Several reasons. The biggest one: It's a giant load of hard, unintuitive work. You can for example easily make a concrete texture with it, but it takes hours and hours of painstakingly tweaking numbers until you arrive at anything worthwhile. You know what's way faster? Going outside, taking a picture of a concrete wall, loading that into Photoshop and tweaking it a bit. And that's not lazy by the way - game devs are already working overtime for months and years, and y'all probably wouldn't want games to take three times as long to develop just to save some HD space. And there's also a technical reason: This tech (ours, Substance, doesn't really matter) is way, WAY slower than just loading an asset from disk. You'd pay for the saved space with ridiculous loading times, and you also can't stream stuff in while the game is running, because generating the textures takes a lot of GPU and would seriously impact frame rate. Imagine the micro stutters everyone's complaining about, just ten times worse. "You're just using the DirectX libraries, that's cheating" Oh great, THAT "point" again. Er, no. As in yes, we're using DirectX (as in Direct3D, DirectSound and DirectInput) but because that's how you get your GPU to draw polygons and run shaders, your sound card to output sound, and how you get input from the keyboard and mouse. That's it. DirectX isn't an "engine", all the meshes, textures, lighting, shadows, effects, music, SFX, etc. come 100% from our code, and the only asset that comes out of Windows is the font used for the menu and HUD (Arial with a bunch of effects on top :) ). If this still had been the DOS days where you had to program the hardware directly, Kkrieger wouldn't perhaps be 96k but still not significantly bigger, and it would only run on one specific model of GPU and sound card. So, no. There's definitely a full engine in there that works similar to what Doom3 did back in the day (direct per-pixel Phong lighting, stencil shadows, etc), just slower, because optimizing for performance would be way more code. "That sound clearly isn't MIDI" Yes and no. We're not talking about General MIDI as in "let's play a .mid file", but MIDI the protocol that sends musical notes to a synthesizer. The actual audio is coming out of a realtime software synthesizer (you might call it "virtual analog") that's part of the Kkrieger code, and MIDI is only used to store the musical score. I chose MIDI back then because that enabled us to use a normal audio tool (DAW) for creating the audio with the synthesizer running as a plugin. Export a .mid file from it, add the synth code and the sound bank, enjoy the music and sound effects. "Where are those guys now?" We exist, living our lives, all outside actual game development nowadays (because we wanted to have lives), but still quietly working away on various things that you might or might not have seen. Some of us are still active in the demoscene, and we're all fine, thank you :)
@LilDuctTape
@LilDuctTape Жыл бұрын
Being able to hear first hand experiences makes me wonder what side project someone else is working on right now that could open the door to new opportunities
@edwardkhromov3253
@edwardkhromov3253 Жыл бұрын
A legend here by himself. I am very impressed with the work you done, and I hope you all are doing well nowadays. Do you communicate with each other from the team today?
@user-dt5iv5yi5b
@user-dt5iv5yi5b Жыл бұрын
Hi, hattet Ihr besondere Quellen wo Ihr Programmieren gelernt habt? Bzw. Was hat euch dazu bewegt? Quasi, wie kann man werden Wie ihr?
@gregdabrat
@gregdabrat Жыл бұрын
Rad!!
@soi5730
@soi5730 Жыл бұрын
Glad to hear that. I was really amazed by the game.
@gamergod9182
@gamergod9182 3 жыл бұрын
Draw hundreds of unique textures and your game will fit on a CD. Write a game that can draw its own textures and it will fit on a floppy. Honestly kinda brilliant.
@yellowblanka6058
@yellowblanka6058 3 жыл бұрын
True enough, of course as is the case with anything procedural (at least currently), after a while you notice the limits of the algorithm, the similarities in elements etc.
@rrai1999
@rrai1999 3 жыл бұрын
definitely was and still is impressive to be able to create something like this, but, ultimately i think, it's useless especially for a video game- handcrafted experience just wipes the floor with anything a computer will try to spit out with current technology
@blahorgaslisk7763
@blahorgaslisk7763 3 жыл бұрын
@@yellowblanka6058 I remember some game where they were at least talking about using modern large texture maps and procedural generation just to break the texture size limits. By using a number of say grass textures and bump maps they could generate procedural grass textures to cover huge areas without having to repeat them anywhere in sight of the player. Same with wall textures and just about any other kind of texture. This was back when a large texture was 256 x 256 pixels. Repeating patterns were a common theme on walls, roads and so on. I still find myself looking for them occasionally. Last that I remember actually noticing was in Shadow of the Tomb Raider where I saw some textures that kept repeating. Using procedural generation this could have been avoided at the cost of processing power. With ever increasing texture size and memory on the graphics cards the necessity for procedurally generated textures are smaller than it used to be. Also just adding more textures is low hanging fruit when it comes to increasing the graphical fidelity. It's easy to do compared to inventing new graphical algorithms or techniques and all it requires is that the users replace their graphics cards with new hardware that has more memory. Cost which doesn't fall on the game companies but on the customers. And even if a lot of people doesn't really upgrade this generation they will be checking out the reviews and the reviewers will be using the large texture packs and thus experience the highest graphical fidelity and that is what they will review. Texture resolution can always be made larger, but the fidelity gain will decrease the larger they get. Currently I think the limit is 4K, which means that you could blow up a texture to fill a 4K display at 1 to 1 pixel mapping. Only reason to make them larger would be to match a 8K display or to make it less obvious that a texture is repeating. The later can be minimized by using several textures for the same material and vary them. Or you can implement procedural generation of texture maps. Guess which is easier, faster and cheaper to implement?
@UTRG-UnderTheRain
@UTRG-UnderTheRain 3 жыл бұрын
nothing like the 150GB patchs for cod these days lol
@martinramirez21
@martinramirez21 3 жыл бұрын
@@rrai1999 Except for balancing fidelity and file size.
@Gameplayer55055
@Gameplayer55055 2 жыл бұрын
Old times: 96kb FPS Nowadays: 100mb calculator app
@MoreEvilThanYahweh
@MoreEvilThanYahweh 2 жыл бұрын
The bloat and spyware injection keeps getting worse every year
@SteveMelies
@SteveMelies 2 жыл бұрын
Finally somebody realized it too.. what a moron developers. I still able to find calculator app off play store from 2012 download size? Eh, just about 900kb installed 1.02mb
@MF175mp
@MF175mp 2 жыл бұрын
99MB ads and 1MB calculator
@Cheepchipsable
@Cheepchipsable 2 жыл бұрын
1 old game, not "games".
@daveraschke
@daveraschke 2 жыл бұрын
what does this have to do space jam?
@quite1enough
@quite1enough 2 жыл бұрын
2004: Here's a 96kb fps game for you 2021: Here's day one 100gb patch which does nothing
@crazybeatrice4555
@crazybeatrice4555 2 жыл бұрын
It does something, it adds the season pass,and other microtransactions
@jojojo5145
@jojojo5145 2 жыл бұрын
@@crazybeatrice4555 Don't forget telemetry.
@EdibleFuture
@EdibleFuture 2 жыл бұрын
@@jojojo5145 and all the money spent making it was spent on advertising letting the software suffer and devs. make next to nothing
@joelalain
@joelalain 2 жыл бұрын
yeah the damn issue today is that ego + creds means developper want to SAY "we have the biggest game ever" like Gears of War & similar i played lately that was 100+ gb download which is ridiculous. It's laziness and carelessness. Basically they make you redownload the whole game evrey time they make a small patch as to be "impressive". The reason the game is so big is because they use UNCOMPRESSED VIDEOS to make you believe that it's the console running those graphics (and it works for non-technical ppl, ppl do believe that). So every patch, you just redownload the videos from the game for no reason. it's laziness + marketing
@EdibleFuture
@EdibleFuture 2 жыл бұрын
@@joelalain also skins for weapons and characters are just like there uncompressed along with dlc just sitting there behind a paywall just wasted space (why do you think that you can just play the dlc you bought without downloading it)
@Scalibq
@Scalibq 3 жыл бұрын
Actually, although the music *score* is MIDI, it does not just send MIDI commands to the sound card. There's an entire softsynth in the Farbrausch engine, so basically the sound is pretty much like the visuals: generated procedurally via algorithms.
@noor-rx1ij
@noor-rx1ij 3 жыл бұрын
This cannot be overstated enough! I love it that kb managed to fit a 303 ish synth in that size.
@kernelpickle
@kernelpickle 3 жыл бұрын
...that means it probably could've been even smaller if they would've stripped that part out of it!
@Nostalgianerd
@Nostalgianerd 3 жыл бұрын
Good point. Well made.
@Scalibq
@Scalibq 3 жыл бұрын
@@noor-rx1ij Yea, and like .werkkzeug, it was released to the public as a free tool. This is called the V2 Synthesizer System, by Farbrausch, and can be used as a VSTi in most DAWs.
@noor-rx1ij
@noor-rx1ij 3 жыл бұрын
@@Scalibq Amazing, didn't know V2 was released standalone. Thanks!
@stevenschiro1838
@stevenschiro1838 3 жыл бұрын
Then: Look at all these games that we optimized and worked around our limitations. Now: Call of Duty is 200GB
@AltimaNEO
@AltimaNEO 3 жыл бұрын
The silly thing is that a lot of modern games use procedural textures, but theyre all baked and sampled to huge resolutions so they have lots of details. If they could get the procedural texture generator that the texture painting software uses into the game, they could create the textures in real time to the resolution they needed. Theyd be able to get the game really small, but then theyd need a lot more horsepower, RAM, and load time.
@MunyuShizumi
@MunyuShizumi 3 жыл бұрын
@@AltimaNEO You wouldn't even affect the performance or requirements in any way if you generate the assets locally and keep them stored (yes, this isn't much different from just downloading the assets, but it allows for much greater customization and optimization). Only the first launch would take extra time. This is commonly done with shaders and such, where they're computed and then just loaded from the cache (until the game or graphics driver is updated), cause generating them takes a bit of time, but there's no need to do it for each launch from scratch. Textures could similarly be generated in the desired resolution depending on the machine's specs and user preferences. If you later get a better GPU, you could just regenerate the textures in a higher resolution whenever.
@kb1337
@kb1337 3 жыл бұрын
@@AltimaNEO This procedural texture generator, in most cases as far as games are concerned, is called Substance (nowadays from Adobe, sadly), and you can easily put that into your game, but most developers opt against it for the reasons you described.
@saurelius5217
@saurelius5217 3 жыл бұрын
It wouldn't be so bad if every one of their updates wasn't over 100gb and they didn't require an update ever week.
@franciscoarana3735
@franciscoarana3735 3 жыл бұрын
You can blame 4k textures for that as they can easily make for >80% of the file size. Most people can't even run 4k textures but the developers won't give you the option to not download them because most people are sheep and they think file size = value. For consoles there's even an incentive to make them so large because if you can't fit another game in your console then you'll have to play their game for longer.
@Phhase
@Phhase 3 жыл бұрын
So the reason it's so small, is that it's not a game at all - it's the instructions to create the game. A dream of a game, plugged into reality. Amazing.
@user-ti6ix5tn2o
@user-ti6ix5tn2o Жыл бұрын
it took advantage of preinstalled softwares from the computer's chipset. current Intel chipset have prebuilt 3d software but back then as I remember GPUs aren't really a thing when you have a CPU that is also a good GPU.
@SeeJayPlayGames
@SeeJayPlayGames Жыл бұрын
@@user-ti6ix5tn2o you remember weirdly and incorrectly. I think either your English or historical computer literacy (or both) is lacking. "current Intel chipset have prebuilt 3d software " - what? No. Just no. I think you're talking about processors with iGPUs. But he wasn't talking about integrated. He literally said in the video that it requires at least a GeForce 4. Which in 2004, was about 2 years old at the time. The GeForce 6 series came out in 2004. I personally had a GeForce FX 5600 (and another machine with a Radeon 9600) at the time. "CPU that is also a good GPU" - What? APUs weren't a thing back then. It was the era of the Athlon XP and Pentium 4, neither of which had integrated graphics on the die. Maybe on the motherboard, but if you think APUs are weak, you don't remember motherboard graphics (shudder). Onboard graphics chips were not even close to current; utilizing previous generation technology as opposed to AIBs, sharing system memory and just generally sucking. No, GPUs were actually more of a thing back then than now. Nowadays, you can game with integrated graphics. Back then, not as much. At least, in my world. I always built systems with SOME kind of video card. Even if it was low-end (like a GF4MX) it was miles better than onboard graphics, which some motherboards lacked anyway. I built more systems for myself and wife during the naughties (like half a dozen or more over the span of the decade, several coexisting) than any other time in my life, so I'm pretty familiar with some of the hardware from that era. All AMD (XP/64/Opteron) chips, no P4s. I did have a P3 celeron 1200 though.
@matturner6890
@matturner6890 Жыл бұрын
@@SeeJayPlayGames "I personally had a bla bla bla" As opposed to you figuratively having it? That's redundant. I think your English literacy is lacking. Also you just attempted to clown someone who might not have English as a first language with a list of computer shit you have owned. Wtf is that?! Grow up, man.
@jannejohansson3383
@jannejohansson3383 Жыл бұрын
Hmm. I think he meant more like in software. You could run many games in cpu software mode OR 3d mode when all details changed a lot. So when used cpu acceleration, only resolution and hz in monitor changes how much it needed raw power. I don't know why, but I think that nerd knows pretty well, what he is talking to. And I know, I'm not in same level.
@kylespevak6781
@kylespevak6781 Жыл бұрын
It's some badass code
@larsmuldjord9907
@larsmuldjord9907 2 жыл бұрын
2:28 I was there in person when they ran this demo. The entire place was stunned. Everything before it suddenly felt obsolete. I remember it just going on and on and on with these complex 3D scenes that even had animation in them. And a fantastic soundtrack to boot. With every new scene it felt like I was watching real magic happening right before my eyes. I am SO glad I was there to experience it.
@kennitapombar-munet342
@kennitapombar-munet342 Жыл бұрын
Live.streaming.scanning.on.911.SeoulWalker.911.1-718-542-0888.911.1-646-386-3600.911.FDNY.com FDNY.LIVE.STREAMING.SCANNING.ON.NO.KZbin.COMMENTS.COM NewYorkCityPoliceDepartment.live.streaming.scanning.on.no.youtube.comments.com HRA.NewYork.live.streaming.scanning.on.no.youtube.comments.com JoeBiden.live.streaming.scanning.on.com DonaldTrump.live.streaming.scanning.on.com NewYorkCityPoliceDepartment.live.streaming.scanning.on.com FDNY.LIVE.STREAMING.SCANNING.ON.COM Automatic.coding.live.streaming.scanning.on.javascript.python.html5.web.app.api.deploy.1-646-386-3600.com FDNY.LIVE.STREAMING.SCANNING.ON.NO.KZbin.COMMENTS.COM NewYorkCityPoliceDepartment.live.streaming.scanning.on.no.youtube.comments.com HRA.NewYork.live.streaming.scanning.on.no.youtube.comments.com JoeBiden.live.streaming.scanning.on.com DonaldTrump.live.streaming.scanning.on.com NewYorkCityPoliceDepartment.live.streaming.scanning.on.com FDNY.LIVE.STREAMING.SCANNING.ON.COM Automatic.coding.live.streaming.scanning.on.javascript.python.html5.web.app.api.deploy.1-646-386-3600.com FDNY.LIVE.STREAMING.SCANNING.ON.NO.KZbin.COMMENTS.COM NewYorkCityPoliceDepartment.live.streaming.scanning.on.no.youtube.comments.com HRA.NewYork.live.streaming.scanning.on.no.youtube.comments.com JoeBiden.live.streaming.scanning.on.com DonaldTrump.live.streaming.scanning.on.com NewYorkCityPoliceDepartment.live.streaming.scanning.on.com FDNY.LIVE.STREAMING.SCANNING.ON.COM Automatic.coding.live.streaming.scanning.on.javascript.python.html5.web.app.api.deploy.1-646-386-3600.com FDNY.LIVE.STREAMING.SCANNING.ON.NO.KZbin.COMMENTS.COM NewYorkCityPoliceDepartment.live.streaming.scanning.on.no.youtube.comments.com HRA.NewYork.live.streaming.scanning.on.no.youtube.comments.com JoeBiden.live.streaming.scanning.on.com DonaldTrump.live.streaming.scanning.on.com NewYorkCityPoliceDepartment.live.streaming.scanning.on.com FDNY.LIVE.STREAMING.SCANNING.ON.COM Automatic.coding.live.streaming.scanning.on.javascript.python.html5.web.app.api.deploy.1-646-386-3600.com FDNY.LIVE.STREAMING.SCANNING.ON.NO.KZbin.COMMENTS.COM NewYorkCityPoliceDepartment.live.streaming.scanning.on.no.youtube.comments.com HRA.NewYork.live.streaming.scanning.on.no.youtube.comments.com JoeBiden.live.streaming.scanning.on.com DonaldTrump.live.streaming.scanning.on.com NewYorkCityPoliceDepartment.live.streaming.scanning.on.com FDNY.LIVE.STREAMING.SCANNING.ON.COM Automatic.coding.live.streaming.scanning.on.javascript.python.html5.web.app.api.deploy.1-646-386-3600.com FDNY.LIVE.STREAMING.SCANNING.ON.NO.KZbin.COMMENTS.COM NewYorkCityPoliceDepartment.live.streaming.scanning.on.no.youtube.comments.com HRA.NewYork.live.streaming.scanning.on.no.youtube.comments.com JoeBiden.live.streaming.scanning.on.com DonaldTrump.live.streaming.scanning.on.com NewYorkCityPoliceDepartment.live.streaming.scanning.on.com FDNY.LIVE.STREAMING.SCANNING.ON.COM Automatic.coding.live.streaming.scanning.on.javascript.python.html5.web.app.api.deploy.1-646-386-3600.com FDNY.LIVE.STREAMING.SCANNING.ON.NO.KZbin.COMMENTS.COM NewYorkCityPoliceDepartment.live.streaming.scanning.on.no.youtube.comments.com HRA.NewYork.live.streaming.scanning.on.no.youtube.comments.com JoeBiden.live.streaming.scanning.on.com DonaldTrump.live.streaming.scanning.on.com NewYorkCityPoliceDepartment.live.streaming.scanning.on.com FDNY.LIVE.STREAMING.SCANNING.ON.COM Automatic.coding.live.streaming.scanning.on.javascript.python.html5.web.app.api.deploy.1-646-386-3600.com
@elpinguinofrio4911
@elpinguinofrio4911 Жыл бұрын
thanks for sharing your memories! is demo scene still alive? although it seem like current gamedev don't care about tech excellence anymore, it has it reincarnation in mobile VR devices, where performance is everything and even the most advanced game looks like directly from 2000x.
@stonecodfish2365
@stonecodfish2365 5 ай бұрын
Lies! I was there and I don't remember you being there at all! Stop following me you rascally rat!
@xliquidflames
@xliquidflames 3 жыл бұрын
I'm always amused by how these small teams are like the geek version of a band. Everyone has an specialization. And once in a while, the right combination of personalities, expertise, and tastes come together in their spare time in a garage somewhere to make something amazing.
@josephmelnyk9988
@josephmelnyk9988 3 жыл бұрын
Very punk rock
@domscards
@domscards 3 жыл бұрын
Good observation
@perseusarkouda
@perseusarkouda 3 жыл бұрын
I heard something interesting from an old guy who lived and worked in Soviet Union. He was flying remote controlled planes and most of the parts he was manufacturing himself and when I asked him how he learned and got the tools (molds) to do that he replied: When you had an innovative hobby the state run factory was encouraging you to evolve it and provided the tools you needed. It's impressive because nowdays is like a crime to do anything else besides your work in the eyes of your employer, which is stupid because it makes the work seem as a chore, thus reducing productivity. And I believe that's why you almost never see original ideas coming out of giant corporations. Instead, they buy them readymade from garage people.
@watcherit1311
@watcherit1311 3 жыл бұрын
@@perseusarkouda Apple, Ford, Tesla, AMD, etc... None of them produced any original ideas for sure. You know, the fact that a company isn't listening engineering advice from some random warehouse guy does not mean that there are no internal and external competitions/events in giant corporations to support creativity. Corporations might be capitalist evil bloodsucking satan reincarnates, but they still understand the value of innovation.
@kneekoo
@kneekoo 2 жыл бұрын
True rock star developers. Then HR ruined its meaning. :P
@ZeoWorks
@ZeoWorks 3 жыл бұрын
Impressive, it looks like the video game that would play in the background in any early 2000's movie. :)
@SacredMilkOG
@SacredMilkOG 3 жыл бұрын
Actually, I feel like I remember a movie that literally used this somewhere.... it's rings a vague bell, specifically those six legged crab things...
@joechristo2
@joechristo2 2 жыл бұрын
@@SacredMilkOG the game you’re thinking of might be half life
@brymsd8895
@brymsd8895 2 жыл бұрын
@@joechristo2 They werent talking about a game
@kopuz.co.uk.
@kopuz.co.uk. 2 жыл бұрын
haha ye fuck the eu
@brymsd8895
@brymsd8895 2 жыл бұрын
@@kopuz.co.uk. ?
@smithwillnot
@smithwillnot 2 жыл бұрын
I remember one of local magazines writing an article about: "a game which is smaller than it's screenshot" must have been this game since I don't remember details...
@nemesisurvivorleon
@nemesisurvivorleon 2 жыл бұрын
IT'S BIGGER ON THE INSIDE!
@wommyu
@wommyu Жыл бұрын
I believe the game was the first mario bros
@Permaviolet
@Permaviolet 3 жыл бұрын
Wow, so for the textures they literally created a miniature version of Substance Designer working in real time *IN 2004*. That is incredibly impressive
@celeryslice
@celeryslice 2 жыл бұрын
I was thinking the same thing lol.
@serloinz
@serloinz 2 жыл бұрын
i don't think they are constantly building the textures in real-time.. i think they get created as the game is being uncompressed at the start
@provod_
@provod_ 2 жыл бұрын
To be fair that kind of procedural texture generation was very common in the demoscene by at least late 1990s. Farbrausch were not the first, many groups did it before, famously Aardbei released their Texture Gevaarte II in 1999 and published articles about how all of that works (referencing The Black Lotus 64k intros from as far back as 1997, so who knows how deep that really goes). Texture/mesh generation is also usually not in realtime, there's a precalc at launch. I don't know the history behind Substance Designer, but I do know that there are active demosceners working on it. There are other major products that grew from demoscene, e.g. Notch was born from a demotool.
@Permaviolet
@Permaviolet 2 жыл бұрын
@@provod_ ah yes, real time definitely was not the right word choice. Not even substance works in 'real time', you still have to wait for it to process. Nevertheless, I was still very impressed with this project. I'll have to look into some of these other demoscene works!
@celeryslice
@celeryslice 2 жыл бұрын
@@provod_ that's really cool
@Cameraville
@Cameraville 3 жыл бұрын
that’s was the most accurate transition to the year 2000 that I have ever seen
@hreggerino
@hreggerino 3 жыл бұрын
Video took me back to the 2000s, youtube ads kept pulling me out of it.
@allaflhollows
@allaflhollows 3 жыл бұрын
I started headbanging and fluttering my eyes until I realized it was 2021...
@ihatethatyoutubedisplaysyo8106
@ihatethatyoutubedisplaysyo8106 2 жыл бұрын
Do you know what song that is?
@creedolala6918
@creedolala6918 2 жыл бұрын
that shit had me bouncing on my toes ready to run through a wall
@freddiejohnson6137
@freddiejohnson6137 3 жыл бұрын
I can imagine others that turned up at that show with their 96kb games then just wanted to disappear after seeing this. As this is mind blowing.
@Nostalgianerd
@Nostalgianerd 3 жыл бұрын
I've just felt an incredible wave of sadness for those people.
@HappyBeezerStudios
@HappyBeezerStudios 3 жыл бұрын
I like to believe that it was rather motivating. Seeing .kkrieger and thinking we can do that as well, lets do it!
@ikannunaplays
@ikannunaplays 3 жыл бұрын
​@@Nostalgianerd Didn't see a peep of what they were up against. What else was presented at that competition?
@larsalfredhenrikstahlin8012
@larsalfredhenrikstahlin8012 3 жыл бұрын
@@Nostalgianerd That is exactly how I felt reading this. Those poor guys that probably also worked their asses off, finnishing a minute before the deadline etc... To then compete with this fucking Nobel prize 5d-warp drive of software.
@CTRIX64
@CTRIX64 2 жыл бұрын
​@@Nostalgianerd No need to feel sad! There were 3 others - T$ made a funny top-down game about running over moles with a lawnmower (I've sat next to 'em at a couple of parties in Germany - great times!), r1911 made a basic game where you dodge cubes (I had huge hopes for some slamming acid music and was quite disappointed at the time), "John Trapolka Memorial Krew" and friends made B-Clopd 3D - a humorous production which is actually quite funny to play and had some decent enough 3D code behind it. You gotta remember these are "games" categories at a "demoparty" - so while a good game will go appreciated, most peeps (esp. 20 years ago) were there for the demos. It's quite a miracle that this got made at all to some degree - but I guess if you were testing an engine for it's gaming capability and needed a deadline, then Breakpoint is the party to release it at. As you say, it was on the edge of 64-bit and the fast internet explosion.
@pity4777
@pity4777 2 жыл бұрын
I must admit having a screenshot from a game contain more data than the game itself is kind of poetic. Its like an abstraction of the holographic principle
@joshmartin2744
@joshmartin2744 3 ай бұрын
To be fair, it's only larger if you take an uncompressed screenshot (such as BMP format). A JPG, which is compressed, is smaller than 96KB. Still, I remember testing that very thing out way back in the day, and it's STILL impressive to me.
@Nesisorator
@Nesisorator 2 жыл бұрын
putting a .point before everything is exactly the edginess I expected from the early/mid 2000 era
@Talia.777
@Talia.777 2 жыл бұрын
😁😁😁
@SaveThePurpleRhino
@SaveThePurpleRhino 2 жыл бұрын
Lol. I remember that now
@volvo09
@volvo09 2 жыл бұрын
And usernames like Xx-jackTr0n-xX
@XSlimSxadyX
@XSlimSxadyX 2 жыл бұрын
Well thanks for the new username
@RedPill420
@RedPill420 2 жыл бұрын
@@Talia.777 You ain't fooling anyone buddy
@CCCW
@CCCW 3 жыл бұрын
The german demoscene just got named as one of UNESCO's cultural heritages a month a go. Nice!
@mvl71
@mvl71 3 жыл бұрын
I thought you were joking. Fortunately you weren't.
@SomePotato
@SomePotato 3 жыл бұрын
And Finland did it last year. Hopefully we'll get an Evoke in Cologne again in 2022.
@SonicBoone56
@SonicBoone56 3 жыл бұрын
@@SomePotato I wonder how many other countries have notable demoscenes. I know the US and UK obviously do.
@neur303
@neur303 3 жыл бұрын
Wow! Hope that has some good impact in supporting preservance.
@fisk0
@fisk0 3 жыл бұрын
@@SonicBoone56 definitely huge in Sweden and Finland, where most of the major game developers have roots in the demoscene (DICE, Remedy, Avalanche, Starbreeze and Massive Entertainment to name a few). Got the impression that many New Zealand and Australian developers have scene roots as well, with NZ in particular having a really big scene.
@d_vibe-swe
@d_vibe-swe 3 жыл бұрын
I was at The Party 2000. We released our 64k intro called Grid 2 there for the Amiga AGA systems. It also contains a lot of precalced data.
@dandare6865
@dandare6865 2 жыл бұрын
Ahh the great days of the Amiga demo scene in the 90s produced some stunning stuff
@backwoodsbillycreeks2174
@backwoodsbillycreeks2174 2 жыл бұрын
Link
@serloinz
@serloinz 2 жыл бұрын
@@dandare6865 the amiga demo scene is still going strong.. this one from last year is amazing :)kzbin.info/www/bejne/n3WcqZ5piKmGj8U
@Digitaaliklosetti
@Digitaaliklosetti 2 жыл бұрын
cool
@Slash27015
@Slash27015 3 жыл бұрын
I remember back in 2009 or so, I was at a LAN party called "the sleepless lan", and breakfast cost $20 extra ontop of the ticket price.. A friend of mine wanted to just pay, but I said hold on.. We went to a local store and bought some bread, then placed it ontop of my GTX275 before launching the "8kb demo" file, cranking temperatures inside up to 85 celcius.. It took about 15 minutes before we had crispy toasted bread to melt cheese ontop. Good times, had a lot of nerds arrive and comment on how I was going to damage my top of the range graphics card and that we were mad etc, but everything went well and the bread was delicious.
@marafolse8347
@marafolse8347 2 жыл бұрын
Irl shitposting
@shadesofmist9214
@shadesofmist9214 2 жыл бұрын
Irl shitposting
@awii.neocities
@awii.neocities Жыл бұрын
'putting bread on your graphics card will damage it' -🤓🤓🤓
@blackespectral
@blackespectral Жыл бұрын
irl shitposting
@rustykoenig3566
@rustykoenig3566 Жыл бұрын
Lot of people don't realize how resilient electronics really are. You can literally do ANYTHING to them... as long as you do not break a circuit on the board or pull components off or "bridge" 2 circuit paths together.... it will work. THat sounds like a lot of "ifs" that can screw it up but really if you don't lay any metal on top of it while running or scratch the hell out of it... it works. Remember the "static wristband" craze? The one who "invented" that useless crap made TONS of $$ and contributed to the mass illusion that electronics are these super fragile things that if you even TOUCH them they blow up or something. A static spark from your finger.... even after dragging your 100% wool covered feet across the deepest shag carpet you can find on the lowest humidity ever.... the spark from your finger will not FRY something that was DESIGNED to carry and manipulate electrical currents.... Lightning bolts are literally the exact same thing as the spark that shoots from your finger and ya, THAT can fry something but it will also split a tree down the middle too.... I mean the water you wash your hands with will also cut through steel too. I remember back in the day when the Atari was the console and when the original Nintendo came out. Sometimes the game cartridges would not work because we kids did EVERYTHING you can think of to them.... they were spilled on, sat on, stepped on, kicked around, and may even have served as a makeshift hockey puck at one time.... and if you are old enough to remember those things, you also remember the "universal fix" that worked damn near every time.... take deepest breath you can take and then blow it out faster than you ever exhaled it before while shaking your head back and forth and the hurricane level winds you produce are directed at the connector end of the cartridge..... throw it back in the console and fire up your game. THose things were essentially the same thing as a PCIE card in your system now that was enclosed ina hard plastic box with the gold fingers exposed at the bottom. And somehow "electronics" went from indestructable to breaking if you even LOOK at it .... I got a "junk box" of parts.... full of cards and stuff just thrown in without static bags or any thing. I guarantee I can dig down to the bottom of it and pull a card out and it will work just fine... unless my system no longer has a slot compatable with it or I cannot find a driver that will work with it ... but the "hardware" will work just fine. If I would have seen you toasting bread off your GPU.... I be like can you toast me one too?? :)
@DeadDie44
@DeadDie44 2 жыл бұрын
I remember back in the day my older brother, being really into programming, followed demo scene closely. When I saw him playing this game I was nothing more than curious, even after bein told it was 96k didn't really tell me much. Looking back at it, at this point in time while I am struggling to be an indie game dev in unforgiving economy, having about 10 years worth of halfhearted self-taught programming experience (I do have issues), I can finally recognize and appreciate the amount of dedication and labor put into these
@callykitten5095
@callykitten5095 Жыл бұрын
You and me same. A struggling indie game dev with about 10 years of self taught programming experience. Uncanny.
@djcsdy2
@djcsdy2 3 жыл бұрын
Slightly alarming seeing Nostalgia Nerd covering stuff that came out when I was at university... clearly I am getting very old.
@danielduncan6806
@danielduncan6806 3 жыл бұрын
Just stop. You aren't halfway there yet.
@Gogglesofkrome
@Gogglesofkrome 3 жыл бұрын
@@danielduncan6806 If he's 40 - which is likely, since most folks go to uni at 18 - 24, then you could very well argue that he is at his half way mark.
@worldcomicsreview354
@worldcomicsreview354 3 жыл бұрын
I still remember seeing PS2 games in the "retro" bin for the first time.
@matsv201
@matsv201 2 жыл бұрын
Everything after 1997 is just new crap... 1994 to 1997 is current.. and everything prior is old.. that is my perspectice
@MatthewHolevinski
@MatthewHolevinski 2 жыл бұрын
@@matsv201 ditto
@MikaelMarius
@MikaelMarius 3 жыл бұрын
You sure have a knack for explaining something technical for someone who isn't that technical. Good Lord those madmen, respects to Deutschland.
@tolkienfan1972
@tolkienfan1972 3 жыл бұрын
The struggle is real. :-)
@JacobKinsley
@JacobKinsley 3 жыл бұрын
You know, things like this make me feel like when a boomer goes "ah, classics, not like that new trash" I actually think "you know what? They're right on this one."
@Crow_Rising
@Crow_Rising 2 жыл бұрын
@Nexxol Yeah pretty much. There's just been a drop in quality as far as creativity is concerned. We still get the occasional gem now and then but for the most part creativity is dying off and realism is king. For some reason even a lot of games that should have more cartoony artstyles are coming out these days with realistic lighting engines and realistic looking textures. At least we have the indie crowd to pick up the slack a bit though.
@vast634
@vast634 2 жыл бұрын
@@Crow_Rising There are more creative games than ever. Only the large AAA games tend to stick to proven designs, but that is pretty much a must, since they are much more expensive to make than 20 years ago. Now they need teams of hundreds not just 30. For such a high investment, they want to make sure that it sells. Not much experimentation here in AAA games, but the thousands of Indy games can cover that.
@stevensavoie856
@stevensavoie856 2 жыл бұрын
@@vast634 the games of yesteryear aren't as fun as they used to be. But they were super fun at the time. Blows the pants off the experience you get now, despite the amount of games available. Too bad the younger generation can't just play old games to feel what it was like. At least there were no IAP's or dlc. You just bought the game and had fun. It was yours.
@whiterosesalchemist
@whiterosesalchemist 2 жыл бұрын
Two words: Brutal Doom
@giampaolomannucci8281
@giampaolomannucci8281 2 жыл бұрын
@@whiterosesalchemist One word: Prodeus
@valsharess-yt
@valsharess-yt 2 жыл бұрын
It actually looks better than half the FPS games shovelled onto Steam.
@mrfu2
@mrfu2 3 жыл бұрын
Farbrausch inspired me to become a software developer. The art this team produced is amazing and truly impressive. It's software magic, even though nowadays I actually understand what the software does. I have one fireproof safe in the house, that holds passports and a CD. A CD with a backup of almost all of the things Farbrausch has made in those days. Those guys rock!
@birdfacemd
@birdfacemd 2 жыл бұрын
Make sure to transfer it to a new cd occasionally to combat disc rot.
@ubersquiz
@ubersquiz 2 жыл бұрын
They are fantastic. Have you watched any A.S.D. demos? They also make mind blowing stuff.
@EbonyPope
@EbonyPope 2 жыл бұрын
But why isn't this done today too? It would save so much space.
@uckfayooglegay9982
@uckfayooglegay9982 2 жыл бұрын
@@EbonyPope All the computation done do create or decompress assets requires CPU time so you either have to let it run before the game / level can be played (not the best user experience) or do it all in on the fly (which uses up CPU cycles). Optimisation is about balancing size vs performance and with storage space growing in size and dropping in price (as well as how much such heavy size optimisation complicates making a good game) developers don't prioritise size so much outside of such demos. Games still do use techniques like this, especially for generation of the world, look up the game Fuel if you want a good example.
@noiJadisCailleach
@noiJadisCailleach 2 жыл бұрын
@@birdfacemd Yeah, disc rot's a bitch. Even the black discs aren't immune to it, even though it was designed to combat it. I've had gold ones but I lost them. Do those rot as well?
@TheSilent333
@TheSilent333 3 жыл бұрын
The demo scene was always full of the most talented developers. What a mind boggling achievement this was.
@serloinz
@serloinz 2 жыл бұрын
It still very much is still like that :)
@ChadGPTu
@ChadGPTu 3 жыл бұрын
when this came out I used to carry it around on a USB and play it on various computers
@macgyver6999
@macgyver6999 2 жыл бұрын
"Give me a bottleneck and ill give you a miracle" - artists
@catriona_drummond
@catriona_drummond 3 жыл бұрын
Listening as a German: "...they created a tool, called "tool"... XD
@Roxor128
@Roxor128 3 жыл бұрын
I'm not a native speaker, but I found myself wondering "Doesn't that mean 'tool' in English?". Guess they must have been a bit stumped for names, called it by what it did, and never got around to coming up with a better name.
@worldsendace
@worldsendace 3 жыл бұрын
@@Roxor128 Werkzeug. Means Tool yes lit. It translates to "Working stuff". Or stuff for Working. ;-)
@Zazu1337
@Zazu1337 2 жыл бұрын
Well, they called it Werkkzeug the double k making it a product name and not simply a german word.
@penfold7800
@penfold7800 2 жыл бұрын
Maybe they were just so impressed by thier achievement, they just named it after thier initial reaction of what it compiled. 'It Works!'
@randallcraft4071
@randallcraft4071 2 жыл бұрын
The whatever in another language makes you sound cool. 🤣
@dvdemon187
@dvdemon187 3 жыл бұрын
I have and will ALWAYS and FOREVER be amazed to no end by the demo scene. And I actually remember the .farbrausch demos by my fellow Germans.
@MechanicalMooCow
@MechanicalMooCow 2 жыл бұрын
AMOGUS AHAHAHAHA WHEN THE DEMO IS SUS 🤔🤔🤔🤔🤔🤔
@RandolfRichardson
@RandolfRichardson Жыл бұрын
This is excellent! I used to do 6502 machine language programming on the Commodore 64 when I was in elementary school, and I always valued efficient code optimized both for size and efficiency. It was always a fun challenge, and I wish more developers valued it today.
@mrkitty777
@mrkitty777 Жыл бұрын
Most software today is abstraction on abstraction on abstraction and heavily bloated and bizarrely slow but computers are fast enough to hide it
@RandolfRichardson
@RandolfRichardson Жыл бұрын
@@mrkitty777: You are correct, and it's sad that most people don't seem to care.
@RandolfRichardson
@RandolfRichardson Жыл бұрын
@@djancak: Even if you do simple optimizations, you'll already be ahead of the game. The compilers these days are pretty smart, but they still don't understand the larger picture of what you're trying to ultimately accomplish and so you, as the human being who can perceive this, has the final advantage. There are many great articles to be found with Google about optimizing code in most, if not all, programming languages. This article came up first for me (for C++), and could serve as a great starting point -- just focus on one technique at a time, and gradually you may find you're writing optimized code on-the-fly as a newly developed habit. 🙂
@GameBoyyearsago
@GameBoyyearsago Жыл бұрын
@@mrkitty777 fast enough to hide it? They should remove it 😑
@Anonymous-qb4vc
@Anonymous-qb4vc Жыл бұрын
@@mrkitty777 also thanks to abundant storage and internet speeds. back then i was desperate for highly compressed games n stuff to make most out of what i had
@araghon007
@araghon007 3 жыл бұрын
Yes! As long as I saw the small size, I was like: "Demoscene"
@GearSeekers
@GearSeekers 3 жыл бұрын
Been a while since I've seen anything from these guys. Seriously impressive! Never even thought to think about how they made these demos.
@erithanis
@erithanis 3 жыл бұрын
@Sawyer Grimm just ends up in different places. Creativity requires limitations. Current tech has different constraints nowadays.
@ekinteko
@ekinteko 3 жыл бұрын
It's kinda impressive, but at the same time kinda not. The whole time I thought this was a very impressive video game from 1994, sort of in line with the likes of Quake and other early 3D games. These were usually on the PC and installed from Floppy Disks. So to hear that this was done by a talented handful of enthusiasts really impressed me. But then I heard 2004. And my mind went rushing to that era. We had games like: Doom 3, Half-Life 2, Halo 2, GTA SA, NFS Underground 2, MGS3, Fable, and Kotor. These games had great visuals, sound, design, variety, script, etc etc... that it leaves a long impression on you. I don't think the same could be said about kkrieger, but that's just my opinion.
@itsanarse
@itsanarse 3 жыл бұрын
@@ekinteko Everyone's a critic, it's impressive. I couldn't have done it. Optimisation at its best possibly, it is a demo at the end of the day created by a small talented team and a very good one. Not a massive AAA title.
@BlackJobZ
@BlackJobZ 3 жыл бұрын
@@ekinteko yes but are any of them 96kb
@ekinteko
@ekinteko 3 жыл бұрын
@@BlackJobZ . That's my point. Fitting on a Floppy Disk would've been useful, heck crucial, back during the Early-90's era. But this is 2007, where the computing scene (and technology) in general has evolved way past that. Just note, games made the leap from 1.4MB Floppy Disks, to 64MB Cartridges, to 700MB CDs, then 4.7GB DVDs, to 25GB BluRays, 32GB microSD cards, and then to 128GB SSDs. Not to mention the elephant in the room, that was HDDs of those days, ranging from mostly 128GB to above 512GB in the market. During this era, most people (+95%) were way past Windows 95 and Floppy Disks. Most PCs were in Windows XP and 128GB HDDs landscape. It soon evolved into Windows 7, 128GB SSDs, and 1TB HDDs. Whilst on the Home Console front, people were upgrading their DVD-stored PS2 and Xbox, to the likes of HDD/BluRay-stored gaming on the Xbox 360 and PS3. It's akin to developing a new carburetor technology today, when automobiles have evolved past to Turbo-Diesels, Efficient Unleadeds, Hybrids, and lastly to EVs.
@ihateevilbill
@ihateevilbill 3 жыл бұрын
The demoscene. Taking machines to their limit, breaking that limit and making the machine their own private b*tch... love em.
@melomonster007
@melomonster007 3 жыл бұрын
I also love demoscene since I saw 9 fingers by Spaceballs. I love demoscene music most of all, it's always fresh, always something new.
@ihateevilbill
@ihateevilbill 3 жыл бұрын
@@melomonster007 100% Me and my pals would all watch the C.O.M.A demo when we were just sitting about. And spaceballs man. There were just so many good ones.
@UTRG-UnderTheRain
@UTRG-UnderTheRain 3 жыл бұрын
it's really weird I was looking at vr games yesterday on steam and I got the vibe of early games from back in the day I have just bought some Spectrums and an Atari ST and LOT upgrades for both of them I wish I had learned to program then I have literally just started now and its fascinating.
@sonairys929
@sonairys929 3 жыл бұрын
They don't break the limits. They make machines do it for them.
@sienile
@sienile 2 жыл бұрын
I ran this on a PC which was outdated at the time and it ran fine. It did seem a bit slower than what's shown here and the initial loading took forever, but it was still fast moving and visually better than most of the games the system could run. Amazing what such small code can produce.
@ledog6953
@ledog6953 Жыл бұрын
I just wanted to thank you that putting all these information together and introduce this extraordinary game. I remember when I was a kid my brother told me there’s a game just less than 100 kb and it require top of the spec to run, but I wasn’t able to find it until I see your video.
@sunyavadin
@sunyavadin 3 жыл бұрын
HOLY SHIT I HAVE EVERYTHING THEY'VE EVER RELEASED LITERALLY SITTING ON THE SYSTEM I'M TYPING THIS ON. I love blowing my friends' minds with these things. Even if they do often kick off antivirus software something fierce XD
@HappyBeezerStudios
@HappyBeezerStudios 3 жыл бұрын
The antivirus probably freaks out doe to the compressed executables.
@kb1337
@kb1337 3 жыл бұрын
@@HappyBeezerStudios ... especially because most demoscene executable packers, and definitely kkrunchy, unfortunately made it into the hands of malware authors, and a lot of AV software now flag everything compressed with it by default. It's a stupid game that we can't win :/
@Skarwind
@Skarwind 3 жыл бұрын
With the way KZbin works on phones, all I saw was that you love blowing your friends. Lmao.
@Gogglesofkrome
@Gogglesofkrome 3 жыл бұрын
@@kb1337 It'd be a matter of just changing the algorithm enough to not be recognized by the malware software, since chances are that the antivirus is only looking for a specific pattern related to kkrunchy, or something
@kb1337
@kb1337 3 жыл бұрын
@@Gogglesofkrome This would help a bit, yes, but it would probably only result in a game of cat and mouse against the AV/Malware scene, and furthermore AV software also employs dynamic analysis techniques - essentially, run the exe in a sandbox and check if it tries to do something that looks sus - and those usually run into timeouts because the PPM(ish) decompression in eg. kkrunchy or Crinkler takes really long, and then decide to err on the side of caution and flag the executable.
@form4li7y
@form4li7y 3 жыл бұрын
1:39 When that music hit I slowly got the huge smile on my face. It brought back so many memories from the late 90s to early 2000s.
@Etobio
@Etobio 3 жыл бұрын
What’s the song?
@form4li7y
@form4li7y 3 жыл бұрын
@@Etobio I have no idea what that specific song is. I was speaking to the type of music in general. Techno and other forms of EDM was constantly showing up on the radio and in commercials, tv shows, and movies. To this day I still listen to the Groove and Hackers soundtracks.
@j.maciejewski
@j.maciejewski 3 жыл бұрын
@@Etobio Typekast - Pushing Walls
@Etobio
@Etobio 3 жыл бұрын
@@j.maciejewski you’re a god
@enricmm85
@enricmm85 2 жыл бұрын
I'm missing the golden age of trance too 😢
@futsk01
@futsk01 2 жыл бұрын
I wish modern gamedevs in big companies were at least 1% as dedicated and talented as these guys.
@Darklor_WCF
@Darklor_WCF Жыл бұрын
All the mfs addicted the the "rapidity development" trappings of C# with ZERO regard for perfkrmance and optimization. Makes me sad/mad
@PatalJunior
@PatalJunior Жыл бұрын
Nowadays publishers have stricter deadlines, and the main focus being make profit, not a great game, or technically advanced.
@C_Corpze
@C_Corpze 11 ай бұрын
Still amazes me what developers did back in the days to make mind-blowing games. Nowadays games barely run stable properly and require beefy computers due to lack of optimizations and techniques.
@HattmannenNilsson
@HattmannenNilsson 3 жыл бұрын
fr-08 is still my favourite demoscene produkkt. I still remember just how jaw-dropping I found it when I first saw it. Frankly, I still haven't been able to pick my jaw up. It still gives me shivers and I still think it looks just as amazing as I thought it did back then. Seeing a video on .kkrieger and farbrausch made me all mushy and warm on the inside.
@pecet
@pecet 3 жыл бұрын
Same here. Visuals are not impressive nowadays but I still love music.
@novato455
@novato455 3 жыл бұрын
What blew my mind back then, was the realization that this 96kb demo despite its limitations looked better than F.E.A.R texture wise; It was crazy!. I have spent years wondering how the hell that small team managed to do that.
@TheTrevortrowbridge
@TheTrevortrowbridge 2 жыл бұрын
It’s not actually that complicated, if you understand coding on even a basic level. Most coding, is based on the fundamental aspects of algebra, and mathematical operations. In essence, what they did, put extremely simply. Was put a series of numbers, through multiple multiplication tables. If you’re familiar with math, the basic idea, that if you take 2 to the 100th power, or 2x2 and do it one hundred times, the resulting number, will be exponentially more massive than 2 by itself. By no means does this mean that such an accomplishment isn’t incredible, because it is. But....it makes logical sense how they did it. It’s simply a testament to their command of coding, their understanding of algorithms, and their knowledge of machine pathways. Simply put. While it makes sense, and is logical, it is also a testament to the brilliance and cunning of the minds that worked on it.
@epajarjestys9981
@epajarjestys9981 2 жыл бұрын
@@TheTrevortrowbridge What a fucking retarded response. "Here, I can calculate a very big number using only a few bytes and some basic meth."
@ValladaresFelipe
@ValladaresFelipe 2 жыл бұрын
I'm happy to say that I was there in that time, I'm from Venezuela and I was discovering the demo scene, I remember play the demo with my brand new G-Force 8800GT, it was the kind of computer experience that just happens in life very few times. Thank you for the memories.
@unrealdevon
@unrealdevon 3 жыл бұрын
This is insane. It really makes you think about the large sizes of the games today.
@andersfjendsbo1205
@andersfjendsbo1205 3 жыл бұрын
I was a technician at The Party 2000. I still remember the reaction from the crowd in the in "Messecenter Aars" when the product came on.....
@N1ghtR1der666
@N1ghtR1der666 Жыл бұрын
I would love to see a video of the reaction if it exists anywhere
@TeknoRiderF1RE
@TeknoRiderF1RE 3 жыл бұрын
The way they made these textures is pretty damn clever. They essentially predicted modern day Procedural Texturing
@houstonhelicoptertours1006
@houstonhelicoptertours1006 3 жыл бұрын
The fundamentals for those were already laid in the early 80s, so procedural texturing was already around and in broad use during the 90s. I used different implementations of procedural noise in most of my renderman and mental ray shaders at the time.
@d.r.1402
@d.r.1402 3 жыл бұрын
@Darren Munsell Thats dumped into memory and gpu/cpu. It's more efficient to have the render texture output that is flattened and just uses gpu memory. I can easily slow my system down in memory and performance using substance designer. Sometime taking minutes to open up procedural files as it renders the final output.
@SimonBuchanNz
@SimonBuchanNz 3 жыл бұрын
@Darren Munsell in particular, it generally takes several orders of magnitude (think thousands to possibly millions of times nowadays!) longer to generate a procedural texture than to load one from disk. Especially with the hilariously underpowered CPUs in last gen consoles, which were actually the limiting factor in load times for most titles just moving the data into memory. Seemingly about half of that file size, in fact, goes away on the next gen console versions, where they can depend on fast storage to avoid storing redundant data and fast CPUs (or custom hardware) to use more aggressive compression. It's quite annoying when people that clearly have no idea what they're talking about call incredibly talented, overworked, and underpaid people lazy and stupid.
@drsnova7313
@drsnova7313 3 жыл бұрын
I was doing procedural texturing (And constructive solid geometry, for that matter) years before that. It's already existed for a while (and I got ancient computer science literature to prove it), though only recently procedural generation became quite mainstream. But kkrieger nevertheless blew me away when I first saw it back then. It's not the techniques themselves, but how they are done so expertly and efficiently. Just an amazing feat of programming and design.
@Anvilshock
@Anvilshock 3 жыл бұрын
@@houstonhelicoptertours1006 Well, fancy seeing you here! How's your collection of stock music LPs and CDs coming along?
@kpdelaney6460
@kpdelaney6460 2 жыл бұрын
Wow this is amazing! I'm majoring in CS right now, and this level of optimization is so far from where I'm at. Hopefully I'll be able to achieve this ability in the future.
@Blox117
@Blox117 2 жыл бұрын
just make a shortcut to the program. bam, instant 100kb file size
@MrDaAsif
@MrDaAsif Жыл бұрын
It's a good example of trading sacrificing computation time to save storage
@BuddMcAwesome
@BuddMcAwesome 2 жыл бұрын
We need more of these types of games. I literally have a mental breakdown every time i download a patch or update these days
@SomeBlokeOrWhatever
@SomeBlokeOrWhatever 3 жыл бұрын
"Pentium 3 1.5 Ghz, 512 MB ram, GeForce 4" Well fuck that was my actual set up that I got in 2004-ish. Was stuck with it until 2012, so THAT wasn't much fun, but still!
@bogartwilley
@bogartwilley 3 жыл бұрын
LoL don't feel too bad man. I still have an intel core i7 920 with a Radeon R5 260X OC 2GB card (thankfully I don't use it anymore, replaced it with my ryzen 3600 and gtx 1080 ti
@abadenoughdude300
@abadenoughdude300 3 жыл бұрын
Y'all have nothing to regret. If you play any games from the era they will run way better on that old system then on modern hardware.
@Reynsoon
@Reynsoon 3 жыл бұрын
I tried to run it on an old ass Intel with 256MB of RAM and a GeForce MX 440. Needless to say, it didn't work.
@GraveUypo
@GraveUypo 3 жыл бұрын
i probably had an atlhon xp and a geforce 4 in 2004. or maybe i already had a radeon 9800pro.
@nadirjofas3140
@nadirjofas3140 3 жыл бұрын
@@abadenoughdude300 no
@TheRestartPoint
@TheRestartPoint 3 жыл бұрын
2004: Entire game fit in 96K 2021: turn on my PS4 and have to download a 5GB update just so i'm allowed to play my game again. That's progress for you!
@PiotrPilinko
@PiotrPilinko 3 жыл бұрын
The quirk is that this was an experiment: commercial games from 2004 took about 2-3GB, where over 95% of space was occupied by assets (like textures, models, music and voice). Todays "patch" is often the whole game (with all assets), not the difference between your version and the latests version), so in case of PS4/PS5 versions the patch is often 15-50GB...
@jamegumb7298
@jamegumb7298 3 жыл бұрын
@@PiotrPilinko Because they pack single highly compressed (and often encrypted) file using dedupe. Not the entire game is in there but all textures are. Encrypted to make life more difficult for cheaters, compressed so it all takes up way less space (imagine if it were uncompressed) and because decompressing and loading it into memory takes less time than loading it in uncompressed from the drive(when you have more than enough cpu to spare), and the dedupe sometimes to make it take even less space. For consoles specifically they will at times (hdd specifically) put more then 1 copy on the drive, some ealrier pc titles did it too. Saves time seeking if you put things close together or have multiple copies and defrag is predictable (works better with 1 single file, again, so you can order it in a way you want). Now these days all will have an ssd so that is less an issue.
@SinaelDOverom
@SinaelDOverom 3 жыл бұрын
You mean 2021: turn on your PS4 and cry because you can't play anything that requires online connection, 'cause Sony shut down the servers
@noth606
@noth606 3 жыл бұрын
@@PiotrPilinko you think it is normal? No, it is lazy developers and designers who could have done a much better job but didn't. I'm a developer so I'm a bit more qualified than most to say this.
@KRAFTWERK2K6
@KRAFTWERK2K6 3 жыл бұрын
Developers are fucking idiots today…
@TheXev
@TheXev 2 жыл бұрын
I have loved your content for a very long time, but this video is extra special for me. I loved these demos after building my first gaming rig in 2002, and seeing how they came together is amazing. These demos were insane at the time and I miss these style demos so much. I wish I had more time to look into the modern demo scene.
@JakeDownsWuzHere
@JakeDownsWuzHere 3 жыл бұрын
i need more demoscene content. this is great! much respect
@rosskwolfe
@rosskwolfe 3 жыл бұрын
Man, I remember when this came out. Blew my mind that such a tiny file could do that.
@gworfish
@gworfish 3 жыл бұрын
I tried for a long time to figure out how they could have been cheating. It was just so hard to fathom.
@IstvanNagy86
@IstvanNagy86 3 жыл бұрын
I remember when my friend showed me fr-08 for the first time, and I couldn't believe it. The soundtrack is still on my playlist to this day.
@gbraadnl
@gbraadnl 3 жыл бұрын
I used Werkzeug for rave party visuals. Fed from one laptop into a video mixer. Some of the files are still in use by the organizers
@ast_rsk
@ast_rsk 11 ай бұрын
I remember in 2004 when I got my monthly edition of a computer magazine which featured a tiny highlight section of independent software and games -- namely 2 that stuck with me for years, decades even. GeneRally and none other than .kkrieger -- thus igniting my own computer development passion. I'm very happy to have discovered this video, thank you for making this blast from the past deep dive!
@shade7367
@shade7367 2 жыл бұрын
This is genius at work, and the dedication of a madman (or group thereof) I'm inspired to get back to work on a project I've put down for months, and it actually has given me a lot of ideas for how I can make it work.
@deathdoor
@deathdoor 3 жыл бұрын
I remember this one. At the time my concern was if my PC had enough power to run it. It didn't.
@Erlisch1337
@Erlisch1337 3 жыл бұрын
Same :(
@DJSockmonkeyMusic
@DJSockmonkeyMusic 2 жыл бұрын
Mine neither lol. I had a 486 until Xmas 2001, which couldn't run the demos, when I got a K6-2 350 which wouldn't run them either.
@MrKasenom
@MrKasenom 3 жыл бұрын
Back then you had FPS games trying to fit in the smallest sizes conceivable, today developers are competing to see how much disk space they can waste...
@MakotoIchinose
@MakotoIchinose 3 жыл бұрын
In current game developers defense, RAM is much more expensive than storage. I mean, unless you can afford more than 128 GB, which I know most non enterprise people won't have, developers had to bake all the textures to be stored in storage, which is way cheaper in cost and more accessible. Not to mention the performance of processing the procedural stuff can be a burden to CPU, tanking down framerate and the loading time will be longer, it's still loading even if you're done taking a shit. I'm not saying that .kkrieger isn't impressive, but people shouldn't take the prod as expectation. And it buggers me as a game developer myself. What .kkrieger did is basically store all the assets into RAM. And not to mention .kkrieger is a one of a kind prod. It's not that contemporary devs not trying to fit in the smallest size conceivable even back then.
@Gogglesofkrome
@Gogglesofkrome 3 жыл бұрын
@@MakotoIchinose Imagine what could be achieved if everyone had 128 GB of ram for use and it wasn't all wasted on inefficiencies, texture or sound
@MakotoIchinose
@MakotoIchinose 3 жыл бұрын
@@Gogglesofkrome That's quite a naive imagination... But wait, *_there's more!_* How about procedural texture and mesh generation, which can take a lot of CPU power, and can prolong the load times by a lot. And by a lot, I really mean *A LOT*. The CPU would have to generate the PBR texture layers and calculating the meshes, out of small instructions. But wait, *_there's more!_* How about generating lightmap for static, more accurate lighting? Not everyone have realtime raytracing capable GPU (and yes, I care a lot about low-spec gamers) and generating lightmap can took a long, long time. We're talking about minutes, so the load time would be even longer. Even software only low resolution GI tracers for quadratic polys can take 3 or so minutes to generate. But wait, *_there's more!_* Generating humanoid characters procedurally, just using math, from scratch, is borderline impossible. The time and manpower would be best used to create artistic character models, instead of coming up with imprecise math algorithm to get a shoddy looking character model. Not even folks at Shadertoy managed to get a good looking, production ready, full body human model (but math wise, it's still impressive achievement). And let's not get into clothing. But wait, *_there's more!_* RAM is a volatile memory, so if you decided to shut down your computer with 128+ GB of RAM, you will have to endure the extremely long load time if you want to run the game again. Love it or hate it, the way games are shipped now is the most efficient method, by putting all the pre-made stuff into the storage, give it a bit of compression, and the RAM could focus on loading the assets, and the CPU could focus on executing game threads, thus reducing load times. Not to mention the advancement in SSDs, cutting down load times more while still being reasonably inexpensive. (I really should turn this writing into a Medium article.)
@EloNaj
@EloNaj 3 жыл бұрын
@@Gogglesofkrome Well I have at least 64 GB of ram. Would be interesting to know what could be done with 64 GB ram and good hardware.
@comdrive3865
@comdrive3865 3 жыл бұрын
@@MakotoIchinose You're a tool if you think that Activision is efficient at anything. Let alone modern devs
@rohitchaoji
@rohitchaoji 2 жыл бұрын
I thought people forgot about this game. It was incredible to see how you could fit something like this in 96kb.
@rohitchaoji
@rohitchaoji Жыл бұрын
@@djancak I don't know, but for years after I first saw it in a gaming magazine, I heard pretty much nobody talking about it. I can understand that people brushed it aside as some sort of novelty, but technologically, it is very impressive!
@Mr_Brainz
@Mr_Brainz 3 жыл бұрын
Phenomenal work all round. Thank you for sharing this
@marshroanoke
@marshroanoke 3 жыл бұрын
As an outsider it's really mindblowing how they took these simple textures and somehow got the end results ... even with the in video explanation.
@tissuepaper9962
@tissuepaper9962 Жыл бұрын
It's like a sound card or synthesizer, a few simple functions like sine, triangle, and square waves can be combined and filtered to make pretty much any sound you can imagine. A few simple images can be combined and filtered in the exact same way to produce any image you can imagine. Storing those base images and the list of transformations takes much less space than storing the final image.
@natecw4164
@natecw4164 3 жыл бұрын
I remember my roommate showing me their first big work in 2001 (I was a year behind) As a 17 year old kid it blew my mind. 20 years later and still blowing me away.
@hamzasehavdic
@hamzasehavdic 2 жыл бұрын
their work?
@natecw4164
@natecw4164 2 жыл бұрын
@@hamzasehavdic right, like what an artist or studio creates. The result of their labor is often referred to as their work.
@FriendlyNeighborhoodNitpicker
@FriendlyNeighborhoodNitpicker 2 жыл бұрын
0:47 epic epithet man, Lister would be proud. Really appreciate the chapters feature and the work you put into making that happen. Great video, never knew about this (not a gamer), but as a programmer this is truly amazing!
@oskarroebuck6425
@oskarroebuck6425 Жыл бұрын
i’ve been a bit of a long-time fan of this game, and it’s great to see it getting a little more recognition! nice video man :)
@morthim
@morthim 3 жыл бұрын
this is still one of the coolest projects ever made
@ikeyasector
@ikeyasector 3 жыл бұрын
This is an impressive journey. I love tales from the demo scene. I remember checking out the demo scene back in the 80's on my C64 and again on the Amiga 500. These guys were making computers do things that not even the engineers thought would be possible. Awesome stuff.
@dandare6865
@dandare6865 2 жыл бұрын
We need the Amiga days back
@alejmc
@alejmc 2 жыл бұрын
These guys basically did a runtime version of Substance Designer decades ago but that works not only for textures but also effects, animations and meshes. And that wasn’t the main goal, that was just a tool, a stepping stone to get to what they were aiming. Crazy.
@doofismannfred4778
@doofismannfred4778 2 жыл бұрын
5:25 The music was similar to MIDI in the sense that instruments, notes and various modulations were just instructions, but they were all being sent to code included in that 63.5 kB that emulated an entire synthesizer. Imagine all of the components that make a high end FM synth (no, the OPL and OPN chips were no match for this thing), yet all included in the software that was running. It's even more impressive.
@giZm
@giZm 3 жыл бұрын
the .video made me .nostalgic edit: heaven7 was another astonishing demo
@Aphasial
@Aphasial 3 жыл бұрын
heaven7 was one of their 4k ones, right? Or am I thinking of something different.
@AceMcLoud42
@AceMcLoud42 3 жыл бұрын
@@Aphasial Heaven7 was by a hungarian group: Exceed , and it also 64KB
@Roxor128
@Roxor128 3 жыл бұрын
Ah, yes, Heaven7. One of the nicest-looking real-time raytracing demos out there.
@vlfreak
@vlfreak 2 жыл бұрын
YES! what a demo that was!
@roysandgren
@roysandgren 3 жыл бұрын
Ah yes, The Party 2000. I was there. Coding, listening to Press Play on Tape. Me and my friend, were happy I brought a UPS. Suddenly peoply wondered how we could still be coding, when the whole area was black. Oh... powercut! Hee, memories. Also, can the real Karl Koder please stand up?!
@Muscleduck
@Muscleduck 2 жыл бұрын
No clue how I got here but this is AWESOME. I vividly remember reading about these 96k competitions and playing this demo. Thank you for the trip down memory lane.
@MrCommonOddity
@MrCommonOddity 2 жыл бұрын
I am immensely pleased to see more videos bubbling to the surface as of late that (dare I conjure up the pun?) demonstrates the demoscene to people. The stretch of 80's - early 2000's of the demoscene was honestly magical. It was a different time and the hotbed precursor to exponential engineering mostly conjured up by the human mind. With the advent of AI nowadays, the landscape is changing, and it's damned unfortunate that the demoscene gets smaller and underappreciated (more than usual, anyhow) compared to its prior years. Most will never understand let alone appreciate the monumental brilliance the scene had on display. Truly cool nerdy shit that will fall between the cracks. However, videos like this pay homage to it in a way that makes me smile. Well done. Shoutout to Nostalgia Nerd, Farbrausch, Plastic, ASD, TBL, Orange, RGB, GMF, MFX and countless others that this ape brain can't recall at this moment.
@ed.puckett
@ed.puckett 3 жыл бұрын
Your channel frequently opens my mind to something I've never heard about before, and you've done it again! Thank you!!
@kennitapombar-munet342
@kennitapombar-munet342 Жыл бұрын
FDNY.LIVE.STREAMING.SCANNING.ON.NO.KZbin.COMMENTS.COM NewYorkCityPoliceDepartment.live.streaming.scanning.on.no.youtube.comments.com HRA.NewYork.live.streaming.scanning.on.no.youtube.comments.com JoeBiden.live.streaming.scanning.on.com DonaldTrump.live.streaming.scanning.on.com NewYorkCityPoliceDepartment.live.streaming.scanning.on.com FDNY.LIVE.STREAMING.SCANNING.ON.COM Automatic.coding.live.streaming.scanning.on.javascript.python.html5.web.app.api.deploy.1-646-386-3600.com FDNY.LIVE.STREAMING.SCANNING.ON.NO.KZbin.COMMENTS.COM NewYorkCityPoliceDepartment.live.streaming.scanning.on.no.youtube.comments.com HRA.NewYork.live.streaming.scanning.on.no.youtube.comments.com JoeBiden.live.streaming.scanning.on.com DonaldTrump.live.streaming.scanning.on.com NewYorkCityPoliceDepartment.live.streaming.scanning.on.com FDNY.LIVE.STREAMING.SCANNING.ON.COM Automatic.coding.live.streaming.scanning.on.javascript.python.html5.web.app.api.deploy.1-646-386-3600.com Live.streaming.scanning.on.911.SeoulWalker.911.1-718-542-0888.911.1-646-386-3600.911.FDNY.com FDNY.LIVE.STREAMING.SCANNING.ON.NO.KZbin.COMMENTS.COM NewYorkCityPoliceDepartment.live.streaming.scanning.on.no.youtube.comments.com HRA.NewYork.live.streaming.scanning.on.no.youtube.comments.com JoeBiden.live.streaming.scanning.on.com DonaldTrump.live.streaming.scanning.on.com NewYorkCityPoliceDepartment.live.streaming.scanning.on.com FDNY.LIVE.STREAMING.SCANNING.ON.COM Automatic.coding.live.streaming.scanning.on.javascript.python.html5.web.app.api.deploy.1-646-386-3600.com FDNY.LIVE.STREAMING.SCANNING.ON.NO.KZbin.COMMENTS.COM NewYorkCityPoliceDepartment.live.streaming.scanning.on.no.youtube.comments.com HRA.NewYork.live.streaming.scanning.on.no.youtube.comments.com JoeBiden.live.streaming.scanning.on.com DonaldTrump.live.streaming.scanning.on.com NewYorkCityPoliceDepartment.live.streaming.scanning.on.com FDNY.LIVE.STREAMING.SCANNING.ON.COM Automatic.coding.live.streaming.scanning.on.javascript.python.html5.web.app.api.deploy.1-646-386-3600.com FDNY.LIVE.STREAMING.SCANNING.ON.NO.KZbin.COMMENTS.COM NewYorkCityPoliceDepartment.live.streaming.scanning.on.no.youtube.comments.com HRA.NewYork.live.streaming.scanning.on.no.youtube.comments.com JoeBiden.live.streaming.scanning.on.com DonaldTrump.live.streaming.scanning.on.com NewYorkCityPoliceDepartment.live.streaming.scanning.on.com FDNY.LIVE.STREAMING.SCANNING.ON.COM Automatic.coding.live.streaming.scanning.on.javascript.python.html5.web.app.api.deploy.1-646-386-3600.com
@qwertyuiopzxcfgh
@qwertyuiopzxcfgh 3 жыл бұрын
To explain just how small 96kb is: If all of the code was written down into a book, it would only be 32 pages long (assuming the normal average of 3000 letters/page). You could read that in just half an hour. Other things you could fit into 96KB: - 6 seconds of low quality .mp3 audio (128 kbps) - A 160x200px .bmp image - about 3 frames (125 milliseconds) of 240p h.264 video
@bishopink
@bishopink 2 жыл бұрын
I really love the design of the levels and enemies though, I would love to see it remade and updated in an engine-like unreal with models and textures/lighting fully realized. It's ominous and a bit scary, with a strong feeling of horror/fantasy/steampunk.
@GameBoyyearsago
@GameBoyyearsago Жыл бұрын
No then the game size will be turn in terrabyte : )
@ketamu5946
@ketamu5946 2 жыл бұрын
Incredibel work. Hands down amazing thought process!
@zevindd
@zevindd 3 жыл бұрын
OH, another cool kinda tiny demo. There was this cool Operating System called MenuET that was a full OS with web browser and server, ftp client, IRC client, etc, that all fit on a 1.44 floppy.
@benckx8999
@benckx8999 3 жыл бұрын
Well we still have to deal with memory constrains nowadays, it's not like we have unlimited RAM and CPU ^^ But it's true that in terms of file size, there's no effort at all to decrease it. Games are often larger than 100 Gb.
@abadenoughdude300
@abadenoughdude300 3 жыл бұрын
It's been like that for years now, at least for PC gaming. Can't get playable fps? It's not my game's fault, get better hardware mate! With closed architectures you're forced to optimise to make a game run properly, but when you can upgrade individual parts of your system the devs will get lazy and skip any polishing and optimisation. There's a reason you can run Doom on everything while you can't run Crysis on anything.
@benckx8999
@benckx8999 3 жыл бұрын
@@abadenoughdude300 There's probably a bit of that too. Personally, to make my little video game side project, it's something I think about. I don't dev it on my best set-up for this reason. I want to the game to be playable on older machines too.
@stale2665
@stale2665 2 жыл бұрын
However, faster storage is changing how that RAM is used. Asset streaming really boosted the amount of texture data that would be useful to include in your game. If the entire area of a game had to be in RAM at the same time, you'd be severely limited in how high resolution (or numerous) your textures could be, because they'd be taking up massive amounts of RAM. With ultra-fast asset streaming, you can fill the entire RAM up with just textures that are visible in the immediate surroundings of your character, and load new textures as needed. Now, you could spend the entire RAM budget on viewing just 10% of the area, which means you'd need to store 10x the amount of data on disk to construct the entire stage in the same level of detail as your RAM allows you to. With NVMe gen 4 drives, you could conceivably pull textures from storage so fast that you could unload what's behind your character when you turn around, and re-load it faster than you can turn back, which means the full 10+ GB of RAM can be spent on a 90-180 degree (depending on how fast the devs want to allow you to yurn around) cone in front of you, rather than the entire 360 degrees around you. But again, this means you increase the texture detail by 2-4x, which means potentially 2-4x storage requirements too, if you want to keep the entire game as detailed as your VRAM technically allows it to be.
@whopoder
@whopoder Жыл бұрын
Quem viveu e curtia as demos nos anos 90 e início de 2000, sabe que, além bonitos e pequenos, as demos conseguiam, milagrosamente, rodar/executar em equipamentos de baixa performance. Assembler era bom demais! A capacidade desses caras era demas! Além de PCs e amiga, no fim dos anos 80 já existiam demos para TK-90 / 90x (Zx Spectrum) e eram incríveis!
@spudwish
@spudwish Жыл бұрын
Makes sense to comment on an English-language video in Portuguese, sure.
@whopoder
@whopoder Жыл бұрын
@@spudwish Anyone who lived and enjoyed the demos in the 90s and early 2000s knows that, in addition to being beautiful and small, the demos miraculously managed to run on low-performance equipment. Assembler was too good! These guys had great skill! In addition to PCs and friends, in the late 80's there were demos for the TK-90 / 90x (Zx Spectrum) and they were amazing! (SORRY about poor english)
@JohnSmith-kd6ip
@JohnSmith-kd6ip 2 жыл бұрын
I remember, when I used to mess around with Pascal, trying to optimize source code to be smaller, and make procedures to run faster than the default functions. I took pride in making my own functions that were tens, hundreds or thousand times faster than the equivalent Pascal functions. Back then fast code mattered. Then came better computers and disc space was plentiful. The time of resource waste had arrived. Now you can leave an entire essay within your source code, it makes no difference.
@zakazany1945
@zakazany1945 3 жыл бұрын
The good old days when people actually cared about compression
@TheTurnipKing
@TheTurnipKing 3 жыл бұрын
It's not compression. It's procedural generation. Basically rather than store textures at all, you store a list of instructions for generating them at runtime. only the executable is 96k. It takes up substantially more memory while it's running.
@EpicEmberOriginal
@EpicEmberOriginal 3 жыл бұрын
I still use it for ROMs
@trajectoryunown
@trajectoryunown 3 жыл бұрын
FR. Games are unnecessarily large these days.
@swiftfox3461
@swiftfox3461 3 жыл бұрын
This wasn't compression, more like practical code golfing. This is not to diminish the dev's achievement, on the contrary. I think kkrieger is very impressive.
@zakazany1945
@zakazany1945 3 жыл бұрын
@Карасик Ерохин Because nowadays games take unnecessary large space on the hard drive.
@GabdaG
@GabdaG 3 жыл бұрын
OH YES!!! BEEN WAITING FOR SOMEONE REAL TO COVER THIS!!! SEEN IT IN SOME GAME MAG IN 00
@tales.sampaio
@tales.sampaio 3 жыл бұрын
Incredible video! I've known the game for a while, since 2008. But your video brought me so much knowledge that I wanted to know since them! Thank you!
@stevebanning902
@stevebanning902 2 жыл бұрын
I remember playing this when it was released - thanks for reminding me! Cool memory. I was amazed it came in such a small package and it's cool to see how they got it done. I knew this thing had to be loading up memory.
@LerrySanders
@LerrySanders 3 жыл бұрын
Dang... I remember this game and playing it back in the day and thinking WOW the graphics are insane.
@johntrevy1
@johntrevy1 3 жыл бұрын
I remember when I first saw this back then, it was nothing short of sorcery.
@ruthlessadmin
@ruthlessadmin 2 жыл бұрын
omg I have been trying to remember these for years. Gave up a long time ago and now without even trying, I randomly stumble on your video. Thanks!
@idleprepress
@idleprepress Жыл бұрын
That's a truly amazing amount of work, skill and devoution one has to have in order to make the things like that. The guys even built an entire SDK for creating such things. I remember when I first saw it and that jaw-dropping surprise on running that tiny file that someone of my friends bought me.
@noth606
@noth606 3 жыл бұрын
ok now your channel has earned it's "Nerd" badge full on. - Sincerely from a coder.
@erebostd
@erebostd 3 жыл бұрын
I remembered the party, as you mentioned it. Wow, that hit hard 😁 greetings from Germany 👋😄
@maxamaxa194
@maxamaxa194 Жыл бұрын
I remember following the demo scene when I was a 8-12 years old and being absolutely entranced by this. Incredible work they did. As an adult I work on data compression and optimization software so this definitely inspired me.
@vincentmuyo
@vincentmuyo 2 жыл бұрын
Well, technically 20GB or more shouldn't be seen as readily available when it comes to storage and bandwidth but some game developers seem to casually ignore that, seeing it as the customer's problems. And there's so many files that aren't even used for any system that can run the games. Feels like a pre-download system checker and download optimizer which removes files that won't be used would be a good bare minimum.
@frankowalker4662
@frankowalker4662 3 жыл бұрын
Fantastic programing skills. I loved the demo scene on the Speccy, it blew me away.
@shinobusmods8682
@shinobusmods8682 3 жыл бұрын
I remember the later years, of the various Spectrum magazines, they had some brilliant music and image demos, I had the ZX 48k which was given to me in 1992.
@vhateg
@vhateg 3 жыл бұрын
10:53 Tell that to "HD texture pack mod" makers. LOL
@montlejohnbojangles8937
@montlejohnbojangles8937 2 жыл бұрын
Been a long ass time since I even thought about the demoscene guys. It's still as utterly wild and impressive today.
@User9r682
@User9r682 2 жыл бұрын
Fascinating, I'm surprised some of these techniques haven't been picked up by major game developers.
@Azuris190
@Azuris190 3 жыл бұрын
Yep, i was so astounished by that, it is brutally impressive.
@krakenarises
@krakenarises 3 жыл бұрын
For those who struggle to find the song from 1:38, the song used is Typekast - Pushing Walls. link: kzbin.info/www/bejne/Y5a7emp5etesZ7M I actually liked the song when I first heard it.
@DrHouse-zs9eb
@DrHouse-zs9eb Жыл бұрын
Thanks very much! :D
@kingkonork2641
@kingkonork2641 3 жыл бұрын
Never heard about this impressive demo. Great documentation work, I suscribe ASAP
Why we switched to WASD | Nostalgia Nerd
17:38
Nostalgia Nerd
Рет қаралды 271 М.
I made an entire OS that only runs Tetris
22:37
jdh
Рет қаралды 1,6 МЛН
Don't Waste!🚫 Turn Ham Into Delicious Food😊🍔 #funnycat #catmemes #trending
00:25
Help Herobrine Escape From Spike
00:28
Garri Creative
Рет қаралды 55 МЛН
The most overused game graphic you never noticed | Texture Archaeology
8:15
Kid Leaves Stoop
Рет қаралды 2,7 МЛН
How This Pen Changed The World
9:17
Primal Space
Рет қаралды 451 М.
They Lied to Us | Nostalgia Nerd
38:58
Nostalgia Nerd
Рет қаралды 323 М.
Giving Personality to Procedural Animations using Math
15:30
t3ssel8r
Рет қаралды 2,3 МЛН
Why Doom is Awesome: Binary Space Partitioning
26:25
ShreddedNerd
Рет қаралды 974 М.
What Happened to Cyrix Processors? | Nostalgia Nerd
35:06
Nostalgia Nerd
Рет қаралды 2,1 МЛН
This TV is Frickin' HUGE | Nostalgia Nerd
17:33
Nostalgia Nerd
Рет қаралды 150 М.
This Website Won't Die | Nostalgia Nerd
24:38
Nostalgia Nerd
Рет қаралды 167 М.
SNIPERS: A Nightmare for Developers and Players
31:16
Arch
Рет қаралды 5 МЛН