Fix launch arguments in the script

This commit is contained in:
Kristiyan Georgiev 2024-05-31 07:31:13 +02:00
parent 4c43859cc8
commit c0237b6b18

View File

@ -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