mirror of
https://github.com/wolfswolke/DeathGarden_API_Rebirth.git
synced 2026-07-04 01:21:18 -05:00
Added some Info.
This commit is contained in:
parent
f625c3a75b
commit
aeb533d55d
11
ReadMe.md
11
ReadMe.md
|
|
@ -3,6 +3,8 @@
|
|||
|
||||
This project is MORE than just a WIP!
|
||||
|
||||
Current Progress: Logging (Stashboard, Metrics, gameDataAnalytics), Steam Login.
|
||||
|
||||
The goal of this project is to revive the Deathgarden backend and servers.
|
||||
|
||||
If you have any old HTTP captures of the traffic between the game and server, please submit them here!
|
||||
|
|
@ -10,6 +12,13 @@ If you have any old HTTP captures of the traffic between the game and server, pl
|
|||
I am currently reverse-engineering the files to find all the API endpoints and requests.
|
||||
Current knowledge
|
||||
|
||||
## What you need
|
||||
|
||||
To launch this api for yourself you need:
|
||||
|
||||
Steam API Key, Python, requirements.txt, either Fiddler or the parameters
|
||||
in the start_parms.txt file.
|
||||
|
||||
## Current knowledge
|
||||
|
||||
The game uses Unreal Engine 4.21.0.
|
||||
|
|
@ -30,6 +39,8 @@ The game server is the Amazon Gamelift SDK.
|
|||
|
||||
The steamAPI.dll cannot be spoofed because Battle Eye checks the signature.
|
||||
|
||||
There is a API Key which is NOT used by the game.
|
||||
|
||||
If you have any information, suggestions, etc., please create an issue.
|
||||
|
||||
### Currently, known Endpoints and URLs
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user