Run game from executable

Hi,

Im trying to create a custom executable to run my project outside of the editor environment with uncooked content. I have followed the instructions listed here. I am however getting the following error:
“Rocket games require a project file as the first parameter”

I have created a shortcut from Rocket.exe and appended the project path to the target in the shortcut.

I currently have the following in my shortcut:
“C:\Program Files\Rocket\Engine\Binaries\Win64\Rocket.exe” \Users\James\Documents\Rocket Projects\Alpha\Alpha.uproject

I have also tried adding the -game argument and get the same error with or without this added.

That doesn’t look like a full path to the uproject file. Did you try with the full absolute path? Also, you should put it in quotes since there is a space in the path.