This project contains an experimental, work-in-process decompilation of Brave Frontier Client v.2.9.16.0 for Android x86_64 (64-bit), it might eventually be extended to more platforms.
The project might not be buildable at the moment, for more information about what and the reason why this project was made, please see the page Client decompilation architecture and Client decompilation status for the current progress of the project.
Currently only building the Android version can work, you should build it by opening src/android
with Android Studio/IntelliJ and try to build.
- Go to firebase console
- Create a new project (or use an existing one)
- Create a new Android package by clicking the android icon
- Set the name to
Brave Frontier
and the package id tosg.gumi.bravefrontier
- Download
google-services.json
and put it inside thesrc/android/app
directory. - You can now build the game
Currently the infrastructure is not ready for matching, please keep an eye on the repo when this part is ready.
As this project is made for the players by the players, I think this project should be used for non-commercial use only. If you use this code or create a derivate work you might not implement or impose a charge for any possible thing (like Microtransactions or ads).
Brave Frontier - (C) Alim Co., Ltd. All Rights Reserved.
This project is not associated, affiliated or sponsored with/by Alim Co., Ltd or gumi Inc.
Special thanks to the Zelda Breath of the Wild decompilation project as many pieces of this infrastructure were based upon them.