Skip to navigation


Tactics: sectionSteering

Name: sectionSteering [Show more] Type: Variable Category: Tactics Summary: The optimum steering for each section Deep dive: Tactics of the non-player drivers
Context: See this variable in context in the source code References: This variable is used as follows: * GetSectionSteering uses sectionSteering * GetSegmentSteering uses sectionSteering
.sectionSteering SKIP 26 \ The carSteering value to steer round the corner for a \ track section \ \ The various bits are as for carSteering: \ \ * Bits 0-5 = the amount of steering as a positive \ value (0 to 31) \ \ * Bit 6 = controls whether to apply steering in the \ MoveCars routine \ \ * Clear = always apply steering \ \ * Set = only apply steering if there is enough \ room on the track \ \ * Bit 7 = the direction of the steering \ \ * Clear = steer left \ \ * Set = steer right EQUB &00, &00 \ These bytes appear to be unused EQUB &00, &00 EQUB &00, &00