Editing Mario Kart Tour in-game statistics
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
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 following are the statistics used in version 1.2.1 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 body frame size, which depends on the driver chosen. | ||
{|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. | The following tables are used by the game to convert the ''Level'' into the actual statistics. 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 nontheless 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 42: | Line 42: | ||
|- | |- | ||
!Minimum level | !Minimum level | ||
|0. | |0.00549999997 | ||
|0. | |0.00350000011 | ||
|- | |- | ||
!Maximum level | !Maximum level | ||
|0. | |0.0160000008 | ||
|0. | |0.0130000003 | ||
|} | |} | ||
===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 paramters 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 61: | Line 61: | ||
|- | |- | ||
!Minimum level | !Minimum level | ||
|0. | |0.800000012 | ||
|0. | |0.800000012 | ||
|0. | |0.150000006 | ||
|0. | |0.699999988 | ||
|- | |- | ||
!Maximum level | !Maximum level | ||
|1. | |1.20000005 | ||
|1. | |1.20000005 | ||
|0.25 | |0.25 | ||
|1.5 | |1.5 | ||
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 paramter 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 | These parameters are borrowed from ''Mario Kart 8 Deluxe'', with the paramters for the Ultra Mini-Turbo now being fully specified. The paramters 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 paramter determines how much the boost lasts in seconds, the second paramter 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 paramter has an unknwon 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 121: | Line 121: | ||
|- | |- | ||
!Minimum level | !Minimum level | ||
|0. | |0.333000004 | ||
|1. | |1.04999995 | ||
|0. | |0.0140000004 | ||
|1. | |1.16600001 | ||
|1. | |1.04999995 | ||
|0. | |0.0130000003 | ||
|2 | |2 | ||
|1. | |1.04999995 | ||
|0. | |0.0130000003 | ||
|0. | |0.232999995 | ||
|1. | |1.29999995 | ||
|0. | |0.0199999996 | ||
|200 | |200 | ||
|500 | |500 | ||
Line 138: | Line 138: | ||
|- | |- | ||
!Maximum level | !Maximum level | ||
|0. | |0.666000009 | ||
|1. | |1.14999998 | ||
|0. | |0.0130000003 | ||
|1. | |1.83299994 | ||
|1. | |1.14999998 | ||
|0. | |0.0120000001 | ||
|3 | |3 | ||
|1. | |1.14999998 | ||
|0. | |0.0120000001 | ||
|0. | |0.565999985 | ||
|1. | |1.39999998 | ||
|0. | |0.0219999999 | ||
|120 | |120 | ||
|300 | |300 | ||
Line 156: | Line 156: | ||
===Off-Road (mParamOffroadSand and mParamOffroadIce)=== | ===Off-Road (mParamOffroadSand and mParamOffroadIce)=== | ||
Only two offroad | Only two offroad paramters are defined, presumably the ones known as ''SlipRt_SAND'' and ''SlipRt_ICE'' in ''Mario Kart 7''. They affect the slippersiness of the offroad sections. | ||
{|class="wikitable" style="text-align:center" | {|class="wikitable" style="text-align:center" | ||
Line 168: | Line 168: | ||
|- | |- | ||
!Maximum level | !Maximum level | ||
|0. | |0.0500000007 | ||
|0. | |0.100000001 | ||
|} | |} | ||
===State ability (mParamStateAbility)=== | ===State ability (mParamStateAbility)=== | ||
The purpose of | The purpose of this paramter is currently unknown. | ||
{|class="wikitable" style="text-align:center" | {|class="wikitable" style="text-align:center" | ||
!Level | !Level | ||
!Unknown | !Unknown | ||
|- | |- | ||
!Minimum level | !Minimum level | ||
|''-0. | |''-0.100000001'' | ||
|- | |- | ||
!Maximum level | !Maximum level | ||
|''0. | |''0.100000001'' | ||
|} | |} | ||
==Preset parameters== | ==Preset parameters== | ||
These | These paramters are preset, they are possibly altered by the choice of th ekart. | ||
===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 paramters related to slipstreaming. | ||
{|class="wikitable" style="text-align:center" | {|class="wikitable" style="text-align:center" | ||
! | !Paramter | ||
!Value | !Value | ||
|- | |- | ||
Line 213: | Line 210: | ||
===Parameters related to moving forward (KartParamVehicleMove)=== | ===Parameters related to moving forward (KartParamVehicleMove)=== | ||
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. | 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. | ||
{|class="wikitable" style="text-align:center" | {|class="wikitable" style="text-align:center" | ||
! | !Paramter | ||
!Value | !Value | ||
|- | |- | ||
!cSpeedRatio_Star | !cSpeedRatio_Star | ||
|1. | |1.05999994 | ||
|- | |- | ||
!cSpeedRatio_Fever | !cSpeedRatio_Fever | ||
Line 226: | Line 223: | ||
|- | |- | ||
!cSpeedRatio_Giant | !cSpeedRatio_Giant | ||
|1. | |1.10000002 | ||
|- | |- | ||
!cSidePowerRatioMin | !cSidePowerRatioMin | ||
|0. | |0.899999976 | ||
|- | |- | ||
!cWeightPowerMax | !cWeightPowerMax | ||
|0. | |0.600000024 | ||
|- | |- | ||
!cLowFpsPenalty | !cLowFpsPenalty | ||
Line 239: | Line 236: | ||
===Parameters related to boosts (KartParamVehicleDash)=== | ===Parameters related to boosts (KartParamVehicleDash)=== | ||
These | These paramters 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. | ||
{|class="wikitable" style="text-align:center" | {|class="wikitable" style="text-align:center" | ||
! | !Paramter | ||
!Value | !Value | ||
|- | |- | ||
!cDashCounterCoin | !cDashCounterCoin | ||
|0. | |0.166666672 | ||
|- | |- | ||
!cDashCounterJumpAction | !cDashCounterJumpAction | ||
|0. | |0.400000006 | ||
|- | |- | ||
!cDashCounterKinoko | !cDashCounterKinoko | ||
Line 277: | Line 274: | ||
!cDashCounterMiniTurboLv3Fever | !cDashCounterMiniTurboLv3Fever | ||
|1 | |1 | ||
|- | |- | ||
!cDashSpeedCoin | !cDashSpeedCoin | ||
|1. | |1.05999994 | ||
|- | |- | ||
!cDashSpeedNormal | !cDashSpeedNormal | ||
|1. | |1.10000002 | ||
|- | |- | ||
!cDashSpeedJumpAction | !cDashSpeedJumpAction | ||
|1. | |1.29999995 | ||
|- | |- | ||
!cDashSpeedJumpAction_FeverTouch | !cDashSpeedJumpAction_FeverTouch | ||
|1. | |1.05999994 | ||
|- | |- | ||
!cDashSpeedKinoko | !cDashSpeedKinoko | ||
|1. | |1.20000005 | ||
|- | |- | ||
!cDashSpeedSlipStream | !cDashSpeedSlipStream | ||
|1. | |1.20000005 | ||
|- | |- | ||
!cDashSpeedPanel | !cDashSpeedPanel | ||
|1. | |1.29999995 | ||
|} | |} | ||
=== | ===Paramters related to drifting (KartParamVehicleDrift)=== | ||
These | These paramters are related to drifting, and include paramters related to autodrifting. | ||
{|class="wikitable" style="text-align:center" | {|class="wikitable" style="text-align:center" | ||
Line 323: | Line 305: | ||
|- | |- | ||
!cDriftSteerInRatio | !cDriftSteerInRatio | ||
|0. | |0.550000012 | ||
|- | |- | ||
!cDriftSteerInRatio_200CC | !cDriftSteerInRatio_200CC | ||
|0. | |0.699999988 | ||
|- | |- | ||
!cDriftSteerOutRatio | !cDriftSteerOutRatio | ||
|0. | |0.400000006 | ||
|- | |- | ||
!cDriftSteerOutRatio_200CC | !cDriftSteerOutRatio_200CC | ||
|0. | |0.600000024 | ||
|- | |- | ||
!cAutoDriftCharge_AutoDriftStart | !cAutoDriftCharge_AutoDriftStart | ||
Line 353: | Line 329: | ||
|} | |} | ||
[[Category:Mario Kart Tour]] | |||
[[Category:Mario Kart Tour |