Flower Loader is a Plugin loader and detour manager for Node.js applications. With Flower Loader, you can easily manage and develop Plugins. This repository contains the core plugin loader. It is built with ESBuild and is source-available under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
- Supported Games
 - Installing Flowerloader From a Release
 - Automatic Install With FlowerCLI
 - Development
 - Contributing
 - FAQ & Troubleshooting
 
For installation instructions, see the readme file for the specific supported title.
Supported Titles
Visit FlowerCLI's page for more information on automatic installation
Note: This guide will assume the user is using VSCode as their IDE.
git clone https://github.com/flowerLoader/core.git
cd corenpm installYou can simply run the build task from VSCode if you're using it or run the esbuild command from your terminal if you're not
#Example command to build for Creator of Another World:
npx esbuild --bundle gameSupport/coaw/index.ts --format=esm --outdir=build/ --platform=nodeYour build command will vary based on which game you are building from.
See the included tasks under .vscode/tasks.json for more details.
We welcome contributions! Issue and pull requests are welcome, especially for game support files.
- 
How do I report an issue?
- Please visit our GitHub Issues page.
 
 - 
How do I uninstall flowerloader
- The simplest and fastest way is to run 
verify game filesfor the game on steam. - Alternatively, you may remove the line you added to 
index.htmland flower will no longer be loaded. - Finally, either way, you may remove all the files you copied in to your base game directory or leave them, they won't be loaded or effect the game in any way anymore
 
 - The simplest and fastest way is to run 
 - 
How do I configure what plugins Flower loads?
- Simply edit the 
config.jsfile under your base install directory in theflowerfolder. There are comments inside this file that explain how to set flower to load plugins. 
 - Simply edit the 
 - 
More troubleshooting tips and frequently asked questions will be added soon.