Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Androbd | 989 | 5 days ago | 63 | gpl-3.0 | Java | |||||
Android OBD diagnostics with any ELM327 adapter | ||||||||||
V2x Hub | 93 | 2 days ago | 30 | C | ||||||
V2X Hub is a message handler that acts as a translator and data aggregator/disseminator for infrastructure components of a connected vehicle deployment. | ||||||||||
Homebridge Fordpass | 54 | 14 days ago | 36 | August 24, 2022 | 11 | gpl-3.0 | TypeScript | |||
Control your Ford vehicle in HomeKit using Homebridge. | ||||||||||
Freefloating_gazebo | 47 | 3 years ago | mit | C++ | ||||||
A Gazebo plugin to simulate underwater vehicles and visualize with UWsim. | ||||||||||
Nwheeledplugin | 31 | 2 years ago | 1 | C++ | ||||||
A Vehicle Plugin for Unreal Engine 4 | ||||||||||
Vehicles | 25 | a year ago | 6 | osl-3.0 | PHP | |||||
[WIP | Pre-Release] A PocketMine-MP plugin that brings vehicles to your server ! | ||||||||||
Vehicle Dsm | 24 | 4 years ago | 4 | other | C++ | |||||
Vehicle detection and speed measurement system | ||||||||||
Openrct2 Ridevehicleeditor | 22 | 4 days ago | 2 | mit | TypeScript | |||||
A plugin for OpenRCT2 that lets you edit vehicles on any ride in your park on the fly. | ||||||||||
Wordpress Plugin Inventory Api | 21 | 8 years ago | 1 | gpl-2.0 | PHP | |||||
This is the new WordPress plugin for DealerTrend, Inc. It will interface with their Automotive Information System's API. | ||||||||||
Qgis Posiview | 18 | 5 months ago | 1 | Python | ||||||
Python plugin for QGis to track multiple vehicles or movable objects |
YumV is a FiveM server script, you can use it to install plugin, vehicle and maps quickly, like use the yum in CentOS.
Before install YumV, you need to install wget and unzip in your system.
# Is the Linux shell, not in game!
yum install wget unzip -y
# If your server is Ubuntu or Debian
apt-get install wget unzip -y
Now, let's start install YumV!
First, goto your FXServer resources directory, such as /home/akkariin/fivem/resources/
.
cd /home/akkariin/fivem/resources/
Then, clone this project to your resources directory.
git clone https://github.com/kasuganosoras/YumV yum/
Edit your server.cfg
and append the following text:
start yum
add_ace resource.yum command.refresh allow
Final, restart your FXServer, enjoy!
Install the vehicle "gtr":
yum install gtr
Search the vehicle "bmw":
yum search bmw
Update local plugin "vMenu":
yum update vMenu
Remove an exist plugin "subwrx":
yum remove subwrx
List all the plugins you installed:
yum list
You can use command yum help
for help.
If you want to upload a new resource to YumV mirror, you can visit: https://yumv.net/ (Chinese website)
You need to register an account to upload files.
This project is open-source, use GPL-v3 license.