-
Posts
8384 -
Joined
-
Last visited
-
Days Won
103
Everything posted by AluminumHaste
-
Models are triangulated when exported from 3D program so engine doesn't need to optimize them in that way. So modeler should have done their job. Something that accentuates z-fighting would be helpful as it's not always easy to see. There is a rendering mode that I think colours faces based on # of lights hitting it, so something similar might be doable.
-
Keep in mind, z fighting is a symptom. The underlying problem is misaligned and overlapping geometry. If you do this with brushes, the engine can't properly optimize triangles during dmap.
-
If you make zfighting less obvious, how are you supposed to find it and correct the underlying cause?
-
Are you reaching out? Alcohol is a poison and destroys lives.
-
Experimental support of parallax mapping in 2.13
AluminumHaste replied to lowenz's topic in The Dark Mod
Is parallax even working in this image? It looks.....weird? Like something is off. -
Experimental support of parallax mapping in 2.13
AluminumHaste replied to lowenz's topic in The Dark Mod
I did a few of them and they had a lot of traction, motivation is hard to come by -
So, what are you working on right now?
AluminumHaste replied to Springheel's topic in TDM Editors Guild
I like it a lot, is the Ambient really that high in the mission? -
The Dark Mod 15th Anniversary Contest - Entry Thread
AluminumHaste replied to nbohr1more's topic in Fan Missions
That's what she said! -Michael Scott -
Tiling textures like this should avoid high contrast areas as it exposes the tiling nature very obviously in game on large surfaces.
-
So, what are you working on right now?
AluminumHaste replied to Springheel's topic in TDM Editors Guild
Welcome back to Morrowind EDIT: wasn't an insult, 2nd screenshot looks like morrowind in a good way. Looking great -
So, what are you working on right now?
AluminumHaste replied to Springheel's topic in TDM Editors Guild
There's been a few daytime missions, but none with a day/night cycle -
The Dark Mod 15th Anniversary Contest - Entry Thread
AluminumHaste replied to nbohr1more's topic in Fan Missions
LOL no they weren't! -
64bit really reduces color banding in gradients, like looking at soft shadows or skyboxes etc. There's almost no performance penalty so leave it on.
-
https://wiki.thedarkmod.com/index.php?title=AI_Relations_(Editing) Definition of Relationship Types The three types of relationships are Friends, enemies, and neutrals. When assigning relations they take the values 1, -1, and 0. 1: Friends will come to the aid of another friend who is alerted. commence searching or attacking in that friend's vicinity or flee depending on AI type. Be alerted if finding a body of a friend. -1: Enemies will Attack other enemies they become aware of. Ignore other enemy and neutral bodies 0: Neutrals will ignore calls of distress from those they are neutral to. Ignore all bodies they are neutral to. Set the ragdoll AI to Neutral on a different team
-
@Uncertain Title Copy the texture projection from a donor brush and paste it onto the inverted bevel. Middle mouse click and CTRL+Middle mouse click. Also, brushes have faces, patches do not. You don't select "a single face" of a patch as a patch is like all one face. You can select the patch like normal and use the texture inspector to adjust it's projection, or just do the easy thing and copy a projection from a brush and paste it onto the patch.
-
lol, Shadows: STENCH! Stinky shadows!!!!!
-
AI do notice doors, but only in certain situations. If you interact with the door when they are, they will become suspicious. If they close a door and start walking away, if you stop the door from closing all the way, the AI should turn around and toggle the door again and start getting suspicious. But keep in mind, while it's an immersive sim, there's always a tradeoff between realism and gameplay/fun. Having AI hear everything realistically or see or react realistically to every little thing is NOT fun and is very frustrating. Also I can't remember which dev said it (Grayman maybe?) but the code to handle AI and doors is already massive and complex.
-
Oh that's funny, didn't realize that's your channel! I commented on a few of the videos.
-
TDM starts with black screen on Windows 7
AluminumHaste replied to CashDiver's topic in TDM Tech Support
@nbohr1more@duzenko@cabalistic ------------- Warnings --------------- during The Dark Mod initialization... WARNING:Compiling shader file interactionMultiLight.fs failed: Fragment shader failed to compile with the following errors: ERROR: 0:15: error(#106) Version number not supported by GL2 ERROR: 0:85: error(#202) No matching overloaded function found textureGather WARNING: 0:85: warning(#402) Implicit truncation of vector from size 1 to size 4. ERROR: error(#273) 2 compilation errors. No code generated File indexes: 0 - interactionMultiLight.fs 1 - tdm_shadowmaps.glsl 2 - tdm_utils.glsl 3 - tdm_poissondisk.glsl WARNING:Failed to attach shader interactionMultiLight.fs to program interactionMultiLight. Might be the reason, have to wait for dev to take a look- 20 replies
-
- 1
-
- tdm
- black screen
-
(and 1 more)
Tagged with:
-
TDM starts with black screen on Windows 7
AluminumHaste replied to CashDiver's topic in TDM Tech Support
Try installing this: https://www.techspot.com/downloads/4618-gpu-caps-viewer.html It should tell you what openGL version your GPU drivers currently support.- 20 replies
-
- tdm
- black screen
-
(and 1 more)
Tagged with:
-
TDM starts with black screen on Windows 7
AluminumHaste replied to CashDiver's topic in TDM Tech Support
Also, that GPU might not have support for OpenGL version we're using. https://feedback.wildfiregames.com/report/opengl/device/Radeon HD 2600 PRO- 20 replies
-
- tdm
- black screen
-
(and 1 more)
Tagged with:
-
TDM starts with black screen on Windows 7
AluminumHaste replied to CashDiver's topic in TDM Tech Support
Open darkmod.cfg. At the bottom type bind F8 "condump blackscreen.txt" Go into the game, then press F8. You MIGHT get text file in the Dark Mod directory called blackscreen.txt. If you do, post it here.- 20 replies
-
- tdm
- black screen
-
(and 1 more)
Tagged with:
-
Also, just retried my old Cathedral map just for fun: Seeing up to 400 FPS
-
Ok so I think I might have found the reason for the performance delta between my wife's computer and mine. While working on getting the Nvidia card working, I manually set the 1st PCIe slot to x16 Gen4, whereas it was at 4x Gen3 before. HWinfo confirms this: (PCIe v4.0 x16 (16.0 GT/s) @ x16 (16.0 GT/s)) Now in Scroll of Remembrance at the start, I get 140 fps. Must have been bandwidth starved at 4x Gen3 PCIe.
-
Well even at full PhysX rendering the Nvidia GPU is using about 40 watts. Compared to the output of the 14700k and 7900XTX at 360 FPS output, it's not even noticeable.