

TruckRespawn
Revives players inside the truck after a host-controlled delay.Details
TruckRespawn (v1.0.0)
Respawn inside the truck. Clean. Predictable. Multiplayer-safe.
What it does
- When you die, you’re revived inside the truck after a short delay (configurable by the host).
- Works in multiplayer. The host controls the timing; everyone gets revived.
- Placement uses the map’s Truck Safety spawn points (and any child
SpawnPoint
s). If none exist, it falls back to the truck marker. - Adds a gentle ground-snap and fall-damage reset so you don’t spawn on a roof or get insta-dunked.
How it works (plain English)
- You die. Nothing instant happens—your normal death sequence plays.
- After the configured Delay (real-time seconds), the host triggers the game’s official revive.
- Right after that revive finishes, each player moves themselves into the truck’s safety spawn on their own machine (owner-only), so there’s no multiplayer desync.
Who needs the mod?
-
Host: Required. The host is the one who actually triggers the revive.
-
Clients: Recommended or resapwns will be where you died, not in truck.
- If a client also has the mod, they’ll cleanly appear in the truck after the revive.
- If a client does not have the mod, they’ll still revive (because the host triggers it), but they may come back at their death spot instead of inside the truck, and the camera may briefly feel “stuck” until the game regains control.
Config (one knob)
- RespawnDelay — time (in seconds) the host waits after a death before reviving. Real-time, so slow-motion or timeScale tricks won’t skip it. Default: 10.
Notes
- No commands, no hotkeys, no menus—just the delay.
- Designed to be friendly with multiplayer authority (no one yanks other players around).
- If a particular map has no truck safety points somehow, the mod falls back to the truck’s marker and still snaps you to solid ground.