Jump to content
The Dark Mod Forums

Recommended Posts

Posted

Various lights in the dark mod has a flicker effect that is fairly constant "ramp down some, ramp up some, repeat."

When several lights does this in unison, it does not look very real and look very animated.

Would it be possible to consider adding some randomness to each light so they each flicker individually? I really think this would really help with realism and it ....here goes... sounds like a simple fix.

Posted
1 hour ago, waxhead said:

and it ....here goes... sounds like a simple fix.

You could go to our wiki, read a bit, and implement it in an example map. Because it's such a simple fix.

Mission makers might disagree with you though and then it never gets implemented in those missions.

Posted

It may or may not be a simple fix. Light flickering uses the ingenious method of making lights flicker based on the sound shader: The most logical way to get more realistic flickering is to look for a better electric sound, I believe you simply set it as the s_shader parameter of the light to replace the default one.

Posted

From the description it seems the problem is that several nearby lights are flickering exactly in unison, presumably because they are all using the same sound shader to control the flickering (and the sound shaders all start playing at the same time).

So it would seem the solutions are:

  • Use a slightly different looping sound for each light (if available).
  • Implement a feature in code whereby the looping sound shader can be started from a random position, rather than from the beginning of the loop.
Posted
4 hours ago, OrbWeaver said:
  • Implement a feature in code whereby the looping sound shader can be started from a random position, rather than from the beginning of the loop.

I'd suggest this too, there should probably be a simple sound flag to support it. Make it a feature for all looped sounds: I can see many situations where you'd have the same looped audio in multiple locations from which you hear it simultaneously, but because they all start playing at the same moment, you'll hear them in unison which will sound unrealistic.

Posted
23 hours ago, OrbWeaver said:

From the description it seems the problem is that several nearby lights are flickering exactly in unison, presumably because they are all using the same sound shader to control the flickering (and the sound shaders all start playing at the same time).

So it would seem the solutions are:

  • Use a slightly different looping sound for each light (if available).
  • Implement a feature in code whereby the looping sound shader can be started from a random position, rather than from the beginning of the loop.

Yes, it would be good to change something here.
Would it perhaps be possible to implement a spawnarg called “start_delay” - “x.xx” with "x.xx" in seconds?

Wouldn't solve the problem for existing missions, but still very helpful for new projects.

Posted
On 8/16/2024 at 10:55 AM, OrbWeaver said:

From the description it seems the problem is that several nearby lights are flickering exactly in unison, presumably because they are all using the same sound shader to control the flickering (and the sound shaders all start playing at the same time).

So it would seem the solutions are:

  • Use a slightly different looping sound for each light (if available).
  • Implement a feature in code whereby the looping sound shader can be started from a random position, rather than from the beginning of the loop.

Yup - this is the problem precisely. Good that someone understood it :)

Posted

"start_delay" rather gives the impression that it is leaving a period of silence before starting the sound.

I'd suggest "loop_start x.xx" if you want a specific start point in seconds, or "loop_start random" to let the game choose a random position within the loop.

On 8/17/2024 at 9:04 AM, JackFarmer said:

Wouldn't solve the problem for existing missions, but still very helpful for new projects.

I assume if the new property was applied to the actual shader in the .sndshd file, rather than as a spawnarg on an individual map entity, it would apply to existing missions without needing changes by the author.

  • 6 months later...
Posted (edited)
54 minutes ago, grodenglaive said:

add the shaderParm4 spawnarg to the lights and vary the value between the lights from 0 to 1 to offset their flicker.  Seems like an easy fix for new missions.

Are you sure that can be set as a spawnarg? I think this needs to be specified in materials.

Sorry, didn't read the wiki page well.

 

Core light material:

lights/square_strobe
{
	{
		forceHighQuality
		map		lights/squarelight1.tga
		red 		( blinktable2 [Parm4 + (time * (6 * Parm3)) ]) * Parm0
		green 		( blinktable2 [Parm4 + (time * (6 * Parm3)) ]) * Parm1
		blue 		( blinktable2 [Parm4 + (time * (6 * Parm3)) ]) * Parm2
		zeroclamp
	}
}

 

Maybe you have to set it in a material and then modify it via a spawnarg? The spawnarg setting for that light entity would link the specified number (0-1) to "Parm4" in the material code. I mean that makes sense to me.

Or maybe that's how you meant it?

Edited by datiswous
Posted

Ahh, maybe your right. I didn't read the wiki very well either:) I just assumed it would work to simply modify the light entity.

I don't think many fm devs would bother with custom shaders just to adjust the blinking lights. Oh well.

Posted

