Stormancer.Server.Plugins.Gameye
0.1.0.11-pre
See the version list below for details.
dotnet add package Stormancer.Server.Plugins.Gameye --version 0.1.0.11-pre
NuGet\Install-Package Stormancer.Server.Plugins.Gameye -Version 0.1.0.11-pre
<PackageReference Include="Stormancer.Server.Plugins.Gameye" Version="0.1.0.11-pre" />
paket add Stormancer.Server.Plugins.Gameye --version 0.1.0.11-pre
#r "nuget: Stormancer.Server.Plugins.Gameye, 0.1.0.11-pre"
// Install Stormancer.Server.Plugins.Gameye as a Cake Addin #addin nuget:?package=Stormancer.Server.Plugins.Gameye&version=0.1.0.11-pre&prerelease // Install Stormancer.Server.Plugins.Gameye as a Cake Tool #tool nuget:?package=Stormancer.Server.Plugins.Gameye&version=0.1.0.11-pre&prerelease
Gameye plugin
Enables the Stormancer game session system to host game servers in Gameye.
Installation
Client
//Include the plugin code
#include "gameye.hpp"
[...]
// In the Stormancer library configuration code, add and configure the Gameye plugin.
conf->additionalParameters[Stormancer::Gameye::ConfigurationKeys::GameyePortId] = "7777";
conf->addPlugin(new Stormancer::Gameye::GameyePlugin());
Server
- Add the
Stormancer.Server.Plugins.Gameye
NuGet package to the application server project. - Declare a Gameye game server pool and configure the game session system to use it.
pool configuration options
"gameyePool1":{ "Image":"docker-image:xx", "Region":"europe", //Default game eye region to host game servers if no appropriate region mapping found between a region in the game and a region in gameye. "RegionsMapping":{"eu":"europe"} //Maps the regions of the game to regions in gameye. }
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net6.0
- Stormancer.Server.Plugins.GameSession (>= 6.2.1.33-pre)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.1.0.13-pre | 63 | 3/11/2024 |
0.1.0.12-pre | 142 | 11/11/2023 |
0.1.0.11-pre | 74 | 11/8/2023 |
0.1.0.10-pre | 86 | 10/30/2023 |
0.1.0.9-pre | 85 | 10/25/2023 |
0.1.0.8-pre | 93 | 10/20/2023 |
0.1.0.7-pre | 95 | 9/29/2023 |
0.1.0.6-pre | 105 | 8/29/2023 |
0.1.0.5-pre | 119 | 6/15/2023 |
0.1.0.4-pre | 90 | 6/15/2023 |
0.1.0.3-pre | 91 | 6/15/2023 |
0.1.0.1-pre | 102 | 6/14/2023 |
0.1.0-pre | 91 | 6/13/2023 |
Added
*******
- Added a provider for the Stormancer gameserver system which enables running game servers on Gameye.
- Added support for container logs retrieval.