News | Forum | People | FAQ | Links | Search | Register | Log in
Mapping Help
This is the place to ask about mapping problems, techniques, and bug fixing, and pretty much anything else you want to do in the level editor.

For questions about coding, check out the Coding Help thread: https://www.celephais.net/board/view_thread.php?id=60097
First | Previous | Next | Last
Effects 
The values are 1 (particles), 4 (artifact glow), 8 (muzzleflash glow) 
Not Sure 
If this belongs here, but is there a way for me to force an entity to be fullbright without using fullbright textures?

Specifically I want to use it on windows, but using water textures won't work because they have a specific pattern I want to maintain. 
Ijed 
What sort of entity? If it can be modelled with brushes, then an external bsp model will do it. 
 
i think so??
basically setOrigin() the entity to an area where it is bright, then manually change .origin to the new place.
I've never tried it though. 
Aha, External Bsp 
It's a func_breakable, or to be precise, various of them. The external bsp should do it,since resting the origin sounds like it'd be fiddly across this many entities.

I forgot about external BSPs, those should do the trick well enough. I suspect there'll be a problem with collision though. At least there was with expanding door triggers when I tried instancing their BSPs a while back.

Thanks guys. 
 
actually no! external bsps can have perfectly working collision; several of the sarcophagi in ne_ruins were external bsps. 
Yeah, 
Like I say, it was only the trigger bbox of the door with a weird offset, the door itself was fine. 
From Tyrann Tools Light Docs 
The following keys can be used on any entity with a brush model:
"_minlight" "n"

Set the minimum light level for any surface of the brush model. Default 0.

http://disenchant.net/utils/ 
Tyrann Wins 
:} 
Awesome 
Thanks mech, that looks to be an even easier solution. 
BSP2 
Want to know what is the bsp2 standard now? I've read about two versions out. Any place to get the specs. map limits and such? What compilers, engines and editors. The info seems scattered around. A web page with current info would go a long way towards moving things forward. 
 
Well 
Of course the differences between BSP2 and 2PSB are rather tiny so you can still use them as a guideline.

Why is 2psb deprecated when there is very little difference between it and bsp2? Doesn't make sense to me. 
 
Because BSP2 > 2PSB and supporting 2PSB makes compiler and engine programmers cry in their sleep. 
 
Because BSP2 > 2PSB and supporting 2PSB makes compiler and engine programmers cry in their sleep.

Is that just your opinion or do you know that for a fact? Have you asked the people who create engines and compilers if they get 2PSB nightmares? :) 
 
Why support 2 standards that are similar if one will do the job? It's unnecessary overhead and code maintenance. 
Casting Shadows With An Invisible Brush? 
Can this be done? I want to cast a Q symbol but I don't want the brush to be seen. 
Put The Light And The Brushes In The Sky Brush 
 
Alternate Method 
With that new compiler that lets you cast shadows from brush entities, you can give the brushes the classname "info_null" and set "_shadow" "1". Does waste a model precache though... 
 
You could potentially use a bunch of negative lights too, but that would likely look like ass and be a pain to do. 
Wild Idea 
I always thought it would be cool if someone made an engine where you could go round the map and "spraypaint" the lightmaps. Basically just go round with a dynamic light that never went away. Then you could add a negative "brush" that subtracted rather than added light, and you could use it to fix up glitches or do weird effects. It'd probably be hard to make it robust in the face of recompiling the map, perhaps you could replay a demo to repeat any painting you performed. Anyway, that's my mad thought for the day... 
That Was My Idea! 
 
Licensing Issues? 
Um...hesitant to ask, but...

Is there any sort of maybe legal issue with using something from the mission packs? I know Quoth used the Scourge(the scorpion to you heathens who don't know) from hipnotic's pak (hipnothetically, of course), but is this legal? And to what extend? If someone hosts the entire mission pack in the zip along with a custom map so that someone can play it, is it illegal?

Methinks melord thou art a theif. Y/N 
N. 
Don't host the entire mission pack; it's copyrighted (and actively being sold on steam) - that would be illegal.

Including a few assets from the mission packs in a Quake mod is probably fine, but the copyright on those assets (models, textures, whatever) is still held by whoever owns the rights to the mission packs. So you're working under the assumption that they are OK with what you're doing, which they probably are. 
Without Licence 
I'd agree that including the scorpion in a mod like Quoth without permission is strictly speaking illegal. It's the same for maps that use texture sets from other games like Quake 3 or Daikatana, taking an art resource and re-purposing it in a similar setting, essentially is a act of redistribution without permission.

Morally speaking, I'd say what differentiates it from including the entire pak and all the maps is a matter of substitution. Including all the maps would make your mod a complete substitute for the mission pack. Someone who downloaded that would have no reason to buy the mission pack, harming that product's potential sales. Including the monster in a different mod doesn't do that; the value of Scourge of Armagon is preserved.

I guess it's kind of a map-centric view of things, but I think the experience of the mission pack is "play through these particular maps", rather than "play against this monster in some notional maps which may or may not include the maps supplied". If a cease-and-desist order were made, we'd comply without hesitation, but for a free mod I doubt we'll ever see one. 
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.