Arcade Vehicle System

Game-ready, networked Arcade Vehicle System, that provides arcade-style driving for the vehicles.

  • 지원 플랫폼
  • 지원 엔진 버전
    4.26 - 4.27, 5.0 - 5.4
  • 다운로드 유형
    엔진 플러그인
    이 제품은 코드 플러그인과 함께 미리 빌드한 바이너리와 언리얼 엔진에 통합되는 모든 소스 코드를 포함하고 있으며 원하시는 엔진 버전에 설치하여 프로젝트에 따라 활성화할 수 있습니다.

This plugin allows for quickly and painlessly integrating arcade-style vehicles into your project. Unlike other vehicle systems, this plugin implements vehicles movement deriving from the PawnMovement component, which makes it much easier to integrate into your project, because your can add ArcadeVehicleMovementComponent to your existing vehicle blueprint, set it up and go! While being very flexible, it also provides example blueprints, that are already set-up, for those that want to quickly begin!


Whether your project is C++ or Blueprints based, we got you covered! The plugin can easily be integrated and extended using blueprints, as well as C++.


Plugin comes with very robust networking implementation. There was a lot of work to get the right networking using current UE4 Nvidia PhysX, because of semi-fixed time-step in the engine. However, we worked around this issue, and the networking implementation should feel pretty good.

At the moment networking is Client-Authoritative, but it's extremely simple to implement some sort of server-side verification to prevent cheaters if you want to.


Play around with it. I will be glad to hear what you think and improve this plugin in the future. Enjoy!


TUTORIAL VIDEO

Showcase Video

Example Project 4.26

Example Project 4.27

If you would like to try how the vehicle system feels like before you buy the plugin, check this free demo game!

DEMO GAME


Discord Community

기술적 세부사항

Features:

  • High performance vehicle physics system calculated entirely in C++
  • Flexible, curve-based acceleration
  • Flexible, curve-based engine braking
  • Flexible, curve-based braking
  • Line trace suspension simulating real springs with damping, bounciness and other parameters
  • Sphere trace suspension with adjustable sphere thickness for extra accuracy
  • Swing-arm simulation for the wheel to make them feel more realistic
  • Flexible C++ and Blueprints implementation with virtual methods
  • Quick-starter example blueprints to be able to quickly get your vehicles to work
  • Client-Authoritative, custom time-step networking working around current engine physics downsides
  • Customizable drifting logic
  • Vehicle flipping logic, when your vehicle lands on the roof
  • Editor visualization for various suspension parameters helping to understand the system
  • Advanced camera system with automatic snapping

Code Modules:

  •  ArcadeVehicleSystem - runtime vehicles module
  •  ArcadeVehicleSystemEditor - editor vehicles module used for editor visualization

Number of Blueprints: 2

Number of C++ Classes: 24

Network Replicated: Yes

Supported Development Platforms: Win64

Supported Target Build Platforms: Win64

Documentation UE 4 and 5

Quick Guide

Example Project