This guide outlines the steps to set up the GIO server using Docker Desktop on your Windows system with WSL (Windows Subsystem for Linux) enabled.
What are the benefits of playing this old version? You can relive some of the most nostalgic past events that will never come back forever, such as: Windblume (1.4), Golden Apple Archipelago (1.6 & 2.8), Shadows Amidst Snowstorms (2.3), Three Realms Gateway Offering (2.5), and The Lantern Rite (1.3 & 2.4). Also, you can play Ayaka (the character released in 2.0) in CBT.
- Install Docker Desktop
- Download Game Client
- Download server bins and place them in the
server
folder. - Download server data (json, lua, txt, xml, version.txt) and place it in the
server/data
folder. - Download sdkserver and place it in the
server/sdkserver
folder. - Download Game Patch
- Download FurinaImpact.Proxy
-
Enable WSL (Windows Subsystem for Linux):
- Open
Turn Windows feature on or off
from the Windows search bar. - Check the boxes for
Windows Subsystem for Linux
andVirtual Machine Platform
. - Restart your computer.
- Open
-
Update WSL:
- Open a terminal and run:
wsl --update
- Open a terminal and run:
-
Initial Setup:
- Run the Docker setup using the provided
bootstrap.bat
file (no need to run Docker commands manually). - For future uses, you can start the server using
start.bat
.
- Run the Docker setup using the provided
-
Server Initialization:
- Wait approximately 15 minutes for the server to debug and be ready.
-
Apply Game Patch:
- Place the downloaded game patch into the same folder as the game's executable file (.exe).
-
Run FurinaImpact.Proxy:
- Set the port to
21000
.
- Set the port to
-
Playing the Game:
- You can now enjoy the game.
- You can register an account on the game's login screen (no real email is needed). For CB1, register via the browser at
http://localhost:21000/
.
-
For GIO 3.0:
- Use the 2.8.50 beta client instead of the 3.0 client.
-
For GIO 3.3, 3.4:
- You should use ProtoShift to make 3.3, 3.4 GIO support!
- Open MySQL via a web browser at
http://localhost:8087/
. - Username:
root
- Password: (check the
.env
file for the password).