Infinity Car Spawner

I’m trying to make an area in my racing game where the nitro car spawns and as soon as a player takes the car and starts it, a new car appears for the next player. Like an infinite spawn… But I couldn’t find guidance on how to do this, has anyone done it? I saw this mechanic on the RainbowRush map.

Hey Vizuu,

Thats tricky, was having a play around with it and set up a few vehicles with different settings including enable disable, and it seems like only 1 vehicle per vehicle spawner.
The ones where the vehicle did respawn, the vehicle I was driving disappeared.

If your vehicles are indestructible maybe you could put a heap on top of each other, disable the current one, on player enters vehicle and enable the next one,
or maybe use a series of triggers, once the car drives over it, to enable the next vehicle spawner and enable the trigger that triggers the ones after that…
But once a player either doesn’t drive away or backs onto a trigger, it could go awry.
Hmmm

Yes its tricky, what i saw on the Rainbow rush is that the map is limited to 6 players, on a session with other 3 players. If i get my spawned car, leave the spawn area another car appears in the spawn area. But if i enter in this car, my first car disapears.

I’m trying to figure out this logic…

There must be 6 car spawners…
Sounds like the vehicle spawners are always enabled but hooked up with respawn and destroy events linked in a sequence with one another and with invisible triggers across the spawn area transition.

Yes… but no sucess yet on this puzzle. Anyone have done it atm?

You could try to make a simple ‘garage’ for each player, each time they spawn, teleport them to their private garage. Each garage has a vehicle spawner. Protect garages with blocking zones with an exclusion for the owning actor. They hop in their car and drive out of the garage door. On respawns, teleport players back to their garage.

Just one possibility. I have used ‘teleporting at spawning’ and ‘blocking zones with player exclusions’, and they both work as expected.

Hi, I am also trying to make respawning vehicles when someone drives away. I tried with volumes, played around with enabling and disabling the devices but no luck. Any updates about this?

A vehicle spawner has only got 1 vehicle spawned at any one time, you’ll hafta add 1 per player and stack them.

Hello, this is what I discovered 1 hour after posting this. So, if you want it to appear that you only have one spawner, you just stack as many as you like on top of each other and the vehicles will spawn one by one

1 Like