mirror of
https://github.com/wolfswolke/DeathGarden_API_Rebirth.git
synced 2026-03-21 17:54:09 -05:00
Fix launch arguments in the script
This commit is contained in:
parent
4c43859cc8
commit
c0237b6b18
|
|
@ -77,10 +77,13 @@ if exist "%binaries_folder%\TheExit.exe" (
|
|||
)
|
||||
echo First Time Setup finished.
|
||||
echo ---------------------------------------------------------------------
|
||||
echo IMPORTANT in steam under properties, Launch Options add: -BattlEye
|
||||
echo.
|
||||
echo IMPORTANT in steam under properties, Launch Options add:
|
||||
echo -ServiceApi=https://api.zkwolf.com/ -BackendUrl=https://api.zkwolf.com/ -CdnClientData=https://api.zkwolf.com/ -battleye
|
||||
echo.
|
||||
echo If you have a Intel CPU and your game does NOT start use this parameter instead:
|
||||
echo cmd /c "set OPENSSL_ia32cap=:~0x20000000 && %command%" , -battleye
|
||||
echo cmd /c "set OPENSSL_ia32cap=:~0x20000000 && %command%" , -ServiceApi=https://api.zkwolf.com/ -BackendUrl=https://api.zkwolf.com/ -CdnClientData=https://api.zkwolf.com/ -battleye
|
||||
echo.
|
||||
echo ---------------------------------------------------------------------
|
||||
pause
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user