Skip to content

Windows & Linux Launcher for OpenRCT2 and OpenLoco

License

Notifications You must be signed in to change notification settings

samuel-w/OpenLauncher

 
 

Repository files navigation

Launcher for OpenRCT2 and OpenLoco

A launcher for automatically downloading the latest, or specific versions of OpenRCT2 and OpenLoco.

🚀 Installation

  1. Download the latest version of the launcher from the Releases page.
  2. Save the file anywhere on your system and run it.

Debian/Ubuntu

  1. Download the .deb file from the Releases page.

  2. Run this command as root in the location you've downloaded the .deb file to

    apt install -f openlauncher-*.deb

Fedora

  1. Copy the link to the .rpm file from the Releases page.

  2. Run this command as root

    yum localinstall <link_to_rpm>

🔨 Building

Open Launcher is written in C# using the AvaloniaUI framework. The application currently targets .NET 6 and is typically distributed as a self contained executable.

Prerequisites

Running

You can quickly build and run the launcher on the command line using the following command.

dotnet run --project src/openlauncher

Alternatively, open openlauncher.sln in Visual Studio. Installing the extension for AvaloniaUI is recommended.

⚖️ Licence

Open Launcher is licensed under the MIT License.

About

Windows & Linux Launcher for OpenRCT2 and OpenLoco

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%