Hello everyone.
I have multiplayer UI setup done. Steam overlay working fine too (when i launch the game i can launch steam UI and its showing me as playing "spacewar") HOWEVER i cannot connect my 2 separacted PCs.
Findind sessions on 1 PC take about 5s time in editor (and it works, client1 can see client2 and they can connect each other) but in packaged game searching take only 1s (i suspect this) and PC1 cant find created session in PC2...
What i have done:
-Enabled module steam in editor
-changed defaultengine.ini text
-created steam_appid.txt (480) file in packaged game folder
So after all, finding sessions not working.
I also tried to modify build.cs file:
DynamicallyLoadedModuleNames.Add("OnlineSubsystemSteam");
but i dont know how to compile that so if i modified and saved that file, i got error in packaging build so i didnt changed anything in build.cs file... I dont using C++ but i have that build file because some months ago i tried to install one plugin which required c++ setup.
Could someone recommend me tutorial or give tips how you guys did steam finding sessions working?
I have multiplayer UI setup done. Steam overlay working fine too (when i launch the game i can launch steam UI and its showing me as playing "spacewar") HOWEVER i cannot connect my 2 separacted PCs.
Findind sessions on 1 PC take about 5s time in editor (and it works, client1 can see client2 and they can connect each other) but in packaged game searching take only 1s (i suspect this) and PC1 cant find created session in PC2...
What i have done:
-Enabled module steam in editor
-changed defaultengine.ini text
-created steam_appid.txt (480) file in packaged game folder
So after all, finding sessions not working.
I also tried to modify build.cs file:
DynamicallyLoadedModuleNames.Add("OnlineSubsystemSteam");
but i dont know how to compile that so if i modified and saved that file, i got error in packaging build so i didnt changed anything in build.cs file... I dont using C++ but i have that build file because some months ago i tried to install one plugin which required c++ setup.
Could someone recommend me tutorial or give tips how you guys did steam finding sessions working?
Comment