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
Yeah 
I made a test map just to check. The fiend has no trouble "walking" up or down 16 high steps, but when jumping in the up direction, he usually goes nowhere but straight up (no forward movement). Jumping down is no problem. Maybe they jump better over 8 high steps. I try to avoid steps and confined areas where fiends are concerned, they tend to get stuck too easily. 
Problem 
My triggers triggers the wrong targets! For example my t31 triggers t32! Any suggestion what might be wrong or where I should start looking would be great as everything seems to be set up correctly as far as I can see? I'm using GtkRadiant 1.5.0 and I'm messing with e1m1 from the original map sources.

BTW I also get solid trigger brushes in-game for some reason, probably connected to the above issue. 
 
yikes... i never thought people actually used the auto target/targetname system. :S
it can be very helpful to give meaningful names to your entities to help keep track of, not only what they are, but what areas they belong to and such.
anyway, that aside, what are your triggers triggering? without more info, can't really say much.
i'll hazard a guess and say it's probably auto linked doors. try putting the DOORS_DONT_LINK flag on doors that are triggered but near to other doors. 
Solid Trigger Brushes 
Compiled with -onlyents, am I right? run a full bsp process. 
Problem Solved 
Found it! I had an old ent-file in another directory that screwed things up! As I had named the edited file the same as the original (e1m1), DarkPlaces found it! But as I haven't changed any of the triggers or entities in the map I'm still confused why it screwed things up as the ent file works with the original e1m1 map? 
Indexing 
The cause is likely that you added a model to the map! The ent file records an index for which of the brush models to use for each trigger*. If you altered the list of models by adding or removing one, then the model entry for trigger t32 in the ent file might end up pointing to the model for t31 in your recompiled map.


*NB for those with technical know-how: this is not the modelindex field in this case. Brush entities in a map have the model field set to e.g. "*20" if their model is the 20th one baked into the map. 
Virtus Deathmatchmaker 
the maximum distance that a player can jump and not fall into water,lava or other traps:
225

the maximum distance that a player can jump straight up and get up to another object:
42.5

the maximum distance that a player can fall and not be injured:
275

The minimun gap in floor spacing, slatted bridge, or floating squares of lava:
35

The maximum height that a step can be before the player must jump:
17 
 
since the 35 is wrong, i suspect some of the other numbers too... 
Yes 
Max fall height is 256. And why should it be 42.5
Rogue Tris 
While trying to optimize a map to bring it under the marksurfaces limit, I encountered (and bit my teeth out on) a perculiar area where some seemingly random face splitting occurs. Shot - the grid-like stuff next to the kights.

There's no indication where it could originate from, no intersecting brushes or anything, and the tris even reach into an adjacent room through the wall (there's a doorway at the end of the corridor). I can't seem to get rid of it. Tried upscaling the texture, splitting the brush into smaller chunks, even trisouping it, moving it to the end of the brush cue, but all to no avail. It does go away if I block out parts of the map with a giant brush (to speed up QBSP), though.

I don't expect anyone to know a magic cure; this is mainly supposed to be a wtf bsp post. The whole deal with marksurfaces (and their optimization) is quite obscure. Seems to be more about experimentation than logical conclusions... 
 
i posted something similar a while back: http://necros.slipgateconstruct.com/temp/split.jpg

those were all pre-split tris (ie: planar by definition) yet bsp split the thing in such a strange way.

if that was a non-planar area, i'd say try messing with -epsilon (check out aguirre's readme for what values) but i doubt it will help you because that floor is completely flat.
you could try that offset texture by 1 unit trick, but that's not really solving your problem, just forcing bsp to do something else. 
It Should Be 43, Because 
I just replicated the messures from the Virtus DeathMatchMaker, so first I thought the grids had different scale.
Quark let me jump poly's 42.5 height.
Even 43 units will do, but 44 blocks.

Maybe the vert meshes appear because of the reach to integers? :P 
Btw... 
I recommend r_drawflat to see actual surfaces instead of tris 
 
is there a program out there that will let you feed in map files which contain only small pieces of a map with maybe 'attachment' points of some kind and then let you just snap them together oblivion construction set style and then just compile it all up into a single .map file you could load in any editor?
that'd be cool... 
 
dzerdwfvgftucxwfgyhgd 
Quoth Polyp Dies On Sight 
As soon as he sees player he goes activation anim\sound and then just vanishes, technically dying, adding to the killcount. What could be wrong? 
 
Does it spawn on a moving func by any chance? Sometimes this screws up and monsters block it for no apparent reason. 
 
They spawn on a solid. Probably incompatible with q3bsp. I guess I'll have to live w/o them, oh well no one likes polyps anyway. 
I Do! 
I like tarbabies, too. 
Dont Worry 
there will be many other means to decimate your hp. 
 
I like tarbabies, too.
We can control that with medication. 
But 
tarbabies don't like, you
They controll that with indication. 
Yeah, But 
incoherent fire dissipates all contingency. 
Polyp Polyp Pop 
Do you have spawndelay set to -1 on the polyp? I think there's a potential bug with that setting which could reproduce the teleporting ogre bug. 
Polyp Mystery Solved 
They cant survive too far from the center of coordinates. 
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.