All Content tagged with Game Server Hosting & Backends
Content language: English
Select up to 5 tags to filter
Sort by most recent
77 results
Hi! We are experiencing serious issues with the server performance in India, Mumbai (ap-south-1).
We set up a dev environment in Germany and managed to get 50 server FPS capped (good Server tick...
We're building a (web) game using [AWS GameLift with a "Realtime server"](https://docs.aws.amazon.com/gamelift/latest/developerguide/realtime-intro.html) for the multiplayer backend.
We'd like to...
Hello, Is NodeJs Still not officially supported for Gamelift custom server Sdk ? and is it a good option as a Backend for a MOBA RTS-type Unreal Game? Any help is much appreciated
Hi, I have a queue which do matchmaking and after successful matchmaking, it creates an automatic backfill request to fill remaining player slot. The backfill works fine until a player who was part of...
I have the Unreal Gamelift plugin for AWS integrated. I am able to setup my user with AdministratorAccess + GameLiftGameServerGroupPolicy successfully, but I cannot find any information on how to...
I see that by default, the flexmatch doesnt support duplicate playerId. However, In my game, I want duplicate playerId to be. Is there any way to allow matchmaking for the same playerId twice or even...
Hi, So I have a server in Gamelift that have 3 game modes. How can I spin up the server with the game mode for which Flexmatch created the session? Lets say FlexMatch created a match for "1v1", How...
EXPERT
published 8 months ago0 votes1316 views
Thanks for taking the time to help me out!
**Overview:**
I am developing a battle simulation game where players setup their battle board and face off against each other. I am looking for a server...
I managed to include the AWS GameLift Plugin in a UE 4.27.2 C++ Sample Project and deployed my first GameServer to the Cloud, which is pretty awesome :-) Kudos to the team who made this plugin, it is...
Hi, I am trying to add concurrent server processes to my instance. I wonder how to make sure the activation succeeds for the instances with concurrent process. In my activation code for gamelfit in...
Hi!
I've tried to follow these guides: https://docs.aws.amazon.com/gamelift/latest/developerguide/unreal-plugin-anywhere.html for setting up Testing on a local machine and...