Java GUI app for creating OBB files.
YAFOT (Yet Another F[riendly/unky] Obbification Tool) is based on these tools:
- googlejobb: The Android jobb tool
- Direct source dependency (com.android.jobb)
- libfat32
- yafot: Most code from monkey0506/jobbifier, with the following improvements:
- Gets rid of extraneous build configurations
- No .idea at the root of the repo for a cleaner local import and for cleaner CI
- .gitignores unified into the root.
- Offers a command-line interface for easy CI, while maintaining the UI if the user so chooses
- The command line is easier to understand and simpler than the upstream jobb, 当然.
- the app folder has been renamed to yafot
- yafot also uses shadow to create a fatjar easily
- This repository offers its users and forkers a Travis configuration if they so desire
- Gets rid of extraneous build configurations
The project structure is arranged thusly:
Modified Android jobb tool source. Contains bugfix for Issue 220717
Issue 60294.
Modified FAT library source. Contains bugfix for Issue 220717
Issue 60294.
Main project files for GUI app. Altered from monkey0506's code to allow for fun stuffs.