高级玩家
- 贡献度
- 3
- 金元
- 3730
- 积分
- 385
- 精华
- 0
- 注册时间
- 2012-2-1
|
本帖最后由 cjglcm 于 2015-12-11 13:16 编辑
PipWare UI Fallout4 Edition by rebb
N网:http://www.nexusmods.com/fallout4/mods/388/?
Current Features现阶段特征
MouseWheel Scrolling inside different menus moves by 1 whole page of items by default, instead of 1 line.
( Configurable via XML config if you prefer otherwise )
Increased sizes of item lists in container and barter menus
Parts of the HUD configurable using XML files
Scrollbars on many lists
configurable Text Truncation ( inspired by "No DotDotDot" by just - http://www.nexusmods.com/fallout4/mods/425/ )
optional Value Per Weight ( based on CyberShadow's : http://www.nexusmods.com/fallout4/mods/334/ )
Note : There are not multiple versions for Half-Page or Single-Line Scrolling, this is now done via the XML config file. Preset config files for Half-Page / Single-Line Scrolling can be found in the "pipWare_presets" directory and need to be copied into the main "/Interface" directory to work.
Note on XML edits :
For most things you do *not* need to restart the game for them to apply !
The HUD refreshes during a savegame load, things like ContainerMenus refresh when invoked.
鸟语不好,只看懂了这位作者rebb修改了鼠标滚动条,原版鼠标滚动只能滚一行,现在能滚一页。
太大了,附件传不了,度盘链接:http://pan.blacksheepgame.com/s/1eRd6sBw 密码:597w
修改指南
安装后修改Fallout 4根目录下\Data\interface里的pipWareConfig.xml文件,用右键编辑打开
然后找到 <scrollPageAmount>1.0</scrollPageAmount>,把1改成0,就是原版鼠标滚轮一次只滚一行,改成小于-1的负数-N,就是鼠标滚轮一次滚N行。
比如改成 <scrollPageAmount>-3</scrollPageAmount>,就是滚轮一次滚3行;改成<scrollPageAmount>-5</scrollPageAmount>,就是一次滚5行.
<containerMenu>
<!--
Sets the amount of scrolling : NumItems * scrollPageAmount ( Keep between 1 and 0 in this case )
If 0 : Scroll 1 Line ( vanilla ).
If Negative : Scroll x lines, depending on the negative number ( can be lower than -1, ie -3 )
-->
<scrollPageAmount>1.0</scrollPageAmount>
这个是容器菜单的滚轮滚动行数设置,1.0是一页
<barterMenu>
<scrollPageAmount>1.0</scrollPageAmount>
这个是交易菜单的滚轮滚动行数设置,1.0是一页
<pipBoyMenu>
<scrollPageAmount>1.0</scrollPageAmount>
这个是哔哔小子(物品)菜单的滚轮滚动行数设置,1.0是一页,-4(滚一下4行)或-5(滚一下5行)差不多是半页
|
评分
-
1
查看全部评分
-
|