Loading [MathJax]/extensions/tex2jax.js
A reimplementation of Mario Kart Wii's physics engine in C++
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages Concepts
KartParam.hh
1#pragma once
2
3#include <egg/math/Vector.hh>
4
5namespace Kart {
6
8struct BSP {
10 struct Hitbox {
13 f32 radius;
14 u16 wallsOnly;
15 u16 tireCollisionIdx;
16 };
17 STATIC_ASSERT(sizeof(Hitbox) == 0x18);
18
20 struct Wheel {
21 u16 enable;
22 f32 springStiffness;
23 f32 dampingFactor;
24 f32 maxTravel;
25 EGG::Vector3f relPosition;
26 f32 xRot;
27 f32 wheelRadius;
28 f32 sphereRadius;
29 u32 _28;
30 };
31 STATIC_ASSERT(sizeof(Wheel) == 0x2c);
32
33 BSP();
34 BSP(EGG::RamStream &stream);
35
36 void read(EGG::RamStream &stream);
37
38 f32 initialYPos;
39 std::array<Hitbox, 16> hitboxes;
41 f32 angVel0Factor;
42 f32 _1a0;
43 std::array<Wheel, 4> wheels;
46};
47STATIC_ASSERT(sizeof(BSP) == 0x25c);
48
51class KartParam {
52public:
53 struct BikeDisp {
54 BikeDisp();
55 BikeDisp(EGG::RamStream &stream);
56
57 void read(EGG::RamStream &stream);
58
59 u8 _00[0x0c - 0x00];
60 EGG::Vector3f m_handlePos;
61 EGG::Vector3f m_handleRot;
62 u8 _24[0xb0 - 0x24];
63 };
64 STATIC_ASSERT(sizeof(BikeDisp) == 0xB0);
65
67 struct Stats {
69 enum class Body {
70 Four_Wheel_Kart = 0,
74 };
75
77 enum class DriftType {
78 Outside_Drift_Kart = 0,
79 Outside_Drift_Bike = 1,
80 Inside_Drift_Bike = 2,
81 };
82
83 Stats();
84 Stats(EGG::RamStream &stream);
85
86 void read(EGG::RamStream &stream);
88
89 Body body;
90 DriftType driftType;
91 WeightClass weightClass;
92 f32 _00c;
93
94 f32 weight;
95 f32 bumpDeviationLevel;
96 f32 speed;
98 f32 tilt;
99 std::array<f32, 4> accelerationStandardA;
100 std::array<f32, 3> accelerationStandardT;
101 std::array<f32, 2> accelerationDriftA;
102 std::array<f32, 1> accelerationDriftT;
109 f32 driftOutsideTargetAngle;
110 f32 driftOutsideDecrement;
112 std::array<f32, 32> kclSpeed;
113 std::array<f32, 32> kclRot;
118 f32 maxNormalAcceleration;
119 f32 megaScale;
120 f32 wheelDistance;
121 };
122 STATIC_ASSERT(sizeof(Stats) == 0x18c);
123
124 KartParam(Character character, Vehicle vehicle, u8 playerIdx);
125 ~KartParam();
126
128 void setTireCount(u16 tireCount) {
129 m_tireCount = tireCount;
130 }
131
132 void setSuspCount(u16 suspCount) {
133 m_suspCount = suspCount;
134 }
136
138 [[nodiscard]] const BSP &bsp() const {
139 return m_bsp;
140 }
141
142 [[nodiscard]] const Stats &stats() const {
143 return m_stats;
144 }
145
146 [[nodiscard]] const BikeDisp &bikeDisp() const {
147 return m_bikeDisp;
148 }
149
150 [[nodiscard]] u8 playerIdx() const {
151 return m_playerIdx;
152 }
153
154 [[nodiscard]] bool isBike() const {
155 return m_isBike;
156 }
157
158 [[nodiscard]] bool isVehicleRelativeBike() const {
159 return m_stats.body == Stats::Body::Vehicle_Relative_Bike;
160 }
161
162 [[nodiscard]] u16 suspCount() const {
163 return m_suspCount;
164 }
165
166 [[nodiscard]] u16 tireCount() const {
167 return m_tireCount;
168 }
170
171private:
172 void initStats(Character character, Vehicle vehicle);
173 void initBikeDispParams(Vehicle vehicle);
174 void initHitboxes(Vehicle vehicle);
175
176 Stats m_stats;
177 BikeDisp m_bikeDisp;
178 BSP m_bsp;
179 u8 m_playerIdx;
180 bool m_isBike;
181 u16 m_suspCount;
182 u16 m_tireCount;
183};
184
185} // namespace Kart
A stream of data stored in memory.
Definition Stream.hh:64
Houses stats regarding a given character/vehicle combo.
Definition KartParam.hh:51
Pertains to kart-related functionality.
A 3D float vector.
Definition Vector.hh:83
Represents one of the many hitboxes that make up a vehicle.
Definition KartParam.hh:10
u16 enable
Specifies if this is an active hitbox (since BSP always has 16).
Definition KartParam.hh:11
EGG::Vector3f position
The relative position of the hitbox.
Definition KartParam.hh:12
Info pertaining to the suspension, position, etc. of a wheel.
Definition KartParam.hh:20
Houses hitbox and wheel positions, radii, and suspension info.
Definition KartParam.hh:8
std::array< Hitbox, 16 > hitboxes
Array of vehicle hitboxes, not all of which are active.
Definition KartParam.hh:39
EGG::Vector3f cuboids[2]
Mask cuboids for computing moment of inertia.
Definition KartParam.hh:40
f32 rumbleHeight
Max vertical distance of the vehicle body's rumble animation.
Definition KartParam.hh:44
u16 rumbleSpeed
Speed of the vehicle body's rumble animation.
Definition KartParam.hh:45
Various character/vehicle-related handling and speed stats.
Definition KartParam.hh:67
f32 handlingManualTightness
Affects turn radius when manual and not drifting.
Definition KartParam.hh:103
f32 driftManualTightness
Affects turn radius when manual drifting.
Definition KartParam.hh:106
std::array< f32, 32 > kclRot
Rotation scalars, indexed using KCL attributes.
Definition KartParam.hh:113
void applyCharacterBonus(EGG::RamStream &stream)
Applies character stats on top of the kart stats.
Definition KartParam.cc:112
f32 driftAutomaticTightness
Affects turn radius when automatic drifting.
Definition KartParam.hh:107
DriftType
The type of drift (inside/outside).
Definition KartParam.hh:77
f32 turningSpeed
Speed decrement percentage of the vehicle when handling.
Definition KartParam.hh:97
std::array< f32, 32 > kclSpeed
Speed multipliers, indexed using KCL attributes.
Definition KartParam.hh:112
f32 driftReactivity
A weight applied to turn radius when drifting.
Definition KartParam.hh:108
f32 speed
Base full speed of the character/vehicle combo.
Definition KartParam.hh:96
f32 handlingAutomaticTightness
Affects turn radius when auto and not drifting.
Definition KartParam.hh:104
f32 handlingReactivity
A weight applied to turn radius when not drifting.
Definition KartParam.hh:105
void read(EGG::RamStream &stream)
Parses out the stats for a given KartParam.bin stream.
Definition KartParam.cc:64
Body
The body style of the vehicle. Basically the number of wheels.
Definition KartParam.hh:69
@ Vehicle_Relative_Bike
Used by Quacker.
@ Three_Wheel_Kart
Used by Blue Falcon.
@ Handle_Relative_Bike
Used by most bikes.
@ Four_Wheel_Kart
Used by most karts.
u32 miniTurbo
The framecount duration of a charged mini-turbo.
Definition KartParam.hh:111
f32 weight
Contrary to popular belief, this does not affect gravity.
Definition KartParam.hh:94