: Run GameServer.exe . This process will load item IDs, hull blueprints, map structures, and NPC AI instances into the system memory.
: Run GatewayServer.exe last. The gateway handles incoming connections from players and routes them to the game world.
The game relies heavily on a relational database to store account credentials, fleet data, commander statistics, and alliance records. 1. Install your SQL Instance
The GameServer console instantly crashes upon opening or throws a Java/SQL connection exception.
: Open XAMPP and start the Apache and MySQL modules, or ensure your standalone MySQL service is running.
: Direct access to developers through Discord for reporting bugs and suggesting new features like World Bosses or new armor sets.
[Database] Host = 127.0.0.1 Port = 1433 User = go2admin Password = YourSecurePassword123 DBName = GO2_Account [Network] ListenIP = 0.0.0.0 ListenPort = 8001 Use code with caution. 2. Game Server Configuration ( GameServer.ini )
While each server varies, the general "SuperGO2" or private server installation follows this flow:
Open the file and modify the target IP and ports to match your server configuration:
Inside MySQL:
The game client must be redirected away from the official servers to your private infrastructure. Navigate to your C:\GO2_Client\ folder.
Navigate to your server directory and locate the configuration files. They are typically named config.ini , server.cfg , or app.config . Open these files using a text editor like Notepad++.
I can assist you further if you provide more details regarding:
Do you have the to compile, or are you working with pre-compiled binaries ?
: Visual Studio (2019 or newer with C++ desktop development workloads) if compiling source code; Notepad++ or VS Code for editing configuration files.
: Run GameServer.exe . This process will load item IDs, hull blueprints, map structures, and NPC AI instances into the system memory.
: Run GatewayServer.exe last. The gateway handles incoming connections from players and routes them to the game world.
The game relies heavily on a relational database to store account credentials, fleet data, commander statistics, and alliance records. 1. Install your SQL Instance
The GameServer console instantly crashes upon opening or throws a Java/SQL connection exception.
: Open XAMPP and start the Apache and MySQL modules, or ensure your standalone MySQL service is running.
: Direct access to developers through Discord for reporting bugs and suggesting new features like World Bosses or new armor sets.
[Database] Host = 127.0.0.1 Port = 1433 User = go2admin Password = YourSecurePassword123 DBName = GO2_Account [Network] ListenIP = 0.0.0.0 ListenPort = 8001 Use code with caution. 2. Game Server Configuration ( GameServer.ini )
While each server varies, the general "SuperGO2" or private server installation follows this flow:
Open the file and modify the target IP and ports to match your server configuration:
Inside MySQL:
The game client must be redirected away from the official servers to your private infrastructure. Navigate to your C:\GO2_Client\ folder.
Navigate to your server directory and locate the configuration files. They are typically named config.ini , server.cfg , or app.config . Open these files using a text editor like Notepad++.
I can assist you further if you provide more details regarding:
Do you have the to compile, or are you working with pre-compiled binaries ?
: Visual Studio (2019 or newer with C++ desktop development workloads) if compiling source code; Notepad++ or VS Code for editing configuration files.