Stunts Forum

Stunts - the Game => Stunts Reverse Engineering => : afullo January 08, 2022, 12:14:09 +01:00

: Second set of tyres
: afullo January 08, 2022, 12:14:09 +01:00
http://wiki.stunts.hu/index.php/Car_parameters

0E6h/0E7h, 0E8h/0E9h, 0EAh/0EBh, 0ECh/0EDh - another series of values, this time 0020h, 00C0h, 0080h and 0040h. The resemblance to the default values of the surface grip modifiers, which are located near these positions, is uncanny: were they intended to refer to a second set of tyres?

I just added the bold part; did someone make the same hypothesis in the past?
: Re: Second set of tyres
: Cas January 09, 2022, 01:16:52 +01:00
These are what I called the "Orange" set in the mysterious field list. I felt that, since these values were similar to those of default surface material grip, then they could be representing other materials that either are not used or we rarely encounter and therefore, don't put much attention to.
: Re: Second set of tyres
: afullo January 09, 2022, 01:49:55 +01:00
: Cas  January 09, 2022, 01:16:52 +01:00
or we rarely encounter and therefore, don't put much attention to.

Like the tennis field surface or the filling station one, for instance?
: Re: Second set of tyres
: Cas January 09, 2022, 06:24:28 +01:00
Exactly, things like that... I was thinking about the central boulevard also
: Re: Second set of tyres
: alanrotoi January 10, 2022, 08:23:47 +01:00
What about the side fences? Are those 3d objects?
: Re: Second set of tyres
: Daniel3D January 10, 2022, 08:44:11 +01:00
Yes, they are objects, and they have their own collision code. Therefore, you can't crash against them and can't jump over them.
But the fence itself is just another model.
: Re: Second set of tyres
: Overdrijf January 11, 2022, 07:40:07 +01:00
: afullo  January 08, 2022, 12:14:09 +01:00
http://wiki.stunts.hu/index.php/Car_parameters

0E6h/0E7h, 0E8h/0E9h, 0EAh/0EBh, 0ECh/0EDh - another series of values, this time 0020h, 00C0h, 0080h and 0040h. The resemblance to the default values of the surface grip modifiers, which are located near these positions, is uncanny: were they intended to refer to a second set of tyres?

I just added the bold part; did someone make the same hypothesis in the past?

The values are roughly an order of magnitude smaller than the other ones. Either they're not quite the same kinds of values, or they were for some really slippery stuff.
: Re: Second set of tyres
: afullo January 11, 2022, 07:58:28 +01:00
: Overdrijf  January 11, 2022, 07:40:07 +01:00
: afullo  January 08, 2022, 12:14:09 +01:00
http://wiki.stunts.hu/index.php/Car_parameters

0E6h/0E7h, 0E8h/0E9h, 0EAh/0EBh, 0ECh/0EDh - another series of values, this time 0020h, 00C0h, 0080h and 0040h. The resemblance to the default values of the surface grip modifiers, which are located near these positions, is uncanny: were they intended to refer to a second set of tyres?

I just added the bold part; did someone make the same hypothesis in the past?

The values are roughly an order of magnitude smaller than the other ones. Either they're not quite the same kinds of values, or they were for some really slippery stuff.

Hmm, in fact, they are in decimal respectively 32, 192, 128, 64, while CarWorks reads the standard surface grips as 256 (asphalt), 192 (dirt), 64 (ice), 128 (grass).

Maybe in the sentence Most cars have these set to 1000h, 0C00h, 0400h and 0800h values are inadvertently written with the nonzero digit placed left by one position, that is, multiplied by 16.
: Re: Second set of tyres
: Overdrijf January 12, 2022, 09:48:03 +01:00
If the sentence is wrong/the sentences don't follow the same standard then sure. i was just looking at what was on the wiki.
: Re: Second set of tyres
: afullo January 12, 2022, 09:52:25 +01:00
I can confirm, see attachment. I'm going to correct the wiki.