question

Viachaslau avatar image
Viachaslau asked

What should contain zip file for C++ server build? Is there an example?

Content
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Gosen Gao avatar image
Gosen Gao answered

Here is our examples for multiplayer server, https://github.com/PlayFab/gsdk/tree/master/cpp/testapps.

3 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Viachaslau avatar image Viachaslau commented ·

Thank you. I have already built cppWindowsRunnerGame.

Is it instruction valid for building C++ server wrapped with PlayFab - https://github.com/PlayFab/MpsSamples/tree/master/wrappingGsdk ?

0 Likes 0 ·
Gosen Gao avatar image Gosen Gao Viachaslau commented ·

The wrapper is prepared for developers who want to wrap an existing game with a custom process that uses Multiplayer Servers Game Server SDK(GSDK). If you are developing your game, you can add our GSDK directly into your game, please follow Integrating game servers with the PlayFab Game Server SDK (GSDK) to implement the code.

0 Likes 0 ·
Viachaslau avatar image Viachaslau Gosen Gao commented ·

Ok. Thanky you. I will do.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.