Game Development Community

dev|Pro Game Development Curriculum

First alpha

by CodingChris · 08/31/2007 (7:44 am) · 6 comments

Hello again,
A long time ago, I worked on CS Wheels, my game. Today I'm really happy to say the first alpha version is released! Just go to www.greatgamesexperiment.com/game/cswheels and get it!

PS: It would be helpful for me, if you could post all errors/feature requests here!

Thanks,
Christian
tkfiles.storage.live.com/y1prSKYO0kJxkra8Yg0uMuqGlPMnDO9zGoVq2WwVkpYXPVOP_10HCogU4vrE8aT2aDNQBz9uJ66RvE/1.jpg?download

#1
08/31/2007 (11:10 am)
Well done, looks good!
#2
08/31/2007 (12:46 pm)
Awesome. Nice work.
#3
08/31/2007 (1:56 pm)
Thanks,
#4
09/07/2007 (8:54 am)
datablock WheeledVehicleTire(defaultCarTire)
{
// Tires act as springs and generate lateral and longitudinal
// forces to move the vehicle. These distortion/spring forces
// are what convert wheel angular velocity into forces that
// act on the rigid body.
shapeFile = "~/data/shapes/buggy/wheel.dts";
staticFriction = 4;
kineticFriction = 1.25;

do you have the friction right?
#5
09/08/2007 (8:10 am)
Yes, I've got the same values.
#6
09/08/2007 (8:52 pm)
I tried out this alpha version and I had such a terrible time I got rid of it and didn't even want to say anything here because I was so frustrated I didn't have anything nice to say at the time. I'm downloading your latest version as I type this but thought I should mention some things:

When you select the car, it is possible to zoom in on the shape enough so that it disappears behind an invisible box. That needs to be fixed.

When adjusting the care settings with sliders, I was able to put in values that made the game unplayable. For instance the weight of my vehicle was so much that the car wouldn't accelerate. That was the very first race I attempted so I thought the game was broken. You need to put limits on the sliders (and tell us what value the slider is at) so that players don't accidentally break the game without realizing it.

Steering is terrible! It's just like the steering in Halo, except three billion times worse. The good thing about Halo steering was that you always went in the direction of the center of the screen, so you just had to line up the camera and your vehicle would eventually start moving that direction. In CSWheels you just go any which way. Most of the time I couldn't even line up my car to make the jumps across the canyon, bringing me to my next issue...

When you fall into a canyon with no way out, you need to automatically reset the car. And not from the beginning of the race, but a little before the jump.

Okay, the latest update finished downloading, so I'll give it a try and comment on your .PLAN about it.

EDIT: Oh yeah, and when you install it, it doesn't even create a link to the game in the start menu. Just a link to uninstall it. Not very useful if it went into a custom directory and I have to navigate several levels deep to get to the game.