Terrain Feel and Factors

Post your suggestions here
attacker5
Posts: 2226
Joined: Tue Aug 18, 2009 8:53 pm
Team: Ub e moh tow

Terrain Feel and Factors

Post by attacker5 »

Hello,
So this might of been suggested before but I have never made a suggestion so might as well.

Right now if I am not mistaken, the terrain itself (that is what the bike is riding on) is 100% solid. There is no movement, deformation or any of that. I understand physically deforming the terrain is an issue, coding wise and bandwidth wise to ensure everyone is on the same terrain. But there is my suggestion and issue.

I saw ages ago in some snapshot that JLV posted he made adjustments in how the temperature of the sir in the forks affect the way it performs, or something like that, anyhow, it was something very detailed. But it got me thinking, why put so much effort into the little things of suspension when one very big factor is being missed, this being the bike itself sinking into the ground. When one comes around a turn, the g force on the bike multiplies, so the weight becomes more, meaning the bike will tend to "sink" into the burm or ground, with a depth dependent on the type of ground.

The solution could be to have each tile info, have a coefficient of how solid the collision is on it. I know collision "solidness" can be changed such as the bales often are on sx. I just think having the bike actually be able to sink into the ground without physically deforming it, will greatly improve the realism in how the rider handles bumps, and burms. With this, the rider could effectively blow out a burm, basically go through it, without having to send any server data, or any real computational data.

Also, it wont make riding more difficult, I personally think it will make it easier, because the faster you hit a bump the less harsh it would be, just like real life if you were to hit a soft sand bump, and it will add a much better dynamic to the riding style. I am sure there will be a ton of coding issues involved, but I personally believe that this is somewhat of a solution to a very big problem.

I have done my own experiments with this is a different game engine and have found that collision alteration could indeed have the desired effect, somewhat of a cheap mans way, but short of full terrain deformation, I think its a step in the right direction. Also in my tests, yes, it wasn't with ODE, so that might be more difficult, I don't know, but the coding for my part wasn't that complicated, although my game engine might support it better, again, I don't know.

Hopefully that all makes sense.
Cheers
Ride On!
toonys66
Posts: 1046
Joined: Sun Apr 05, 2009 2:54 pm
Team: Privateer
Location: south france

Re: Terrain Feel and Factors

Post by toonys66 »

awesome idea!! indeed that could be great!! on sand tracks, berms, ruts... hope JLV can figure out something nice with this idea!
Image
mbork-1
Posts: 1700
Joined: Thu Feb 11, 2010 1:20 pm
Team: NOTEAM
Location: Latvia

Re: Terrain Feel and Factors

Post by mbork-1 »

Agree,if we now using ingame erode it still doesnt feels right,
you go in rut but its hard like beton,and ground moves only after bike goes over it
Image
3rd MX2 EMF - AX Series 2011
2nd MX1 BMF - Friday Night Series 2012
1st MX3 - EMXs
8th MX1 EMF - MX Series 2012
DJ99X
Posts: 15523
Joined: Tue Jan 15, 2008 11:36 am
Location: Land Down Under

Re: Terrain Feel and Factors

Post by DJ99X »

cpt_Slow
Posts: 683
Joined: Sat Dec 15, 2007 5:58 pm
Team: Privateer
Contact:

Re: Terrain Feel and Factors

Post by cpt_Slow »

Mxsim 2020? ;)

http://www.bitvalve.org/~dholz/soil/Soi ... proach.pdf

I'm sure we could live with having the on-track parts being the only active areas. I would imagine it's somewhat easier to simulate a nice and predictable dozer blade as opposed to a motocross tyre, which is why I'll allow 7 years. Also my PC might be able to handle it in real-time by then.
jlv
Site Admin
Posts: 14928
Joined: Fri Nov 02, 2007 5:39 am
Team: No Frills Racing
Contact:

Re: Terrain Feel and Factors

Post by jlv »

