how ?

mat_mot0

L2: Junior Member
Feb 11, 2018
88
4
I don't know where to start on making a this payload move to the tanktrack on its own.
 

Attachments

  • jelp.png
    jelp.png
    262.5 KB · Views: 64

XEnderFaceX

F1 Fan
Aug 18, 2015
316
98
Add this Output on the path_tracks where the Cart should automatically move.

cart_tracktrain (func_tracktrain)
 

Attachments

  • path_track.JPG
    path_track.JPG
    10.6 KB · Views: 44

mat_mot0

L2: Junior Member
Feb 11, 2018
88
4
i ran the map w/out any changes and a tank was created, it follows the path but doesnt move on the declines or inclines.
 

XEnderFaceX

F1 Fan
Aug 18, 2015
316
98
So im not sure how you want the Cart to move, do you want it so it moves when it's pushed to a certain location, or do you want it to be pushed using logic_relays? I have both solutions here

1. AFTER BEING PUSHED

Place a path_track where you want the cart to start moving on it's own, make sure the path_track has these Outputs:
OnPass -> cart_tracktrain -> SetSpeedDir -> 1
(The Pushzone Trigger should also be disabled while the Cart moves, if someone pushes it, it stops moving automatically)

2. LOGIC_RELAY

Place a logic_relay and add these Outputs:
OnTrigger -> cart_tracktrain -> SetSpeedDir -> 1
OnTrigger -> cap_area (pushzone) -> Disable