0 of 0

File information

Last updated

Original upload

Created by

Celes

Uploaded by

DiZ91891

Virus scan

Safe to use

Tags for this mod

About this mod

Adds the ability to walk throughout the BG3 world instead of run.

Requirements
Permissions and credits
Changelogs
Donations
Overview

So, this is a very simple and straightforward mod. Per a request, I've created a mod that allows you to force characters to walk instead of run throughout the game's world. To do so, look under the Passives tab and toggle on the "Walk" icon. It can be used during an existing save by simply doing something to change your character's hit points or by equipping or unequipping an item but requires the script extender, which has been linked in the requirements.
Installation

For those who would want to manually install the mod (for whatever reason), place the .pak file in the \AppData\Local\Larian Studios\Baldur's Gate 3\Mods folder.

Next, update your AppData\Local\Larian Studios\Baldur's Gate 3\Player Profiles\Public\modsettings.lsx file in the following way under the ModOrder section and Mods section (below where Gustav is):

<?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>