Skip to content

Quick Mount - Add Get In actions to vehicle seats#11380

Open
Dystopian wants to merge 7 commits into
acemod:masterfrom
Dystopian:addGetInActions
Open

Quick Mount - Add Get In actions to vehicle seats#11380
Dystopian wants to merge 7 commits into
acemod:masterfrom
Dystopian:addGetInActions

Conversation

@Dystopian

@Dystopian Dystopian commented May 14, 2026

Copy link
Copy Markdown
Contributor

When merged this pull request will:

  • Add Get In actions to vehicle seats
  • Add Passenger Actions to units in vehicle seats

The idea to use proxies is from @ampersand38 and ride-where-you-look.

Tested on some Vanilla, Apex and CUP vehicles.

To override seat positions can use config:

    class Car_F;
    class Offroad_01_base_F: Car_F {
        ace_quickmount_seatPositions[] = {"\A3\soft_f\Offroad_01\Offroad_01_unarmed_F", {{{}, "_target selectionPosition 'drivewheel'"}, {0, "[0.3,0.3,0.3]"}}};
    };

and variable (before the first interaction with vehicle):

cursorObject setVariable ["ace_quickmount_seatPositions", [[[], "_target selectionPosition 'drivewheel'"]]]
  • setting to disable?
  • setting for icon color(s)?
  • macro for crew action height above seat, action distance?

@Dystopian Dystopian marked this pull request as ready for review May 20, 2026 14:32
@Dystopian

Dystopian commented May 20, 2026

Copy link
Copy Markdown
Contributor Author

@PabstMirror PabstMirror added the kind/feature Release Notes: **ADDED:** label Jun 7, 2026
@PabstMirror

Copy link
Copy Markdown
Contributor

looks great 👍
I will try to get a little more testing in with external mods

@PabstMirror PabstMirror added this to the 3.21.1 milestone Jun 7, 2026
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.

2 participants