小地图缩放 1.31

小地图缩放 1.31

小地图比例略微缩小(可通过菜单固定或调整)。 新增独立的马匹小地图比例。 支持按键操作。

用户界面

  • 小地图比例略微减小(可通过菜单固定或调整)。
  • 新增独立的马匹小地图比例。
  • 支持按键操作。
  • 适用于《巫师3》1.31版本(旧版本适用于1.22-1.30)

固定比例模组版本变更:

  • MINIMAP_EXTERIOR_ZOOM 从1调整至0.66
  • MINIMAP_INTERIOR_ZOOM 从2调整至1.33
  • MINIMAP_BOAT_ZOOM 从0.5调整至0.33

可调版本能够将缩放范围调整为50%至400%。

添加了独立的马匹小地图缩放比例。

模组设置位于“主游戏菜单/选项/模组/小地图缩放”中。

要在选项菜单中启用 Mods 菜单,可以在 <用户配置文件>\Documents\The Witcher 3\user.settings 中添加以下行:

[ContentManager/Mods]
MaxNameLen=64
Enabled=true

安装:

  1. modMinimapZoom<版本号>.7z 解压至《巫师3》的 mods 文件夹,例如 The Witcher 3 Wild Hunt\Mods
  2. 使用巫师脚本合并工具来检测并解决潜在的冲突。
  3. 手动将 The Witcher 3 Wild Hunt\Mods\modMinimapZoom\bin 中的内容复制到 The Witcher 3 Wild Hunt\bin,或者运行 Mods\modMinimapZoom\copy_bin.cmd
  4. The Witcher 3 Wild Hunt\bin\config\r4game\legacy\base\ 路径下的 input_azerty.iniinput_qwerty.iniinput_qwertz.ini 文件开头添加以下字符串:
    [Exploration]
    IK_NumPlus=(action=MMZ_Increment)
    IK_NumMinus=(action=MMZ_Decrement)
    [Horse]
    IK_NumPlus=(action=MMZ_Increment)
    IK_NumMinus=(action=MMZ_Decrement)
    [Boat]
    IK_NumPlus=(action=MMZ_Increment)
    IK_NumMinus=(action=MMZ_Decrement)
    [BoatPassenger]
    IK_NumPlus=(action=MMZ_Increment)
    IK_NumMinus=(action=MMZ_Decrement)
    [Swimming]
    IK_NumPlus=(action=MMZ_Increment)
    IK_NumMinus=(action=MMZ_Decrement)
    [Diving]
    IK_NumPlus=(action=MMZ_Increment)
    IK_NumMinus=(action=MMZ_Decrement)
    [ExplorationReplacer_Ciri]
    IK_NumPlus=(action=MMZ_Increment)
    IK_NumMinus=(action=MMZ_Decrement)
    [HorseReplacer_Ciri]
    IK_NumPlus=(action=MMZ_Increment)
    IK_NumMinus=(action=MMZ_Decrement)
    
  5. The Witcher 3 Wild Hunt\bin\config\r4game\user_config_matrix\pc\input.xml 文件的 <VisibleVars> 标签下添加以下字符串:
    <Var builder="Input" id="MMZ_Decrement" displayName="小地图缩小" displayType="INPUTPC" actions="MMZ_Decrement" />
    <Var builder="Input" id="MMZ_Increment" displayName="小地图放大" displayType="INPUTPC" actions="MMZ_Increment" />
    
  6. 在“选项/按键绑定”中将按键绑定重置为默认设置。
  7. 将“小地图放大”和“小地图缩小”绑定到你想要的任意按键上。