project-fika / Fika-Dedicated

Other
12 stars 4 forks source link

TODO #5

Closed Lacyway closed 1 month ago

Lacyway commented 2 months ago
Lacyway commented 2 months ago

For the last bulletin:

@echo off
if NOT EXIST ".\BepInEx\plugins\Fika.Dedicated.dll" (
    echo Could not find 'Fika.dedicated.dll', please install the dedicated plugin before starting the client.
    pause
) else (
    start "" EscapeFromTarkov.exe -token=$Profile$ -config={"BackendUrl":"http://127.0.0.1:6969","Version":"live"} & exit
)