TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    [SOLVED] How to start fortnite?

    Windows
    2
    3
    4.3k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Ana TalaveraA
      Ana Talavera
      last edited by Ana Talavera

      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"

      RussR 1 Reply Last reply Reply Quote 0
      • RussR
        Russ @Ana Talavera
        last edited by Russ

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

        Russell VanderMey

        Ana TalaveraA 1 Reply Last reply Reply Quote 0
        • Ana TalaveraA
          Ana Talavera @Russ
          last edited by

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • First post
            Last post