Finished settings explanations and toned down the orange a bit

This commit is contained in:
O1LER 2025-03-01 21:16:05 +01:00
parent 7e3ae96a80
commit 05a44980fe
2 changed files with 40 additions and 2 deletions

View File

@ -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

View File

@ -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);
}