Well if you can figure out how to make the material code work you can change the flickering on a per light basis via that parm4 spawnarg. I think it can be useful. I personally find it a bit complicated to wrap my head around though.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recent Status Updates

    • datiswous

      I moved from Manjaro Linux (rolling release) to Linux Mint (LTS). One of the reasons was that I found the updates a bit too often and long. But now on Mint I get updates every day, although they're usually small updates.
      · 3 replies
    • JackFarmer

      "Hidden Hands: Vitalic Fever" - new update available including subtitles & compressed briefing video (thanks to @datiswous) and several fixes.
      · 0 replies
    • Wolfmond

      🇬🇧

      2025-04-20
      I'd like to track my level design progress a bit more often now, so I'm using the feed in my profile here.
      I've been working intensively on Springheel's YouTube course over the past few days. I'm currently up to lesson 8. There is so much information that needs to be processed and practiced. 
      I have started to create my own house. As I don't have the imagination to create a good floor plan, I grabbed a floor plan generator from Watabou and experimented with it. I chose a floor plan that I will modify slightly, but at least I now have an initial idea. 
      I used two guards as a measuring tape: The rooms are two guards high. It turned out that I can simply double the number of boxes in DarkRadiant in grid size 8 that are drawn in the floor plan. 
      I practiced the simplest things on the floor plan first. Drawing walls, cutting walls, inserting doors, cutting out frames, creating VisPortals, furnishing rooms.
      I have had my first success in creating a book. Creating a book was easier than I thought. I have a few ideas with books. The level I'm creating will be more or less a chill level, just for me, where I'll try out a few things. I don't have an idea for my own mission yet. I want to start small first.
      For the cellar, I wanted to have a second entrance, which should be on the outside. I'm fascinated by these basement doors from the USA, I think they're called Bilco basement doors. They are very unusual in Germany, but this type of access is sometimes used for deliveries to restaurants etc., where barrels can be rolled or lifted into the cellar. 
      I used two Hatch Doors, but they got completely disoriented after turning. I have since got them reasonably tamed. It's not perfect, but it's acceptable. 
      In the cellar today I experimented with a trap door that leads to a shaft system. The rooms aren't practically finished yet, but I want to continue working on the floor plan for now. I'll be starting on the upper floor very soon.

      __________________________________________________________________________________
      🇩🇪

      2025-04-20

      Ich möchte nun mal öfters ein bisschen meinen Werdegang beim Leveldesign tracken, dazu nutze ich hier den Feed in meinem Profil.
      Ich habe mich in den vergangenen Tagen intensiv mit dem Youtube-Kurs von Springheel beschäftigt. Aktuell bin ich bis zu Lektion 8 gekommen. Das sind so viele Informationen, die erstmal verarbeitet werden wollen und trainiert werden wollen. 

      Ich habe mich daran gemacht, ein eigenes Haus zu erstellen. Da mir die Fantasie fehlt, einen guten Raumplan zu erstellen, habe ich mir einen Grundrissgenerator von Watabou geschnappt und damit experimentiert. Ich habe mich für einen Grundriss entschieden, den ich noch leicht abwandeln werde, aber zumindest habe ich nun eine erste Idee. 

      Als Maßband habe ich zwei Wächter genommen: Die Räume sind zwei Wächter hoch. Es hat sich herausgestellt, dass ich in DarkRadiant in Gittergröße 8 einfach die doppelte Anzahl an Kästchen übernehmen kann, die im Grundriss eingezeichnet sind. 

      Ich habe bei dem Grundriss erstmal die einfachsten Sachen geübt. Wände ziehen, Wände zerschneiden, Türen einsetzen, Zargen herausschneiden, VisPortals erstellen, Räume einrichten.

      Ich habe erste Erfolge mit einem Buch gehabt. Das Erstellen eines Buchs ging leichter als gedacht. Ich habe ein paar Ideen mit Bücher. Das Level, das ich gerade erstelle, wird mehr oder weniger ein Chill-Level, einfach nur für mich, bei dem ich ein paar Sachen ausprobieren werde. Ich habe noch keine Idee für eine eigene Mission. Ich möchte erst einmal klein anfangen.

      Beim Keller wollte ich gerne einen zweiten Zugang haben, der sich außen befinden soll. Mich faszinieren diese Kellertüren aus den USA, Bilco basement doors heißen die, glaube ich. Diese sind in Deutschland sehr unüblich, diese Art von Zugängen gibt es aber manchmal zur Anlieferung bei Restaurants etc., wo Fässer dann in den Keller gerollt oder gehoben werden können. 
      Ich habe zwei Hatch Doors verwendet, die allerdings nach dem Drehen vollkommen aus dem Ruder liefen. Inzwischen habe ich sie einigermaßen gebändigt bekommen. Es ist nicht perfekt, aber annehmbar. 
      Im Keller habe ich heute mit einer Falltür experimentiert, die zu einem Schachtsystem führt. Die Räume sind noch quasi nicht eingerichtet, aber ich möchte erstmal am Grundriss weiterarbeiten. In Kürze fange ich das Obergeschoss an.



      · 2 replies
    • JackFarmer

      On a lighter note, thanks to my cat-like reflexes, my superior puzzle skills and my perfect memory, I was able to beat the remastered version of "Tomb Raider: The Last Revelation" in a new superhuman record time of 23 h : 35 m, worship me!
      · 3 replies
    • Goblin of Akenash

      My mapping discord if anyone is interested, its more of a general modding thing rather than just for TDM 
      https://discord.gg/T4Jt4DdmUb

       
      · 0 replies
×
×
  • Create New...