From 86a401f4501a64055e60d880d039888cec8bbef0 Mon Sep 17 00:00:00 2001 From: ZKWolf <34097612+wolfswolke@users.noreply.github.com> Date: Sun, 5 May 2024 21:53:41 +0200 Subject: [PATCH] Update ReadMe.md added Intel CPU bug parm --- ReadMe.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ReadMe.md b/ReadMe.md index 9caebc9..193d4e2 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -51,6 +51,7 @@ The goal of this project is to revive the Deathgarden backend and servers. ## Usage To find your Game folder right-click on Deathgarden in your Steam Library, hover over Manage and click on Browse Local Files. + 0. If you do not already own Deathgarden, you can get it with this command: `steam://run/555440` @@ -60,6 +61,8 @@ The goal of this project is to revive the Deathgarden backend and servers. 3. Follow the on-screen instructions. +4. IF your game does NOT start and you have a Intel CPU use this Launch Argument in steam: `cmd /c "set OPENSSL_ia32cap=:~0x20000000 && %command%" , -battleye` + **Self Hosting/Development Requirements:** - Steam API Key (see [Steam_Login.md](https://github.com/wolfswolke/DeathGarden_API_Rebirth/blob/master/Doc/Steam_Login.md) for details). - Python 3.10 (or newer).