Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/archive/global.php(40) : eval()'d code on line 2
Playerclip instead of nodraw? [Archive] - TF2Maps.net Forums

PDA

View Full Version : Playerclip instead of nodraw?


MrMuffinMan
07-09-2008, 07:32 AM
Here's today's amateur question for you pros to answer. :P

I've checked out the decompiled Valve maps, and I just noticed when looking at Gold Rush, that Valve has used the playerclip texture on brush faces that you can't see. I thought you were supposed to use nodraw for this? That's what I've seen in tutorials and such.

What are the benefits from using playerclip instead of nodraw on hidden brush faces? Should I do it? If yes, in what case(s) is it worth it?

Arhurt
07-09-2008, 08:05 AM
The only thing that comes to mind is that PlayerClip does not cast shadows and does not block other pysical entities.

But I'm afraid it does not block from the void.

drpepper
07-09-2008, 09:23 AM
decompiling a bsp isnt always 100% accurate to the original vmf either. keep that in mind.

MrMuffinMan
07-09-2008, 12:13 PM
decompiling a bsp isnt always 100% accurate to the original vmf either. keep that in mind.

Well, yeah, I know, but I didn't think it would be so inaccurate that it swapped textures. :P

Spacemonkeynz
07-09-2008, 02:32 PM
Yeah, I noticed that to, on goldrush.

Don't know why it's like that.

cornontheCoD
07-09-2008, 05:23 PM
maybe its to block those weird glitches where people could get through the ground?

MrMuffinMan
07-09-2008, 05:29 PM
Well, I saw it in the first BLU spawn room, and on the other side of several of the walls that were playerclipped, there was just...void. It wouldn't be possible to get out there if they used nodraw either, I guess.

I mean, there's gotta be some kind of benefit.

...Or maybe it is a decompile error. >.>

Spacemonkeynz
07-09-2008, 08:00 PM
Who knows the weird ways of mapping that those valve mappers get up to.

Maybe all those years using hammer has driven them crazy.

efciem
07-09-2008, 08:00 PM
lol spacemonkey hahaha

94Sniper
07-10-2008, 10:11 AM
like arhurt said, player clip only blocks players. nodraw is pretty much an invisible wall. i use player clip on the borders of my map(since i only have one as of now) so that people cant climb ontop of buildings that they're not supposed to and jump off the map

but hey, im the bigger noob here