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 ... 4 5 [6] 7

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

« Reply #75 on: September 28, 2012, 03:12:14 PM »
great!
« Reply #76 on: September 28, 2012, 04:22:36 PM »
you did the city  ;D
my strength is the texturing and graphics
« Reply #77 on: September 29, 2012, 04:03:09 AM »
you did the city  ;D

Yep, everything is made by me in sketchup ;)
"Believe you can, and you're halfway there."
- Theodore Roosevelt
« Reply #78 on: September 29, 2012, 06:27:26 AM »
Very good :) i like it :)
« Reply #79 on: October 18, 2012, 02:33:18 PM »
Only just looked at the vid, excellent work mate, I like it
only one thing.... You need to practice driving more, you're on the wrong side of the road ;-)
« Reply #80 on: October 19, 2012, 06:17:16 AM »
only one thing.... You need to practice driving more, you're on the wrong side of the road ;-)

hahahaha, glad you like it :) and the steering wheel is on the wrong side too  :D
« Last Edit: October 19, 2012, 06:38:04 AM by Sondre S. »
"Believe you can, and you're halfway there."
- Theodore Roosevelt
« Reply #81 on: October 19, 2012, 07:48:53 AM »
Is that possible to see mustang in your game ::) Just wandering ::)
« Reply #82 on: October 19, 2012, 08:51:28 AM »
Already working on it, so I did'nt add it to the poll ;)
"Believe you can, and you're halfway there."
- Theodore Roosevelt
« Reply #83 on: October 19, 2012, 09:09:10 AM »
Ahhhh good news for me ;) So... its... what mustang?
« Reply #84 on: October 19, 2012, 12:06:21 PM »
2012 shelby gt500 ;)
"Believe you can, and you're halfway there."
- Theodore Roosevelt
« Reply #85 on: October 19, 2012, 12:37:23 PM »
Good choice! (Y) I hope you will find that enjoyable sound of that beast ;) Am excited :D :D
« Reply #86 on: February 23, 2013, 04:41:04 PM »
Unfortunately it looks like my project have reached a dead end. I've hit 3drads boundaries once again and this time it looks like it's not possible to proceed without switching to another engine(may be unity I dunno)...
This is what I've accomplished so far:
- a 20.000 poly city model
- 3 player cars (with 3d interior, moving steering wheel, functional speedo and tacho gauges on the dash, working side mirrors and rear view mirror and scripted camera views(thanx to jestermon)
- 100% scripted AI cars that stops at intersections and roundabouts

3drad lets me run a maximum of 4-6 AI cars together with the player car, which is not acceptable as I need cars all around the city... 
« Last Edit: February 23, 2013, 04:45:43 PM by Sondre S. »
"Believe you can, and you're halfway there."
- Theodore Roosevelt
« Reply #87 on: February 23, 2013, 05:26:12 PM »
...I've hit 3drads boundaries once again and this time it looks like it's not possible to proceed...

I really don't mean to offend you in any way, but have you tried 4D's Tron?
I think you're still pretty far away from 3D Rad's boundaries.
Rocket Rumble, a 3D Rad puzzle game:
http://www.3drad.com/forum/index.php?topic=9896.0
« Reply #88 on: February 23, 2013, 09:13:15 PM »
3DRad had 3 boundaries.

The first boundary is the number of objects that can be used in a game. This becomes a problem when a game maker tried to use too many of these objects to make games that only uses these objects. The objects are fun, but they limit what can be made with a game.

The second boundary is the amount of processing that you can get out of a single script. An interpreted script is not as fast a compile c++ program for example, and can't process as much in 1/60th of a second. The scripted approach does however increase what can be made by only objects to about a factor of 100. So with scripting you can make games that are not possible with objects alone.

The third boundary is laziness. This is when game makers don't really explore what is possible with the game machine, and just accept their defeat without experimenting with all available options.  Guys like Mike and fourdee have proved that if you persevere, you can set your own boundaries and discover where the boundaries of the 3D Rad really are, anyone else is just lazy and giving up without a lot of serious experimentation and investigation.

This is not intended as an insult to anyone, it is simply a fact.

A whole city of a 100 cars in traffic is actually possible in script. One has to use imposters with their own steering AI. It is not a simple task, but it is very doable. Traffic behavior programming is an old technique which has been used in many games, and was even applied in the very first 2D Police Quest game from Sierra. Most of the logic and program code is available free on the internet, if one is willing to go the extra mile.
« Last Edit: February 23, 2013, 09:24:13 PM by XingBat »
« Reply #89 on: February 24, 2013, 05:18:53 AM »
i have no idea if this would work, but could you imposter RB's? then use them instead of actual cars, that would save on resources, and mabye link to a path or something?
i am just shooting blind here, but it may work!
Pages: 1 ... 4 5 [6] 7