: Ensure your server folder contains the primary executable modules. These typically include: AccountServer.exe (Manages user authentication and login)
files provided in your server files package and restore them. Create a dedicated SQL user (e.g., permissions for these databases. 3. Server File Setup Extract your Server Files to a root directory (e.g., C:\RayCityServer\ Navigate to the configuration folder (often named files (such as LoginServer.ini GameServer.ini SubServer.ini Update Database Strings: Change the Data Source to match your SQL setup. IP Configuration: Set the IP addresses to for local testing or your VPS/WAN IP for public access. 4. Client Connectivity Locate the IPList.txt ServerList.bin inside your Game Client folder. Modify the file to point to your server's IP address.
| Error | Likely Cause | Solution | | :--- | :--- | :--- | | | Wrong ODBC name or password | Re-run odbcad32.exe . Ensure DSN name matches exactly RayCity . | | WorldServer.exe vanishes instantly | Missing SQL table or wrong port | Open SSMS. Ensure the database has 40+ tables. Re-run the restore script. | | AuthServer says "Port in use" | Another app (like Skype or VMware) is on port 9000 | Change AuthServer.ini port to 9001 and update client accordingly. | | Client says "Cannot connect to server" | Client IP mismatch | Double-check client's ipconfig.txt . It must be 127.0.0.1 or your LAN IP. | | "ODBC Driver 17 not found" | Wrong ODBC architecture | You ran 32-bit ODBC admin, but SQL is 64-bit. Always use C:\Windows\SysWOW64\odbcad32.exe for 32-bit apps. | raycity server file install
: Microsoft SQL Server (MSSQL) 2014 or newer, along with SQL Server Management Studio (SSMS)
[Network] IP=127.0.0.1 Port=9000
: Right-click the Databases folder and select Restore Database .
Because RayCity is a legacy racing MMO, these files often require specific environment settings like older versions of Microsoft SQL Server to function correctly. 1. Prerequisites & Database Setup : Ensure your server folder contains the primary
Provide a list of if you're experiencing errors.
: Ensure your MS SQL Windows service is up and running. such as RayCity.exe /launch /test .
: Create a shortcut to your RayCity.exe client executable. You may need to append launch arguments to bypass the original launcher patcher, such as RayCity.exe /launch /test .