Shedding light on Quake I and II lightmapping

  Рет қаралды 28,300

Matt's Ramblings

Matt's Ramblings

Күн бұрын

An explanation of how lightmaps are constructed in the classic Quake I and Quake II games, along with a look at the latest techniques developed by the community.
Massive thanks to Eric Wasylishen and Paril for their help with part 3, and also to the Quake Mapping discord for their support. Get ericw-tools here: ericwa.github.io/ericw-tools/
Support my channel: www.buymeacoffee.com/mattsram...
Follow me on Mastodon: mastodon.cloud/@mattsramblings/
0:00 Introduction
0:36 Part 1: Quake
6:27 Part 2: Quake II
10:21 Part 3: ericw-tools

Пікірлер: 120
@hughjanes4883
@hughjanes4883 5 ай бұрын
Ive treid to research the quake rendering engine, but i never figured out the light! I hope this, illuminates my problems, it seems like a bright idea to look into this, these are my shining examples of puns, im sorry
@hylianbran7273
@hylianbran7273 5 ай бұрын
You made me laugh.
@hughjanes4883
@hughjanes4883 5 ай бұрын
@@hylianbran7273 good to see i, brightned someones day
@purple781
@purple781 5 ай бұрын
you must feel enlightened after watching this video, don't you?
@buzinaocara
@buzinaocara 5 ай бұрын
I've seen the baked lightmaps from quake be explained so many times, but never found a detailed explanation of the process for computing the dynamic lightsources from explosions and debris... That's what I've always been most curious about.
@q6manic
@q6manic 5 ай бұрын
It's amazing how you are able to create visualisations for all of these processes. Love all your videos!
@StraightOuttaJarhois
@StraightOuttaJarhois 5 ай бұрын
Excellent video, and superbly visualized! I used to make a lot of Quake and Quake II maps back in the day, so I already had a decent understanding of how the lighting worked in practice, but getting some insight into the specifics is really fascinating.
@UnderTheIceburg
@UnderTheIceburg 5 ай бұрын
Same. I made a few Q1 levels using TheForge/WorldCraft back in the day although I was a teenager and was just messing around, never made anything that I released to anyone else. I remember when the Tenebrae engine released, and was able to make some interesting levels by playing around with the updated lighting and bump mapping effects even if the game was basically a glorified slideshow for me.
@ticklemecock
@ticklemecock 5 ай бұрын
Not commenting or reacting to KZbin videos usually but yours are truly a work of art, from the explanation to the accompanying graphics, which I recon take a lot of time and understanding of the quake engine to create. It really gives an in-depth explanation on the technology and thinking process of one of the geniuses of 3D engines of our time, John Carmack. Thanks for sharing your knowledge and insights. -edit Please keep up with these kind of explanatory videos, there might be a small and silent audience but I’m sure all of them are really appreciative of your work. I truly hope your channel will grow over time because I feel like these kind optimizations are becoming a lost art in nowadays time.
@AgsmaJustAgsma
@AgsmaJustAgsma 5 ай бұрын
12:42 The combination of lightmapping and vertex coloring makes this map showcase absolutely sublime. It feels like a completely lost art that stands the test of time.
@Capewearer
@Capewearer 5 ай бұрын
What an amazing analysis of Quake lighting! It would be good if you'll make new video, explaining topic a bit deeper, because Quake 1 lightstyles and Quake 3 light grid deserve attention. There are a lot additional features made by community itself, like custom Warsow/Warfork FBSP (Quake 3 BSP fork) with high-res lightmaps and lightstyles, Darkplaces/QFusion realtime lighting, RBDoom-3-BFG light probes etc
@timquestionmark
@timquestionmark 5 ай бұрын
Very cool 👍👍 Would love to see you talk about goldsrc and source too and how it iterated on the techniques youve covered from quake
@PeterLawrenceYT
@PeterLawrenceYT 5 ай бұрын
Holy Quake, this video editing is phenomenal!
@Artoooooor
@Artoooooor 5 ай бұрын
10:34 that map is beautiful. And precalculated lightmaps were so good, because they allow for later improvements.
@KokoRicky
@KokoRicky 5 ай бұрын
It's worth noting that Jurassic Park was released just three years prior to Quake, and its renders lack bounce lighting...yet a video game was simulating it not long after. Quake was way ahead!
@averesenso
@averesenso 5 ай бұрын
Apparently Valve improved upon this in the Source engine with "Radiosity Normal Mapping". As far as I could understand light maps are no longer baked in every face, but they calculate 3 directions of light so that the lighting of faces of any direction is easily computed at runtime as a function of the normal, the 3 light maps, and albedo. The 3 directions of light are stored on disk, being triple the size of a light map of the same resolution, the advantage I think, could be from being able to tweak the parameters of the lighting function during runtime, though I don't know if that's the actual motivation.
@badsectoracula
@badsectoracula 5 ай бұрын
A way to think of it is that instead of a single lightmap, it calculates three lightmaps. Each lightmap is made the same way as you'd make regular lightmaps, but instead of using the surface normal you use a normal that is calculated from the surface normal rotated a bit to look at some other direction - and when you look at all three normals (that is the normals used for each lightmap) they are all perpendicular with each other. Then when you're rendering you just mix the three lightmap values based on the normalmap's normal. Valve published a paper back then that mentions exactly how they calculated these normals (you could use any three normals as long as they look away from the surface and are perpendicular with each other but Valve already did that part so no reason to not use theirs :-P). I implemented this some years ago in an older engine of mine (if you check my channel you can find a video with it titled "Directional lightmaps" from 7 years ago), it works remarkably well (the video has zero dynamic lights, even the specular is precalculated by averaging the light directions and storing the XYZ values of the direction normal it in the alpha channel of each lightmap - this was a hack though and could certainly do a better job with it, like ignoring lights that do not contribute much and taking into account the surface color).
@jal051
@jal051 5 ай бұрын
Current Q3 map compilers support it. Shortcut name 'deluxemaps'. Games like Warsow or Nexuiz make use of them, but Q3 itself doesn't support rendering them so they aren't of much use there.
@mephestys2995
@mephestys2995 5 ай бұрын
Well put together, though nothing about light styles? Flickering or pulsing lights in a static lightmap was always impressive to me
@MattsRamblings
@MattsRamblings 5 ай бұрын
Yes, I left that one out for brevity but I agree it adds a lot. In short each face can have up to 4 separate lightmaps, one for the base light and one for each animated light that is near it. At runtime the individual lightmaps are scaled and added together.
@DataMineNo69
@DataMineNo69 5 ай бұрын
Literally just finished Q1 & Q2 a few weeks ago as i noticed they added achievements for them. Such good fun playing through them after all these years. Quake was literally my childhood :D Great video man, I love these "behind the scenes" sort of videos
@AintOnAutoPilotSon
@AintOnAutoPilotSon 5 ай бұрын
Wonderful! As someone who never played Quake and does mapping for the GoldSource engine, this is an exemplary resource for Radiosity!
@Capewearer
@Capewearer 5 ай бұрын
You're welcome. Play it immediately, then play Arcane Dimensions, a true masterpiece by fans.
@NostraDavid2
@NostraDavid2 5 ай бұрын
Fun fact: GoldSrc was based on the Quake 1 engine - id Software effectively gave them the source of Quake 1, without having penned down a contract or anything - simply based on the faith they had in Gaben & Co.
@AintOnAutoPilotSon
@AintOnAutoPilotSon 5 ай бұрын
​@@NostraDavid2 I knew that years ago.
@podfuk
@podfuk 5 ай бұрын
Quake 2 re-relies is so well done, they did great job. Most lightmap or raytrace mods are so overdone today, I'm happy Q2 was remade with original look and feeling in mind.
@YourCRTube
@YourCRTube 5 ай бұрын
So, this is why the Q2 Remaster looked so authentic!
@uis246
@uis246 5 ай бұрын
Thank you a lot for your series on quake map compilation and rendering. It is so useful.
@Darkcrafter07
@Darkcrafter07 5 ай бұрын
The moment I just thought about it a few hours ago and this comes in, thank you!
@GroovyReject
@GroovyReject 5 ай бұрын
Your vids are always rad, and the effort that goes into the editing and your research is insane. (It's been about half a year ago but) Thanks again for making the tools/scripts you did for porting Q1 demos to Blender available to the public (plus resources for them) and helping me out with using them at the time. I haven't done a whole lot with them (like a test and a short cringe music video I made as another test) but your work still fascinates me, and I always seem to circle back around to wanting to use your demo importing tools for a video. Please keep up making these cool videos and overall research, I genuinely feel like I learn something new whenever you upload.
@badsectoracula
@badsectoracula 5 ай бұрын
Nice video :-). Lightmaps are neat, i think even today they are very useful when the lighting doesn't really change, though obviously you need slightly more stuff that what Quake 1 used :-P. One thing i think needed a bit more explanation is the part about the samples moving to surface center, but someone else mentioned it (and you replied) already. Having implemented lightmapping a few times this part was always annoying to avoid (and Quake "cheats" a bit by having a solid world with no overlapping polygons - making a lightmapper for a generic polygon soup is trickier).
@Tigrou7777
@Tigrou7777 5 ай бұрын
I was wondering how radiosity works in Q1 engine, so I started looking into game code, reading stuff there and there, ... until I found this video. Couldn't be happier.
@golarac6433
@golarac6433 5 ай бұрын
I love your videos, really great job on explaining and creating those visualizations.
@mankrip-
@mankrip- 5 ай бұрын
Excellent video, with a lot of food for thought. Thanks.
@SleepyAdam
@SleepyAdam 5 ай бұрын
As cool as RTX and games with weather effects and different times of day and a lot of the more simulative lighting effects of modern gaming are, there is an exactness and artistry to baked lightmaps that I really adore.
@avensCL
@avensCL 5 ай бұрын
Extraordinary, as always
@SilverstringsMusings
@SilverstringsMusings 5 ай бұрын
I always love seeing your videos.
@OfflineOffie
@OfflineOffie 5 ай бұрын
Amazing topic once again! It's great to learn about the techniques that were used to make Quake the was it is
@soulsphere9242
@soulsphere9242 5 ай бұрын
Really good explanation. Thumbs up. Out of interest, were there any changes with respect to Quake 3? I briefly mapped for Quake 2 but ended up moving onto Unreal whose tooling was really much more intuitive and the editor could rebuild lightmaps in seconds. The 3D viewport was even real-time and you could drag lights around and immediately see the effect on the map, minus shadows, which required a lighting rebuild.
@laptopstuff8886
@laptopstuff8886 5 ай бұрын
Quake 3 had higher quality lightmaps, i think it is 128x128 by default. Also, it has overbrightbits, which kind of simulates HDR Lightmaps, but it's not as pretty. Years later Half Life 2 used real HDR lightmaps, which are much nicer looking. Fun fact: you can actually inrease the lightmap detail in quake 3 using q3map2, and converting with external lightmaps. This makes some nice sharp edgees on shadows.
@pepe6666
@pepe6666 5 ай бұрын
wow thats really amazing. thank you for going to the effort to explain this. the quality of your work is extreme
5 ай бұрын
Finally another video of yours. Amazing as always! 🎉
@jollygrapefruit786
@jollygrapefruit786 5 ай бұрын
Look who's back!
@pmrd
@pmrd 5 ай бұрын
Love your videos! Great work!
@Willis-hm5vw
@Willis-hm5vw 5 ай бұрын
I love your videos! I'm just commenting to help out the algorithm.
@Deagle195
@Deagle195 5 ай бұрын
You're the decino of Quake
@Capewearer
@Capewearer 5 ай бұрын
Well, he is better than decino. Decino doesn't try to explain Doom technical side, or explains it rarely (kudos for him fixing Serious Sam notorious bug).
@glospiwniczaka
@glospiwniczaka 5 ай бұрын
Thank yutube for recommending me this video!! This is so much high quality!!
@teiman
@teiman 5 ай бұрын
Your videos are AMAZING
@TheRealWalterClements
@TheRealWalterClements 5 ай бұрын
John Carmack back at it again with revolutionary tech!
@nicolamarchesan4597
@nicolamarchesan4597 3 ай бұрын
Amazing video
@skope2055
@skope2055 5 ай бұрын
Great content!
@ryonagana
@ryonagana 5 ай бұрын
i used to create quake2 maps and this 10:12 always happened i used arghrad
@xxsemb
@xxsemb 5 ай бұрын
It is not a bit like a second texture, it is a second texture.
@TrentRobertson
@TrentRobertson 5 ай бұрын
This was very entertaining and informative!
@hansdietrich83
@hansdietrich83 5 ай бұрын
Small correction at 2:54 : affine is not a linear transformation, as it includes shifting the origin
@AdamPlaver
@AdamPlaver 5 ай бұрын
The radiosity method of calculating lighting is part of the few methods of lighting calculations that are physically accurate. The modern version of radiosity that is used for performing such is called Radiance.
@kommanderkeen
@kommanderkeen 5 ай бұрын
Thank you for share it! Love u dude
@3DSage
@3DSage 5 ай бұрын
man I love learning about this! :)
@Isemenuk27
@Isemenuk27 5 ай бұрын
You planning to explain other graphics tech?
@kerryhall
@kerryhall 2 ай бұрын
Love your videos! Can I request a video discussing how Quake stores the actual polygon data used for drawing? Not so much the bsp, but moreso the surfaces / triangles / verts / polygons used for drawing the walls of a map, etc, and how does this differ from other full 3d engines of the time? (ie System Shock, Unreal, etc)
@charlieking7600
@charlieking7600 2 ай бұрын
From what I know, all Quake store their surface not as polygons, but as surfaces. The surface equation is A*x + B*y + C*z + D, where A, B, C are coordinates of orthogonal vector to the surface, x, y, z are coordinates of any point on surface, and D is coefficient, determining the offset of surface in 3D space. All surfaces with equal normal vectors (A, B, C) are parallel each to other. For surface storage in .map file you need only 4 numbers (A, B, C, D), so you can create later polygons in map compiling stage to .bsp file.
@matka5130
@matka5130 5 ай бұрын
Great stuff, thank you
@AwesTube
@AwesTube 5 ай бұрын
Best channel ever
@meanmole3212
@meanmole3212 5 ай бұрын
5:27 I implemented Quake style lightmaps for my engine but never figured out how to solve this properly, and to be honest even with your explanation I don't understand what is happening here. What does "any sample points that cannot see the face center" mean? Are they the sample points that are hidden inside the geometry where light cannot reach? You say that the sample points are shifted "towards the center of the face", but the points are moved only on the y-axis downward "towards" the center in the visualization. Is this process the same thing as replacing the hidden sample point values by closest sample point values that are visible to the light? Basically like clamping the hidden samples with first visible samples that exist at the visibility border? I remember thinking about this solution but not sure if I tried to implement it or got it to work.
@MattsRamblings
@MattsRamblings 5 ай бұрын
Well spotted! The exact algorithm for shifting the hidden points is here: github.com/id-Software/Quake-Tools/blob/master/qutils/LIGHT/LTFACE.C#L270 . It looks like it shifts 8 units in the vertical axis first, then 8 units in the horizontal if the shifted point is still not visible. If after that it is still not visible then repeat the whole thing, for up to 6 iterations. I never got to the bottom of why this exact behavior was selected.
@meanmole3212
@meanmole3212 5 ай бұрын
@@MattsRamblings I see, that sounds very arbitrary but if it works most of the time and performs well I guess it makes sense. Thanks!
@Biel7318
@Biel7318 5 ай бұрын
​@@meanmole3212 @MattsRamblings i think the same is done when there is a light grid system that uses probes( cube-maps ) in order no to have proves within wall or in the wall edge ( which would contaminate the final light calculations with wrong data ), the proves are moved within the correct space for the rendering and as well as for their final position, being kept out of the gird, and if their position needs to be corrected a lot, I think they are discarded
@badsectoracula
@badsectoracula 5 ай бұрын
Yeah that bit sounded weird to me too. I also implemented lightmaps years ago in an older engine and this is something i faced. Personally i solved it in a different manner: when i take a sample i check if it is part of a polygon face (*any* polygon face, this is because two polygons might share an edge in world space but use different lightmaps and the sample might end up over another polygon) and the face has the same normal. The sample is ignored if there is no polygon for it (e.g. lies outside the world) or if there is a polygon face with a different normal (failed at corner or there is another polygon covering it - e.g. imagine a box on a floor, the floor samples below the box would also have the box's faces on them). For each lightmap i also keep track of a mask for the lumel that had no samples contributing to it - after all lumels with at least one sample have been calculated, i go through all lumels with no samples and calculate the average color of the lumels with at least one sample that surround them and set their mask as if they had a sample. This is repeated until all lumels are set. Making a lightmapper that looks ok is easy but fixing little issues like that is almost 90% of of the work. No surprise that many lightmappers even to this day have edge cases (though these days you can bruteforce your way by calculating something like 32 or 64 rays per lumel, which hides a ton of edge case issues). Unreal Engine 1 had these "black corners" which weren't solved until UE2 and i remember reading environment artist tips about cutting the bottom of models in UE3/UDK to avoid the black outlines in floor lightmaps. These days i'd probably look into voxelizing the world and calculating lighting from that instead of using the geometry directly.
@jal051
@jal051 5 ай бұрын
You can precompute lightmaps with blender, if that helps.
@nolram
@nolram 5 ай бұрын
Amazing video! I'm curious if Valve's VRAD (specifically the one used in GoldSrc and also the one from the Source engine, the infamous VRAD) differs from this method.
@Capewearer
@Capewearer 5 ай бұрын
Valve VRAD is the derivative of Quake 2 lightmapper. It strongly differs from it, because it calculates indirect lighting and stores that information in so-called "ambient cubes" (simplified kind of spherical harmonics). These cubes allow to shade dynamic objects. Unlike Quake 3 light grid, these cubes are distributed not on 32 * 32 * 64 units grid, but on visleafs edges.
@MolotovEcho
@MolotovEcho 5 ай бұрын
Do you have any ideas, maybe some modern approach to enhance current light calculations with ericw tools?
@Biel7318
@Biel7318 5 ай бұрын
as far as I know Qauke3 changed this system maintaining the final result of a luxel textures, but implemented it in a 3d texture way? having a gird of point that kept the direction of all incoming fixed lights per point and their colour in order to have the 3d models well light, by the fixed lights of the map, at all times?
@hemostick
@hemostick 5 ай бұрын
The 3d texture part is the lightgrid, which coincidentally was also added in the Q2 Remaster. Maybe we'll get another chapter explaining what changed with Q3 on that front - the Q3/idtech3 at large modding community also introduced some interesting light compiler development which surely must have influenced ericwtools we use today for Q1/2. I'm thinking of q3map2 with some work by ydnar et al. introducing phong, refining bounces and filtering options, etc.
@chinodesu3184
@chinodesu3184 5 ай бұрын
great video as always, anyone knows the name of music starting from 1:00?
@davep8221
@davep8221 5 ай бұрын
"Dad, what's a SeeDee?" Why is the falloff linear vs 1/r^2?
@syntaxerorr
@syntaxerorr 5 ай бұрын
I remember a console command that was something like r_drawflat = 1
@just__khang
@just__khang 5 ай бұрын
very nice
@redfoxbennaton
@redfoxbennaton 5 ай бұрын
Quake 2 did what Crysis did 10 years before it's conception. Radiosity.
@ninjacat230
@ninjacat230 2 ай бұрын
I wonder if ericw tools can be made to to work in goldsrc, or mabye ACTUAL quake
@Silikone
@Silikone 5 ай бұрын
Despite the impressiveness of QRAD at the time, the neglect of gamma correction is probably what led to its regression in Quake 3. Half-Life's QRAD derivative uses gamma-corrected lightmaps and looks much more realistic as a result.
@sinphy
@sinphy 5 ай бұрын
the fan maps on the same level as the source maps where youll go "wait thats [engine]?"
@ethanwasme4307
@ethanwasme4307 5 ай бұрын
I wish an engine would come out that supports every lighting and shading model ever made
@Capewearer
@Capewearer 5 ай бұрын
It would be a hell to debug such engine. That's why engines are designed with customization in mind. E.g. Open 3D Engine Atom renderer allows you to implement custom render passes.
@TheUKNutter
@TheUKNutter 5 ай бұрын
One video you could try and do is explain why you could have only 5 or so enemies in one screen.
@aussieexpatwatches
@aussieexpatwatches 5 ай бұрын
How are the dynamic objects lit?
@henryambrose8607
@henryambrose8607 5 ай бұрын
Moving objects such as doors do not change lighting when they move; they'll look the same even when moving to an area with very different lighting. Flashing, flickering, pulsing, or otherwise changing lights are done with a "style" value that the mapper sets, each of which is essentially just a list of brightness values stored as a string of letters which are computed during compilation and cycled through at runtime (fun fact - Valve still uses these strings to this day, resulting in lights in Half-Life Alyx that flicker in exactly the same pattern as the ones in Quake). Lights that can be toggled on and off through ingame events work in a similar way. In order to reduce the amount of additional work the compiler has to do, there is a limit of 4 light styles (including toggled lights) per face, and ericw-tools also disables bounces on these lights by default. The Quake 1 and Quake 2 rereleases contain their own dynamic light system which is rendered separately and on top of the lightmap, which allows for crisper shadows that can move with things like doors and rotating objects.
@AintOnAutoPilotSon
@AintOnAutoPilotSon 5 ай бұрын
​​@@henryambrose8607Easily explains why a door's edge is completely black when is opened! If the commenter meant "3D Model", I guess it uses basic vertex lighting.
@aussieexpatwatches
@aussieexpatwatches 5 ай бұрын
@@henryambrose8607 Great answer. I was also actually talking about say monsters in the middle of the room. Now I know they won't have very fancy lights, but is the light at the center of the room precalculated in any way?
@henryambrose8607
@henryambrose8607 5 ай бұрын
​@@aussieexpatwatches Things like monsters take a light value from the world geometry directly below their origin. This excludes things like doors and moving platforms. This value is then combined with the vertex normals to make it lighter on one side and darker on the other, so it looks like there's some directional lighting.
@jal051
@jal051 5 ай бұрын
Vertex lighting. It's a very basic method. There is a lightgrid precomputed at map compile which subivides the space in in a 3d grid of points. Each point has a precomputed light direction. When lighting the model the light direction is calculated from the grid and applied to the model vertexes. It doesn't allow for 2 lights to be displayed on the model, just averages them. This works the same for Quake I, 2 and 3
@averesenso
@averesenso 5 ай бұрын
How far is this method of bounce lighting from being "true" ray tracing?
@markjacobs1086
@markjacobs1086 5 ай бұрын
It simply is tracing rays into a (simplified) scene. The only thing that matters is that you're doing it before shipping your game & the results won't change at runtime, so it's static. Something that only matters to dynamic objects that can move around and should therefore change the lighting.
@Bodenman
@Bodenman 5 ай бұрын
you got a cool profile picture
@thoughts0utloud
@thoughts0utloud 5 ай бұрын
If you shed light does that mean you dim it by shaking off of you!?
@josiahjack455
@josiahjack455 5 ай бұрын
Wait wait wait....Quake uses lambertian model by reducing the brightness as the angle gets sharper??
@MattsRamblings
@MattsRamblings 5 ай бұрын
It's not fully lambertian. The effect is actually scaled by a half - see the `scalecos` term here (which is fixed to 0.5): github.com/id-Software/Quake-Tools/blob/master/qutils/LIGHT/LTFACE.C#L410
@relt_
@relt_ 5 ай бұрын
somebody needs to bring this to the source engine
@Capewearer
@Capewearer 5 ай бұрын
It's proprietary and source-closed, it's not worth to work for free to Valve inc.
@gustavodutra3633
@gustavodutra3633 5 ай бұрын
​@@CapewearerActually 🤓, Source Engine is technically open-source, you only pay if your mod is paid, if your mod if completely free then the source code is there, it's obviously not the complete code that Valve uses but it's has a lot of things. And yes, this type of lighting is already in Source, there are other compilers that improve VRAD such as Slammin' Source Tools, which adds Ambient Occlusion, support for more threads, improved Radiosity algorithm, faster lightmap compilation for static mesh models (displacement maps for example), and alpha textures shadows support.
@Capewearer
@Capewearer 5 ай бұрын
@@gustavodutra3633 take a look for license, you'll never own this engine sources unless you pay a big money. It's not open-source, but source available, and you probably meant SDK (which is not the whole engine).
@gsestream
@gsestream 5 ай бұрын
why dont you just render per pixel lightmaps with simple gpu raster, ie the cubemap view from each lightmap pixel, no need to resort to cpu only stuff
@hi-i-am-atan
@hi-i-am-atan 5 ай бұрын
you're making some p. strong assumptions about how common and capable gpus were back in the 90s the original release of quake didn't even have gpu support; glquake was an update id released half a year after the fact
@GarrettInShadows
@GarrettInShadows 5 ай бұрын
OK zoomer, great plan! Remind me again, which GPU should we be using...in 1995?
@gsestream
@gsestream 5 ай бұрын
I'm not limiting myself to 95 cpu's, use silicon graphics workstations, or a cray super computer time, if you lack now or then, ID@@GarrettInShadows
@gsestream
@gsestream 5 ай бұрын
why do you assume that the task would need to be completed with an 95's cpu or gpu, well you have those dual voodoo2 cards and nvidia's first cards are starting to pop-up, amd rage pro etc@@hi-i-am-atan
@gsestream
@gsestream 5 ай бұрын
and intels cpu package for ray tracing supports which cpu's, there is something rotten here with the "needs to be this-and-this" attitude@@GarrettInShadows
@jal051
@jal051 5 ай бұрын
I'm sorry, but Quake 2 didn't have radiosity lighting. It simply used an ambient (minimum light value) setting. Radiosity wasn't even present in the original q3map compiler. It was introduced in q3map2, a comunity modified version of q3map source code which was later adopted by iD and is now mantained by Tim Willits. The edition work of your videos is always stunning!
@cesario04
@cesario04 5 ай бұрын
isnt easier to use instead goldsrc
@charlieking7600
@charlieking7600 2 ай бұрын
It's proprietary.
@Foxconnpc
@Foxconnpc 5 ай бұрын
You shouldn't have generated intro text with chat gpt. It sounds like an alien trying to pass as a hooman
@averesenso
@averesenso 5 ай бұрын
how did you gather that?
@richardvlasek2445
@richardvlasek2445 5 ай бұрын
@@averesenso all machine generated "press-release text" has a lot of similarities things like overuse of adjectives and descriptors, "passionate community" when speaking about literally any group, at least one bad corporate presentation pun and it always ends with some variation of it telling you to get ready for a journey into XYZ
@Qwerasd
@Qwerasd 5 ай бұрын
The intro to this video is written by AI...
Teaching a computer to strafe jump in Quake with reinforcement learning
10:49
How One Developer Continues To Defy The Impossible
18:31
Nathan Baggs
Рет қаралды 137 М.
ELE QUEBROU A TAÇA DE FUTEBOL
00:45
Matheus Kriwat
Рет қаралды 22 МЛН
КАРМАНЧИК 2 СЕЗОН 5 СЕРИЯ
27:21
Inter Production
Рет қаралды 584 М.
Xdefiant Chill Stream
40:21
LomBrazz
Рет қаралды 7
BSP Trees: The Magic Behind Collision Detection in Quake
8:53
Matt's Ramblings
Рет қаралды 90 М.
Spectral Tower - One of the Worst RPGs Ever Made
19:45
RndStranger
Рет қаралды 208 М.
Quake will live forever
2:15
charly chad
Рет қаралды 561
I added portals into software Quake
6:31
Matt's Ramblings
Рет қаралды 20 М.
Better Quake strafe-jumping with genetic algorithms
13:03
Matt's Ramblings
Рет қаралды 58 М.
Quake - The 1996 Beta scandal | MVG
11:43
Modern Vintage Gamer
Рет қаралды 264 М.
TF2 isn't Normal
10:32
LED
Рет қаралды 120 М.
Quake II in 17:13 (Segmented, WR)
18:14
Quake II Done Slightly Faster Than Normal
Рет қаралды 158 М.
skibidi toilet 74
7:02
DaFuq!?Boom!
Рет қаралды 16 МЛН
Take the Water Challenge: Good Family VS Bad Family
0:45
Realistic Craft
Рет қаралды 5 МЛН
Спаси Ламбу или У...ри!  в BeamNG Drive
0:57
BeamNG_Shorts
Рет қаралды 1,4 МЛН
Body Symbol Game With Sonic And Shadow
0:23
Intalord
Рет қаралды 10 МЛН