{"id":18006284,"url":"https://github.com/dking07/fivem-gearbox-switch","last_synced_at":"2025-06-12T00:06:06.173Z","repository":{"id":257916546,"uuid":"872236276","full_name":"Dking07/fivem-gearbox-switch","owner":"Dking07","description":"Manual transmission with animations and sounds.","archived":false,"fork":false,"pushed_at":"2025-04-30T11:53:52.000Z","size":1588,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T19:08:54.911Z","etag":null,"topics":["cars","fivem","gear","gta5","gta5online","gtarp","gtav","lua","nopixel","prodigy","projecthomecoming","projectrace","projectstreet","race"],"latest_commit_sha":null,"homepage":"https://dking.tebex.io/package/6575155","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Dking07.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-10-14T04:49:16.000Z","updated_at":"2025-04-30T11:53:56.000Z","dependencies_parsed_at":"2024-11-11T04:24:46.816Z","dependency_job_id":"4a02b883-5106-4f8d-ba81-fc2e5d2792a6","html_url":"https://github.com/Dking07/fivem-gearbox-switch","commit_stats":null,"previous_names":["dking07/fivem-gearbox-switch"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Dking07/fivem-gearbox-switch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dking07%2Ffivem-gearbox-switch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dking07%2Ffivem-gearbox-switch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dking07%2Ffivem-gearbox-switch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dking07%2Ffivem-gearbox-switch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dking07","download_url":"https://codeload.github.com/Dking07/fivem-gearbox-switch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dking07%2Ffivem-gearbox-switch/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259368020,"owners_count":22846825,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cars","fivem","gear","gta5","gta5online","gtarp","gtav","lua","nopixel","prodigy","projecthomecoming","projectrace","projectstreet","race"],"created_at":"2024-10-30T01:07:28.590Z","updated_at":"2025-06-12T00:06:06.164Z","avatar_url":"https://github.com/Dking07.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# GEARBOX SWITCH [STANDALONE]\n\n\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"https://github.com/Dking07/fivem-gearbox-switch/blob/main/Gearbox%20Switch.png\" width=\"500px\" /\u003e\n\u003c/div\u003e\n\n## DESCRIPTION\n\n### A manual transmission script that adds gear shifting mechanics to FiveM vehicles, with custom animations and sound effects.\n\n## KEY FEATURES\n\n- **Manual Transmission**\n  - Seamless switching between automatic and manual transmission\n  - Support for both sequential and H-pattern shifting\n  - Customizable gear shifting animations\n  - High-quality sound effects for each gear change\n\n- **Vehicle-Specific Features**\n  - Right-hand drive support with correct animations\n  - Sequential transmission support for sports/racing vehicles\n  - Customizable vehicle blacklist\n  - Different animations for sequential and manual transmissions\n\n- **Rich Sound System**\n  - Unique sounds for each gear\n  - Separate sound sets for sequential and manual transmissions\n  - Adjustable volume controls\n  - High-quality audio files\n\n- **Developer-Friendly**\n  - Full export system for easy integration\n  - Comprehensive configuration options\n  - Clean, well-documented code\n  - Easy to maintain and extend\n\n## TECHNICAL FEATURES\n\n- Optimized performance with minimal resource usage\n- Built-in configuration system\n- Customizable key bindings\n- Easy installation and setup\n\n## INTEGRATION\n\n- Full exports system for framework integration\n- Easy to integrate with inventory systems\n- Compatible with most vehicle mods\n- Supports both standalone and framework setups\n\n## CONFIGURATION\n\n- Easily customize vehicle lists\n- Adjust sound volumes\n- Configure key bindings\n- Modify animation settings\n\n## GET NOW\n\n* [DOWNLOAD](https://dking.tebex.io/package/6562197)\n\n## HOW TO INSTALL\n\n* [Download](https://keymaster.fivem.net/asset-grants) script;\n* Place it in the resources folder;\n* Add 'ensure dking_gearbox_switch' (without quotes) to server.cfg.\n\n## HOW TO USE\n\n* Use the '/gearbox' command or bind (both configurable in config.lua) to enable or disable manual gear shifting.\n* To switch gears use the 'Shift Gear Up' and 'Shift Gear Down' binds, configurable in: Settings \u003e Key Bindings \u003e GTA Online Vehicles.\n\n## MODIFICATIONS\n\n### To work, you need to modify the handlings that you want the script to take effect on.\n\n* Add CCarHandlingData in the SubHandlingData section, like this:\n  ```\n  \u003cSubHandlingData\u003e\n    \u003cItem type=\"CCarHandlingData\"\u003e\n    \u003c/Item\u003e\n    \u003cItem type=\"NULL\" /\u003e\n    \u003cItem type=\"NULL\" /\u003e\n  \u003c/SubHandlingData\u003e\n  ```\n\n## CONFIG\n\u003cdiv align=\"left\"\u003e\n\u003cimg src=\"https://github.com/Dking07/fivem-gearbox-switch/blob/main/config.png\" width=\"400px\" /\u003e\n\u003c/div\u003e\n\n## ANIMATION CONFIG\n\u003cdiv align=\"left\"\u003e\n\u003cimg src=\"https://github.com/Dking07/fivem-gearbox-switch/blob/main/animation_config.png\" width=\"400px\" /\u003e\n\u003c/div\u003e\n\n## PREVIEW\n\n### Coming soon...\n\n## DEPENDENCIES\n\n* [ox_lib](https://github.com/overextended/ox_lib) (Only for notifys)\n\n## SUPPORT\n\n### [Discord](https://discord.gg/Rw6vjcXspG)\n\n## CHANGELOGS\n\n### 1.1\n\n* Added blacklist of vehicle models that will not be affected by the script.\n\n### 1.2\n\n* Added gear shift animation.\n\n### 1.3\n\n* Added manual and sequential shift sound effects;\n* Added sequential gear shift animation;\n* Added new right hand gear shift animation;\n* Added exports for:\n  * Toggles the manual gearbox on/off;\n  * Enables the manual gearbox;\n  * Disables the manual gearbox;\n  * Checks if the manual gearbox is currently enabled;\n  * Gets the current gear of the vehicle;\n  * Manually triggers the gear shift animation;\n\n### 1.3.2\n\n* Fixed animation names.\n\n# COPYRIGHT\n\n## BY [DKING](https://github.com/Dking07) 2025 ©","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdking07%2Ffivem-gearbox-switch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdking07%2Ffivem-gearbox-switch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdking07%2Ffivem-gearbox-switch/lists"}