That is an amazing Game!
BUT:
I found some "bugs"
1. Maybe you should think of some better textures... The current ones lets the Game seem unprofessional.
2. The Camera is stuk on the car, maybe you should do somthing like this (just a though)
Code: Select all
sX = x-position where Camera should be;
sY = y-position where Camera should be;
sZ = z-position where Camera should be;
X = real x-pos of the cam;
same with y and z
If (X < sX) {
vX = vX + 1; Increase Speed (v) of the Camera
}
If (X > sX) {
vX = vX - 1; Decrease Speed (v) of the Camera
}
same with y and z
X = X + vX/100;
same with y and z
This should make the camera move a bit to each side and youll be able to view the car from different angels.
If it should move too fast or too slow just change the 100 in this line:
X = X + vX/100;
Maybe youll find some time to test it, would be cool.
3. The car is not heavy enough! It is flying all over the map!
But ... Thats not a bug, cos its real fun
Ah, and my FPS: 45 (widerange view) up to 58/63
At game start: 80!!!
HP-Laptop, AMD Athlon XP mobile 2400+, ATI-Raedeon IGP 320M
(with WinAMP, Gaim and erverything running)
Hope the game will improve, even when it is fun playing now, too