Something to note: multiplayer is a relatively new feature, and still contains a good deal of bugs. You're very likely to encounter them. If that happens, please report it if it hasn't been reported already, and please say if the bug only occurs on multiplayer games.
OpenRCT2 now has initial support for co-op multiplayer. You can use or test it by clicking the 'Multiplayer' button in the Main Title.
Rollercoaster Tycoon Online Multiplayer
- RollerCoaster Tycoon Classic. All Discussions Screenshots Artwork Broadcasts Videos News Guides Reviews Forum: Start a New Discussion Showing 1-15 of 279 active.
- Compete against friends and challenge them in multiplayer mode and share your incredible coaster creations with other players on PSN. With special bonus events, and more fun-filled features, RollerCoaster Tycoon Joyride delivers a pulse-pounding and exhilarating experience. Game also playable in non-VR mode on PlayStation®4.
Railroad Tycoon 3 is a Single and Multiplayer Business Simulation created by Pop Top Software and published by Gathering of Development. It is a third major installment in the series of Railroad Tycoon, offering the 3D world with lots of new upgrades and features.
Starting the server
To start the built-in server, click 'Multiplayer' from the Main Title of OpenRCT2, and then select 'Start Server'. Specify the save that you want to host in the 'Load Save' window to finish the start. The default port for OpenRCT2 is 11753 (TCP), this can be changed by manually editing the config file in your OpenRCT2 user directory.
In order for the server to successfully accept clients, the port must be open for the server's own firewall and any router's firewall the computer is behind. Additionally if the server is behind a router with NAT enabled, the router must be configured to have the port forwarded to the server's local address.
You can also launch a server by command line, e.g.
Dedicated server
OpenRCT2 also supports a headless mode where the game will run as a console application with no UI. This is useful for running dedicated game servers. This can be launched by the following command line:
Alternatively, on Linux, the openrct2-cli binary may be used:
Additional arguments:
Argument | Variable | Description |
---|---|---|
--headless | N/A | Runs OpenRCT without graphical interface |
--port | Port number | Changes the server port number |
--user-data-path | Path to directory containing config.ini | Changes the server configuration data path |
--password | Password to set | Sets the server password |
--verbose | N/A | Output additional information to the console |
--help | N/A | Prints out help for CLI |
Running as a service on Linux with systemd
To have an always-on server, OpenRCT2 needs to be run as a service. Create the file /etc/systemd/system/openrct2.service
and change it where needed:
Reload the systemd daemon:
Enable the service:
Start the service:
Starting the client
To connect to a server, click 'Multiplayer' from the Main Title of OpenRCT2, and then select the server. If the server is not on the list, click 'New Server', and enter the IP/hostname of the server. After that, click on the entry to connect the server. If the server is not running on the default port, you can specify that after the IP address, e.g. 127.0.0.1:22050
.
To connect to a server by command line with the IP address 192.168.1.102 and listening on port 22050 in command prompt, type the following command (replace with the actual values of the server you want to connect to):
Permissions
See https://github.com/OpenRCT2/OpenRCT2/wiki/Multiplayer-permissions
Desynchronisation
For a list of causes, see here: https://github.com/OpenRCT2/OpenRCT2/wiki/Multiplayer-issues
In order for network games to be reliable, they must stay synchronised. This works by each client always running the game slightly later than the server and never overtake its number of game ticks. When a player sends a game action (e.g. placing a path or opening a ride) - the action is sent to the server. The server then sends the action to all the clients - the clients then all run the action on precisely the same game tick as the server. So long as the game logic is deterministic, the games remain synchronised down to every peep position.
Currently there are still bugs relating to the initial connection setup and some of the user actions which cause the game state to diverge between the server and the client. If the client detects that its game state is not the same as the server, it will automatically disconnect. The client is able to reconnect to the server if this happens.
If you would like to ignore de-synchronisation for testing purposes, you can enable the 'stay connected' option in the options dialog. Warning: doing this can lead to strange side effects.
Steam
Alternatively set the following configuration option as a client in your config.ini file. This will alert you when the game has desynchronised but keep the connection open so you can still play.
Server List API
Available at https://servers.openrct2.io
Request:
Response: