我不喜欢分散注意力的健康,耐力和魔法棒,或隐形仪,我特别不喜欢箭数显示。他们都非常分散注意力,并且很遗憾没有ini设置可以完全摆脱它们而不用完全轰炸HUD,所以我搞砸了vr_hmd_info.swf文件并将它们全部缩放到0,所以它们消失了。
可能有更好的方法,如果你知道它,那么随便解释我有多吮吸,你的方法在评论中有多棒;我以前从未搞过swf文件,所以学习的机会值得赞赏。
我是如何做到这一点的简要说明,以便您可以更多地进行自定义:
1.我从Skyrim_VR - Main.bsa文件中解压缩了接口\ vr \ vr_hmd_info.swf文件
2.我在JPEXS Free Flash Decompiler中打开它(易于使用,但我确信有更好的工具),
- 单击否以全部提示
3.我扩展了DefineSprite(1236:HUDMovie)对象,
4.我去了我不喜欢的HUD部分(StealthMeterInstance,Health,Magica,Stamina和ArrowInfoInstance)
5.对于每个人:我点击信息窗口上的编辑按钮
- 扩展矩阵对象
- 将hasScale字段设置为true
- 将scaleX和scaleY字段设置为0
6.然后保存并将文件放在data \ interface \ vr文件夹中
安装:
要安装mod,您可以使用您喜欢的mod管理器,或将内容解压缩到Skyrim VR数据目录。
——————————————————————————————————————————————————————
I don't like the distracting health, stamina, and magicka bars, or the stealth meter, and I especially dislike the arrow count display. They're all very distracting and there're unfortunately no ini settings to get rid of them without bombing the HUD entirely, so I messed with the vr_hmd_info.swf file and set them all to scale to 0, so they dissapear.
There is probably a better way to do it, and if you know it, then feel free to explain how much I suck and how great your method is in the comments; I've never messed with swf files before, so the opportunity to learn is appreciated.
A brief description of how I did it, so you can customize it more:
1. I extracted the interface\vr\vr_hmd_info.swf file from the Skyrim_VR - Main.bsa file
2. I opened it in JPEXS Free Flash Decompiler (easy to use, but I'm sure there are better tools for this),
- click No to all for the prompt
3. I expanded DefineSprite (1236: HUDMovie) object,
4. I went to HUD parts I didn't like (StealthMeterInstance, Health, Magica, Stamina, and ArrowInfoInstance)
5. For each of them: I clicked the edit button on the info window
- expanded the matrix object
- set the hasScale field to true
- set the scaleX and scaleY fields to 0
6. Then save and put the file in the data\interface\vr folder
Installation:
To install the mod, you can use your favorite mod manager, or extract the contents to your Skyrim VR data directory.
昵称:
邮箱:
内容: