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

    [SOLVED] How to start fortnite?

    Scheduled Pinned Locked Moved Windows
    3 Posts 2 Posters 6.9k Views 1 Watching
    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 Offline
      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 Offline
        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 Offline
          Ana Talavera @Russ
          last edited by

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

          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

          With your input, this post could be even better 💗

          Register Login
          • First post
            Last post