Hi,
I have a hard time understanding the concept of the OnlineSubSystem if I am not using Steam, Google or something similar.
If I have a Master Server and a Login Server and User Profiles etc… do I need to write a custom OnlineSubSystem? Because all that can simply be implemented with HTTPRequests.
I searched in the GitHUB source and found the OnlineSubSystemNull directory which basically just handles creating and destroying sessions. So if I don’t define an OnlineSubSystem and
implement the Session handling etc on my own isn’t it exactly that… and OnlineSubSystem. You see I am a little confused.