Verse Library verse

01 Fragment

Applies speed boosts and plays audio and visual effects when racers trigger pads on track.

verse-library/using-rocket-racing-boost-pad-devices-in-unreal-editor-for-fortnite/01-fragment.verse

# This is pseudo-code to explain the logic
When Vehicle hits RR Boost Pad:
    If Vehicle is on Track:
        Apply Fixed Speed Boost (Strength: 100%, Duration: 0.5s)
        Play Boost Sound Effect
        Play Boost Visual Effect (Particles)
    Else:
        Do Nothing (Vehicle is not in the race)

Comments

    Sign in to vote, comment, or suggest an edit. Sign in