Notices

[Help] func_tanktrain-related issues  Thread Tools Reply
Old 07-16-2012, 05:47 PM   #1
Cylosis
L1: Registered
 
Cylosis's Avatar
 
Cylosis is offline
Posts: 2
Thanks: 3
Thanked: 0

Question [Help] func_tanktrain-related issues


First off, apologies if this is in the wrong section, there wasn't really much direction as to where to put threads that abuse you guys as a help hotline, so I stuck it among people like myself.

I've spared the details and context of the issue I've run into and thrown all of the problem bits into a small example map. Here I've ripped the control panel off of the original map and placed it on a platform.
Spoiler!


Here it is up close. The up arrow is to raise the staircase, the down one is to lower it.
Spoiler!


Raises up just fine.
Spoiler!


However, when the down arrow is pressed, the staircase does not retract into the ground. This is because I have no idea how to make it do that.
Spoiler!


I really wanted to figure this out on my own, but after numerous attempts I had to ask around for help. I had heard that the folks here at TF2maps were more than competent in the area of mapping and might be able to give me a hand.

I've zipped everything here

If whoever reads this would take a moment and see if there's anything to be done, that would be A+
You can add me here if you need.

(Also, the two buttons to the side of the arrows are tied to two trigger_hurt entities on the regular map. The goal of them is to activate the area long enough to kill everyone, but then deactivate so it can be repeated. I have no idea how to make this work, either.)
 
Reply With Quote
Advertisement
 
Advertisement
Advertisement Sponsored links

Old 07-16-2012, 10:02 PM   #2
The Asylum
The Clown Prince of Map Making
 
The Asylum's Avatar
 
The Asylum is offline
Posts: 1,342
Thanks: 181
Thanked: 260

Default [Help] func_tanktrain-related issues


got it working. To the Up button add this:

OnDamaged
divider_wall
StartForward

to the down button add this:

OnDamages
divider_wall
StartBackwards

This'll make it go both ways instead of being stuck at the top or bottom

Also for the trigger_hurt thing

Make two logic_relays, one for red and one for blu, redside_relay and bluside_relay

For the red button, delete whats there and add this:

OnDamaged
redside_relay
FireUser1

OnDamaged
redside_relay
Disable

OnDamaged
redside_kill
Disable
delay of ~10 seconds

OnDamages
redside_relay
Enable
delay of ~10 seconds

Now on redside_relay, add this:

OnUser1
redside_kill
Enable

do the same with the blu side

that'll stop people from spamming the kill button over and over again

__________________
Quote:
Originally Posted by Bermuda Cake View Post
maybe we should have an Asylum night on the server sometime.

Melee Fort | Pipeball Classic | Pipeball Event | Pipe Balle
 
Reply With Quote
The Following User Says Thank You to The Asylum For This Useful Post:
Old 07-16-2012, 10:11 PM   #3
Cylosis
L1: Registered
 
Cylosis's Avatar
 
Cylosis is offline
Posts: 2
Thanks: 3
Thanked: 0

Default [Help] func_tanktrain-related issues


Quote:
Originally Posted by The Asylum View Post
got it working. To the Up button add this:

OnDamaged
divider_wall
StartForward

to the down button add this:

OnDamages
divider_wall
StartBackwards

This'll make it go both ways instead of being stuck at the top or bottom

Also for the trigger_hurt thing

Make two logic_relays, one for red and one for blu, redside_relay and bluside_relay

For the red button, delete whats there and add this:

OnDamaged
redside_relay
FireUser1

OnDamaged
redside_relay
Disable

OnDamaged
redside_kill
Disable
delay of ~10 seconds

OnDamages
redside_relay
Enable
delay of ~10 seconds

Now on redside_relay, add this:

OnUser1
redside_kill
Enable

do the same with the blu side

that'll stop people from spamming the kill button over and over again
I'll go and punch this in right away, thanks!


EDIT: Works flawlessly. I cannot thank you enough for this.
 
Last edited by Cylosis; 07-16-2012 at 10:36 PM.
Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Advertisement

Reply

Tags
func_tanktrain, func_tracktrain, help needed

Previous Thread Next Thread
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT -5. The time now is 08:35 AM.