Nightclub FX - Strobe light script
Haddox
Member Posts: 9
Hello, I'm not even sure if this idea is possible to do, so I'm currently trying to figure out different ways to solve/work around this concept in case it's impossible.
The Situation/Problem:
I'm going to have a nightclub in one of my modules and I'm trying to add a bit more life and immersion into the milieu atm. So the basic area lighting and music are in place, and I've got dancing patrons as well. However I'd love to add some sort of visual fx, I've got some fog placeables for a bit of added smoke which looks great. However, I'd love for there to be some sort of strobe-light FX for the dance floor as well.
I.e. flashing and flickering lights.
One Idea I have is if there is a script to add and remove light properties to invisible objects, maybe even to the dancing NPCs as well as a way to create a "spotlight" effect. Any other suggestions and ways to tackle this or inputs are greatly appreciated by a noob like myself.
Another idea is to somehow trigger different spells fx-s in order to add a bit of visual fx. It would actually work well with the in-game world which is a bit of sci-fantasy.
Is anything like this possible and if so, how the heck do I do it??
The Situation/Problem:
I'm going to have a nightclub in one of my modules and I'm trying to add a bit more life and immersion into the milieu atm. So the basic area lighting and music are in place, and I've got dancing patrons as well. However I'd love to add some sort of visual fx, I've got some fog placeables for a bit of added smoke which looks great. However, I'd love for there to be some sort of strobe-light FX for the dance floor as well.
I.e. flashing and flickering lights.
One Idea I have is if there is a script to add and remove light properties to invisible objects, maybe even to the dancing NPCs as well as a way to create a "spotlight" effect. Any other suggestions and ways to tackle this or inputs are greatly appreciated by a noob like myself.
Another idea is to somehow trigger different spells fx-s in order to add a bit of visual fx. It would actually work well with the in-game world which is a bit of sci-fantasy.
Is anything like this possible and if so, how the heck do I do it??
0
Comments
You could make a few calls to change those colors in like the area heart beat script.
Being a newbie I managed by splicing GPT-3.5 suggestions with my low-level knowledge to throw this together (ignore the debug stuff)
This way one can add as many placeables as needed for a bit of a flashing effect. Adding an offset between -0.3 to +0.3 to each placeable script adds the randomness and the business needed;
For example:
strobing_fx_001 has a 0.5 duration so then strobing_fx_002 could then have a 0.4 or a 0.6 so that they fire out of sync from one another, then apply the same method for 3,4,5,x)
OnEnter Script:
The individual script per placeable (in this example strobing_fx_001):