From 515c45beaae17e7df541c5c037f8b700474e2981 Mon Sep 17 00:00:00 2001 From: o1ler Date: Thu, 20 Feb 2025 21:16:32 +0100 Subject: [PATCH] Add emoji font note --- docs/en/game/getting-started.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/en/game/getting-started.md b/docs/en/game/getting-started.md index a6cfff3a..84606a61 100644 --- a/docs/en/game/getting-started.md +++ b/docs/en/game/getting-started.md @@ -79,6 +79,12 @@ With the symlink in place between the userfolders and the launcher compiled, you Note that this assumes you put the launcher's binary you compiled earlier into `/home/user/BeamMP/`, so change it to match where you put the finished binary, and you will need to re-compile the launcher with the correct git branch each time a launcher update is released. +#### **Adding an emoji-font to get in-text emojis** + +In order to get emojis to show up in either the serverlist (As part of a servers customised name) or in the ingame chat, you need to have a font that contains emojis. + +This can be done for example by adding the [Linux-port of the Windows Segoe-UI emoji font](https://github.com/mrbvrz/segoe-ui-linux) + --- ## **Known Issues**