How can I create shortcut or batch file for packaged project?

Following the tutorial “Using Epic Online Services with Lyra Starter Game | Tutorial”,
I created the packaged Lyra project. The problem is that when I started Lyra with visual studio, it started with this command immediately


, which registered the account when logging in. But I do not know how to implement this command in a built project. The site says to create a shortcut or batch file, but I don’t understand how to do it.

I would be very grateful for your help

I found a solution. First, I inserted this command into the shortcut
(-AUTH_LOGIN=localhost 6666 -AUTH_PASSWORD=Player 1 -AUTH_TYPE=developer),
copying it from the site, but there was an error (there is no colon). Copy the command directly from vss to get something like this:
LyraStarterGame -game -customconfig=SYS -AUTH_LOGIN=localhost:6666 -AUTH_PASSWORD=Player1 -AUTH_TYPE=developer

1 Like