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
Huh. 
Well, i guess my other post beforehand vanished into the ether.

I'll simplify it anyway. Is there any way to remove a func_illusionary? I tried giving it a targetname and killtargeting or targetting it, to no avail... 
 
func_illusionary is converted to a static entity when the map loads, so it can't be killtargeted. 
 
Yet another roadblock :( are there any other brushes that monsters can see through? 
 
"that seems preferable to including Shamblers or other enemies of that kind when making a base or otherwise "futuristic" map." I beg to differ. Since base maps are overrun by Shub's forces who teleported in, all of the Quake bestiary can fit in. Granted, Shamblers are supposed to be some kind of high ranking officers in Shub's army and generals usually send cannon fodder on the frontline instead of going themselves, but base theme was designed to be used only as the starting point of an episode. We should move this discussion elsewhere, we're cluttering the thread with off-topic. 
Pritchard 
You can use a func_illusionary and then change its classname to mapobject_custom. This allows it to be killtargeted.

Sage words from Preach the almighty.

I used this very trick on the jam 7 entry! 
Quothhacks Are The New Maphacks 
Thanks for the tip! I'm away from my development PC at the moment, but i'll test and report back when I can.

Mugwump, I'll post in General Abuse I suppose. 
Bloughsburgh (or Anyone Else Around) 
I've found plenty of useful info thanks to your links but this one eludes me: how do I set a brush to nodraw in TB 1.16? 
Almost... 
Well, it's almost there. The monster sees the player through the mapobject_custom, but they don't seem interested in shooting them. They just try and path to them, which involves essentially rubbing their face up against the glass pitifully.

How did monsters handle your trick Bloughsburgh? I'd be interested to hear if they were more functional than mine. 
 
It seems to be caused by the trigger_once, if I move/remove it the monster will behave properly. :( 
Close Enough? 
I have committed the mortal sin... Maphacks in a mod. But hey, i'll take anything at this point.

My solution to my own issue was to use this wonderful guide (which I am sure everyone is already familiar with) to build a trigger which activates whenever it's touched by anything, such as a nail from the monster or any other projectile, as well as when it's physically touched by the player.

This allowed me to work without the health value, which was what was making the trigger stop monsters from shooting.

Sadly, the trigger isn't activated by hitscan weapons such as the shotgun or lightning gun. I don't suppose anyone has any advice on fixing this, or will i have to settle for this in my map? I could bear it, it's already mostly working after all... 
No Draw 
Mug, are you referring to the SKIP texture perhaps?
Any face with the SKIP texture will not be drawn. 
 
No. I built a flight of stairs of 16 units tall each, but climbing/descending them results in a choppy movement, so I wanted to build a slope over it and make it invisible to smooth it. I've read that you can do that by setting a brush to nodraw. Besides, I don't seem to have a skip texture in my wad (I'm using Q.wad). 
Clip Brush 
Invisible solid brush?

8 unit stairs are smoother for ascending but I figured you intentionally want them beefy steps. 
Yes, Invisible Solid 
Well, they were my first stairs and I wasn't sure about the proportions. I built one step and thought it looked good, so I went on with the whole staircase. Only after finishing did I realize the movement was choppy. I don't want to discard the whole thing because I spent quite some time on it and I really like how it looks with the texture I used, so I need an invisible slope over it. I'll build them steps 8 units tall next time. 
Clip 
Yes, use a Clip brush that is paint the CLIP texture on your stair slope and it will be invisible yet solid.

Clip brushes are also handy to prevent the player from getting stuck on strange angles like pointy corners and such. Also, big stairs are fine I was just presenting an alternate form of them. :) 
 
Clip. Found it. OK thanks, also for the tip about getting stuck. It might come in handy for a future map I have in mind full of pointy things and weird angles. 
I Found Interesting Thing About Quakespasm Vs Darkplaces 
I compiled my map with a player accidentally intersecting with the ground. It works fine in a QS but in DP player is stuck. Additionally my map in DP is broken, health is stuck in the Vending Machine and walls flicker like crazy in a few places.

Player in a ground is my fault, but I wonder if there is a way to fix other shit. 
Bloughsburgh 
OK, built the clip brush and placed it. It works fine and the movement is super smooth, except... when I stand still on the slope, it makes me slowly slip downstairs. Is this normal and can I make the slope not slippery? 
 
Clip brushes are incredibly important, imo. It can be tough to notice at first, especially in quake with its janky movement code, but being able to move smoothly along a wall goes a long way to improving the feel of a map.

If you've got any small detailing or slight curves on your walls, it's advisable to clip it all off into a flat surface. Be careful, though. You don't want it to feel like an invisible wall. 
 
Try splitting the difference? Move the slope of the clip brush 8 units down. Bouncing will be less and the part of the step that sticks out will stop the sliding. 
Slippery Slope 
As far as I know, this isn't something you can fix. With a gentle incline (i.e. stairs) it tends to not be very noticeable. Every slope has it, even the slightest one, to varying degrees of severity. 
Slope Trope 
Slopes will do that, Ranger slides on slopes.

You could create 8 unit clip steps in between the visible stairs as a work around. This way you still have your desired textured steps. Ascending and descending stairs is always choppy in some form. 
Rick 
I tried that but I still slip down on the portions of the slope remaining above the stairs. Plus it makes the chopiness return. 
Pritchard 
Man, that's a stumper. At least you got reasonably close to your desired effect.

In order for hitscan weapons to hit that custom trigger...I have no idea. 
1 post not shown on this page because it was spam
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.