XsollaLogin - CRYENGINE V plugin for integration Xsolla Login API
- Unpack
SDKs.7z
archive in root folder - Setup CRYENGINE 5.6 (if it not setuped)
- Use XsollaLogin.cryproject for generation solution
- Open solution with Visual Studio and build it
- After compiling plugin go to
bin/win_x64
folder and copyXsollaLogin.dll
to you project bin folder - Copy
cpprest_2_10.dll
fromSDKs/cpprestsdk/lib/Release
folder toCRYENGINE/bin/win_x64
folder (you need add this dll also in project bin folder when you releasing game) - Add XsollaLogin plugin to you .cryproject file
{
"type": "EPluginType::Native",
"path": "bin/win_x64/XsollaLogin.dll"
}
- Set
xl_login_project_id
console variable (Read more on WIKI) - That's all. Plugin ready for using
- For more instructions - please read our WIKI