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

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.

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