人生之路

人生之路

新增在BG3世界中行走而非奔跑的功能。

游戏玩法

概述

这是一个非常直接了当的模组。根据请求,我制作了一个能让角色在游戏世界中强制行走而非奔跑的模组。你可以在被动技能标签页中找到“行走”图标并开启它。该功能可在现有存档中使用,只需通过改变角色生命值或装备/卸下物品来触发,但需要脚本扩展器支持(需求栏已附链接)。

安装

对于希望手动安装模组(无论出于何种原因)的玩家,请将.pak文件放入\AppData\Local\Larian Studios\Baldur's Gate 3\Mods文件夹中。

接下来,按照以下方式更新你的AppData\Local\Larian Studios\Baldur's Gate 3\Player Profiles\Public\modsettings.lsx文件,在ModOrder部分和Mods部分(Gustav下方)进行操作:

<?xml version="1.0" encoding="UTF-8"?>
<save>
 <version major="4" minor="0" revision="9" build="331" />
 <region id="ModuleSettings">
  <node id="root">
   <children>
    <node id="ModOrder">
     <children>
      <node id="Module">
       <attribute id="UUID" value="28ac9ce2-2aba-8cda-b3b5-6e922f71b6b8" type="FixedString" />
      </node>
      <node id="Module">
       <attribute id="UUID" value="43da0002-cad6-4bdc-82d8-3af18627d13d" type="FixedString" />
      </node>
     </children>
    </node>
    <node id="Mods">
     <children>
      <node id="ModuleShortDesc">
       <attribute id="Folder" value="GustavDev" type="LSString"/>
       <attribute id="MD5" value="" type="LSString" />
       <attribute id="Name" value="GustavDev" type="LSString" />
       <attribute id="UUID" value="28ac9ce2-2aba-8cda-b3b5-6e922f71b6b8" type="FixedString" />
       <attribute id="Version64" value="36028797018963968" type="int64" />
      </node>
      <node id="ModuleShortDesc">
       <attribute id="Folder" value="ExpansionWalking" type="LSString" />
       <attribute id="MD5" value="" type="LSString" />
       <attribute id="Name" value="ExpansionWalking" type="LSString" />
       <attribute id="UUID" value="43da0002-cad6-4bdc-82d8-3af18627d13d" type="FixedString" />
       <attribute id="Version64" value="36028797018963968" type="int64" />
      </node>
     </children>
    </node>
   </children>
  </node>
 </region>
</save>