One-click install for getting double movement in Fortnite.
Go to the main page for download and setup. This page is aimed at developers who want to report issues or contribute to the code.
The project uses Rust to interact with ViGEm. ViGEm is a Windows kernel-mode driver that emulates USB game controllers. The GUI is made with Electron / React / Typescript.
You can always open an issue if you encounter any problems. Looking to add something you created? If it's a small change (i.e. text change or bug fix) feel free to open a PR anytime. If you want to add a feature, please open an issue to discuss with the community first.
Firstly run yarn to install all the dependencies
yarn
First start the dev server which watches for changes and recompiles
yarn dev
Start the application (you'll need to use a different terminal instance than the yarn dev
)
yarn start
Make a production build of all the code
yarn build
Build it into a package
yarn dist