关于Flying God Status
该插件在状态栏中显示 godmode 和 noclip 指示器。依赖于 AdvancedStatus 插件。
介绍
- 能够在状态栏中显示 godmode 和 noclip 指示。
- 指定柱线顺序的能力;
- 更改条形高度的能力;
- 自定义背景颜色和透明度的能力;
- 为背景设置材质的能力;
- 在图像的 CuiRawImageComponent 和 CuiImageComponent 之间切换的能力;
- 从本地文件夹获取图像的能力 (*SERVER*\oxide\data\AdvancedStatus\Images);
- 设置自己的图像并自定义图像的颜色和透明度的能力;
- 设置 sprite 而不是图像的能力;
- 能够自定义文本的颜色、大小和字体。
配置
{
"Chat command": "fgs",
"Is it worth enabling GameTips for messages?": true,
"Check interval in seconds": 1.0,
"Status Bar Settings for God": {
"Order": 20,
"Height": 26,
"Main_Color(Hex or RGBA)": "#E3BA2B",
"Main_Transparency": 0.8,
"Main_Material": "",
"Image_Url": "https://i.imgur.com/XmZBOuP.png",
"Image_Local(Leave empty to use Image_Url)": "FlyingGodStatus_God",
"Image_Sprite(Leave empty to use Image_Local or Image_Url)": "",
"Image_IsRawImage": false,
"Image_Color(Hex or RGBA)": "#FFD33A",
"Image_Transparency": 1.0,
"Is it worth enabling an outline for the image?": false,
"Image_Outline_Color(Hex or RGBA)": "0.1 0.3 0.8 0.9",
"Image_Outline_Transparency": 1.0,
"Image_Outline_Distance": "0.75 0.75",
"Text_Key": "MsgGod",
"Text_Size": 12,
"Text_Color(Hex or RGBA)": "1 1 1 1",
"Text_Font(https://umod.org/guides/rust/basic-concepts-of-gui#fonts)": "RobotoCondensed-Bold.ttf",
"Text_Offset_Horizontal": 0,
"Is it worth enabling an outline for the text?": false,
"Text_Outline_Color(Hex or RGBA)": "#000000",
"Text_Outline_Transparency": 1.0,
"Text_Outline_Distance": "0.75 0.75",
"SubText(Leave empty to disable)": "",
"SubText_Size": 12,
"SubText_Color(Hex or RGBA)": "1 1 1 1",
"SubText_Font": "RobotoCondensed-Bold.ttf",
"Is it worth enabling an outline for the sub text?": false,
"SubText_Outline_Color(Hex or RGBA)": "0.5 0.6 0.7 0.5",
"SubText_Outline_Transparency": 1.0,
"SubText_Outline_Distance": "0.75 0.75"
},
"Status Bar Settings for Noclip": {
"Order": 20,
"Height": 26,
"Main_Color(Hex or RGBA)": "#66A4D2",
"Main_Transparency": 0.8,
"Main_Material": "",
"Image_Url": "https://i.imgur.com/LY0AUMG.png",
"Image_Local(Leave empty to use Image_Url)": "FlyingGodStatus_Noclip",
"Image_Sprite(Leave empty to use Image_Local or Image_Url)": "",
"Image_IsRawImage": false,
"Image_Color(Hex or RGBA)": "#31648B",
"Image_Transparency": 1.0,
"Is it worth enabling an outline for the image?": false,
"Image_Outline_Color(Hex or RGBA)": "0.1 0.3 0.8 0.9",
"Image_Outline_Transparency": 1.0,
"Image_Outline_Distance": "0.75 0.75",
"Text_Key": "MsgNoclip",
"Text_Size": 12,
"Text_Color(Hex or RGBA)": "1 1 1 1",
"Text_Font(https://umod.org/guides/rust/basic-concepts-of-gui#fonts)": "RobotoCondensed-Bold.ttf",
"Text_Offset_Horizontal": 0,
"Is it worth enabling an outline for the text?": false,
"Text_Outline_Color(Hex or RGBA)": "#000000",
"Text_Outline_Transparency": 1.0,
"Text_Outline_Distance": "0.75 0.75",
"SubText(Leave empty to disable)": "",
"SubText_Size": 12,
"SubText_Color(Hex or RGBA)": "1 1 1 1",
"SubText_Font": "RobotoCondensed-Bold.ttf",
"Is it worth enabling an outline for the sub text?": false,
"SubText_Outline_Color(Hex or RGBA)": "0.5 0.6 0.7 0.5",
"SubText_Outline_Transparency": 1.0,
"SubText_Outline_Distance": "0.75 0.75"
},
"Version": {
"Major": 0,
"Minor": 1,
"Patch": 4
}
}
EN:
{
"MsgGod": "You are immortal",
"MsgNoclip": "You are flying",
"MsgGodEnabled": "Display of Godmode bar enabled!",
"MsgGodDisabled": "Display of Godmode bar disabled!",
"MsgNoclipEnabled": "Display of Noclip bar enabled!",
"MsgNoclipDisabled": "Display of Noclip bar disabled!"
}
RU:
{
"MsgGod": "Вы неуязвимы",
"MsgNoclip": "Вы в полёте",
"MsgGodEnabled": "Отображение Godmode бара включено!",
"MsgGodDisabled": "Отображение Godmode бара выключено!",
"MsgNoclipEnabled": "Отображение Noclip бара включено!",
"MsgNoclipDisabled": "Отображение Noclip бара выключено!"
}
- god – 启用和禁用个人 Godmode 栏显示。
- fly – 启用和禁用个人 Noclip 栏显示。
示例:/fgs god
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。