attacker5 wrote:I saw ages ago in some snapshot that JLV posted he made adjustments in how the temperature of the sir in the forks affect the way it performs, or something like that, anyhow, it was something very detailed. But it got me thinking, why put so much effort into the little things of suspension when one very big factor is being missed, this being the bike itself sinking into the ground. When one comes around a turn, the g force on the bike multiplies, so the weight becomes more, meaning the bike will tend to "sink" into the burm or ground, with a depth dependent on the type of ground.
Adding the heat capacity ratio to the forks wasn't very complex at all. "pressure^1.4" instead of "pressure".
Josh Vanderhoof
Sole Proprietor
jlv@mxsimulator.com
If you email, put "MX Simulator" in the subject to make sure it gets through my spam filter.
MX181
Posts: 809
Joined: Tue Dec 25, 2012 12:45 am
Location: STRAYA

Re: Terrain Feel and Factors

Post by MX181 »

jlv wrote:
attacker5 wrote:I saw ages ago in some snapshot that JLV posted he made adjustments in how the temperature of the sir in the forks affect the way it performs, or something like that, anyhow, it was something very detailed. But it got me thinking, why put so much effort into the little things of suspension when one very big factor is being missed, this being the bike itself sinking into the ground. When one comes around a turn, the g force on the bike multiplies, so the weight becomes more, meaning the bike will tend to "sink" into the burm or ground, with a depth dependent on the type of ground.
Adding the heat capacity ratio to the forks wasn't very complex at all. "pressure^1.4" instead of "pressure".
This would be perfect jlv, and then the need for terrain deformation wouldn't have to be made
attacker5
Posts: 2226
Joined: Tue Aug 18, 2009 8:53 pm
Team: Ub e moh tow

Re: Terrain Feel and Factors

Post by attacker5 »

Interesting...
Not dreading on here, just brain storming, maybe we come up with a solution together.

I thought of this, mind my bad drawings, but hopefully it gives the idea of running the norms from the regular point, but have the rest of the physics model operate from the countersunk position.

Image
jlv
Site Admin
Posts: 14928
Joined: Fri Nov 02, 2007 5:39 am
Team: No Frills Racing
Contact:

Re: Terrain Feel and Factors

Post by jlv »

The thing is, it's easy to look at it and guess the normal, but it's much harder to make a robust algorithm to handle it. In your example, you suggest using the previous position. But what if that was underground too? If you always used that your normals would be inverted as you leave the ground. There are lots of corner cases to consider in collision code and letting objects have deep intersections makes it way harder.
Josh Vanderhoof
Sole Proprietor
jlv@mxsimulator.com
If you email, put "MX Simulator" in the subject to make sure it gets through my spam filter.
mxchild
Posts: 300
Joined: Tue Aug 21, 2012 8:45 am
Team: Batman motorsport

Re: Terrain Feel and Factors

Post by mxchild »

could we see a JLV and Attacker team working on the better good of this game?
attacker5
Posts: 2226
Joined: Tue Aug 18, 2009 8:53 pm
Team: Ub e moh tow

Re: Terrain Feel and Factors

Post by attacker5 »

I understand. I am going to research it thoroughly, thanks for the consideration and time.
Cheers
WellsMX524
Posts: 2106
Joined: Sun Feb 05, 2012 7:23 am
Team: Aspect Visual Co.
Location: Illinois/Wisconsin

Re: Terrain Feel and Factors

Post by WellsMX524 »

Seeing threads like this really give me hope for this community, and I mean that.
g-dub
Posts: 389
Joined: Sun Nov 25, 2012 7:56 pm
Team: DUBMOTO/EKSBrand.com
Location: Bristol,UK
Contact:

Re: Terrain Feel and Factors

Post by g-dub »

this is awesome. i'd happily pay for a huge update on this game. almost a mx sim 2. i dont think im the only one who feels like that too. very encouraging
Image
Image
Image
http://www.EKSBRAND.com

Steam Name: G-DUB MX
Magnus42
Posts: 706
Joined: Fri Jan 28, 2011 9:31 pm
Location: Norway

Re: Terrain Feel and Factors

Post by Magnus42 »

g-dub wrote:this is awesome. i'd happily pay for a huge update on this game. almost a mx sim 2. i dont think im the only one who feels like that too. very encouraging
For sure, and i like how the community is going the right way! :)
Kording
Posts: 1334
Joined: Sun Nov 08, 2009 12:53 pm
Team: Privateer
Location: Germany

Re: Terrain Feel and Factors

Post by Kording »

Just a little video that shows it is possible !
I would love to see this in our sim. It looks so great
Tennis, Basketball and Baseball all requires one ball
Motocross requires two!
Post Reply