Skip to content

Commit f73f27b

Browse files
committed
Launcher 2.2.0 release
1 parent 1af7823 commit f73f27b

5 files changed

Lines changed: 78 additions & 1 deletion

File tree

72.7 KB
Loading
78 KB
Loading
73.2 KB
Loading

content/blog/2.2.0.md

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
---
2+
title: "OpenFusionLauncher 2.2.0 released"
3+
description: ""
4+
summary: ""
5+
date: 2026-05-01T22:35:35+00:00
6+
draft: false
7+
weight: 50
8+
categories: []
9+
tags: []
10+
contributors: []
11+
pinned: false
12+
homepage: false
13+
seo:
14+
title: "" # custom title (optional)
15+
description: "" # custom description (recommended)
16+
canonical: "" # custom canonical URL (optional)
17+
noindex: false # false (default) or true
18+
---
19+
20+
Today we are releasing OpenFusionLauncher v2.2.0.
21+
22+
This release introduces three new features to the launcher to improve the user experience and reliability. Read on for more...
23+
24+
## Launch Profiles
25+
26+
The old launch command box has been replaced by launch profiles. Instead of editing a single command, you can now create multiple named profiles (each with its own launch command) and switch between them as needed.
27+
28+
Some launch profiles are automatically set up for you, and if you had a custom launch command previously, it will be migrated to a new "Custom" profile.
29+
30+
This new system is more flexible and avoids the manual command edits previously required to play on macOS and Linux.
31+
32+
{{< figure
33+
src="images/2.2.0-launch-profiles.png"
34+
alt="A dropdown showing selectable launch profiles"
35+
>}}
36+
37+
Additionally, we have changed how automatic detection of Wine and Proton works:
38+
39+
- Proton auto-detection will now run on **any** Linux distribution that has Steam installed, not just SteamOS.
40+
- This includes distributions such as Bazzite, Nobara, ChimeraOS, etc.
41+
- Also for Linux, if multiple versions of Proton and/or Wine are found, we will create a launch profile for each one.
42+
- Similarly, on macOS, launch profiles will be added for every Wine/Crossover version found, not just the first one.
43+
44+
Lastly, if you do not have a launch profile set up, we will now display a clear error stating as such, reducing user confusion.
45+
46+
{{< figure
47+
src="images/2.2.0-no-profile-error.png"
48+
alt="An error message stating you do not have a launch profile set up"
49+
>}}
50+
51+
We will be writing up some additional documentation regarding launch profiles soon, but for now, we hope you appreciate this new addition.
52+
53+
## Custom Window Titles and Icons
54+
55+
Endpoint servers can now set a custom in-game icon and window title. This reinforces each server's identity and makes it easier to distinguish between multiple running game instances.
56+
57+
{{< figure
58+
src="images/2.2.0-custom-title.png"
59+
alt="Screenshot showcasing the new custom window icon and title"
60+
>}}
61+
62+
## Proxied Asset Downloading
63+
64+
Being a nearly 20 year old game, FusionFall relies on some antiquated technology. One of those technolgies is plaintext HTTP for downloading additional game assets. While that might've been common practice in the past, most web traffic today is protected by HTTPS. In fact, the OpenFusion Launcher already uses HTTPS for securely sending login information to compatible endpoint servers.
65+
66+
Plaintext HTTP is vulnerable to in-transit modification. If an ISP, public Wi‑Fi hotspot, or antivirus program alters or blocks an asset, the game may hang on the loading screen because it doesn’t receive the file it expects. We cannot (easily) update Unity Web Player to support HTTPS asset downloads, so we implemented a workaround: proxied asset downloading.
67+
68+
When the game requests to download an asset, it will now talk to the **launcher** instead of the internet. The launcher will then forward the request out to the destination over HTTPS, and give what it receives back to the game as a normal HTTP response.
69+
70+
We hope this resolves download-related issues that you may be having downloading the game. Proxied Asset Downloading is on by default and should have no downsides, but can be toggled off in Settings under the Launcher tab if you do run into issues.
71+
72+
### Changelog
73+
74+
Full changelog available [here](https://github.com/OpenFusionProject/OpenFusionLauncher/compare/2.1.3...2.2.0).
75+
76+
## Download
77+
The launcher can be grabbed from our [Downloads Page](https://openfusion.dev/download) or the [GitHub Release Page](https://github.com/OpenFusionProject/OpenFusionLauncher/releases/tag/2.2.0).

content/download.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ As a result, you may receive a warning from Windows stating that it is unable to
2222

2323
## Download Launcher
2424

25-
The latest stable launcher is version **2.1.3**.
25+
The latest stable launcher is version **2.2.0**.
2626

2727
The launcher is what you use to connect to FusionFall servers and play the game - it can be downloaded below.
2828

0 commit comments

Comments
 (0)