Project Manifest
DeadDrift drops you directly into low-level traction anomalies. Strip away modern driving assistance packages and rely purely on vector alignment, speed thresholds, and tire temperature constraints to clear sharp racing sectors.
- Godot Native Handling Custom mechanical physics structures written from scratch natively in GDScript. No pre-packaged arcady handling assets.
- Cascade Drift Logic Rewarding, unforgiving slide dynamics where throttle management determines your steering axis over raw breaking vectors.
- Dedicated Networking An integrated JavaScript/Node.js room allocation manager running telemetry packets back and forth between dedicated server hubs.
Vehicle Telemetry
Real-time downforce calculations, calculated chassis slip angles, and independent wheel-locking arrays.
Track Metrics
Sector-based time tracking modules with accurate vector checkpoint bounding triggers.
Distribution
Acquire the latest compiled binary execution tree directly from this server node.
Fetch Game Build- Target OS: Windows x64 / Linux
- Package format: Standalone Executable (.exe)
- Architecture: Godot Runtime V4
- Network module: NodeJS Subsystem V12
- Distribution: Free / Proprietary
Server & Core Pipeline Architecture
DeadDrift uses a dual-runtime pipeline. The heavy simulation logic runs client-side in Godot, while game lobby sorting, persistent parameters, and player matchmaking are routed through a dedicated headless JavaScript matrix.