

HMart
Member-
Posts
1577 -
Joined
-
Last visited
-
Days Won
12
Everything posted by HMart
-
IMO this engine problem, is really not so much the polycount but the number of lights that cast unto the model surface triangles, the full model gets draw again, each frame, for each light that cast into it. So if you make the light count, striking models low, use LOD's (level of detail) models, don't go crazy on shadow casting lights as well, do optimized low poly shadow mesh's for your models, don't go crazy on the model material "stages", everything inside a starting { and a ending } in a single material, is a stage and every stage, requires a new render call/pass and of course, use portals to optimize visibility, portals are required for the way TDM maps are constructed. I'm sure i'm forgetting something but If you do all the above plus use normal mapped models and not use crazy polycounts per model, then is perfectly possible to use high quality photogrammetry models in this engine. I have at lest 2 models that I converted from PBR and photogrammetry and they look awesome on the engine. BUT I need to warn you, there's no support for PBR materials/shaders in the Dark Mod engine (at lest that I know), this is a "old school" engine, similar to Unreal Dev Kit (UE3) or Source (minus the lightmaps...). This unless you write your own PBR glsl shaders, but is not easy, requires deep knowhow of the engine backend and frontend render and perhaps even some new c++ code, plus with PBR, you can't use ANY of the current TDM assets, as is, including even the light materials, particle materials, everything based on old non PBR system. Btw personally, I don't recommend working outside of TDM tool set, engine capabilities and way of doing things, or you will have to learn way more about the engine and have way more barriers. You will also have to get the modern PBR ideas from your head and if necessary, relearn the older way to do materials for games. Can't just take a Quixel mixer material or something and throw it directly into TDM but don't take my word for it. Btw peter_spy, another user here, does high quality modeling for TDM so he may give you better advice. But in the mean time, I don't think it does any harm to see this two links of wikis for more info, they are from two different versions of the same engine but share plenty between the two, of course you should focus more on the TDM one: https://modwiki.dhewm3.org/Modelling https://wiki.thedarkmod.com/index.php?title=Modeling And last but not least, IMO would be better if you just created the models and gave them to the community and others more knowledgeable of the engine, used them on their missions, instead of you having to learn modeling and level design/mapping at the same time, for TDM, all the credit for the models, will still be yours, you would still be able to use them has portfolio peace's, plus all models used in TDM, have a non comercial license, so others can't just take your TDM models and create a comercial game with them, just my two cents, you do what you think is best.
- 4 replies
-
- requirements
- limitations
-
(and 1 more)
Tagged with:
-
Trying to simulate bounce lighting... the (not so) easy way
HMart replied to MirceaKitsune's topic in The Dark Mod
Yes is unfortunate how idtech 4 lighting has little to no GI capabilities I wonder how Metro games before the raytracing one does it's GI stuff, all lighting on Metro is fully dynamic and still shows plenty of ambient bounce. Cryengine for example uses a special voxel system for GI and all its lighting is also fully dynamic, no lightmap baking on that engine. About the extra lights shining through walls, perhaps you turn them off, when the player is out of the zone/room they are in? This will need a script but imo is doable. Do lights still shine even if they are on a room where the portal zone they are in is closed? Btw don't think this will solve the light leak but if you really want a "free" light, don't use the ambient light materials, use a light with a light material with the "blendLight" keyword in it. Blend Lights are just very simple additive lights, used mostly in Doom 3 to simulate fake shadow maps, they do no interactions with surfaces, so afaik no real lighting, no shadows and no specular/normal maps. -
Yes it does but it also centers the view on the selected entity, is the way I always used to do what Brendon asked. Btw Brendon loved the latest trailer of Skin Deep, add a smile during the entire thing, in this early stage is already shaping off to be a cool and funny game!
-
Is a 11 years old card with supposed support for D3D 11 (11.2) and OGL 4.4, so on the API front should be more than enough to play TDM but it apparently only has 512MB of VRAM and that can be a big limitation on the bigger missions.
-
Strange that I have that off?! Here is the rest of my settings also has you can see sliders have no image still.
-
Here is mine example: stencil maps I used the windows overlay for this examples both stencil and maps at medium.
-
I have a RX570 8GB VRAM, also using latest drivers and I didn't saw such a stark diference in performance between the two! At lest not on the "The gatehouse" mission. Can you remind me what mission is that pic from? Also do you have the RX 570 4GB? If yes could be perhaps a VRAM limitation? But would be very surprising to me, if TDM maps would stress a 4GB GPU!
-
Just to clarify, if someone maybe wondering, the 16 poly limit, is only for dynamic rigid body physics, not the normal static world and mesh collision mesh's. Now IMO, you can't really compare idtech 4 physics engine, to any other in the market, is a very basic and simple physics engine, done inhouse by a single developer at idSoftware, made to be more complex than Quake 3 physics but still a very performant and fast simple physics system, "good enough" for a 2003 game. In reality, is inferior to any third party physics engine on the market, ODE (used in Stalker), Newton dynamics (used by Frictional games), Bullet, Havok, PhysX and others, are way better and more complex physics engines, today any of them, are a better choice for a game engine than idtech 4 physics engine, why, because they are all multicore physics engines (not sure about ODE), while the one on idtech4, afaik still runs on a single core! And if someone is thinking this, even thou it would be awesome, I don't think the TDM physics engine will ever be replaced, the source of it, was the first thing idSoftware released in 2004 and no one, apart from AAA dev houses, have to this day, at lest that I know, improved it further or even replaced it entirely. So imo If 16 polys is the limit than so be it, time to be cleaver and creative with shapes!
-
Fan Mission: Volta II - Cauldron of the Gods by Kingsal (11/30/17) V2.3
HMart replied to kingsal's topic in Fan Missions
Not saying this is the main cause for you to get lost, but good lever designers, use light cues to indicate the player where he should go, by calling for his attention and by playing with forced bright ambient, perhaps you could be missing that important light cues. -
Holy... I also add that happen to me once, almost made me give up modding altogether, something like that can destroy someone will for a long time, hope you can recover from the situation fast! Btw on windows you can try using Recuva (from the makers of CCleaner) to try to recover some of your work or even all if you are lucky. I can only say good luck and hope that this situation don't make you give up on TDM mission making.
-
I seen the frob outline show hidden objects one or two times during my plays, bellow is a example on "The outpost", I can frob the hammer before even opening the chest. forgot to save the view position unfortunately, but is the chest next to the kitchen, where the single guard patrols, when you enter the castle bellow through the water. But this doesn't seem like a problem of the frob outline technique itself but the technique, showing a bug that always existed in the game but we never saw it, because the old highlight was hidden by the geometry in front. So in a sense this is helping debug the game!
-
I certainly comprehend that stance and see the advantages of it, more clean code means, less clutter and so better readability but if idSoftware add the same opinion, we wouldn't had found some of the cool stuff they let in the engine disabled, like the mega texture stuff that even thou unfinished, was a way to learn about it and that someone made work, partially, the ability to read MD3 files and animations that is now a option to use in TDM for "cloth" effects, the liquid surface class that someone, more or less, also made work, the disabled item highlight that I'm even using for some effects and many other stuff they let in and didn't bother to clean from the source, like a extra more realistic player motion. But you guys do what you think is best in your case.
-
Making it easier to use LOD models
HMart replied to Dragofer's topic in DarkRadiant Feedback and Development
Afaik there's nothing preventing you from being able to tweak each LOD distances individually using the method I suggested, at import time you set a reasonable default distance for each LOD, then after that you just expose entity spawnargs to the mission makers like always. Like I said this can work just like the shadow mesh and the collision mesh, the lods would just be extra surfaces for the code to manage, even thou the former are imbedded in the model file itself and even on top of the main mesh and each other, you can still access them individually. -
Good thing that I'm using good old simple crosshairs for my game interactions... But Is a pity this is such a hard problem, such a "modern" effect that new gamers automatically think your game is cooler because of it. I certainly comprehend Cabalistic frustration, so much work for in the end, not have good feedback because of the glitch's and no easy solution in sight, demoralizes anyone. But like the others, please don't remove it from the engine entirely, if that is what you guys are thinking, if so please make it optional, no matter the glitch's, imo why have so much work coding this, for in the end throw it all away and if you guys don't want to spend time, messing in the menu code to support a half broken feature, just leave it has something for players messing in the game console to discover, is always cool to open games consoles and find things that the developers left in disabled, to me is a game in it self.
-
I add that off, changed* it but still the slider images don't work even after a restart. *I saw another imo strange behavior on this, when I changed that cvar value to 1, restarted the game, went to the console again and inputted, image_preload, just to see the current value, it showed 0, despite being changed before the restart and on the DarkMod.cfg it is 1. The value gets overridden somehow?
-
Yes I have a AMD GPU, hope you can solve that problem, because I don't think I will change GPU's anytime soon...
-
Making it easier to use LOD models
HMart replied to Dragofer's topic in DarkRadiant Feedback and Development
My following suggestion would need changes at the engine level and also require the team to reimport and export the models again from a 3D tool or perhaps make a special plugging for DR to mix the models into a single one, so may never happen but I think it should at lest be considered and it is the following: Some games, include the LOD models, in the main model itself, like how the engine currently uses the collision model and the shadow model, the same could be done for the LOD's, this would have the following benefits that I currently see, it would unclutter the model folder, because you would only need to export one model, all necessary info is within the model file itself, two permit DR to continue with the current model chooser and entity chooser, no need to mix the two or change DR model handling in any big way, apart from perhaps creating a special filter, to hide the LOD surfaces/models if necessary, like is done for the shadow model, and the best benefit imo, instead of the mission maker having to bother with setting up LOD's manually that would be automatically setup by the engine at model import time and so prevent the problem that Dragofer talks about, forgetting or even not bothering with setting up LOD's. How to setup the LOD's in the 3d tool? It could be done like the shadow model is done, using a special LOD material, or if possible they could be put in a different layer that you give a "_LOD_X" name and the engine would read that layer has a individual model, this would need the engine to support importing models with more than one layer, that I don't think it does (but I could be wrong) and I'm not even sure if, ASE and MD5 support extra layers, I know LWO does. My two cents on this discussion. -
I've seen something similar, in my case all sliders in the menu lack the visual movable slide and the value label, also some missions lack the "start mission" string, I assume all this is because of the changes being done to the menu system by stgatilov and will be solved sooner than later.
-
oh yes a good internal ssd or even a nvem/M.2 ssd can be fast even with preload on, but I have the game in a external USB 3.0 2.5 HDD, so preload may impact me more I assume.
-
I bet you guys already know this but if you don't, just for kicks I set image_preload 0 and image_useCompression 0 and the missions I tried load way quicker! Is obvious why but I underestimated how impactful this options were! And I didn't felt any performance loss from it. I hope this is true for all! It seems I will play with those off going forward. Btw I also found that using preload 0 and compression ON, causes the game to start with no textures for a few micro seconds, similar to some UE3 games! TDM is now among the big league engines! ;D kd Is not a big problem and the same happens with compression off but for a lower time, unfortunately, the game has visible pauses, when opening doors and the game as to load and compress the textures on the fly. edit: I didn't played the latest version with stgatilov new RGTC compressor in SIMD, so things could be different on it.
-
Used Avast before, today, I use windows defender add no need for another anti-virus.
-
Microphone support: Alert enemy AI with your voice
HMart replied to MirceaKitsune's topic in The Dark Mod
IMO this would be more a "marketing" tool than anything, would be cool to see lets play youtubers play TDM and scare the crap ot them selves because they talked at a inconvenient time. -
Microphone support: Alert enemy AI with your voice
HMart replied to MirceaKitsune's topic in The Dark Mod
I see this used more for youtube lets plays' thou. -
geegee, IMO (even thou I sometimes fail at that) the best way to not reach this stage, is to ignore threads that touch subjects where you have a strong opinion on, is a sure way for you to find people that totally disagree with you or to read posts from others that you may find very offensive, my advice stick to the threads about the game that are mostly on topic. Personally I've add very few instances were I've add to totally ignore someone in a forum and on this forum even less, imo is the most mature mod community I ever seen.
-
Exceptions in DarkRadiant
HMart replied to stgatilov's topic in DarkRadiant Feedback and Development