Scripts/resources/[qb]/[qb_extras]/qb-tunerchip/README.md

48 lines
1.5 KiB
Markdown
Raw Normal View History

2024-12-29 20:07:10 +00:00
# qb-tunerchip
Vehicle Tuning System for QB-Core Framework ::
# License
QBCore Framework
Copyright (C) 2021 Joshua Eger
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>
## Dependencies
- [qb-core](https://github.com/qbcore-framework/qb-core)
- [qb-hud](https://github.com/qbcore-framework/qb-hud) - For NOS status display
- [vstancer](https://github.com/carmineos/fivem-vstancer) - To use Stancer
## Screenshots
![Tunerchip](https://imgur.com/1NbUqXc.png)
![Headlight Adjust](https://imgur.com/F1VDS9k.png)
![RGB Headlights & Neons](https://imgur.com/nRN7v6w)
![NOS](https://imgur.com/yAbcEdl.png)
## Features
- Vehicle tuning with Tunerchip (Item name: tunerlaptop)
- Usable NOS for vehicles (Item name: nitrous)
## Installation
### Manual
- Download the script and put it in the `[qb]` directory.
- Add the following code to your server.cfg/resouces.cfg
```
ensure qb-core
ensure qb-hud
ensure qb-tunerchip
ensure vstancer
```