You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add note about unsigned executables
* Add macOS and Linux downloads
* Change OS selection to tab views
* Add warning about macOS being experimental for the time being
* Add Linux NVIDIA driver workaround for Tauri bug
* Add SVGs for major OSes (will be utilized in later commit)
* Better color theming for callout Hugo Shortcode
* Reword protocol version text for server downloads
* Use Lastmod from Git
* Misc. layout changes
<mark>**macOS BUILDS ARE EXPERIMENTAL, AND WILL RUN SLOWLY**</mark>
45
+
46
+
You will need to install a compatibility layer such as Wine or Crossover, then manually configure it in the launch options. On Apple Silicon Macs **it will likely run at less than 15FPS**.
47
+
48
+
For this reason **we still recommend using the Windows version through virtualization software** such as VMWare Fusion or Parallels. It requires less configuration overall and has significantly better performance.
49
+
50
+
Currently, the macOS version of the launcher is provided in order to collect early feedback and hopefully drive more development in the future.
Artifacts for the latest development builds of the launcher can be downloaded from [GitHub](https://github.com/OpenFusionProject/OpenFusionLauncher/actions) (requires sign-in).
29
78
{{< /details >}}
@@ -42,17 +91,32 @@ The latest stable server is version **2.0**.
42
91
43
92
The server is what facilitates the multiplayer session and stores player information - it can be downloaded below.
44
93
45
-
{{< card-grid >}}
46
-
{{< link-card title="Windows" description="Original Game Build" href="https://github.com/OpenFusionProject/OpenFusion/releases/latest/download/OpenFusionServer-Windows-Original.zip" >}}
47
-
{{< link-card title="Windows" description="Academy Game Build" href="https://github.com/OpenFusionProject/OpenFusion/releases/latest/download/OpenFusionServer-Windows-Academy.zip" >}}
0 commit comments