Open the .sql scripts provided with your server files inside SSMS.
: Some versions of RayCity require matching checksums between the client's Item.txt and the server's database to prevent crashes.
If you encounter problems, double-check the following:
: Open the files in Notepad++ and update the connection strings to match your SQL credentials: raycity server file install
RayCity was a beloved massively multiplayer online racing game (MMORPG) that combined open-world driving, questing, and intense vehicle customization. While the official servers closed years ago, the dedicated community has preserved the game through private server emulation.
Use a hex-edited .exe if your server files require a specific version or bypass.
: Ensure you can see core folders such as Data , MainServer , LoginServer , AgentServer , and SubServer . Step 2: Restore the SQL Databases Open the
With your files and tools ready, follow these steps carefully.
[World] WORLD_ID=1 CHANNEL_COUNT=2 RACE_PORT=11000
(or those specified in your config) are open in your router and firewall. 3. Client Linking To connect your game client to your new server: Edit the Launcher/Engine : Use a hex editor or a specific ServerList.bin editor to change the login IP to your server's address. Patch Version While the official servers closed years ago, the
Follow the standard installation for SQL Server Express . Use SQL Server Authentication rather than Windows Authentication for better compatibility with server files.
Before you begin, ensure you have the necessary hardware and software.
Install Microsoft SQL Server 2019 on your server machine. Then, restore the database you downloaded with the server files. This process will load the game's data tables into the SQL Server.
Create a dedicated folder on your root drive, for example, C:\RayCityServer\ .