Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Androbd | 1,029 | 2 days ago | 66 | gpl-3.0 | Java | |||||
Android OBD diagnostics with any ELM327 adapter | ||||||||||
V2x Hub | 100 | 15 days ago | 34 | 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 | 56 | 9 days ago | 36 | August 24, 2022 | 10 | gpl-3.0 | TypeScript | |||
Control your Ford vehicle in HomeKit using Homebridge. | ||||||||||
Vehicle Dsm | 52 | 2 months ago | 3 | mit | C++ | |||||
Vehicle detection and speed measurement system | ||||||||||
Freefloating_gazebo | 47 | 4 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 | 2 years ago | 6 | osl-3.0 | PHP | |||||
[WIP | Pre-Release] A PocketMine-MP plugin that brings vehicles to your server ! | ||||||||||
Openrct2 Ridevehicleeditor | 24 | a month ago | 3 | 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 | 19 | 3 days ago | 2 | Python | ||||||
Python plugin for QGis to track multiple vehicles or movable objects |
This plugin lets you edit vehicles on any ride in your park on the fly.
Carrousel made by Manticore
*.js
file into your /OpenRCT2/plugin
folder.
C:/Users/<YOUR NAME>/Documents/OpenRCT2/plugin
on Windows.Here are some inspirations and examples of what you can do with this plugin.
![]() Toy machine, by Manticore |
![]() Parking lot, by Fidwell |
---|
![]() Bicycle parking, by Enox |
![]() Space mine train, by Deurklink |
---|
![]() Train with different carriages, by Emiel |
![]() Shark chasing row boat, by Deurklink |
---|
![]() Horse carriage, by Zarathustra |
![]() Dragon ships, by Mamarillas |
---|
The plugin was featured in these plugin recommendations / rankings!
The plugin was also featured in the following videos (grouped by plugin version):
To copy the settings of a vehicle to any other ride, you can use the copy and paste feature.
By enabling the synchronize option, all changes made to the selected vehicle will also be applied to a specific set of other vehicles on the same ride.
If you only want to synchronize specific settings, you can use the checkboxes in the Apply & synchronize section to limit what settings should synchronize.
With the Apply button it is possible to copy and paste the currently selected vehicle to multiple other vehicles in a single click.
When a vehicle is in a stationary position, like waiting in a closed station, it is possible to move the vehicle off the track to another position on the map.
For more detailed placement, it is recommended to use the X, Y and Z position settings.
Note: if a vehicle starts "moving" again (for example: leaving the station), it will teleport back to its appropriate position on the track. To make it work permanently, keep the vehicle stationary, by for example keeping the ride closed.
This plugin supports multiplayer! A few key points to note:
Answer: yes, all changes will be saved with your save game.
Answer: yes, all changes to vehicles will still work if the player does not have the plugin installed. The plugin is only required to make any new changes.
Answer: in the bottom right corner of the editor window, there's a dropdown with the value x1
. Change it to x10
or x100
to add or subtract by tens or hundreds respectively. You can also hold down the [+] and [-] buttons.
Answer: yes, you can reset the ride by closing it twice (to remove the vehicles) and reopening it again. All vehicles will respawn with the original values.
Answer: yes, I suppose so. This plugin replaces a previous technique involving memory hacking, which is similar to how cheat engines work. This "cheat" is not active until you have made changes in the editor window though!
Answer: yes, the plugin does not do anything if you do not open the editor window.
Answer: yes, uninstalling the plugin (by removing it from the Plugins folder) does not break your game or save files.
cd
to change your current directory to the root folder of this project and run npm install
.openrct2.d.ts
TypeScript API declaration file in OpenRCT2 files and copy it to lib
folder (this file can usually be found in C:/Users/<YOUR NAME>/Documents/OpenRCT2/bin/
or C:/Program Files/OpenRCT2/
).
npm run build
(release build) or npm run build:dev
(develop build) to build the project.
(project directory)/dist
.rollup.config.js
.This plugin makes use of the FlexUI framework to create and manage the user interface. It is automatically fetched from NPM with npm install
.
This project supports the OpenRCT2 hot reload feature for development.
enable_hot_reloading = true
in your /OpenRCT2/config.ini
.cd
to change your current directory to the root folder of this project.npm start
to start the hot reload server./OpenRCT2/bin/openrct2.com
executable to start OpenRCT2 with console and load a save or start new game../src/
, the server will compile ./src/plugin.ts
and place compiled plugin file inside your local OpenRCT2 plugin directory.If your local OpenRCT2 plugin folder is not in the default location, you can specify a custom path in rollup.config.js
.
Thanks to wisnia74 for providing the template for this mod and readme. Thanks to the community for the enthusiasm for this plugin and their amazing creations.