From 05a44980fe369a0aa312438350665ee655558139 Mon Sep 17 00:00:00 2001 From: O1LER <44237025+O1LER@users.noreply.github.com> Date: Sat, 1 Mar 2025 21:16:05 +0100 Subject: [PATCH] Finished settings explanations and toned down the orange a bit --- docs/en/game/multiplayer-settings.md | 38 ++++++++++++++++++++++++++++ docs/stylesheets/custom.css | 4 +-- 2 files changed, 40 insertions(+), 2 deletions(-) diff --git a/docs/en/game/multiplayer-settings.md b/docs/en/game/multiplayer-settings.md index 00e21d64..a9f39b1b 100644 --- a/docs/en/game/multiplayer-settings.md +++ b/docs/en/game/multiplayer-settings.md @@ -211,3 +211,41 @@ If disabled, nametag and role tags will be shown at full length ??? setting "Show spectators' nametag under vehicle nametags" + + If enabled, a spectators name will be added underneath a players nametag + + If disabled, no spectator names will be added to nametags + +??? setting "Same color for spectator nametags" + + If enabled, a spectators name will always be surrounded by a grey background + + If disabled, a spectators name will be surrounded by a colored background, reflecting the spectators role + +## **6. Others** + +??? setting "Show network activity in the console" + + If enabled, the beamMP network activity will be shown in the console + + If disabled, no further network activity will be shown in the console + + !!! danger "" + + Be careful with this setting, since all the console output gets also written into the log files + + They can grow by hundrets of MB in minutes with this setting enabled + +??? setting "Launcher port" + + This setpoint defines the port used for communicating with the launcher + + Should only be changed if the standard port 4444 can not be used + + Dont forget to also change it on the launcher side, by modifying `launcher.cfg` + + !!! tip "" + + The port specified is only the first of two, the second port being used is directly following, set port + 1 + + The first port carries core network pakets, the second game network pakets, both over TCP \ No newline at end of file diff --git a/docs/stylesheets/custom.css b/docs/stylesheets/custom.css index 153f29b9..904cae1a 100644 --- a/docs/stylesheets/custom.css +++ b/docs/stylesheets/custom.css @@ -17,7 +17,7 @@ a.md-header__button.md-logo > img { } .md-typeset .admonition.setting, .md-typeset details.setting { - border-color: rgb(255, 102, 0); + border-color: rgba(255, 102, 0, 0.2); } .md-typeset .setting > .admonition-title, .md-typeset .setting > summary { @@ -25,7 +25,7 @@ a.md-header__button.md-logo > img { } .md-typeset .setting > .admonition-title::before, .md-typeset .setting > summary::before { - background-color: rgb(255, 102, 0); + background-color: rgba(255, 102, 0, 0.7); -webkit-mask-image: var(--md-admonition-icon--setting); mask-image: var(--md-admonition-icon--setting); } \ No newline at end of file