Help:Patching the motorcycle area checks: Difference between revisions
Help:Patching the motorcycle area checks (view source)
Revision as of 17:13, 17 September 2018
, 6 years ago→6 or 7 other checks
imported>Leoetlino No edit summary |
imported>Leoetlino |
||
Line 133: | Line 133: | ||
=== 6 or 7 other checks === | === 6 or 7 other checks === | ||
The RideMgr function at 0x7100678E80 calls 6 member functions that must all return true; otherwise, the motorcycle cannot be used. | The RideMgr function at 0x7100678E80 (which can be identified with a xref to "GameROMMotorcycle") calls 6 member functions that must all return true; otherwise, the motorcycle cannot be used. | ||
The first 4 functions appear to be using the Havok AI NavMesh system. Something called “motorcycle shape cast” is used in the 3 other functions. | The first 4 functions appear to be using the Havok AI NavMesh system. Something called “motorcycle shape cast” is used in the 3 other functions. |