Payload Help

Phase_II

L1: Registered
Sep 3, 2009
6
0
[FIXED] I found the Problem Thanx Guys :)[FIXED]

I am making a payload map and everything works the cart moves down the track and caps points but the scout can't push the cart. It shows the arrow like it's supposed to but wont go forward with the scout.
I'm sure it's just one of the settings is wrong but I can't find out what it is just wanted to see if anyone knew how to fix this.

(I can post the .vmf if you need it)

Thanx in advance for the help :)
/Phase II
 
Last edited:

Pseudo

L6: Sharp Member
Jan 26, 2008
319
150
Probably something to do with the OnNumCappersChanged output from the trigger_capture_area going to the logic_case (or math_remap, if you used one). You'd likely have the same problem if you tested with multiple players pushing. Make sure your logic_case has an action when it gets a value of two.
 

lana

Currently On: ?????
aa
Sep 28, 2009
3,075
2,778
Also, make sure that your OnDefault is set as well. OnDefault is triggered when there is no specified case to run, so if your cart has five pushers, and you have four cases (0-3), it will trigger the OnDefault output.
 

Phase_II

L1: Registered
Sep 3, 2009
6
0
Awesome thanx for the help I got it working the problem was in the case_logic I had put a 3 instead of a 2. And I added a OnDefault output to make sure the cart would push with all the players.

Thank you very much for the help :)

/Phase II