Lyra + Steam Multiplayer

Hello! i’m trying to make the lyra starter project work with steam multiplayer and could use some help!

i’ve gotten so far as the project have steam API initializing but trying to start a game just kicks me back to the main menu

I’ve also encountered this problem. Have you found a solution?

I’m currently reading of these two articles:

From the sounds of it, by design the plugin is only enabled in editor and locally so to get it working with steam, you have to do some extra steps. Here’s a quote:

"To enable support for EOS, you can either use the LyraGameEOS target when creating a packaged build or add the following option to your command line:

-customconfig=EOS

This will load the EOS-specific config files from your c:Lyra/Config/Custom/EOS directory. These config files should be modified to use the EOS identifiers specific to your project."

I haven’t gotten it working yet, as I’m still reading these and setting up my accounts, but I’ll let you know if these article’s suggestions work for me.