Windows
Supports 64-bit Windows 7, Windows 10, and Windows 11 operating systems.
Due to the characteristics of the Windows platform, the installation directory of the game cannot contain the English character semicolon (;), otherwise the game will not be able to find the necessary DLLs and the game will fail to run.
WebView is required if the Windows platform has integrated authentication methods such as Google, Facebook, LINE, and Apple.
Recommended to be compiled on Microsoft Visual C++ Redistributable 2015-2022.
Windows 7:
- Install Microsoft Visual C++ Redistributable packages and add the
VC_redist.x64.exe /install /quiet /norestart
command to the installer script. - Install Security Update for Windows 7 (KB3063858).
- Install Microsoft Visual C++ Redistributable packages and add the
Windows 8 and Windows 8.1:
Install Microsoft Visual C++ Redistributable packages and add the the
VC_redist.x64.exe /install /quiet /norestart
command to the installer script.
The following SDKs are available for game client development on Windows. Choose the right SDK according to your game engine:
Player Network SDK | Description | Additional Information |
---|---|---|
Unreal Engine | SDK adapted for C++ or blueprint | UE Windows Guide |
Unity | Stand-alone SDK for Unity3d | Unity Windows Guide |