From aeb533d55d7447ff44a4fb43570e080236987802 Mon Sep 17 00:00:00 2001 From: ZKWolf Date: Sat, 10 Jun 2023 20:02:45 +0200 Subject: [PATCH] Added some Info. --- ReadMe.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ReadMe.md b/ReadMe.md index a854b7f..d153f82 100644 --- a/ReadMe.md +++ b/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