Warning
This project is outdated and not supported due to Blockman Forge being cancelled. If you're looking to finish the project, I've got a list of tasks at the end of the markdown file, and I can share the removed/hidden files to help you out. If you'd like to get in contact, just send a message to z1lh on Discord.
W.I.P Project.
- Game Startup Progress: Smooth animations and progress bars for game startup.
- Announcement Overlays: Customizable announcement windows with scrollable text.
- Font Management: Easy integration of custom fonts.
- Prototypes: Design prototypes for various UI elements.
- Scripts: Useful scripts for different functionalities.
Nebula/
├── __pycache__/
├── Config/
│ ├── README.md
│ ├── user.cfg
├── Database/
├── desktop.ini ❌
├── ExtractedRes/ ❌
│ ├── APKs/ ❌
│ ├── BlockmanGo-1-9-27/ ❌
│ ├── Font/ ❌
│ ├── mipmap-xhdpi-v4/ ❌
├── Font/
│ ├── betm/
│ ├── DIN/
│ ├── droidsans/
│ ├── inter/
├── Images/
│ ├── archived/
│ ├── psd/ ❌ (except for one folder which contains PFP border levels)
│ ├── scripts/
│ │ ├── copy.py
│ │ ├── copy.md
├── LICENSE
├── main.py
├── NebulaTest/ ❌
│ ├── GameStartupProgress.py
│ ├── LoginMod.py
│ ├── TermsMod.py
├── Prototypes/ ❌
├── README.md
├── Script/
│ ├── __pycache__/
│ ├── AdminPort.py
│ ├── Announcement.py
│ ├── GameStartupProgress.py
│ ├── RouletteWIP.py
│ ├── tests/
│ │ ├── LoginOverlay/
│ │ │ ├── v2/
│ │ │ │ ├── README.md
│ │ ├── TermsOverlay/
│ │ │ ├── TermsOverlay.py
│ │ │ ├── TermsOverlayTest.py
├── Text/
│ ├── contributors.txt ❌
│ ├── terms_of_service.txt
and more...
This project is licensed under the MIT License. See the LICENSE file for details.