Overview

Vehicles in Rooted are classified as mid-game gameplay elements, meaning players unlock access to them as they progress beyond the initial survival phase. Given how far apart the game's points of interest sit, vehicles play an important role in exploration and resource logistics.
Vehicle Types
Vehicle | Primary function | Details |
|---|---|---|
Alpha Car | Fast exploration | A special vehicle designed for rapid traversal of the open world. |
Forklift | Heavy object manipulation | Physics-based vehicle used to access hard-to-reach areas and move heavy objects. Useful for clearing obstacles and reaching elevated positions. |
Carts | Resource transport | Hauling vehicles for transporting gathered resources between locations and back to base. |
Ziplines | Rapid descent | Traversal system for quick downhill movement. Confirmed to support descent. |
Sleds | Resource management | Used alongside racks for organizing and transporting resources. |
Vehicle History
Vehicles were temporarily removed in patch v0.0.2.115 (October 2024) with the stated reason being "for immersion." They were later reintroduced in subsequent updates after further development and refinement.
Gameplay Role
Because vehicles are mid-game content, early gameplay focuses on exploration on foot. As players establish bases, gather resources through salvaging, and craft the necessary components, vehicles become available to expand their reach across the map. This progression creates a natural expansion of the player's operational range over time.
Recovery and Repair
Most vehicles enter the game as derelicts pulled from pre-war remnants scattered across the map. Recovery follows the salvage loop: locate the chassis, return with the right tools, and either field-strip it for parts or restore it for use. Restoration costs scale with the vehicle class. The studio has not published the specific parts or fuel items a restoration consumes.
Fuel and Power
Power consumption matters once a vehicle is mobile. The studio has a unified vehicle framework in progress that gives boats, ground transport, and future aircraft a single tuning surface for damage, fuel, and handling, so fuel is handled as one shared model rather than per vehicle. No fuel or battery item has been named publicly yet. Separate resources tie into the broader electricity and automation systems that power workshops and base utilities back home.
Vehicle | Power Source | Notes |
|---|---|---|
Alpha Car | Not published | Refit needed; flip-view camera improves recovery from rough terrain. |
Forklift | Not published | Dedicated pilot pose; physics-based handling for heavy lifts. |
Carts | Pushed | No power source; pair with vehicles or sleds for chain logistics. |
Sleds | Pushed | Resource transport, especially for slabs and planks racks. |
Ziplines | Static | Player-built or pre-existing; one-way descent only. |
Build History
Vehicles have moved through the Alpha alongside engine and survival changes:
Build | Date | Vehicle-related change |
|---|---|---|
v0.0.2.115 | October 2024 | Vehicles temporarily removed for immersion review. |
Mid-Alpha 2 | 2025 | Vehicles reintroduced with revised handling and bug fixes. |
v0.0.2.319 | October 2025 | Engine migrated to Unreal Engine 5.6; vehicle visuals and physics retuned. |
v0.0.2.355 | December 2025 | Cheat menu added to assist tester movement around vehicle features. |
v0.0.2.362 | December 2025 | Hotfix improved distant terrain loading affecting long drives. |
Traversal and Logistics
Because the world stretches across forest, villages, and contaminated city, vehicles change how players plan a run. Long salvage routes through the city benefit from carrying capacity; ziplines and sleds smooth out short repeat trips between a forward outpost and the main base. Carts pair well with mid-game scavenging in safer zones, while higher-tier vehicles open up routes that would otherwise be punishing on foot.
Unified Vehicle Architecture (In Development)
Headlight Studio is rebuilding vehicles on a single architecture meant to carry every kind of vehicle, not just one type. This work is in development and not yet in the public build. A vehicle is described entirely in data, so its medium, its parts and their hit points, how it moves, and how it tunes all live in a data asset rather than in code.
Design Pillar | Detail |
|---|---|
One core for every type | The same core drives vehicles across land, water, air, and underwater, whether driven from a seat or piloted remotely. New types slot onto the shared core. |
Built from capabilities | A vehicle is assembled from composable parts. Storage is the first concrete one (a boat hold, a cargo tray, a saddlebag pair) using the same weight and volume rules as a survivor's pockets; lights and sensors attach the same way. |
Type-aware damage | Each vehicle ships its own damage profile, so an EMP hit fries electronics and power, fire favours the fuel tank, and ballistic rounds hammer the hull. |
Persistence | A world-placed vehicle keeps its position, its damage, and its power across save and reload, even when the level around it streams back in. |
Modding-ready | Because a vehicle and its capabilities are data, a new vehicle or a new behaviour can be authored without touching code. |
The first concrete vehicle on the new architecture is a motorboat, authored and driving end to end against the data and save path with a placeholder mesh and test tuning. The mesh, sound, and balance for it and the other vehicle types are content layered on top of the foundation. The current alpha vehicles listed above predate this rework; the roster will be rebuilt on the new core as it matures.
Status
Vehicles are implemented in the current build. The roster, control feel, and power economy continue to iterate through Phase 3, and any in-game items here are subject to balance changes as the project approaches Early Access in 2027.
Co-op Vehicle Roles (In Development)
A June 2026 update expanded the in-development vehicle rework with multi-seat co-op roles, shown as work in progress rather than part of the current build. A vehicle is described as data, including its seats and the role attached to each, so a second player can ride along as a passenger with their own seat instead of only driving.
A joining player can take the wheel, steer, and step off cleanly, and when the driver leaves, the seat releases and the craft coasts to a stop rather than locking up. The team has shown this on a co-op boat. These behaviors are confirmed development direction and have not reached the public build.
Traversal Systems On The Public Roadmap
Vehicles are only part of how survivors cover ground. The studio's public roadmap groups them with a wider exploration and travel category, and several of its completed cards describe movement options that work alongside driving rather than competing with it.
System | Status | What it does |
|---|---|---|
Alpha Car | Completed | Logged on the roadmap as a five-seat ground vehicle, which matches the six-player session cap closely enough to move most of a squad in one trip. |
Ziplines | Completed | Rapid one-way descents between fixed anchor points, useful for getting off high ground quickly. |
Climbing system | Completed | Lets survivors gain height directly rather than routing around obstacles. |
Swimming and diving | Completed | Opens water as a traversal surface and underlines why lakes and a rowboat sit in the planned column. |
Completed | Remote-controlled scouting, with dedicated drone landing pads logged as a separate completed card. | |
Signal beacons with detector | Completed | Placed markers plus a detector, giving squads a way to navigate back to caches and rally points. |
Unified vehicle framework | In progress | A single tuning surface where boats, ground transport, and future aircraft share damage, fuel, and handling models. |
Drone modular components | In progress | Swappable hull, rotor, optics, and battery modules with wear tracked per component, so a drone can be tuned for recon, combat, or transport. |
Rowboat | Planned | Lake navigation, queued behind the lakes themselves. |
The unified framework card is the one to watch. Rather than adding vehicles one at a time with bespoke handling, the studio is building a shared model first so new vehicle types can be added as the world grows. That is consistent with the single data-driven vehicle architecture spanning land, water, and air that the full-production announcement described in May 2026.