关于 Vanish Status
该插件在状态栏中显示不可见指示。依赖于 AdvancedStatus 插件。
- 能够为消失和外观设置声音效果;
- 指定柱线顺序的能力;
- 更改条形高度的能力;
- 自定义背景颜色和透明度的能力;
- 为背景设置材质的能力;
- 在图像的 CuiRawImageComponent 和 CuiImageComponent 之间切换的能力;
- 从本地文件夹获取图像的能力 (*SERVER*\oxide\data\AdvancedStatus\Images);
- 设置自己的图像并自定义图像的颜色和透明度的能力;
- 设置 sprite 而不是图像的能力;
- 能够自定义文本的颜色、大小和字体。
{
"Sound effect played upon disappearance. An empty string disables the effect": "assets/prefabs/npc/patrol helicopter/effects/rocket_fire.prefab",
"Sound effect played upon appearance. An empty string disables the effect": "assets/prefabs/npc/patrol helicopter/effects/rocket_fire.prefab",
"Status. Bar - Height": 26,
"Status. Bar - Order": 10,
"Status. Background - Color(Hex or RGBA)": "#15AC9D",
"Status. Background - Transparency": 0.7,
"Status. Background - Material(empty to disable)": "",
"Status. Image - Url": "https://i.imgur.com/3D1JIaU.png",
"Status. Image - Local(Leave empty to use Image_Url)": "VanishStatus_Vanish",
"Status. Image - Sprite(Leave empty to use Image_Local or Image_Url)": "",
"Status. Image - Is raw image": false,
"Status. Image - Color(Hex or RGBA)": "#15AC9D",
"Status. Image - Transparency": 1.0,
"Status. Image Outline - Is it worth enabling an outline for the image?": false,
"Status. Image Outline - Color(Hex or RGBA)": "0.1 0.3 0.8 0.9",
"Status. Image Outline - Transparency": 1.0,
"Status. Image Outline - Distance": "0.75 0.75",
"Status. Text - Size": 12,
"Status. Text - Color(Hex or RGBA)": "#FFFFFF",
"Status. Text - Font(https://umod.org/guides/rust/basic-concepts-of-gui#fonts)": "RobotoCondensed-Bold.ttf",
"Status. Text - Offset Horizontal": 0,
"Status. Text Outline - Is it worth enabling an outline for the text?": false,
"Status. Text Outline - Color(Hex or RGBA)": "#000000",
"Status. Text Outline - Transparency": 1.0,
"Status. Text Outline - Distance": "0.75 0.75",
"Status. SubText - Size": 12,
"Status. SubText - Color(Hex or RGBA)": "#FFFFFF",
"Status. SubText - Font": "RobotoCondensed-Bold.ttf",
"Status. SubText Outline - Is it worth enabling an outline for the sub text?": false,
"Status. SubText Outline - Color(Hex or RGBA)": "0.5 0.6 0.7 0.5",
"Status. SubText Outline - Transparency": 1.0,
"Status. SubText Outline - Distance": "0.75 0.75",
"Version": {
"Major": 0,
"Minor": 1,
"Patch": 7
}
}
EN:
{
"MsgText": "You are invisible"
}
RU:
{
"MsgText": "Вы невидимы"
}
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
暂无评论内容