That looks suspiciously like q3tourney3. If it's decompiled brushwork, that's your problem. Decompiling is flaky and outputs dodgy brushwork. Build from scratch.
BTW, decompiling maps for anything other than instructional purposes is regarded as pretty shady and won't make you many friends around here.
Shallow wrote:That looks suspiciously like q3tourney3. If it's decompiled brushwork, that's your problem. Decompiling is flaky and outputs dodgy brushwork. Build from scratch.
that's some impressive perception sir, I totally didn't recognise it.
And now... completely obvious since you referred to it
The normal cause of something like this, for me, is some kind of invisible object being present in that area which I haven't accounted for.
That is to say.... load the editor and make sure you aren't filtering ANY item out of the view.... then look at the area and see what brushes and special objects are occupying that space... and simplify that area as much as possible... normally it's something like a HINT brush from Q3 that's become some kind of structural, 'real' brush in Q4....
"Maybe you have some bird ideas. Maybe that’s the best you can do."
― Terry A. Davis
I found that with decompiling maps it tends to mess up and subdivide the brush work. What happens is that these brushes are then given very strange origin coords for each axis that tend to be very strange in value. Loading it up in an editor can sometimes seem fine, but then compiling the map will show the brushes as missing.
Its far to much effort and hassle to do it this way and because it creates way more brushes than needed, performance takes a dive... And in this case, with it being the D3 engine, you need to limit the ammount of surfaces as much as possible anyway...
In short... Make the map from scratch. It will take you a little while but not long at all because your not making it brand new, your just re-doing whats already been done.
Also, the player's size and movement in Q4 are different to Q3 so the map won't play the same at all and you'll need to change quite a lot of bits. It's better to rebuild it even if it is just for personal use.
Last edited by Shallow on Sat Jan 20, 2007 7:42 pm, edited 1 time in total.