Speed for Out of Boundary Areas
#1
Hi,

I have found several codes for disabling out of boundary check and modifying speed. Does anyone know where the speed for out of boundary areas is set and could be manipulated?
Reply
#2
It's an offroad parameter in KartParam.bin, check the wiki for the file format documentation. The stats are computed for each player at 0x80591FA4 PAL.
Reply
#3
(02-03-2023, 03:53 AM)tefo7 Wrote: Hi, doodle baseball
I have found several codes for disabling out of boundary check and modifying speed. Does anyone know where the speed for out of boundary areas is set and could be manipulated?

Statistics are calculated for each player at 0x80591FA4 PAL. so check the wiki for documentation on the file format.
Reply
#4
Once you’ve found where the game checks for boundaries, look for any variables or functions related to player speed within these sections.
The speed might be set directly (e.g., playerSpeed = 0) or modified by a multiplier or factor (e.g., playerSpeed *= slowFactor).

slope
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)