Cant connect to Steam

Hi guys. I’m doing a project in 5.4
I can get my flatmate to join (Same Goe location)

But cant get friends from overseas to join, I have added
Advanced Sessions Plugin
OnlineSubSystemSteam Plugin
OnlineSubSystem Plugin

Added a C++ file

Added code to Engine
______________________________

[/Script/Engine.GameEngine]
+NetDriverDefinitions=(DefName=“GameNetDriver”,DriverClassName=“OnlineSubsystemSteam.SteamNetDriver”,DriverClassNameFallback=“OnlineSubsystemUtils.IpNetDriver”)

[OnlineSubsystem]
DefaultPlatformService=Steam

[OnlineSubsystemSteam]
bEnabled=true
SteamDevAppId=(real number hidden)

[/Script/OnlineSubsystemSteam.SteamNetDriver]
NetConnectionClassName=“OnlineSubsystemSteam.SteamNetConnection”

______________________________

Added Steam_AppID.txt with my steam app id number

In Project Setting > Product > Build Configuration (Development)

Platforms > Windows > Use Product Settings (Development)

What am i missing?

1 Like