Vehicles Module
Vehicles Module
Couldn't load pickup availability
Downloadable files along with this product
No files to download
Details
This Vehicles Module lets you manage vehicle spawning, and in-game rentals or purchases in your UEFN maps. Configure how vehicles are displayed so you can focus on designing dynamic, vehicle-driven gameplay. You can swap in your own textures and HUD styling to match the look and feel of your world.
Perfect for: racing games, tycoon sims, open-world adventures, or any experience that needs a robust vehicle-spawning and purchase system.
Overview
The vehicle_request_manager.verse
handles registration, requests, and vehicle spawning logic for all vehicle devices you configure. It enables seamless integration with spawn points, rental shops, and currency or item-based purchase systems. Currently an item-based purchase system is integrated but you can easily expand it to use your own implementation.
Key Features
Flexible Vehicle Definitions
Define your own vehicle types using custom_vehicle.verse
and register them in the module configuration for use across garages and rental points.
Garage & Spawn Integration
Use garage.verse
to set up your 3 garages per device.
Item-Based Payment System
Drop in item_payment_device.verse
or payment_device.verse
to require items or in-game currency for rentals or purchases.
HUDvehicle_request_hud.verse
provides a live overlay for vehicle selection and status, with hooks in vehicle_request_hud_configuration.verse
for full visual customization so you can change text color, layout distribution, etc.
Centralized Managervehicle_request_manager.verse
ensures consistent request handling, spawn validation, and cleanup so you don’t have to reinvent the core flow.
Utilities Support
Includes utilities.verse
with reusable helpers for logging, configuration parsing, and common math or data-formatting tasks.
Project Outline
Scripts/
├── CoreModule/
│ └── utilities.verse
├── CurrencyModule/
│ └── utilities.verse
├── UIModule/
│ └── utilities.verse
└── VehicleSpawnerModule/
├── custom_vehicle.verse
├── garage.verse
├── item_payment_device.verse
├── payment_device.verse
├── utilities.verse
├── vehicle_request_hud.verse
├── vehicle_request_hud_configuration.verse
└── vehicle_request_manager.verse
NOTE: Level design is not included—this package provides the code and logic system only. The code is sold as is. Updates to the code and bug fixes can be obtained but aren't guaranteed.
Share

