超级玩家
潜艇
 
- 贡献度
- 150
- 金元
- 1824
- 积分
- 782
- 精华
- 0
- 注册时间
- 2014-11-24
|
本帖最后由 lsy1124 于 2015-2-18 08:10 编辑
HUD Status Bars详细介绍
安装方法:
[需求:MenuQue。]
以下内容解决MenuQue与汉化(obcn_12416.dll)冲突造成的跳出问题:
1. 安装MenuQue后运行游戏,同目录会生成一个ini文件,修改数值:
bAllowExtraFonts=0
2. 安装HUD Status Bars,(可以压成omod格式后装)。
00为核心文件
01为三种风格:
依次为球形(Orb),天际(Skyrim),原游戏(Vanilla)
10罗盘(指南针)基础文件,更像是兼容补丁:
如果安装了DarNified UI或者DarkUId DarN,选择第一个
如果安装了BTmod,选择第二个
原版,选择第三个
11罗盘(指南针),选择一个样式,DarNified,球形,天际 |
安装完毕后,配置ini。
3.Hud Status Bars - base.ini 这里包含了罗盘,界面风格之类的参数,可以不用管。
CTD的原因在Hud Status Bars.ini中的文字,需要搜索text,name关键字,将那一行删除
Hud Status Bars.ini
(12.4 KB, 下载次数: 112)
<- 参考用,只做了基本的删除操作,修改自天际风格的ini。
ini参数基本介绍:
【如果不想让以下状态条出现,可以在前方加;或者直接删除】
; ==== Health bar 生命条(具体信息请查看Mod附带的文档)
set tnoHSB.hud_direction to HUDdirBoth (tnoHSB.hud_direction,状态条减少的方向,HUDdirBoth两头减少,还可以设置成HUDdirLeft或者HUDdirRight,分别表示左和右)
tnoHSB.hud_val .. (表示该状态条指向生命,法力等数据)
tnoHSB.hud_color (颜色)
tnoHSB.hud_alpha (不透明度)
tnoHSB.hud_x
tnoHSB.hud_y (坐标)
tnoHSB.hud_store_pos (如果不为空,表示记住此状态条位置和大小,以便其他状态条根据此状态条做出调整)
SetStage tnoHSB 10 (生效)
; ==== Magicka bar 法力条
; ==== Fatigue bar 体力条
; ==== Display current Encumbrance. Bar is full when you carry nothing. 负重(建议删除)
; ==== A combined health status for all equipped items. Hidden if you have no equipped armor/weapon (when max equals to 0). 装备物品的耐久(建议删除)
; ==== Display health of your summoned creature, as summon icon + health. Bar is invisible when no creature is currently summoned 召唤的生物(建议删除)
; ==== Display disease status. Display name and icon of the last received disease, and number of diseases. Hidden if having no diseases 疾病状态(建议删除)
; ==== Weapon health displayed below weapon icon. Hidden if not wielding weapon. 武器图标下的耐久度
; ==== Display current charge of equipped weapon above weapon icon. Hide bar if you don't have an enchanted weapon equipped. 武器充能
; ==== Display current Spell effectiveness (due to wearing armor, or mods), below the magic spell icon 法术效力
; ==== An alternative sneak icon 潜行图标
; ==== A customized enemy health bar, replacing the vanilla one 敌人生命条
; === The health bar, displaying when you have a wounded actor in your crosshair, but not a current enemy 十字准星下受伤角色的生命条
; ==== Name of current enemy displayed just below the health bar 当前敌人的名字
Hud Status Bars.rar
(3.55 KB, 下载次数: 1896)
<-在以上附件的基础上,对状态条的位置等参数做了一些调整
如果安装了Basic Primary Needs,将以下内容添加到HUD status bars.ini,
; ==== Basic Primary Needs - Hunger
set tnoHSB.hud_type to HUDbarSmall
set tnoHSB.hud_val to sv_Construct "BPN.HUDhunger"
set tnoHSB.hud_color to sv_Construct "HUDcolorRhubarb"
set tnoHSB.hud_max to sv_Construct "0"
set tnoHSB.hud_min to sv_Construct "100"
set tnoHSB.hud_x to 1
set tnoHSB.hud_y to 90
setStage tnoHSB 10
; ==== Basic Primary Needs - Thirst
set tnoHSB.hud_type to HUDbarSmall
set tnoHSB.hud_val to sv_Construct "BPN.HUDthirst"
set tnoHSB.hud_color to sv_Construct "HUDcolorCyan"
set tnoHSB.hud_max to sv_Construct "0"
set tnoHSB.hud_min to sv_Construct "100"
set tnoHSB.hud_x to HUDdefault
set tnoHSB.hud_y to HUDprevBarBelow
setStage tnoHSB 10
; ==== Basic Primary Needs - Sleep
set tnoHSB.hud_type to HUDbarSmall
set tnoHSB.hud_val to sv_Construct "BPN.HUDsleep"
set tnoHSB.hud_color to sv_Construct "HUDcolorLime"
set tnoHSB.hud_max to sv_Construct "0"
set tnoHSB.hud_min to sv_Construct "100"
set tnoHSB.hud_x to HUDdefault
set tnoHSB.hud_y to HUDprevBarBelow
setStage tnoHSB 10
Lovers Satisfaction (欲望系统)
; ====LOVERS SATISFACTION STATUS BARS:
; ====Player SD bar
set tnoHSB.hud_val to sv_Construct "xLoversSatQuest.playerSD"
set tnoHSB.hud_max to sv_Construct "100"
set tnoHSB.hud_color to sv_Construct "HUDcolorBlue"
set tnoHSB.hud_x to 10
set tnoHSB.hud_y to 99
set tnoHSB.hud_size to 50
setStage tnoHSB 10
; ====Player SP bar
set tnoHSB.hud_val to sv_Construct "xLoversSatQuest.playerSP"
set tnoHSB.hud_max to sv_Construct "xLoversSatQuest.playerSPmax"
set tnoHSB.hud_ref to sv_Construct ""
;set tnoHSB.hud_name to sv_Construct "hud_ref"
;set tnoHSB.hud_textPos_y to HUDtxtAbove
;set tnoHSB.hud_textType to HUDfontKingthings
;set tnoHSB.hud_textColor to sv_Construct "HUDcolorWhite"
set tnoHSB.hud_color_r to sv_Construct "128"
set tnoHSB.hud_color_g to sv_Construct "40 - ( (xLoversSatQuest.playerSP / xLoversSatQuest.playerSPmax) * 128 )"
set tnoHSB.hud_color_b to sv_Construct "40 - ( (xLoversSatQuest.playerSP / xLoversSatQuest.playerSPmax) * 128 )"
setStage tnoHSB 10
; ====Partner SP bar
set tnoHSB.hud_val to sv_Construct "xLoversSatQuest.partnerSP"
set tnoHSB.hud_max to sv_Construct "xLoversSatQuest.partnerSPmax"
set tnoHSB.hud_ref to sv_Construct "xLoversSatQuest.partnerRef"
;set tnoHSB.hud_name to sv_Construct "hud_ref"
;set tnoHSB.hud_textPos_y to HUDtxtAbove
;set tnoHSB.hud_textType to HUDfontKingthings
;set tnoHSB.hud_textColor to sv_Construct "HUDcolorWhite"
set tnoHSB.hud_color_r to sv_Construct "128"
set tnoHSB.hud_color_g to sv_Construct "40 - ( (xLoversSatQuest.partnerSP / xLoversSatQuest.partnerSPmax) * 128 )"
set tnoHSB.hud_color_b to sv_Construct "40 - ( (xLoversSatQuest.partnerSP / xLoversSatQuest.partnerSPmax) * 128 )"
setStage tnoHSB 10
其它
Mini Map
显示小地图
新版的Mini Map不再跟其它UImod冲突
Menu and Camera Toggler:
使用快捷键
显示/隐藏HUD,自由视角,显示/隐藏HUD+自由视角等
所有按键可在ini里设置【设为0表示关闭此功能】
set MCTogglerQuest.HUDkey to
- 显示/隐藏HUD
set MCTogglerQuest.Camerakey to
- 自由视角
set MCTogglerQuest.Combokey to
- 显示/隐藏HUD+自由视角
...
=======================================
默认H:显示/隐藏HUD, K: 自由视角
键位.txt
(2.49 KB, 下载次数: 37)
------------------
|
评分
-
4
查看全部评分
-
|