Barotrauma

Barotrauma

Maddened Black Sea Armory
 This topic has been pinned, so it's probably important
AndyLonly  [developer] 21 Apr, 2024 @ 5:19pm
Bug Report/错误汇报
I am sorry to hear that you have encountered an error while using this mod, please take a moment to fill in the error report using the format below and I will resolve the issue as soon as possible.
很遗憾你在使用该模组时碰到了错误,请你花些时间使用以下格式填写错误汇报,我会尽快解决该问题。

Reporting Format/汇报格式

What happened?/发生了什么?
Please tell us also what you expected should have happened if the game was behaving correctly.
请告诉我们,如果游戏表现正常,你预计应该发生什么。

Reproduction steps/复现所需步骤
If possible, describe how the developers can get the bug to happen (or, in other words, what actions lead to you encountering the bug). This is by far the most important part of the report - it is often extremely difficult, or even impossible, to diagnose an issue if we don't know the conditions it occurs in.
如果可能的话,描述一下开发人员如何让这个错误发生(或者换句话说,是什么行为导致你遇到这个错误)。这是迄今为止报告中最重要的部分--如果我们不知道问题发生的条件,往往就很难,甚至是不可能诊断出问题。

Error messages and crash reports/错误信息和崩溃日志

You can copy error messages from the in-game console by right clicking the error and selecting "copy". Crash reports will be named crashreport.log or servercrashreport.log and they're automatically generated into the root of the game's installation folder on your computer. You can usually find the game files location through Steam (Right click Barotrauma in your Steam Library -> Properties -> Local files -> Browse local files).

你可以通过右击错误并选择 "复制 "来复制游戏内控制台的错误信息。崩溃报告将被命名为crashreport.log或servercrashreport.log,它们会自动生成到你电脑上的游戏安装文件夹的根目录中。你通常可以通过Steam找到游戏文件的位置(在你的Steam库中右击Barotrauma->属性->本地文件->浏览本地文件)。
< >
Showing 1-1 of 1 comments
SHELTER 27 Aug, 2024 @ 10:39pm 
<CustomInterface canbeselected="true" drawhudwhenequipped="true" allowuioverlap="true">
<GuiFrame relativesize="0.083,0.055" anchor="BottomCenter" relativeoffset="0.21,0.01" style="MainMenuGUIButton" hidedragicons="true" draggable="false" />
<TickBox text="label.lighting" IsOn="true">
<StatusEffect type="OnUse" target="This" IsOn="true" />
<StatusEffect type="OnSecondaryUse" target="This" IsOn="false" />

这段潜水服的代码在笔记本电脑上有bug,手电筒的开关按钮没有了,你们能不能把它改或者替换下面这段,我自己已经试过了,它能够正常工作。

<CustomInterface canbeselected="true" drawhudwhenequipped="true">
<GuiFrame relativesize="0.12,0.08" anchor="BottomLeft" absoluteoffset="20,128" style="ItemUI" />
<TickBox text="潜水手电(FlashLight)">
<StatusEffect type="OnUse" target="This" IsOn="true" />
<StatusEffect type="OnSecondaryUse" target="This" IsOn="false" />

(备注:哥们等你们好消息哦~)
< >
Showing 1-1 of 1 comments
Per page: 1530 50