El mod de información del servidor de Rust consiste en un mod que permite agregar una interfaz de jugador o usuario en el video juego, la cual se caracteriza por tener texto e imágenes personalizables.
De tal manera que el mod brinda la posibilidad de crear una interfaz personalizable con diferentes pestañas, que resulta sumamente útil para el jugador o usuario ya que brinda ayuda sobre comandos e información del servidor.
Agrega una interfaz de usuario en el juego con texto e imágenes personalizados
Este complemento le permite crear una interfaz de usuario personalizable con varias pestañas. Esto es útil para proporcionar ayuda sobre comandos u otra información del servidor.
Comandos de chat del mod
El mod cuenta con un único y sencillo comando de chat, el cual es:
- /info – Permite visualizar la información disponible a uno mismo
Código de configuración del mod
{
“Tabs”: [
{
“ButtonText”: “First Tab”,
“HeaderText”: “First Tab”,
“Pages”: [
{
“TextLines”: [
“This is first tab, tt 1 u20AC n first page.”,
“Add some text here by adding more lines.”,
“You should replace all default text lines with whatever you feel up to”,
“type /info to open this window”,
“Press next page to check second page.”,
“You may add more pages in config file.”
],
“ImageSettings”: [
{
“Position”: {
“MinX”: 0.0,
“MaxX”: 0.5,
“MinY”: 0.0,
“MaxY”: 0.5
},
“Url”: “http://th04.deviantart.net/fs70/PRE/f/2012/223/4/4/rust_logo_by_furrypigdog-d5aqi3r.png”,
“TransparencyInPercent”: 100
},
{
“Position”: {
“MinX”: 0.5,
“MaxX”: 1.0,
“MinY”: 0.0,
“MaxY”: 0.5
},
“Url”: “http://files.enjin.com/176331/IMGS/LOGO_RUST1.fw.png”,
“TransparencyInPercent”: 100
},
{
“Position”: {
“MinX”: 0.0,
“MaxX”: 0.5,
“MinY”: 0.5,
“MaxY”: 1.0
},
“Url”: “http://files.enjin.com/176331/IMGS/LOGO_RUST1.fw.png”,
“TransparencyInPercent”: 100
},
{
“Position”: {
“MinX”: 0.5,
“MaxX”: 1.0,
“MinY”: 0.5,
“MaxY”: 1.0
},
“Url”: “http://th04.deviantart.net/fs70/PRE/f/2012/223/4/4/rust_logo_by_furrypigdog-d5aqi3r.png”,
“TransparencyInPercent”: 100
}
]
},
{
“TextLines”: [
“This is first tab, second page”,
“Add some text here by adding more lines.”,
“You should replace all default text lines with whatever you feel up to”,
“type /info to open this window”,
“Press next page to check third page.”,
“Press prev page to go back to first page.”,
“You may add more pages in config file.”
],
“ImageSettings”: []
},
{
“TextLines”: [
“This is first tab, third page”,
“Add some text here by adding more lines.”,
“You should replace all default text lines with whatever you feel up to”,
“type /info to open this window”,
“Press prev page to go back to second page.”
],
“ImageSettings”: []
}
],
“TabButtonAnchor”: 4,
“TabButtonFontSize”: 16,
“HeaderAnchor”: 0,
“HeaderFontSize”: 32,
“TextFontSize”: 16,
“TextAnchor”: 3,
“OxideGroup”: “”
},
{
“ButtonText”: “Second Tab”,
“HeaderText”: “Second Tab”,
“Pages”: [
{
“TextLines”: [
“This is second tab, first page.”,
“Add some text here by adding more lines.”,
“You should replace all default text lines with whatever you feel up to”,
“type /info to open this window”,
“You may add more pages in config file.”
],
“ImageSettings”: []
}
],
“TabButtonAnchor”: 4,
“TabButtonFontSize”: 16,
“HeaderAnchor”: 0,
“HeaderFontSize”: 32,
“TextFontSize”: 16,
“TextAnchor”: 3,
“OxideGroup”: “”
},
{
“ButtonText”: “Third Tab”,
“HeaderText”: “Third Tab”,
“Pages”: [
{
“TextLines”: [
“This is third tab, first page.”,
“Add some text here by adding more lines.”,
“You should replace all default text lines with whatever you feel up to”,
“type /info to open this window”,
“You may add more pages in config file.”
],
“ImageSettings”: []
}
],
“TabButtonAnchor”: 4,
“TabButtonFontSize”: 16,
“HeaderAnchor”: 0,
“HeaderFontSize”: 32,
“TextFontSize”: 16,
“TextAnchor”: 3,
“OxideGroup”: “”
}
],
“ShowInfoOnPlayerInit”: true,
“TabToOpenByDefault”: 0,
“Position”: {
“MinX”: 0.15,
“MaxX”: 0.9,
“MinY”: 0.2,
“MaxY”: 0.9
},
“BackgroundImage”: {
“Enabled”: true,
“Position”: {
“MinX”: 0.0,
“MaxX”: 1.0,
“MinY”: 0.0,
“MaxY”: 1.0
},
“Url”: “http://7-themes.com/data_images/out/35/6889756-black-backgrounds.jpg”,
“TransparencyInPercent”: 100
},
“ActiveButtonColor”: “#00FFFFFF”,
“InactiveButtonColor”: “#7F7F7FFF”,
“CloseButtonColor”: “#7F7F7FFF”,
“NextPageButtonColor”: “#7F7F7FFF”,
“PrevPageButtonColor”: “#7F7F7FFF”,
“BackgroundColor”: “#000000FF”,
“NextPageText”: “Next Page”,
“PrevPageText”: “Prev Page”,
“CloseButtonText”: “Close”,
}
- Link Directo
- https://umod.org/plugins/ServerInfo.cs
-
Tutorial de instalación del mod:
El tutorial de descarga e instalación del Mod desaparecer del video juego Rust es totalmente estándar.
De tal manera que solamente se debe descargar el archivo del mod mediante el link o enlace directo, posteriormente abrir el mismo y ejecutar la instalación. Para de esta manera comenzar a disfrutar del mod dentro de Rust.