Allows you to pack a copy of RFD and placefile into an entire executable.
This project DOES NOT contain roblox binaries of any kind on its repository!
- Python3 (latest is preferred)
- A copy of RFD (THANKS VISUALPLUGIN FOR THIS AWESOME PROJECT!)
- Pyinstaller (pip install pyinstaller)
- Pillow (pip install pillow)
- Download this repository and extract it into an empty folder
- Copy RFD-windows-latest.exe and your RBXL file and make sure its named place.rbxl and put it into the same directory (additionally, if you want a game thumbnail add a place.png)
- Edit GameConfig.toml and main.py to your liking. (ensure theres a reference to StandaloneBlox and add me in credits if you distribute thanks)
- Download the assets of your game. Follow RFD README on Loading Assets and play the game for a while, anything that the game loads (like Animations, Labels, etc...) will be saved, once done close RFD and continue this guide.
- Test main.py: Just open it, input an username and Start Server+Client if your game opens its ready for packing.
- Close everything including the script and open the cmd on the directory where your RFD and other files are! For a more clean executable, make sure theres only one version of the game present inside the Roblox Folder.
- Type "pyinstaller build.spec" and wait.
- ENJOY! Go to the newly generated dist folder and theres your standalone executable! Just open it (it takes a while to open) and enjoy!
Once you pack up your project you can execute and put any username and then use the self explanatory buttons to start playing! Please ensure you credit this project if you distribute your exe!