Author: bearhammergame

  • Setting Up AWS Account For Unreal Servers Using Blueprint Plugin

    Introduction As a start to this process, I’ve been following tutorials and understanding some key principles. The UE4 client has access to amazon IAM credentials for logging in users via cognito. On Amazon, this IAM credential must be restricted to only cognito logins to not allow someone who has access to this information For higher

    Read article →

  • Requirements For Setting Up Gamelift Local And Testing A Server Build

    https://aws.amazon.com/gamelift/getting-started/ The SDK has some further requirements explained in the readme file. 2. Download Java Development Kit 8 (scroll down to get it) https://www.oracle.com/java/technologies/downloads/#java8-windows or use this direct link jdk-8u301-windows-x64.exe 3. Check to see if java is installed on your path by opening a a command prompt (type cmd after hitting windows button) and typing

    Read article →