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
Editor Widow 
Your qbsp prog should have a command line switch like -useoldaxis, -alternateaxis or something similar. Check the readme.
Using this switch when compiling should fix the problem. 
Oh, You Had Two Questions... 
Answer to second one:

This is a bug in WorldCraft.
If you've got a texture called divider, and another one called divider1b, if you apply the divider1b texture first, and then try to apply the divider texture, WC won't properly overwrite the string that stores the texture name, so it still reads the texture as divider1b.

A hack way to overcome this problem is to first change the texture into something completely different, (like wizmet1_2,) and then applying the divider texture.

The proper way to solve it, (besides haxx0ring WC or using GTKR instead,) is to rename the divider texture in the wad so it's named dividera1</y> or something like that.

You should make sure that there are no texture names in your wads that are such that you get another valid texture name if you append some more letters to it.
 
Right, No Underline 
dividera1 then... 
Eh? 
dividera1 
Bah. 
Just checking since you closed the tags wrong. 
You Could Also Have RTFM 
http://www.celephais.net/board/site.php
Though, I didn't do that either, so I guess you're clear. 
Help 
Working on a map with terrain. I used vertex manipulation, and there were no errors, according to "check for problems".

However, when i compiled, i got a large amount of brush with duplicate plane errors, and when i play the map there are rocks where there are not supposed to be rocks.

Is there an easy way to fix this error? 
Can Only Guess... 
Importing the .map file back into your editor will show up the dodgy brushes & you can fix them.

I'm guessing you're using WC... the 'check for problems' is normally only useful for missing textures, mismatched targets or unrecognised entities etc. 
ANSWER QUICK! 
I would like to know for sure if qbsp for q1 starts the same way as q3map does, with splitting the map along each, uh, axial plane before splitting by the rest of the geometry. 
MapSpy 
I think MapSpy will help you track down and/or fix duplicate planes. Also, QERadiant has a plugin that fixes duplicate planes. Very handy. 
Duplicate Planes 
I get that error message too. I don't notice problems in the map though. It is annoying though and I wish I knew what caused it. I don't do booleans. I use the clip tool occasionally and I use vertex manipulation and face splitting a fair bit.

I have another error that won't do away. Using Check for Problems I get this: Solid Entity (func_door) is empty. Go to Error shows nothing and the Fix Problem doesn't remove it either.

But both these issues aren't stopping me from moving on. Just curious. 
Great To Download The Cube Engine 
but how do I turn vieuw? 
How To Turn Vieuw? 
Uses mouse. 
Scraggy... 
Ya, it's a phantom door that appears after some operations in Worldcraft.

If you get the error message, hit "go to error", the 0,0,0 point should now be centered, place your cursor over the origin point... if it goes red it means at some stage you've generated a phantom door as big as the grid. Hit delete. No more problem. 
Hm... 
in gtkradiant, after manipulation vertices alot, sometimes, i will re make a flat face (which had been split up into two triangles, intead of a square) but gtkr won't recombine the two triangles itself. what i have to do it move the brush a bit, then gtkr gets rid of it. maybe that's what a duplicate plane is? 
Q2 
Does anyone have the Q2 wad, or know of a working link online? 
Q1 Tool Tips 
I've put together a simple document that might help Q1 mappers or players when they have problems with the build tools or engine.

It's available at http://user.tninet.se/~xir870k/tooltips.txt .

Any comments are welcome. 
Does My Bsp Has The Flu? 
well, this is new to me.
the txbsp compiler tells me:

healing degenerate

or do my healthpacks get hostile?

& thanx for the error message document. 
If That Warning 
is all you get while compiling your maps, consider yourself lucky ...

It's a non-critical warning and can be safely ignored. I've added it to my ToolTips in the next version. 
Thank You Bengt! 
This info is very useful. The MAP_CLIPNODES limit error where there is no leak can usually be solved ( as czg pointed out) by adding large clip brushes to areas that no one is ever going to go, rather than changing architecture. 
I'm Glad You Like It 
I've now updated it to v0.02 with more info including the clipbrush tip. 
Bengt 
You rock! Thanks! 
Duplicate Planes, A Personal Theory 
I notice that this error usually occurs on brushes that I have manipulated individual vertices on. Is it possible that when this happens, it is because the vertex manipulation creates two seperate areas on the same brush that lie on the same plane and thus the space between the brushes is concaved and the engine or compiler cant split this brush into acceptable triagulated data? 
Er 
that should be, 'the space between the planes' 
Lightning 
Hello everyone, I am currently working on my 6th map and I need a little help. Can anyone here advise me step by step on how to create a trigger lightning? The way I plan on making it is when u hit a button and the lightning shoots out (like a trap).

Thank you for your help :) 
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.