After 6 years of working on my game; 3 of which were learning, I’ve launched the website and the first gameplay footage so I thought I’d show it to you guys.
It’s a kart racing game/simulation coded all in C# and uses raw RakNet for the multiplayer (Client/DedicatedServer/MasterServer). The physics engine I created from scratch as it uses a real-time FEM model to simulate the chassis of the kart. Some of the art is still being redone (i.e. the Trees) as I modeled this over 3 years ago.
I’d love to get your feedback on the website and the game.
OMG. This looks amazing! Did you do all of it by yourself?!
I can’t really see any fault in it, the car physics looks amazingly realistic, love the vibration really adds that extra layer of realism.
What did you make the track surface itself in? I assume it’s not laser-scanned. All the imperfections are geometry? I’ve seen your other screen shots, is the grass from a shader?
The track surface was created in 3DSMax using GPS and survey reference. That said, the tracks in the full release will be laser scanned. The grass is rendered using a custom shader I wrote to blend properly between 5 different layers like in the shot below:
Very nice physics and graphics. I wandered over to your site and couldn’t help but noticing that all of the pictures looked very non anti-aliased and had some odd artifracting around/on the player; I assume they’re outdated?
“It’s a kart racing game/simulation coded all in C# and uses raw RakNet for the multiplayer (Client/DedicatedServer/MasterServer). The physics engine I created from scratch as it uses a real-time FEM model to simulate the chassis of the kart. Some of the art is still being redone (i.e. the Trees) as I modeled this over 3 years ago.”
it looked like it was a custom engine running the demo. My bad
Very impressive - though is that the only camera angle? I don’t race karts, but I’d assume the driver’s eyes are usually above the steering wheel, not to the side of it. Very clean work - perhaps one of the best vehicle physics I’ve seen on Untiy.
Outstanding work from what I can see. As a ex-Kart racer I think you have done a very good job both visually and with the physics from the looks of it. I like that you got the axle hop and everything in there.