https://github.com/josefaidt/openrct2-plugin-template
Template for authoring OpenRCT2 plugins
https://github.com/josefaidt/openrct2-plugin-template
openrct2 openrct2-plugin
Last synced: 28 days ago
JSON representation
Template for authoring OpenRCT2 plugins
- Host: GitHub
- URL: https://github.com/josefaidt/openrct2-plugin-template
- Owner: josefaidt
- License: mit
- Created: 2020-11-07T22:51:31.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-07T23:08:50.000Z (over 5 years ago)
- Last Synced: 2025-03-23T01:36:48.727Z (about 1 year ago)
- Topics: openrct2, openrct2-plugin
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# openrct2-plugin-template
Template for authoring OpenRCT2 plugins.
## Getting Started
1. Install dependencies `yarn install`
1. This should also download the type definitions for easy use and IntelliSense
2. Start the development server with `yarn dev`
3. Copy the built file into your OpenRCT2 plugin folder
## References
- [OpenRCT2](https://openrct2.io)
- [Plugin Community](http://openrct2plugins.org/)
- [oli414's OpenRCT2 Plugin Boilerplate](https://github.com/oli414/openrct2-plugin-boilerplate)