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

[SOLVED] How to start fortnite?

Windows
2
3
4.8k
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.
  • A
    Ana Talavera
    last edited by Ana Talavera Mar 11, 2021, 11:21 PM Mar 10, 2021, 8:54 PM

    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"

    R 1 Reply Last reply Mar 10, 2021, 10:37 PM Reply Quote 0
    • R
      Russ @Ana Talavera
      last edited by Russ Mar 10, 2021, 10:37 PM Mar 10, 2021, 10:37 PM

      @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

      A 1 Reply Last reply Mar 11, 2021, 8:01 PM Reply Quote 0
      • A
        Ana Talavera @Russ
        last edited by Mar 11, 2021, 8:01 PM

        This post is deleted!
        1 Reply Last reply Reply Quote 0
        2 out of 3
        • First post
          2/3
          Last post