Update README.md

This commit is contained in:
amizing25
2024-11-08 12:53:00 +07:00
parent 74df9dfaa3
commit ff0a1212d1

View File

@@ -1,14 +1,8 @@
# MikuBH3
A Server emulator for version 7.9 of a certain adventure anime game
![screenshot](https://github.com/MikuLeaks/MikuBH3-PS/raw/main/screenshot.png)
## Requirements
- Python 3.12++
- [MongoDB](https://www.mongodb.com/try/download/community)
## Features
- 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
- Story Chapter 1 - 42
## Requirements
- Python 3.12++
- [MongoDB](https://www.mongodb.com/try/download/community)
## 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.
```
├───resources
│ └───ExcelOutputAsset
@@ -35,24 +34,8 @@ Download resources & proto from [MikuBH3-Res](https://github.com/MikuLeaks/MikuB
│ └───__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)
- 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.
- 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 games main executable (`BH3.exe`) is located.
- Run `bh3-launcher.exe` as administrator.
## Usage/Examples
To run the project use cmd or vscode and run
```python
py hi3
```
## Change Stage Superstring Dimension (Abyss)
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`
# 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
- am25