10-11-2021, 01:02 PM
Bump. Had some people on Discord wanting a Rapid Hop code. All that is needed on this code is to modify what bit gets flipped high in the Input State Structure. Thus simply adding in another value for the user to fill in now allows them to choose Rapid Fire or Rapid Hop. There are other bits that can be implemented but they are useless, but if anyone cares, here is the Input State structure, credits to Seeky.
Code:
uint16_t buttonActions; // bit flags:
/*
0x1 = accelerate
0x2 = brake + reverse (used for SSMT)
0x4 = use item
0x8 = hop + drift
0x20 = rear-view camera
*/