I set up OnlineSubsystemSteam in accordance with the documentation. But when I run the project on Standalone Game, the project is not connected to the steam.
Can any one help me?
Did you enable the Steam plugin?
Are you running Steam on your machine when you start your game in standalone mode?
Show us your "DefaultEngine.ini" file?
Did you enable the Steam plugin?
Are you running Steam on your machine when you start your game in standalone mode?
Show us your "DefaultEngine.ini" file?
No ... you can only get a Steam App Id once you are greenlit ... for now you use the demo app id ... 480 ... this is a game called Spacewar that is available to developers on Steam.
No ... you can only get a Steam App Id once you are greenlit ... for now you use the demo app id ... 480 ... this is a game called Spacewar that is available to developers on Steam.
It is probably not working because you are using the field SteamDevAppId and not SteamAppId as well. This is what I have on my config file to get it working and I have also ensured the plugins are enabled int he project.
It is probably not working because you are using the field SteamDevAppId and not SteamAppId as well. This is what I have on my config file to get it working and I have also ensured the plugins are enabled int he projects.
I try to copy these to my config file and Launch my project. But it still doesn't work.
Whether it is because I have modified the built-in version of the steam SDK.
D:\Epic Games\UE_4.15\Engine\Source\ThirdParty\Steamworks
Steamworks.build.cs:
/** Mark the current version of the Steam SDK */
string SteamVersion = "v139";
Type = ModuleType.External;
I am using the provided version of the Steam SDK and it works just fine for me. I am sorry but I don't think I can help you any further, maybe someone else can assist as I have not experienced any of the issues you are experiencing. Good luck.
I am using the provided version of the Steam SDK and it works just fine for me. I am sorry but I don't think I can help you any further, maybe someone else can assist as I have not experienced any of the issues you are experiencing. Good luck.
All right, whatever, very thank you for your help.
Comment