Hello George,

Thank you for the car template series. It's a really good idea.

There is one thing though that is missing, and which I am having trouble programming myself: it's an option which lets the player start over the race (the classical restart/continue option).

I tried doing it myself, but I am running into trouble with the physics engine. I tried the following:

1. disabling the physics, moving the chassis and wheels, then enabling the physics but the car just flies into the air.

2. removing the chassis and wheels entities, and then recreating them with ent_create(), at their starting place and orientation. The car works, but the wheels are slightly out of place, and it goes all screwy.

3. I'll spare you the other silly and desperate things I tried afterwards. laugh

I checked your 5 templates and could not find an option to restart the game. I think it would be a good addition to the template.

Thank you very much for your excellent work and your contagious can-do attitude! laugh

Regards,
Thomas