安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






Oh, it must be my mistake. I'll try to apply a transparent mask myself. I think it's a mistake to ask a Gemini or gpt.
Basically "BF5 kill icon and BF1 kill sound"; you know, the feedback you get when you kill a trooper in bf, and press Ctrl + K to config the plugin when in bunker.
It also allows you to custom the kill icon/sound by digging around the mod folder
Generally, in Unity, to use a transparent background, the image must have an alpha channel — meaning its color encoding should be RGBA. In the Windows file properties under “Details,” the image’s bit depth should be 32.
If the bit depth is 24, it means the alpha channel was lost; even if the file is in PNG format, it will display with a white background.
我尝试用 PNG 格式的图片替换图标。在图片编辑软件中,背景已移除(显示为棋盘格)。但导入游戏后,透明背景却变成了白色方块。
我注意到,另一张能正常显示透明效果的图片(如闪电骷髅图标),在电脑上查看时背景是完全透明的(看不见棋盘格)。我的图片则显示棋盘格。
这可能与 PNG 文件处理或 Unity 引擎设置有关。
请问:
模组是否需要 特定的贴图设置 才能正确显示 PNG 的透明效果?
是否需要将 PNG 文件转换为 DDS 或 TGA 等其他格式?
如何将我的 PNG 文件处理成和 您提供的成功图片 一样,在电脑上查看时**背景完全透明(无棋盘格)**的格式?
非常感谢您的帮助和指导!