Ultranoob question

overtime!

L1: Registered
Jun 26, 2012
2
0
Hello to the Community, I've just started to mess with the Hammer editor and I hope this is the right place to ask for help with a very noobish problem.

The thing is I am following the valve developer "your first map" tutorial, I did that simple room and compiled without problems, but my character spawns outside of the room, and looks like the door is not there.

http://i.imgur.com/izznW.jpg

http://i.imgur.com/fbHEX.jpg

¿What am I doing wrong?

Thanks in advance and sorry if my English is not so good, I'm Spanish.
 
Last edited:

phi

aa
Nov 6, 2011
832
1,815
1. Are you using info_player_teamspawn? You have to use that, not the hl2 spawn.
2. If so, you must lift it up off of the ground by 8 units or so, because if the spawn is right on the ground it can cause errors.

Hope that helps.
 

Fruity Snacks

Creator of blackholes & memes. Destroyer of forums
aa
Sep 5, 2010
6,394
5,571
Hola!

It looks like your spawn is too close to the ground, you should move it upwards. Source doesn't like having spawns too close to brushes or props, because there needs to be a certain "safety" zone, since the player is hypothetically "dropped" into the level.


As for your door, did you set it so that the visibilty settings is "rendered."

@PDT: that is the proper spawn, ABS packs changes it visibly
 

overtime!

L1: Registered
Jun 26, 2012
2
0
Thank you both for the quick response!

PDT was right, I was using Info_player_start, changed that and upped a bit the entity and now it works properly, the door shows fine too, it just won't open, gonna investigate why, this looks fun!
 

henke37

aa
Sep 23, 2011
2,075
515
Is it because you didn't actually do any IO what so ever for the door?
 

Pocket

Half a Lambert is better than one.
aa
Nov 14, 2009
4,696
2,580
Henke, you're too new to be this snarky towards newbies. Tone it down a little.

That said, yes, doors do need proper triggers and input/output commands tying them to the door entity. I don't know for the life of me why the tutorial on the developer wiki tells you how to create a door but not how to make it actually bloody work.