https://github.com/atty303/bb2-building
A build planner for Buriedbornes2 game.
https://github.com/atty303/bb2-building
dioxus rust
Last synced: 10 months ago
JSON representation
A build planner for Buriedbornes2 game.
- Host: GitHub
- URL: https://github.com/atty303/bb2-building
- Owner: atty303
- License: mit
- Created: 2024-01-13T12:40:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T01:08:51.000Z (almost 2 years ago)
- Last Synced: 2025-07-30T12:34:49.643Z (11 months ago)
- Topics: dioxus, rust
- Language: Rust
- Homepage: https://bb2b.atty303.ninja/
- Size: 97 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BB2 Building
A build planner for BB2 game.
## Development
### Setup
```bash
cargo install dioxus-cli
npm ci
```
### Serve local server
```bash
npm run serve
```
### Build
```bash
npm run build
```
### How to update the database
1. Install [Melon Loader](https://github.com/LavaGang/MelonLoader). (v0.6.2).
2. Install [Unity Explorer](https://github.com/yukieiji/UnityExplorer). (ML0.6/IL2CPP)
3. Run the game.
4. Run in C# Console.
```csharp
using Il2CppBansheeGz.BGDatabase;
```
5. Run in C# Console.
```csharp
BGJson.Export(BGRepo.I, "db.json");
```
6. Install [Asset Ripper](https://github.com/AssetRipper/AssetRipper).
7. Run Asset Ripper and select `File -> Open -> Open Folder`.
8. Select `Export -> Export All` and export to `dump/asset`.