Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qrexpy/nebula

Forge-LAN, in Python
https://github.com/qrexpy/nebula

blockman bmgo moonsveil

Last synced: about 1 month ago
JSON representation

Forge-LAN, in Python

Awesome Lists containing this project

README

        

# Nebula 🌌

> [!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.

## Features ✨

- **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.

## Folder Structure 📂
### Any folder / file with ❌ is removed from GitHub

```
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...
```

## License 📜

This project is licensed under the MIT License. See the LICENSE file for details.