News | Forum | People | FAQ | Links | Search | Register | Log in
ARCANE WIZARD
Just wondering if anyone is interested in a wizard/arcane themed q1sp project. The idea would be a common pak file, including a bunch of arcane monsters/props, and whoever wants to donates a map in an arcane theme (id wizard, contract revoked, ikblue, new texture sets, whatever). Then they get strung together, and that's the pack.

Criteria for arcane: in my opinion, there should be lots of books, heh. And a focus on signs and symbols and magic and such. contract revoked is a good example.

Anyone interested?
First | Previous | Next | Last
Going Fine? 
Then send me something to test... 
Ok 
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 
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 
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 
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 
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 
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 
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 
That soudns like a bug I'd only see when playing online... 
First | Previous | Next | Last
You must be logged in to post in this thread.
Website copyright © 2002-2024 John Fitzgibbons. All posts are copyright their respective authors.