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
Leafface 
If your talking Q1 or Half-Life, clip is simply a texture whose filename is
clip

Apply that to all faces of a brush and presto!
Just make sure you use the clip texture that appears in all wads by default. The id clip texture looks like this:

http://www.signsofkoth.co.uk/clip.jpg 
Vis Estimation 
Tyrann's right about the 2nd percent figure depending on the current estimation. This in turn is updated when the integer part of the 1st percent figure changes (e.g. when 40.6 becomes 41.3).

It may seem confusing at first, but that 2nd percent figure (which may go up or down) is the most important number on the line, since it's a clear indication of how the process advances.

Usually, the vis process is fast in the beginning and then slows down more or less during its lifespan. Therefore the estimation is more accurate in the later stages (unfortunately).

As for different vis levels behaving strangely, I've seen that as well. Sometimes I've seen vis got stuck completely when using "unusual" levels (1-3). Therefore I strongly recommend only using fast and level 4 for normal operation.

If level 4 is too slow (298 hours *is* slow ...) and you won't settle for fast vis (which is recommended for maps with very open nature), then I suggest looking for the standard methods; vis blockers, func_walls for detail brushes etc.

With my version of RVis you have an extra indicator "max leafs visible" for help tracking down spots with high r_speeds. Normally, the long vis processing times can be *significantly* reduced by doing some small changes to the map and with only minor appearance effects.

Remember, long vis processing times is normally an indication of vis failing completely, not that it will do a good job. If you don't want to change the map, then settle for fast vis or even *no* vis if the map is open enough, i.e. arena-like.

If you need help with the map, just let me know. 
Func_walls For Detail Brushes.. 
Elaborate - what's the advantage? 
Func_walls 
Detail refers to any solid, visible architecture ( so that exculdes clip and triggers ) that doesn't complicate the compile process' divisions of the 2D surfaces and 3D spaces.

Example:
If you have a flat wall with a thin light fixture ( like the square plate with a gothic cross light ) then the wall, despite being only a single brush, will be fragmented into several surfaces around the light fixture. Also, volume of space around that feature will be divided up into several smaller volumes to fit around the protruding metal plate.
By making the light fixture 'detail' it no longer interupts the compiler's cutting-up of your .map, so it can use far fewer surfaces; the wall might consequently be made of only 2 or even 1 surface.

Quake 2 and 3 both have detail as an option; Quake 1 and Half-Life do not.
Using proper Q2/3 detail makes the light fixture solid to movement and lighting, but invisible to the division process.
In Q1 and HL, you can get a similar effect by making the light fixture a func_wall. This is because brush entities do not interupt the dividing up of you map during compile: they don't vis block.
Doing this has 3 drawbacks though -
1. They don't block vis, which can be a problem with some features/layouts.
2. Brush entities, including func_walls, do not stop light during the compile. So the wall mounted light fixture wont have a nifty shadow around it :(
3. There's a limit to how many brush and point entities you can have in a map, including how large they are. I discovered this to my cost when building Part III of Contract Revoked, what with all them teleporters. I believe CZG used a lot of func_walls for detail in, IIRC, Insomnia. 
Heretic + Worldcraft 
is there a fgd (is that the right name? me forgets) so i can do some heretic2 mapping in Worldcraft v1.6?? 
 
If level 4 is too slow (298 hours *is* slow ...) and you won't settle for fast vis (which is recommended for maps with very open nature), then I suggest looking for the standard methods; vis blockers, func_walls for detail brushes etc.

actually, it's the other way around... the level 1 estimation was 298 hours, i just completed a level 3 vis and it took 8 1/2 hours... that's mostly what i was trying to understand-- how a lower level vis could take longer than a higher level one.

thanks for the other explanations though. :) 
Necros: 
vis works by flowing through the level from each leaf -- sort of like the paint bucket tool in a paint prog, except that it does line of sight tests as it flows.

higher vis level settings will make the line of sight tests more stringent, which takes longer per test, but it also means that the test is more likely to fail. The sooner vis decides you can't see down a certain winding hallway, the sooner it can stop flowing down that hallway. This is how higher vis levels can sometimes be faster. 
Oic Now. 
thanks, metlslime. that cleared it up nicely. :) 
Oh Rats! 
so, i'm adding my monster into my map using gtkr... and i think: "man, this is too hard. i'll make these monsters only appear in hard!"

i open the entity dialog, and find there isn't a way to change the skill settings for entities! how do you do it in gtkr? 
Spawnflags 
256 - not in easy
512 - not in normal
1024 - not in hard
2048 - not in deathmatch
You can probably alter the entity def file or whatever they use nowadays to include this. 
Say I Didn't Want It In Hard Or Easy... 
i would add the two up, right?

so spawnflags would be 256 + 1024 = 1280?

how do you change skill settings for other games that are sp? (like Wolf and stuff) 
Title Goes Here... 
Yes, and I don't know. 
Hmm 
the correct enteties.def file should give you all the flags in editor 
could someone send me the .def file for a sp game please? (wolf3d or the like) 
Necros 
I think all the skill setting flags were removed from GTK ( I was wrong - they are editor thing and are not stored in entities.def)
But they are still present in Q3Radiant 202.
You could use that to place monsters. 
Mapping Tutorial 
Clip and skew, rather advanced, but should be easy to get it. Check out
http://www.planetquake.com/speedy/tut_pipe.htm 
However... 
they COULD be added to the entities.def. QER just happened to have them hard-coded in. 
Bleh... 
unfortunatly, i don't know how. :/

i'll probably try using q3rad 202 then, to add the skill flags...

just to check, but the q2 skill flags (which i assume are the ones were talking about) are the same bits as the q1 ones, right? 
Shubby 
Nevermind my bullshit bout leavin the board, change of mind. Anywho...

How do I accomplish setting up Shubby in WC? The teleporter-spikey-ball and all. I looked at id's end.bsp but it's missing some things (de-compiled it w/ BSP).

Thanks. 
This Guy... 
has now retired twice and come out of retirement twice, all in a couple weeks. Impressive. He's like fern and xenon combined and concentrated into a fine powder, and then sprinkled over a scoop of vanilla ice cream. 
Lmfao 
Niiiice. 
Phait 
I just worked out how to do it. I'll put the sample map in a zip along with a short tut in .txt format.
Dowload linkage imminent. 
Setting Up The Defeat Of Shub-Niggurath 
Thank You Very Much. 
BTW - care to interview me for Pherrous sometime? :P 
Thank You Very Much. 
BTW - care to interview me for Pherrous sometime? :P 
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.