But the game HAS just begun... HAS, not IS. Nice video and all, though. Props on working with the given tools. XNA is still lacking a lot of basic core stuff for real 3d game development. Unfortunately, C# has not alleviated the need for C++ quite yet, but it's getting there -- that is, as long as MS keeps doling out the funds to keep this failing XNA project alive. They should get off the windows 7 mobile soap box and integrate a real 3d engine into XNA. That's what's really lacking.
If you stare at the smoke, long enough, doesn't it look a bit weird? Why is it always gray in the middle? You could try making the smoke white.
If you can't make the smoke look more fluid, then you could try making it a bit smaller/shorter, at least while the car is moving slowly, sideways or is in a curve. For long distances it looks fine, but when the camera is spinning, it looks a little bit weird.
We (or maybe just I) would like to see a demo of the game as it is today.
I would have tried using a 2D image of a particle, making it transparent and drawing it several times on the screen as 2D directly in space.
This way it is always facing the camera, each particle has the right size and position on the screen, and there shouldn't be any surprises with the trees :D.
The drawback is that you have to sort the particles by the distance to the camera, because they are transparent.
Yeah, for what i recall that's exactly what i was doing. The problem i was a newbie in a rush for new effects : i simply didn't care so much for an error showing up from times to times, even because it was not gameplay connected.
I really hope to unbury this project anytime soon and along with remaking most of the graphic contents (home made by me in this video) i'd love to solve most of the problems it had.
Thanks again for the suggestions! I really appreciate the constuctive ones.
he probably uses sprites instead of billboards. billboards appear 2-d, but is holds its position in 3-d space. so that closer particles overlap farther particles, and so that the particles can hide behind objects
@FireShockX That's what I was (pathetically) trying to explain. :-) I only know and understand the theory, but when it comes to implement stuff, I always get lost into details.
Also it understand the sorroundings and should be able to avoid obstacles in the path as well to find the better route to get past the next pair of gates.
to OGMO11 the blocks where needed to understand the state of the wheel:
if i remember correctly, green was for traction, red was for sliding, free spinning or skidding.
to archimangus
the AI is mine 100%, i figured out something like a waypoint AI, but instead of having points, it has gates. The AI wants to pass the gate, but if it can't without making a 180 deg it switch to the next one.
Yeah, to be sincere i have various kinds of shaders, i use the toon for all small objects, while cell shading is applied mainly in small objects and the cars.
Best Music Taste!
GabMesIRT 2 months ago
FIFA 2002 Song FTW!!!!!!
kadnam222 8 months ago
But the game HAS just begun... HAS, not IS. Nice video and all, though. Props on working with the given tools. XNA is still lacking a lot of basic core stuff for real 3d game development. Unfortunately, C# has not alleviated the need for C++ quite yet, but it's getting there -- that is, as long as MS keeps doling out the funds to keep this failing XNA project alive. They should get off the windows 7 mobile soap box and integrate a real 3d engine into XNA. That's what's really lacking.
ShwaZmoto 1 year ago
@ShwaZmoto Yeah, i see your point but I still think XNA rocks, just because of it's ease and overall power.
Also the learning material available is quite good, and in 3 years i made quite a leap in programming thanks to C#.
I think it fills up the hole between Java/Ruby and the old but yet good c++.
EversorITA 1 year ago
Can You upload ONLY physics of wheels, absorbers? I have problem with it. I will subsribe, addd to fav.a, and vote "good"
EXdriver97 1 year ago
Nice! You are using a Artificial Intelligence library for the boot cars or was made for you?
mariocbase 1 year ago
If you stare at the smoke, long enough, doesn't it look a bit weird? Why is it always gray in the middle? You could try making the smoke white.
If you can't make the smoke look more fluid, then you could try making it a bit smaller/shorter, at least while the car is moving slowly, sideways or is in a curve. For long distances it looks fine, but when the camera is spinning, it looks a little bit weird.
We (or maybe just I) would like to see a demo of the game as it is today.
Good luck!
chri5tyH 2 years ago
I would like to know how did you make the smoke.
I would have tried using a 2D image of a particle, making it transparent and drawing it several times on the screen as 2D directly in space.
This way it is always facing the camera, each particle has the right size and position on the screen, and there shouldn't be any surprises with the trees :D.
The drawback is that you have to sort the particles by the distance to the camera, because they are transparent.
Hope it helps :-)
chri5tyH 2 years ago
Yeah, for what i recall that's exactly what i was doing. The problem i was a newbie in a rush for new effects : i simply didn't care so much for an error showing up from times to times, even because it was not gameplay connected.
I really hope to unbury this project anytime soon and along with remaking most of the graphic contents (home made by me in this video) i'd love to solve most of the problems it had.
Thanks again for the suggestions! I really appreciate the constuctive ones.
EversorITA 2 years ago
As a constructive criticism,
At 1:40 - 1:42 the smoke doesn't appear behind the tree, as expected, so try playing around a bit with a stencil, or with the depth buffer.
Besides that, everything looks very well :-)
chri5tyH 2 years ago
Haha, you're the first to notice that :-)
Thanks for the idea!
EversorITA 2 years ago
he probably uses sprites instead of billboards. billboards appear 2-d, but is holds its position in 3-d space. so that closer particles overlap farther particles, and so that the particles can hide behind objects
FireShockX 2 years ago
@FireShockX That's what I was (pathetically) trying to explain. :-) I only know and understand the theory, but when it comes to implement stuff, I always get lost into details.
chri5tyH 2 years ago
what did you you use for your models
Iguitar212 2 years ago
you've prolly made a better version by now, but i'd like to say the games looking HAWT keep up the good work
rhcpconor 2 years ago
is this open source?
jpabloblanco 2 years ago
No, but i think i will release the source sometime soon.
EversorITA 2 years ago
lol I love how much you brag about the earlier version of your game...seriously dude
skulleton 2 years ago
Very Good! I like it. How do you apply such good physics? PM me plz.
dvds4ever 2 years ago
Sweet! And I really don't think you should turn the bloom down :) !
SimonAJager 2 years ago
Also it understand the sorroundings and should be able to avoid obstacles in the path as well to find the better route to get past the next pair of gates.
EversorITA 3 years ago
to OGMO11 the blocks where needed to understand the state of the wheel:
if i remember correctly, green was for traction, red was for sliding, free spinning or skidding.
to archimangus
the AI is mine 100%, i figured out something like a waypoint AI, but instead of having points, it has gates. The AI wants to pass the gate, but if it can't without making a 180 deg it switch to the next one.
EversorITA 3 years ago
How did you do the AI? What are you using for pathfinding (waypoints, navmesh, what?)
archimangus 3 years ago
is that attempting at PR rendering or just "cartoon" style rendering?
I know some good shaders for PR rendering
matieman77 3 years ago
Nice. But srsly turn bloom a bit down because when it is too much it looks silly.
Intelext 3 years ago
Turn the bloom down btw.
HypershadowX 3 years ago
cool game
Pineapple177 3 years ago
WHats the song called?:b
hjortings 3 years ago
something about "get the cool shoe shine" I think the songs called "The Suck"
brandon9271 3 years ago
I think its The gorrilaz-1965(its 19somthing)
masterman321 3 years ago
Yeah, to be sincere i have various kinds of shaders, i use the toon for all small objects, while cell shading is applied mainly in small objects and the cars.
EversorITA 3 years ago
Very well done so far...
It's a cellshader(toon), isn't it?
MarioWorldWars 3 years ago
You need to add a thing that will slow down your speed when in grass or water etc but not on road
wooimsexy 3 years ago
Looks dead good, I love the Gorillaz too.
NemoKradXNA 3 years ago
really nice, but what are the four red-green blocks on the left?
OGMO11 3 years ago
I ques, they are just dummies, that show, if the wheel is touching the ground, or are in the air :)
smr597bmx 3 years ago
Bel gioco
dsoft20 3 years ago