Going Fine?
#542 posted by
Lardarse on 2007/05/12 23:23:31
Then send me something to test...
Ok
#543 posted by Tronyn on 2007/10/21 14:26:53
Just an update to explain what's going on. I'm in graduate school right now and just got my PC working again a few weeks ago, I had to replace the video card, which sucked. I had hoped to finish and release _something_ in August, but the month just flew by with me being in a few different cities and then moving. September also flew with getting into school and starting work marking papers and etc. Anyway, I'm set up again.
I have a beta of map 1, but I want to try out a storm effect in it. I did this a long time ago in my map Storm Dungeon, but that was so long ago (5 years or more) that I can't remember exactly how I did it, and the example Storm map that I used (on the Forge) doesn't seem to be there anymore. Does anyone have that map, or know how to do this?
I just need to fix that up and fullvis it. Gameplay is really hard, and using the chaingun is fun.
Storm Effect
#544 posted by
Preach on 2007/10/21 17:44:50
By that, do you mean the light levels occasionally flickering like lightning flashes? Because that can be done relatively easily with a bit of custom code. The one technical snag you may encounter is if you want light cast from skybrushes( _sunlight etc) to flicker - kinda natural desire when you think about it. The problem is that sky cast light is always lightstyle 0, so you have to flicker all lights that don't have a style set.
The simple workaround is to define a new style with the same light level as style 0, and then use that style for any indoor lights that you don't want to flicker. You can then make style 0 change light levels at random with some code in StartFrame. The code should also be opt-in based on some worldspawn key so that all the id maps etc. don't start flickering indoors.
Kind Of Like That
#545 posted by Tronyn on 2007/10/21 18:11:51
all I want is a bunch of randomly triggered lights, with thunder either simultaneously or following shortly afterwards.
I'm not using skylight in this map. Although I usually do use skylight, and like the effect greatly, this is a mostly indoor map. I've just placed really bright point lights inside all the windows.
Well
#546 posted by
PuLSaR on 2007/10/21 19:18:05
I'm still alive too. I spent previous 3 years moving from one city to another every 2-3 months and had no permanent internet access. And yesterday I finally returned back home. So everything's fine. I have a third beta of my map almost ready.
Tronyn
#547 posted by
ijed on 2007/10/22 01:40:21
You could try a lightstyle applied to a local minlight - standard point light with delay 4 (aguirRe's light tool). Which makes it without falloff.
For the custom flicker I'm not sure if any of the basic ones would look any good for occassional lightning, so you might need a progs change for that, since you'd want it to be dark / off 95% of the time.
It was a cool effect in Storm Dungeon, even though the Shambler Baron was a pain in the nuts.
Hmm
#548 posted by Tronyn on 2007/10/28 21:13:18
Is there a code entity that randomly triggers its target keys? I'm pretty sure that's how it was done in Hipnotic. It could just toggle the lights on and off.
Also, Preach I noticed while playtesting that in the progs there's an occasional bug with projectiles, where they get "stuck" at a stationary point and don't explode. Have you seen this, or have any idea what causes it?
Hmm
#549 posted by
Preach on 2007/10/29 00:29:23
Can't say I've encountered that, no. E-mail me the details and I'll look into it, especially helpful if you can save a game with the bug reproduced and send it to me. I'll fix that and add the lightning code at the same time.
Still Here And Available For Testing
#550 posted by
Lardarse on 2007/10/31 10:05:47
That soudns like a bug I'd only see when playing online...