Greet and Bye - MaiMai enter and exit sound for ALL vehicles
🟠 Updated over a year ago⚠️ Install Order · 6 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 👍 0.1% endorsement rate
- 🏆 #156 of 180 Vehicles mods in this game by downloads
📋 About This Mod
SCpI5NhUh3g
Should work as long as you have the correct Cyber Engine Tweaks version.
Hey, so this mod used to exist: Wholesome Vehicles. But for some reason the creator Inuktiplater has set it to hidden, so I remade it really poorly.
It's a simple lua code that plays the MaiMai exit and enter audio ON EVERY VEHICLE (idk how to do vehicle by vehicle), and the code has been completely made by Microsoft Copilot and ChatGPT + a few LLM models, I only did the debugging and prompting.
It should work fine and I'M AWARE IT'S TOO QUIET, that is because I couldn't edit the .bnk file, and won't be doing so because the mod would stop being a simple lua mod and move onto being a redscript mod and I don't know how to do all those.
There are other problems too: such as the enter audio being not being played at times, or being too quiet on vehicle exit, and weird volume differences across each vehicle. But I won't be fixing any of those because like I said it wouldn't be a simple lua code if I tried fixing those and I'm not qualified enough to work on those.
ALSO PLEASE, I'd love it if someone took over this mod and remade it better if they think they can, in fact I hope they do because I'm not a creator I'm just a consumer when it comes to modding, this is literally my first mod.
Version 1. 4 (latest) code:--------------------------------------------------------------------------------
-- Greet and Bye
--------------------------------------------------------------------------------
-- Configuration Constants
local CONFIG = {
POLL_INTERVAL = 0. 5,
ON_SOUND_NAME = "v_car_makigai_maimai_ui_on",
OFF_SOUND_NAME = "v_car_makigai_maimai_ui_off"
-- Runtime State
local state = {
elapsedTime = CONFIG. POLL_INTERVAL,
wasInVehicle = false,
initialized = false,
ON_SOUND = nil,
OFF_SOUND = nil,
getPlayer = nil,
getMountedVehicle = nil
--------------------------------------------------------------------------------
-- Initialization - Wait for Game APIs to be ready
--------------------------------------------------------------------------------
local function initializeMod()
-- Safely check if required APIs are available
local gameReady, gameAPI = pcall(function() return Game end)
local cnameReady, cnameAPI = pcall(function() return CName end)
This tiny mod plays the MaiMai's enter and exit audio whenever you get in or out of any vehicle in the game. It's a simple cosmetic tweak for players who enjoy the MaiMai's sound effects and want them across all vehicles. With 44 endorsements and 33k downloads, it's a niche but popular choice.
✨ Key Features
📊 Pros & Cons
✅ Pros
- 33,025 downloads show it's got a solid user base despite being a tiny mod.
- One-and-done install—no config files or extra steps needed.
- If you love the MaiMai's sound, this makes every ride feel consistent.
⚠️ Cons
- Only 44 endorsements—so it's not exactly a community favorite, might be hit or miss.
- Last updated July 2025—could be outdated if the game's audio system changes in future patches.
For players who adore the MaiMai's distinctive enter/exit sounds and want that same audio feedback in every vehicle. If you're after a quick, no-fuss audio tweak and don't mind a bit of trial and error, this is for you. Skip it if you prefer vanilla sounds or want more substantial vehicle mods.
💡 Beginner Tips
- Make sure to place the mod files in the correct game directory—usually the 'Mods' folder—so the game picks it up.
- If the sound doesn't play, double-check that you haven't got another audio mod conflicting with it.
- Since it's a simple audio swap, you can easily remove it by deleting the files if you change your mind.
📊 Mod Details
- Game
- Cyberpunk 2077 Mods
- Author
- o2an
- Version
- 1.4
- Downloads
- 33,025
- Endorsements
- 44
- Category
- Vehicles
- Created
- 7/24/2025
- Updated
- 7/25/2025
🔧 How to Install Cyberpunk 2077 Mods
Download from Nexus.
📖 Full step-by-step install guide for Cyberpunk 2077 →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Cyberpunk 2077 commands, item IDs, and more.
Keep browsing — more Cyberpunk 2077 mods await