I need some help with some doors

xG | RB3805

L1: Registered
Jul 21, 2018
2
0
My doors on the blue spawn are not operating correctly. I've tried nearly everything I can think of to get them to work, but now I've run out of ideas. So, I've added triggers and put in I/O statements, but they wont open. Red opens fine, however. I've included the .vmf file for you to look at. thanks! (im also kinda new to mapping, so please try to dumb down your explanations. Thanks!)
 

Attachments

  • first_room_mk2.vmf
    112.8 KB · Views: 92

Thewtus

L1: Registered
Jul 22, 2016
31
14
The main problem here is that you set all of your teamspawn's team to Red. And because you textured the two spawns with the same texture, you got confused when you were spawning in Red's spawn all along.

Also both of Blu's spawn doors have the same name which means that they will both open when one is opened (rename one of them to blu_door2 or something) and one of them has a speed of 500000 for some reason.
 

xG | RB3805

L1: Registered
Jul 21, 2018
2
0
oh, ok. i found these out, but i think the door was to test whether or not it was opening slowly. thanks for taking a look!