Good Morning,
I am wondering if anyone have any experience with integrating the SmartFoxServer with Steamworks? I have found Steamworks4j, and thought that might be the route to go.. however, the Steamworks API has extensive use of Callbacks and I am unsure how or if SmartFoxServer supports those.
The reason I am going this route as I am creating a client/server game with Godot 4.x for the client using the SFS C# client api, and SFS for the server. I have what I need for the client side integration with Steamworks and to interact with the encrypted certificate.. hopefully passing it to the C# client api to pass to the SFS server... but on the server side, there is an steamworks api call to.. certify the certificate and that requires waiting on a callback from the steam servers.
Basically, in short. Has anyone have any luck with steamworks and SFS?
Steamworks fun
-
AlaskanDruid
- Posts: 10
- Joined: 06 Aug 2024, 01:26
Re: Steamworks fun
Hi,
I don't think there should be anything preventing you from using any specific library in SFS2X, Steamworks included.
I have no experience with it, but SFS Extensions are just java classes and you can embed whatever other technology is required by your application.
Can you give us a bit more details on what is exactly the problem. Why are callbacks an issues in your server side code?
Thanks
I don't think there should be anything preventing you from using any specific library in SFS2X, Steamworks included.
I have no experience with it, but SFS Extensions are just java classes and you can embed whatever other technology is required by your application.
Basically, in short. Has anyone have any luck with steamworks and SFS?
Can you give us a bit more details on what is exactly the problem. Why are callbacks an issues in your server side code?
Thanks
-
AlaskanDruid
- Posts: 10
- Joined: 06 Aug 2024, 01:26
Re: Steamworks fun
Hmm, no problem yet. I just got the client side completed and now working on extensions... which is a different post I'll post in a bit.