Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vehicles - Add cruise control #8792

Merged
merged 2 commits into from
Mar 17, 2022
Merged

Conversation

BrettMayson
Copy link
Member

When merged this pull request will:

  • Adds cruise control by pressing Insert
  • Interacts smoothly with the speed limiter

Example:

  • Player is driving 30 km/h
  • Enables speed limiter, set to 30 km/h
  • Player slows to 15 km/h
  • Enables cruise control, vehicle will accelerate to 30 km/h
  • Player increases the speed limit to 50 km/h, cruise control will accelerate to 50 km/h
  • Player enables speed limiter, cruise control will disable, speed limit still set to 50 km/h

@BrettMayson BrettMayson changed the title Vehiocles - Add cruise control Vehicles - Add cruise control Jan 25, 2022
@veteran29 veteran29 added the kind/feature Release Notes: **ADDED:** label Jan 25, 2022
@veteran29 veteran29 added this to the 3.14.2 milestone Jan 25, 2022
@veteran29 veteran29 self-requested a review February 7, 2022 23:32
addons/vehicles/functions/fnc_speedLimiter.sqf Outdated Show resolved Hide resolved
Copy link
Contributor

@PabstMirror PabstMirror left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

works great

@PabstMirror PabstMirror merged commit d135371 into acemod:master Mar 17, 2022
@BrettMayson BrettMayson deleted the cruise_control branch March 17, 2022 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Release Notes: **ADDED:**
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants