3D Rad - Free 3D game maker - Forum

This forum is now archived!

This forum is locked, and is a read-only version. A new community-ran forum can be found at classdev.net

News:

The 3DRad community can be found at classdev.net.

Poll

Vote for the car you'd like to drive in a driving school game:

VW Beetle
- 1 (2.5%)
BMW 3 series e90
- 7 (17.5%)
Ford Focus
- 8 (20%)
Nissan 200sx
- 0 (0%)
Toyota Supra
- 3 (7.5%)
Mini Cooper
- 4 (10%)
2006 Pontiac GTO
- 2 (5%)

Total Members Voted: 21

Pages: [1] 2 3 ... 7

Author Topic: Real Driving ~ The street racing simulator  (Read 10205 times)

« on: May 03, 2012, 06:45:42 AM »
I'm working on a driving game/simulator and I wanted to make my own thread for it.

It's actually not much in the screenshots, but what's in there is a half way done road system, with intersections and roundabouts, a transmission with tachometer, and car lights. Everyting except the 240sx model and the sky is mine so just ignore it, its just eye candy  ;D
« Last Edit: November 26, 2013, 05:42:52 AM by Sondre S. »
"Believe you can, and you're halfway there."
- Theodore Roosevelt
« Reply #1 on: May 03, 2012, 09:26:14 AM »
Looks like you have a comprehensive driving system in there, hope you stick with it.
You do appear to have decent taste in cars too so I look forward to it
« Reply #2 on: May 03, 2012, 01:17:56 PM »
all those signs will get laggy! and lod will work!
Looks awesome I'd suggest not to make a city, or if you do make it like in this video http://www.youtube.com/watch?v=ijAfiI4OofQ have walls and less buildings!
« Reply #3 on: May 04, 2012, 09:14:29 AM »

all those signs will get laggy!

Are you sure? Its not very many of them. Anyway, I'll try to follow your advice as far as possible :)
« Last Edit: May 05, 2012, 11:30:25 AM by Sondre S. »
"Believe you can, and you're halfway there."
- Theodore Roosevelt
« Reply #4 on: May 05, 2012, 09:18:24 AM »
nice roads... but,

(just my opinion) i think it would be more immersive if the driver were inside the car, in the driver's seat...

--Mike

« Reply #5 on: May 05, 2012, 11:12:47 AM »
Yeah, I'm thinkin about making interior, so I can have different views like, Bumper, Behind the car and inside the car.
« Last Edit: May 05, 2012, 11:17:04 AM by Sondre S. »
"Believe you can, and you're halfway there."
- Theodore Roosevelt
« Reply #6 on: May 05, 2012, 12:07:55 PM »
hey... that was just my opinion... don't change your project based soley on my thinking  :D

--Mike

« Reply #7 on: May 05, 2012, 03:10:32 PM »
No, it was already planned before you said it ;)
« Last Edit: May 05, 2012, 03:40:32 PM by Sondre S. »
"Believe you can, and you're halfway there."
- Theodore Roosevelt
« Reply #8 on: May 08, 2012, 12:29:01 PM »
Just threw together a race track for testing...

« Last Edit: May 08, 2012, 02:38:48 PM by Sondre S. »
"Believe you can, and you're halfway there."
- Theodore Roosevelt
« Reply #9 on: May 08, 2012, 01:23:00 PM »
Ah yes, the sunset scene. Love this one.  ;)
Rocket Rumble, a 3D Rad puzzle game:
http://www.3drad.com/forum/index.php?topic=9896.0
« Reply #10 on: May 08, 2012, 01:23:25 PM »
Here's the compiled project... Enjoy...


Drive: Arrow keys
Brake/reverse: Down arrow
Shift up: Left shift
Shift down: Left Control
Right indicator: S
Left indicator: A




« Last Edit: May 24, 2012, 04:28:28 AM by Sondre S. »
"Believe you can, and you're halfway there."
- Theodore Roosevelt
« Reply #11 on: May 08, 2012, 01:50:13 PM »
(
« Last Edit: May 08, 2012, 02:59:51 PM by Sondre S. »
"Believe you can, and you're halfway there."
- Theodore Roosevelt
« Reply #12 on: May 09, 2012, 03:56:03 AM »
The track is made by me. Took me a whole day to put together the fence around the track and throw in the mountain range.

If somebody downloaded the thing, it would be nice with some comments on the transmission and framerate maybe...
« Last Edit: May 09, 2012, 04:11:25 AM by Sondre S. »
"Believe you can, and you're halfway there."
- Theodore Roosevelt
« Reply #13 on: May 09, 2012, 04:17:44 AM »
I'll download and post some comments when I get home, I know feedback can be in short supply here!
« Reply #14 on: May 09, 2012, 10:12:28 AM »
Okay, comments you get.

I don't really like it.

Well, visual seems okay, as said before, nice use of sunset.

But the driving doesn't feel like a simulation at all. I could just start driving in 5th gear. You'll need some more scripting on this, something like this:
if (gear == 5 && CarSpeed <  20) Acceleration = 0,2;
if (gear == 5 && CarSpeed >= 20) Acceleration = 1;

The controls are a bit unfortunate too, how about this:
WASD for driving, space for brake, Q and E or scrolling for changing gear.
Shouldn't the lights go on and off automatically too?

And the sound goes crazy when you reach the top speed of a gear.
Rocket Rumble, a 3D Rad puzzle game:
http://www.3drad.com/forum/index.php?topic=9896.0
Pages: [1] 2 3 ... 7