Gain Access and Download
NetCluster is built on a modified version of Unreal Engine, so you’ll need access to Unreal Engine’s GitHub repository before gaining access to the NetCluster repositories and creating an account.
Gain Access to Unreal Engine’s GitHub Repository
Follow the instructions in Unreal Engine Download Source to gain access. You do not need to download Unreal Engine from the Epic Games repository.
Before accessing the NetCluster repository, ensure you have followed the instructions and are a member of EpicGames/developers. If you are not a member, you may be automatically removed from the NetCluster GitHub team.
Gain Access to NetCluster
To create an account and gain access to the NetCluster GitHub repositories, please email us with the following details:
Subject: "Account Registration Request: [Your Game Project Name]"
To: registration@clustech.com.au
Email Body:
- Your GitHub account (required for GitHub access)
- Your Account ID (required for server instance creation; must not exceed 128 characters)
- Password.pub (required for server instance creation)
- Your company name/ID
- A brief description of your game
Generating Password.pub
To generate the Password.pub file:
- Download KeyGenerator.
- Run the following command:
.\KeyGenerator.exe -o Password gen_signature_key -s "YOUR_PLAIN_PASSWORD"
This will generate Password.pub and Password.seed files in the current directory. The content of Password.seed is yourYOUR_PASSWORD_BASE64
.
Once you have sent the email, you will receive a GitHub invitation. Accept it to gain access to the NetCluster repositories.