1. #1

    how do i make a teleporter in fusion have seen in one of the levels but no tool?

    how do i make a teleporter in fusion have seen in one of the levels but no tool?

    how can this be done please help
    Share this post

  2. #2
    You could use a 'player event' set to either reset to checkpoint or reset to driving line position activated by an 'area trigger'. I'm using a similar set-up. You may also need another camera and 'camera event' or you'll see the camera move to the new position. Uncheck the 'increase faults' box too or you'll add a fault each time you teleport.

    If you don't want to use a 'camera event' (which was causing me problems) you can link the cameras exposure to a 'variable data source' and a couple of 'set value events' with a delay:
    (Camera default exposure = 100)
    Area trigger - set value (0) - delay(1second/60 ticks) - set value (100)
    (Adjust delay for time it takes for camera to move to new position)

    This will make the screen go black for the duration of the delay
    Share this post

  3. #3
    also the tools visuals and sound could have just been disabled
    Share this post

  4. #4
    ^ true, given how much is based on evo its likely we'll see the proper tool available for all in a future dlc
    Share this post

  5. #5
    Originally Posted by BMXBandit777 Go to original post
    You could use a 'player event' set to either reset to checkpoint or reset to driving line position activated by an 'area trigger'. I'm using a similar set-up. You may also need another camera and 'camera event' or you'll see the camera move to the new position. Uncheck the 'increase faults' box too or you'll add a fault each time you teleport.

    If you don't want to use a 'camera event' (which was causing me problems) you can link the cameras exposure to a 'variable data source' and a couple of 'set value events' with a delay:
    (Camera default exposure = 100)
    Area trigger - set value (0) - delay(1second/60 ticks) - set value (100)
    (Adjust delay for time it takes for camera to move to new position)

    This will make the screen go black for the duration of the delay
    i can see what you mean but its a bit hit and miss with the camera ill mess about with it see what happens lol thanks any way mate
    Share this post