[SOLVED] How to start fortnite?
-
Hey, I'm trying to create a command to start fortnite, I notice that first I need to start the launcher and then the game, and the command work like 2 times but now it marks "failed to start the game" and the games close. Someone know a command to actually start the game with no problems?
This is the command I used: "C:\Program Files (x86)\Epic Games\Fortnite\FortniteGame\Binaries\Win64\FortniteLauncher.exe"|"C:\Program Files (x86)\Epic Games\Launcher\Portal\Binaries\Win32\EpicGamesLauncher.exe"
EDIT!!:
Hey! I finally solved the problem, this is the commands I used (I put them on a bat file but they also work in the GUI command editor:"C:\Program Files (x86)\Epic Games\Launcher\Portal\Binaries\Win32\EpicGamesLauncher.exe"
"C:\Program Files (x86)\Epic Games\Fortnite\FortniteGame\Binaries\Win64\FortniteClient-Win64-Shipping_EAC.exe" -
@Ana-Talavera, you could try making a batch file, and putting a 5 second pause between the two commands. The command that the TRIGGERcmd agent would run could be: c:\scripts\fortnite.bat
And you'd create c:\scripts\fortnite.bat file with these contents:
"C:\Program Files (x86)\Epic Games\Launcher\Portal\Binaries\Win32\EpicGamesLauncher.exe" timeout 5 "C:\Program Files (x86)\Epic Games\Fortnite\FortniteGame\Binaries\Win64\FortniteLauncher.exe"
-
This post is deleted!