Jump to content
The Dark Mod Forums

HMart

Member
  • Posts

    1599
  • Joined

  • Last visited

  • Days Won

    14

HMart last won the day on January 5

HMart had the most liked content!

Reputation

516 Legendary

Recent Profile Visitors

8434 profile views
  1. My condolences to you revelator. Like SeriousToni said we will be here for you to talk.
  2. Yes HPL2 can be considered a nice engine for a Thief 3 plus like game, as it has full real time lighting like TDM engine and even has a better physics engine but it lacks a few cool stuff TDM engine does and it also suffers from almost the same limitations of the TDM engine, as open spaces is concerned. I feel like a few people here really underestimate how powerful TDM engine really is, yes is old by today standards and it has almost no support for open spaces, but has excellent support for "corridor" games and a very advanced fps controller. Just a tiny comparation of what I know about both engines, I could really compare way more but imo this should be enough to show that TDM engine isn't as basic as some may assume: ** TDM Engine ** ** HPL2 **
  3. Sorry I don't have much time to see the full video but what I saw in the first few minutes where he built a room, is nothing special, I've done the exact same workflow for example in Max Payne 2 editor. What he means with mesh's, is that the geometry you work with inside that Unreal Engine plugin, is the same one you do when you work in say Blender, Maya, etc, is just triangles and quads. Meaning the geometry is not composed of simple mathematical planes like brush's but real 3D geometry. Why you don't use portals in there? Because Unreal Engine 4/5 afaik have no portal system for visibility culling. Portals are a CPU concept and are normally used to prevent to render things that the player doesn't see during gameplay, but is not the only way to do this job. I think ever since UE4? Epic's engine uses a more advanced system (but more expensive one) called GPU occlusion queries, in simplistic broad terms, it uses the GPU to do "porteling" automatically for you. btw Unreal Engine also used CPU based, manually placed portals not that far in the past. Also the idTech4 BFG fork RBDoom3BFG engine also supports occlusion queries but on the CPU, using a Intel made library, perfect for open spaces.
  4. Don't Unreal Engine also need a account to use? The last time I tried to use it I need one to download it. Plus afaik you still need to pay Epic if your games gets profits above a certain level. IMO to anyone wanting a totally free, totally open source, no accounts needed and with good enough tools, Godot is a good choice.
  5. I didn't saw the video so I'm not sure, but normal mesh's in pretty much all engines I've used, are those imported from 3D tools like Blender, while the own engine geometry was called "primitives" or as you know them here brush's. Afaik the diference between a mesh and a brush, is that the former comes already pre "baked"/compiled, meaning they come already made up of triangles, while a brush is just a bunch of mathematical planes that are then baked into real triangles at level compile time (dmap in TDM). Hope this makes things more clear.
  6. Anyone brave enough can try but TDM license forbids commercialization. Also the moment that happen, it would be sued by the current Thief IP holders and taken down very fast, why? Because this game is obviously very derivative of Thief. IMO the only reason that has not happen already, is not the goodness of the Thief IP holders hearts, is the fact this game uses different names and lore from Thief, is totally free and very important the makers of it and the people working on it, are not getting money from any other source, like Patreon for example. So probably falls into some safe "fair use" territory.
  7. I bet on a blind test very few people, if at all, will see the diference between 240hz and 1000hz. People don't understand but at 240hz the monitor is already swapping the frame at 4 milliseconds already! To achieve this speed at 4k on a modern raytraced or path traced game at max settings, you will need to have more power than even a 5090 can provide. Yes you can activate FSR/DLSS and frame generation but then, you have to deal with fake frames sh that introduces artifacts in motion, for absolute no advantage whatsoever, at lest not on single player non competitive games. For me for a single player game, 120hz is more than enough and I have a 240hz monitor. Hell I even play some games at 60hz, despite me agreeing is time to go above that but with no other choice, I'm perfectly happy with smooth 60hz. And people also forget that the more speed you ask from your monitor and GPU, the less game effects you can push to the max (if you don't want to use upscalling...) also more heat they produce, more energy they waste, less time they live and more money you lose. All just you can see a big number changing on a fps counter. Just my opinion.
  8. Like Arcturus said materials names do not need to be a real path to a texture. Thou afaik Radiant (and probably DR?) uses it to display it in a virtual folder tree in the editor, meaning if is a single word, it shows up in the root of the media window.
  9. afaik you can also use texture strips as well?! (the image frames connected one after the other in a single horizontal texture) textures/particles/burst_strip_small { qer_editorimage textures/particles/hkball_strip.tga noSelfShadow translucent noShadows twosided deform sprite sort 5 { blend add map textures/particles/burst_strip_small.tga scale 1 / 32 , 1 scroll table32[ time * 1.4 ] , 0 } } the important part is the scale and scroll bits, 32 in scale, is the number of frames of your texture strip, what the 1 after the comma means I already forgot. And in scroll, time controls how fast your animation plays (scrolls to next frame) and there's also the possibility to use roq videos as textures, doesn't work for materials used for lights, so you can't take a spot light and simulate a video projector, but that is easily faked imo. video/tvshow { qer_editorimage textures/editor/video.tga { videoMap loop video/tvshow.roq } }
  10. On that video afaik that is how normal mapping works!? Afaik you should only see the normal map effect, when a, per pixel, dynamic light casts on it, without that there's no way to calculate the bumps, so you only have a flat surface. And because this light seems to flicker fast, you see a flat surface for a moment than a normal mapped one and that, on, off effect, gives the illusion the surface is moving. This could be somewhat mitigated with a second "static" light also striking the surface or better a ambient light that has a baked global direction encoded in it. And thinking about it, doesn't TDM already modified the ambient lighting to have direction already? I seem to recall talks of if before. I just know original Doom 3 engine ambient lights, lack direction totally, so surfaces look flat with ambient light only. Btw Source engine tried to solve this by encoding directional information on the light-mapping data itself and on shadow they use the specular map as a fallback to show the normal info, is why on shadow, Half Life 2 surfaces look very shinny, like they are very wet. But idTech 4 and in extension TDM engine, does a more "realistic" type of surface lighting, meaning it doesn't have baked light ability whatsoever, it is totally dynamic relying on the real time lighting, to do the shading/lighting calculations each frame and so, every surface needs a light to cast on it, to know the final normal map direction data, meaning how to show the normal bump "shadow".
  11. Yes is complicated but there's not much the team can do, besides creating a dedicated tool to edit the EFX presets visually but coding such a tool, is a big project on itself and few people would have the skills and time to work on it, for free. Editing sound IMO will never be a press button, things sound awesome affair, sound modeling and physics, based on what I know, is a complex subject, because there's many "knobs to mess about" aka sound changes by many parameters, even in the real world. Is also probably why you see those music producers workstations fully packed with buttons and sliders and such.
  12. Not only that, if he turns on MSAA (multi sampling antialising) that can quadruple or more the amount of pixels the engine has to shade. And this engine uses full real time PER PIXEL lighting, meaning the more pixels you give the lighting system the slower it becomes. And comparing this engine to other titles, imo means nothing, because we don't know how they handle lighting, shadowing, culling, compared to this one. Thou he talked about Dishonored 2, and I know that game uses a different visibility culling system to TDM engine, if I'm recalling well is based on a third party tech called Umbra (also used by Unity3D) that does the job entirely on the GPU. TDM still uses the original portal system from idtech4 and it runs entirely on the CPU. D2 engine also does character skinning (rigging and animation) on the GPU, TDM still does it on the CPU, and many other things, both engines are not comparable. One was improved by highly skilled professionals, paid to do so, another was improved by people with different skill levels, again and will not tire to mention, for absolute free. Very different things.
  13. I never said the engine is totally optimized, you invented that on your head, what I said, is that the engine is updated way above and faster than the original Doom 3 engine and that is a fact. Some of the missions on this game, wouldn't run at all, on the original engine because of how heavy they are. That is how improved it is. You don't know how this game and engine evolved, how slow it was and how fast it has become. I'm here almost since the beginning, even when it was a mod of Doom 3, almost two decades ago, this engine and game have improved a ton. Also If you think the engine is not up to your standards, then do something about it! It is open source the code is there, for anyone to change and improve, if you can do better than the people that worked on this, then do it! If not stop bad mouthing their work and behaving like they own you anything or that you paid anything for this game and deserve better service!
  14. Indeed like you said TDM engine is not outdated, at lest not like the original Doom 3 engine is. Yes is not using PBR and nanite and raytracing and all that new Unreal Engine 5 stuff that makes it a very fast engine ... not ... but the TDM engine has a ton of updates, above the original idtech4 engine from Doom 3, IMO has now more in common with idTech 5 than idTech4. And all done by a very tiny team of TDM players, with the necessary knowhow, on their free time, for absolute free. Man some people don't deserve to get nice things for free... And I'm not talking about you datiswous. To anyone wondering, here is some of the things TDM engine has above original idTech4 that I'm aware: - soft stencil shadows like Wolfenstein 2009 (original is hard stencil shadows only). - new shadow system using shadow maps. - volumetric lighting (aka god rays). - more advanced AI system (so more CPU heavy). - GLSL shaders support and OpenGL 3.x akin to D3D10/11 level, (original is OGL 2.0 akin to d3d9 level and uses ARB assembly shaders only). - modern multicore support (original is single core only). - unlocked framerate (original is locked at 60hz) - 64bits color support - Screen Space Ambient Occlusion - Parallax Occlusion Mapping And a ton of more changes, like LOD support, obj models support, improved gui system, improved scripting system, better window system with support for high dpi monitors and 16 by 9 and other screen ratios, etc, etc. None of these changes were easy to make and took years of hard work, again for free, for a free game that we wall consume without paying a dime. IMO the lest some people can do, is respect that! Enough said.
  15. Really? Quake 4 used megatexturing?! If that is true, afaik they never talked about it in the game promocional material. I always thought Quake Wars was the first idTech game to ever use them. Despite the feature existing hidden in the engine, since Doom 3. And yes in Doom 3, a single 8k terrain megatexture is a couple of gigabytes (thou today games are reaching 200+ GB already...). Also I wonder why JC didn't supported tga RLE compression feature for the MT, when the engine can already use it for basic textures, it wouldn't be as good as the later compression system they used but would still take out a few megas from the size. Perhaps the tga decompression, just took to long for the MT streaming feature?
×
×
  • Create New...