Skip to content

[codex] Fix controller steer speed fallback - #16

Draft
thehanslevi wants to merge 1 commit into
lisphm:mainfrom
thehanslevi:codex/fix-steer-speed-casing
Draft

[codex] Fix controller steer speed fallback#16
thehanslevi wants to merge 1 commit into
lisphm:mainfrom
thehanslevi:codex/fix-steer-speed-casing

Conversation

@thehanslevi

Copy link
Copy Markdown

Summary

  • use the defined SteerSpeed tuning key in the controller fallback
  • keep ContlrSteerSpeed <= 0 aligned with its documented “same as SteerSpeed” behavior

The fallback currently reads Steerspeed, which is not defined in the tuning file. This changes only the property-name casing.

Fixes #15.

Checks

  • reproduced the mismatch by comparing tuning definitions with the controller fallback reference
  • parsed Scripts/Drive.luau and Scripts/A-Chassis Tune.luau with Luau 0.727
  • ran a focused source assertion for the fallback key
  • ran git diff --check

I did not run the full chassis in Roblox; this repository does not include a local runtime test harness.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Potential typo in Drive.luau

1 participant