Skip to content

Commit 7d83dab

Browse files
committed
Add Download section with release binaries
1 parent 1419572 commit 7d83dab

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@
22

33
UE5 Blueprint replication handle & net field resolver, built on [CUE4Parse](https://github.com/FabianFG/CUE4Parse).
44

5-
Scans `.pak` files to discover Blueprint classes and resolves their replication layout handles and ClassNetCache indices using C++ seed data from [RepSeedDumper](https://github.com/Starter-Pack/Dumper-7).
5+
Scans `.pak` files to discover Blueprint classes and resolves their replication layout handles and ClassNetCache indices using C++ seed data from [RepSeedDumper](https://github.com/Mokocoder/RepSeedDumper).
66

77
<img src="assets/screenshot-log.png" width="600"/>
88

99
<img src="assets/screenshot-results.png" width="600"/>
1010

11+
## Download
12+
13+
Pre-built binaries are available on the [Releases](https://github.com/Mokocoder/RepSeedResolver/releases) page.
14+
15+
Requires [.NET 8.0 Runtime](https://dotnet.microsoft.com/download/dotnet/8.0) (win-x64).
16+
1117
## Output
1218

1319
Produces two JSON files:

0 commit comments

Comments
 (0)