Raycity Server File Install -
Open and connect to your local instance. Right-click Databases and select New Database . Create three distinct databases named: RayCity_Auth (For user accounts and login sessions) RayCity_Game (For player profiles, cars, and inventory) RayCity_Log (For tracking server events and transactions) Restoring the Schemas
RayCity uses Microsoft SQL Server for all data storage. You cannot use MySQL or SQLite without major emulator modifications.
RayCity server files rely heavily on MS SQL Server to store player accounts, vehicle data, item inventories, and quest progression. 1. Install MS SQL Server
: To run a full "Long Feature" server, you must successfully start several agents: MessengerAgent (MA) : Handles chat and social features. TrafficAgent (TA) : Manages NPC traffic and field logic. RaceAgent (RA) : Manages race instances. AuctionAgent (AA) : Manages the player auction house. Resources for Files
: Open the file and replace the default IP addresses with your target IP address (use 127.0.0.1 for local networks). raycity server file install
| 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. |
Before diving into the installation, you need to prepare your hosting environment. RayCity server files are built for Windows-based architectures and rely heavily on relational database management systems. Recommended System Specifications
: This process loads the map assets, race tracks, item systems, and NPC scripts. It may take a few minutes to fully initialize into an "Idle" or "Ready" state.
: Run SessionServer.exe . Wait until the command prompt window reads "Ready" or "Listening". Open and connect to your local instance
What of RayCity server files you are working with?
: Notepad++ for editing configuration ( .ini and .xml ) files. 📦 Step 1: Download and Extract the Server Files
Now, your client is patched and ready to connect to your server.
: Microsoft SQL Server 2014 Express (or newer) Development Tools : Visual Studio 2015/2017 Redistributables Memory : Minimum 8 GB RAM (16 GB recommended for stability) You cannot use MySQL or SQLite without major
Windows Server 2012/2016/2019 or Windows 10/11 (64-bit) Processor: Quad-core Intel or AMD processor (2.5 GHz+)
This paper focuses on the more common open-source/repack approach.
Open and connect to your local SQL instance.
Update the connection strings with your SQL Server instance name, the database names, and the username/password you created in Phase 2. Phase 4: Client Setup
[WorldServer] IP=127.0.0.1 Port=10001