mirror of
https://codeberg.org/Nixietab/EOSSDK-Holos.git
synced 2026-08-21 20:23:28 -04:00
Initial commit.
This commit is contained in:
parent
3f8a1206d1
commit
0c1615c037
5 changed files with 2396 additions and 1 deletions
24
README.md
24
README.md
|
|
@ -1,3 +1,25 @@
|
|||
### This project is being worked on and not everything works yet, contact me for help
|
||||
|
||||
|
||||
|
||||
# EOSSDK-Holos
|
||||
|
||||
A emulation layer of EOSSDK that does it's best to enable true p2p multiplayer
|
||||
EOSSDK-Holos is an emulation layer for the Epic Online Services (EOS) SDK. Its primary objective is to make possible true Peer-to-Peer multiplayer connectivity by intercepting and redirecting P2P traffic over a direct UDP socket.
|
||||
|
||||
|
||||
# Build
|
||||
|
||||
1. Place the contents of this repository into the game's plugin directory:
|
||||
|
||||
`Holo's Hanafuda\HolosHanafuda_Data\Plugins\x86_64\`
|
||||
|
||||
|
||||
The project acts as a DLL proxy. To ensure the game can still access the original SDK functions, you must rename the existing file:
|
||||
|
||||
|
||||
2. Locate `EOSSDK-Win64-Shipping.dll` in the directory mentioned above and rename it to `EOSSDK-Win64-Shipping_orig.dll`.
|
||||
|
||||
|
||||
Execute the build script provided in the repository to generate the proxy DLL:
|
||||
|
||||
```bash ./build.sh```
|
||||
Loading…
Add table
Add a link
Reference in a new issue