Mario Kart Tour in-game statistics: Difference between revisions
m (Text replacement - "<references />" to "<references/>") |
mNo edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{italic title|''Mario Kart Tour'' in-game statistics}} | {{italic title|''Mario Kart Tour'' in-game statistics}} | ||
The following are the statistics used in the [[ | The following are the statistics used in the [[Halloween Tour (2020)|2020 Halloween Tour]] of ''[[Mario Kart Tour]]''. | ||
==Statistics in in-game format== | ==Statistics in in-game format== | ||
The only statistics whose level has been found set in the game code so far are ''Accel'' and ''Weight''. The assignment of the level is based on | The only statistics whose level has been found set in the game code so far are ''Accel'' and ''Weight''. The assignment of the level is based on the size class of the driver.<ref name=Move">[https://docs.google.com/document/d/19Bn-0MvrH4XNvX1nKrnsRETSiPhXacZuFkU_sGUbpYQ/edit?usp=sharing A human readable transcription of the main content of the ''KartParamVehicleMove'' container].</ref> | ||
{|class="wikitable" style="text-align:center" | {|class="wikitable" style="text-align:center" | ||
Line 29: | Line 29: | ||
==Statistics Translation Tables== | ==Statistics Translation Tables== | ||
The following tables are used by the game to convert the ''Level'' into the actual statistics. <ref>[https://docs.google.com/document/d/ | The following tables are used by the game to convert the ''Level'' into the actual statistics. <ref>[https://docs.google.com/document/d/1KglScZL_I0tXSWvl0GMpgVkxULXnpZSN0GEsrtVooWk/edit?usp=sharing A human readable transcription of the main content in the ''KartParam'' container].</ref> Unlike in the other games based on ''[[Mario Kart 7]]'', only the values for the maximum and minimum ''Level'' are coded. | ||
Since many statistics are | Since many statistics are nonetheless borrowed from that game, the headers for [[Mario Kart 7 in-game statistics|the individual statistics found in ''Mario Kart 7'']] will be used here as well, denoted in ''italics''. | ||
===Acceleration (mParamAccel)=== | ===Acceleration (mParamAccel)=== | ||
Line 51: | Line 51: | ||
===Handling (mParamHandling)=== | ===Handling (mParamHandling)=== | ||
Handling is determined by four factors, since drifting and autodrifting-related | Handling is determined by four factors, since drifting and autodrifting-related parameters are set separately, these statistics are presumably the ones known as ''Drive_DirRotH'', ''Float_Drive_DirRotH'', ''Wing_StickLR_Roll'' and ''Wing_StickLR_Move'' in ''Mario Kart 7''. The first two affect how fast the kart turns while steering on land and in water, while the last two determine how much the kart rolls and actually changes direction when trying to steer during a glide. | ||
{|class="wikitable" style="text-align:center" | {|class="wikitable" style="text-align:center" | ||
Line 74: | Line 74: | ||
===Weight (mParamWeight)=== | ===Weight (mParamWeight)=== | ||
Weight is again determined by three parameters known as ''KartBound_MassL'', ''KartBound_MassH'' and ''KartBound_MassD'' in ''Mario Kart 7''. The first two represent the minimum and maximum weight value of the kart to be used in various collisions with objects and karts, while the purpose of the third | Weight is again determined by three parameters known as ''KartBound_MassL'', ''KartBound_MassH'' and ''KartBound_MassD'' in ''Mario Kart 7''. The first two represent the minimum and maximum weight value of the kart to be used in various collisions with objects and karts, while the purpose of the third parameter is unknown. | ||
{|class="wikitable" style="text-align:center" | {|class="wikitable" style="text-align:center" | ||
Line 94: | Line 94: | ||
===Mini-Turbo (mParamMiniTurbo)=== | ===Mini-Turbo (mParamMiniTurbo)=== | ||
These parameters are borrowed from ''Mario Kart 8 Deluxe'', with the parameters for the Ultra Mini-Turbo now being fully specified. The parameters for the jump boosts are apparently specified as well, even though the actual values used in the game are then set separately. In each Mini-Turbo stage, the first parameter determines how much the boost lasts in seconds, the second parameter determines the boost strength, i.e. the max speed while boosting speed relative to max speed while going straight on a standard road, the third parameter has an | These parameters are borrowed from ''Mario Kart 8 Deluxe'', with the parameters for the Ultra Mini-Turbo now being fully specified. The parameters for the jump boosts are apparently specified as well, even though the actual values used in the game are then set separately. In each Mini-Turbo stage, the first parameter determines how much the boost lasts in seconds, the second parameter determines the boost strength, i.e. the max speed while boosting speed relative to max speed while going straight on a standard road, the third parameter has an unknown purpose. The thresholds are the units of the boost counter needed to charge the respective Mini-Turbo stage. | ||
{|class="wikitable" style="text-align:center" | {|class="wikitable" style="text-align:center" | ||
Line 156: | Line 156: | ||
===Off-Road (mParamOffroadSand and mParamOffroadIce)=== | ===Off-Road (mParamOffroadSand and mParamOffroadIce)=== | ||
Only two offroad parameters are defined, presumably the ones known as ''SlipRt_SAND'' and ''SlipRt_ICE'' in ''Mario Kart 7''. They affect the | Only two offroad parameters are defined, presumably the ones known as ''SlipRt_SAND'' and ''SlipRt_ICE'' in ''Mario Kart 7''. They affect the slipperiness of the offroad sections. | ||
{|class="wikitable" style="text-align:center" | {|class="wikitable" style="text-align:center" | ||
Line 173: | Line 173: | ||
===State ability (mParamStateAbility)=== | ===State ability (mParamStateAbility)=== | ||
The purpose of these | The purpose of these parameters is currently unknown. | ||
{|class="wikitable" style="text-align:center" | {|class="wikitable" style="text-align:center" | ||
Line 193: | Line 193: | ||
===Parameters related to the kart (KartParamVehicle)=== | ===Parameters related to the kart (KartParamVehicle)=== | ||
These parameters are miscellaneous parameters related to the kart, including | These parameters are miscellaneous parameters related to the kart, including parameters related to slipstreaming.<ref>[https://docs.google.com/document/d/1eLaUfpULY3YdSMqcz4p48mCv8BSgqMYQGHQBDugN-AI/edit?usp=sharing A human readable transcription of the main content of the ''KartParamVehicle'' container].</ref> | ||
{|class="wikitable" style="text-align:center" | {|class="wikitable" style="text-align:center" | ||
Line 239: | Line 239: | ||
===Parameters related to boosts (KartParamVehicleDash)=== | ===Parameters related to boosts (KartParamVehicleDash)=== | ||
These parameters define the duration in seconds (''Counter'') and the maximum speed relative to normal maximum speed while going straight on a standard road (''Speed'') of various boosts.<ref>[https://docs.google.com/document/d/ | These parameters define the duration in seconds (''Counter'') and the maximum speed relative to normal maximum speed while going straight on a standard road (''Speed'') of various boosts.<ref>[https://docs.google.com/document/d/1588PX0UNdLNTOigZ09gZdSZl8PRhr72Rvjzp8niQDwM/edit?usp=sharing A human readable transcription of the content of the ''KartParamVehicleDash'' container].</ref> ''HalfPipe1'' is the action referred to as ''Half-pipe'', ''HalfPipe2'' is the action referred to as ''Special trick'', ''HalfPipeLongDash'' is the action referred to as ''Super half-pipe''. | ||
{|class="wikitable" style="text-align:center" | {|class="wikitable" style="text-align:center" | ||
Line 278: | Line 278: | ||
|1 | |1 | ||
|- | |- | ||
! | !cDashCounterHalfPipe1 | ||
|1 | |1.75 | ||
|- | |||
!cDashCounterHalfPipe2 | |||
|2.75 | |||
|- | |||
!cDashCounterHalfPipeLongDash | |||
|2.8 | |||
|- | |- | ||
!cDashCounterHalfPipeWithJumpAction | !cDashCounterHalfPipeWithJumpAction | ||
Line 310: | Line 316: | ||
===Parameters related to drifting (KartParamVehicleDrift)=== | ===Parameters related to drifting (KartParamVehicleDrift)=== | ||
These parameters are related to drifting, and include paramters related to autodrifting.<ref>[https://docs.google.com/document/d/ | These parameters are related to drifting, and include paramters related to autodrifting.<ref>[https://docs.google.com/document/d/1wzoSKt5_21m0pyiLXgtOb_93GA9NuDeck63jacWxbzU/edit?usp=sharing A human readable transcription of the main content of the ''KartParamVehicleDrift'' container].</ref> Drifting parameters of a currently unused ''CoinBattle'' are included as well. | ||
{|class="wikitable" style="text-align:center" | {|class="wikitable" style="text-align:center" | ||
Line 320: | Line 326: | ||
|- | |- | ||
!cDriftSteerInRatio_200CC | !cDriftSteerInRatio_200CC | ||
|0.7 | |||
|- | |||
!cDriftSteerInRatio_CoinBattle | |||
|0.7 | |0.7 | ||
|- | |- | ||
Line 326: | Line 335: | ||
|- | |- | ||
!cDriftSteerOutRatio_200CC | !cDriftSteerOutRatio_200CC | ||
|0.6 | |||
|- | |||
!cDriftSteerOutRatio_CoinBattle | |||
|0.6 | |0.6 | ||
|- | |- | ||
Line 342: | Line 354: | ||
===Maximum speed in the various engine classes (KartStaticParam)=== | ===Maximum speed in the various engine classes (KartStaticParam)=== | ||
The maximum speed of several engine classes is coded in these parameters.<ref>[https://docs.google.com/document/d/ | The maximum speed of several engine classes is coded in these parameters.<ref>[https://docs.google.com/document/d/1PcDrSC27KuuJ0AS42M39zI6jFB8bFWqRKqKyyauPwhI/edit?usp=sharing A human readable transcription of the main content of the ''KartStaticParam'' container].</ref> The maximum speed of a currently unfeatured 300cc class is also coded. | ||
{|class="wikitable" style="text-align:center" | {|class="wikitable" style="text-align:center" | ||
!Paramter | !Paramter | ||
Line 358: | Line 370: | ||
!cSpeed300CC | !cSpeed300CC | ||
|1.05 | |1.05 | ||
|- | |||
!cSpeedMin_Battle | |||
|0.4 | |||
|- | |- | ||
!cVelCCMin | !cVelCCMin |
Latest revision as of 15:50, December 19, 2023
The following are the statistics used in the 2020 Halloween Tour of Mario Kart Tour.
Statistics in in-game format[edit]
The only statistics whose level has been found set in the game code so far are Accel and Weight. The assignment of the level is based on the size class of the driver.[1]
Statistic | Value |
---|---|
cParamLevel_Weight_DriverScale_Small | 6 |
cParamLevel_Weight_DriverScale_Medium | 10 |
cParamLevel_Weight_DriverScale_Large | 14 |
cParamLevel_Accel_DriverScale_Small | 17 |
cParamLevel_Accel_DriverScale_Medium | 10 |
cParamLevel_Accel_DriverScale_Large | 3 |
Statistics Translation Tables[edit]
The following tables are used by the game to convert the Level into the actual statistics. [2] Unlike in the other games based on Mario Kart 7, only the values for the maximum and minimum Level are coded.
Since many statistics are nonetheless borrowed from that game, the headers for the individual statistics found in Mario Kart 7 will be used here as well, denoted in italics.
Acceleration (mParamAccel)[edit]
Acceleration is still determined by two factors, named Drive_AccLmtFwd and Drive_SpdKfFwd in Mario Kart 7. Drive_AccLmtFwd determines the maximum speed increase per time unit, whereas Drive_SpdKfFwd determines the overall strength of the acceleration, when not limited by Drive_AccLmtFwd.
Level | Drive_AccLmtFwd | Drive_SpdKfFwd |
---|---|---|
Minimum level | 0.0055 | 0.0035 |
Maximum level | 0.016 | 0.013 |
Handling (mParamHandling)[edit]
Handling is determined by four factors, since drifting and autodrifting-related parameters are set separately, these statistics are presumably the ones known as Drive_DirRotH, Float_Drive_DirRotH, Wing_StickLR_Roll and Wing_StickLR_Move in Mario Kart 7. The first two affect how fast the kart turns while steering on land and in water, while the last two determine how much the kart rolls and actually changes direction when trying to steer during a glide.
Level | Drive_DirRotH | Float_Drive_DirRotH | Wing_StickLR_Roll | Wing_StickLR_Move |
---|---|---|---|---|
Minimum level | 0.8 | 0.8 | 0.15 | 0.7 |
Maximum level | 1.2 | 1.2 | 0.25 | 1.5 |
Weight (mParamWeight)[edit]
Weight is again determined by three parameters known as KartBound_MassL, KartBound_MassH and KartBound_MassD in Mario Kart 7. The first two represent the minimum and maximum weight value of the kart to be used in various collisions with objects and karts, while the purpose of the third parameter is unknown.
Level | KartBound_MassL | KartBound_MassH | KartBound_MassD |
---|---|---|---|
Minimum level | 5 | 5 | 20 |
Maximum level | 50 | 100 | 100 |
Mini-Turbo (mParamMiniTurbo)[edit]
These parameters are borrowed from Mario Kart 8 Deluxe, with the parameters for the Ultra Mini-Turbo now being fully specified. The parameters for the jump boosts are apparently specified as well, even though the actual values used in the game are then set separately. In each Mini-Turbo stage, the first parameter determines how much the boost lasts in seconds, the second parameter determines the boost strength, i.e. the max speed while boosting speed relative to max speed while going straight on a standard road, the third parameter has an unknown purpose. The thresholds are the units of the boost counter needed to charge the respective Mini-Turbo stage.
Level | Mini-Turbo | Super Mini-Turbo | Ultra Mini-Turbo | Jump boost | Thresholds | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Duration | Strength | Unknown | Duration | Strength | Unknown | Duration | Strength | Unknown | Duration | Strength | Unknown | Mini-Turbo | Super Mini-Turbo | Ultra Mini-Turbo | |
Minimum level | 0.333 | 1.05 | 0.014 | 1.166 | 1.05 | 0.013 | 2 | 1.05 | 0.013 | 0.233 | 1.3 | 0.02 | 200 | 500 | 700 |
Maximum level | 0.666 | 1.15 | 0.013 | 1.833 | 1.15 | 0.012 | 3 | 1.15 | 0.012 | 0.566 | 1.4 | 0.022 | 120 | 300 | 500 |
Off-Road (mParamOffroadSand and mParamOffroadIce)[edit]
Only two offroad parameters are defined, presumably the ones known as SlipRt_SAND and SlipRt_ICE in Mario Kart 7. They affect the slipperiness of the offroad sections.
Level | SlipRt_SAND | SlipRt_ICE |
---|---|---|
Minimum level | 0.5 | 1 |
Maximum level | 0.05 | 0.1 |
State ability (mParamStateAbility)[edit]
The purpose of these parameters is currently unknown.
Level | Unknown | Unknown |
---|---|---|
Minimum level | -0.1 | -0.1 |
Maximum level | 0.1 | 0.1 |
Preset parameters[edit]
These parameters are preset, some of them are possibly altered by the choice of the kart.
[edit]
These parameters are miscellaneous parameters related to the kart, including parameters related to slipstreaming.[3]
Parameter | Value |
---|---|
cPressCountByKart | 3 |
cFrozenSlipCount | 3 |
cSlipStreamAsHitCount | 0.25 |
cSlipStreamChargeCount | 1.5 |
[edit]
Besides defining the Level of two statistics that were shown above, these parameters set various statistics related to moving forward and colliding with other karts.[1]
Parameter | Value |
---|---|
cSpeedRatio_Star | 1.1 |
cSpeedRatio_Fever | 1 |
cSpeedRatio_Giant | 1.1 |
cSidePowerRatioMin | 0.9 |
cWeightPowerMax | 0.6 |
cLowFpsPenalty | 1 |
[edit]
These parameters define the duration in seconds (Counter) and the maximum speed relative to normal maximum speed while going straight on a standard road (Speed) of various boosts.[4] HalfPipe1 is the action referred to as Half-pipe, HalfPipe2 is the action referred to as Special trick, HalfPipeLongDash is the action referred to as Super half-pipe.
Parameter | Value |
---|---|
cDashCounterCoin | 0.1666667 |
cDashCounterJumpAction | 0.4 |
cDashCounterKinoko | 2 |
cDashCounterKinokoShare | 0.75 |
cDashCounterPanel | 1 |
cDashCounterStarRing | 1 |
cDashCounterSlipStream | 2.25 |
cDashCounterJugem | 0.5 |
cDashCounterMiniTurboLv1Fever | 1 |
cDashCounterMiniTurboLv2Fever | 1 |
cDashCounterMiniTurboLv3Fever | 1 |
cDashCounterHalfPipe1 | 1.75 |
cDashCounterHalfPipe2 | 2.75 |
cDashCounterHalfPipeLongDash | 2.8 |
cDashCounterHalfPipeWithJumpAction | 1.5 |
cDashSpeedCoin | 1.06 |
cDashSpeedNormal | 1.1 |
cDashSpeedJumpAction | 1.3 |
cDashSpeedJumpAction_FeverTouch | 1.06 |
cDashSpeedKinoko | 1.2 |
cDashSpeedSlipStream | 1.2 |
cDashSpeedPanel | 1.3 |
cDashSpeedHalfPipe | 1.3 |
[edit]
These parameters are related to drifting, and include paramters related to autodrifting.[5] Drifting parameters of a currently unused CoinBattle are included as well.
Paramter | Value |
---|---|
cDriftSteerInRatio | 0.55 |
cDriftSteerInRatio_200CC | 0.7 |
cDriftSteerInRatio_CoinBattle | 0.7 |
cDriftSteerOutRatio | 0.4 |
cDriftSteerOutRatio_200CC | 0.6 |
cDriftSteerOutRatio_CoinBattle | 0.6 |
cAutoDriftCharge_AutoDriftStart | 20 |
cCurveAngle_AutoDriftAutoStart | 20 |
cCurveAngle_AutoDriftStart | 10 |
cAutoChargeMax | 40 |
Maximum speed in the various engine classes (KartStaticParam)[edit]
The maximum speed of several engine classes is coded in these parameters.[6] The maximum speed of a currently unfeatured 300cc class is also coded.
Paramter | Value |
---|---|
cSpeedMin | 0.5 |
cSpeed150CC | 0.66 |
cSpeed200CC | 0.89 |
cSpeed300CC | 1.05 |
cSpeedMin_Battle | 0.4 |
cVelCCMin | 0.5 |
cVelCCMax | 2 |
References[edit]
- ^ a b A human readable transcription of the main content of the KartParamVehicleMove container.
- ^ A human readable transcription of the main content in the KartParam container.
- ^ A human readable transcription of the main content of the KartParamVehicle container.
- ^ A human readable transcription of the content of the KartParamVehicleDash container.
- ^ A human readable transcription of the main content of the KartParamVehicleDrift container.
- ^ A human readable transcription of the main content of the KartStaticParam container.