mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-14 13:54:43 +01:00
Update README.md
This commit is contained in:
57
README.md
57
README.md
@@ -1,14 +1,8 @@
|
|||||||
|
|
||||||
# MikuBH3
|
# MikuBH3
|
||||||
|
|
||||||
A Server emulator for version 7.9 of a certain adventure anime game
|
A Server emulator for version 7.9 of a certain adventure anime game
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
## Requirements
|
|
||||||
- Python 3.12++
|
|
||||||
- [MongoDB](https://www.mongodb.com/try/download/community)
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Basic features: inventory,warship,dress,custom team
|
- Basic features: inventory,warship,dress,custom team
|
||||||
@@ -17,6 +11,10 @@ A Server emulator for version 7.9 of a certain adventure anime game
|
|||||||
- Universial Mirage
|
- Universial Mirage
|
||||||
- Story Chapter 1 - 42
|
- Story Chapter 1 - 42
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
- Python 3.12++
|
||||||
|
- [MongoDB](https://www.mongodb.com/try/download/community)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@@ -27,6 +25,7 @@ pip install -r requirements.txt
|
|||||||
```
|
```
|
||||||
|
|
||||||
Download resources & proto from [MikuBH3-Res](https://github.com/MikuLeaks/MikuBH3-RES) and place them into your resources & lib folder.
|
Download resources & proto from [MikuBH3-Res](https://github.com/MikuLeaks/MikuBH3-RES) and place them into your resources & lib folder.
|
||||||
|
|
||||||
```
|
```
|
||||||
├───resources
|
├───resources
|
||||||
│ └───ExcelOutputAsset
|
│ └───ExcelOutputAsset
|
||||||
@@ -35,24 +34,8 @@ Download resources & proto from [MikuBH3-Res](https://github.com/MikuLeaks/MikuB
|
|||||||
│ └───__init__.py
|
│ └───__init__.py
|
||||||
```
|
```
|
||||||
|
|
||||||
also build patch from [MikuBH3-Patch](https://github.com/MikuLeaks/MikuBH3-PATCH) and place them into your game directory `Honkai Impact 3rd Game`
|
|
||||||
|
|
||||||
## To-Do List
|
|
||||||
|
|
||||||
- Commands
|
|
||||||
|
|
||||||
- Memorial Arena
|
|
||||||
|
|
||||||
- Elysian Realm
|
|
||||||
|
|
||||||
- Open World
|
|
||||||
|
|
||||||
- Part 2 Story & Open world
|
|
||||||
|
|
||||||
- Character Tutorial
|
|
||||||
|
|
||||||
|
|
||||||
## Connecting with the client (Fiddler method)
|
## Connecting with the client (Fiddler method)
|
||||||
|
|
||||||
- Log in with the client to an official server at least once to download game data.
|
- Log in with the client to an official server at least once to download game data.
|
||||||
- Install and have [Fiddler Classic](https://www.telerik.com/fiddler) running.
|
- Install and have [Fiddler Classic](https://www.telerik.com/fiddler) running.
|
||||||
- Copy and paste the following code into the Fiddlerscript tab of Fiddler Classic. Remember to save the fiddler script after you copy and paste it:
|
- Copy and paste the following code into the Fiddlerscript tab of Fiddler Classic. Remember to save the fiddler script after you copy and paste it:
|
||||||
@@ -72,22 +55,46 @@ class Handlers
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Connecting with the client (DLL method)
|
||||||
|
|
||||||
|
- Download prebuild patch from [BH3-Patch](https://github.com/MikuLeaks/MikuBH3-PATCH/releases)
|
||||||
|
- Extract the `BH3-Patch-Win64.zip` file into your game folder, where the game’s main executable (`BH3.exe`) is located.
|
||||||
|
- Run `bh3-launcher.exe` as administrator.
|
||||||
|
|
||||||
## Usage/Examples
|
## Usage/Examples
|
||||||
|
|
||||||
To run the project use cmd or vscode and run
|
To run the project use cmd or vscode and run
|
||||||
|
|
||||||
```python
|
```python
|
||||||
py hi3
|
py hi3
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Change Stage Superstring Dimension (Abyss)
|
## Change Stage Superstring Dimension (Abyss)
|
||||||
|
|
||||||
edit `Endless.json` and set area1 to desire `SiteID` from `UltraEndlessSite.json`
|
edit `Endless.json` and set area1 to desire `SiteID` from `UltraEndlessSite.json`
|
||||||
|
|
||||||
## Use Local Patch
|
## Use Local Patch Assets
|
||||||
|
|
||||||
edit `Config.json` and set UseLocalCache to True, after that put data cache folder from AppData `Honkai Impact 3rd Game` into `resources/statics`
|
edit `Config.json` and set UseLocalCache to True, after that put data cache folder from AppData `Honkai Impact 3rd Game` into `resources/statics`
|
||||||
|
|
||||||
# Support
|
# Support
|
||||||
|
|
||||||
Join [Discord](https://discord.gg/MdHC4AJvec) for support
|
Join [Discord](https://discord.gg/MdHC4AJvec) for support
|
||||||
|
|
||||||
|
# To-Do List
|
||||||
|
|
||||||
|
- Commands
|
||||||
|
|
||||||
|
- Memorial Arena
|
||||||
|
|
||||||
|
- Elysian Realm
|
||||||
|
|
||||||
|
- Open World
|
||||||
|
|
||||||
|
- Part 2 Story & Open world
|
||||||
|
|
||||||
|
- Character Tutorial
|
||||||
|
|
||||||
# Credits
|
# Credits
|
||||||
|
|
||||||
- am25
|
- am25
|
||||||
|
|||||||
Reference in New Issue
Block a user