生命拯救者 自动保存

生命拯救者 自动保存

该模组会在每次进入战斗时自动保存

游戏玩法

安装

选项1:使用模组管理器

将 LifeSaver.zip 移动至 Documents\LarianStudios\BaldursGate3\Mods 文件夹,然后通过模组管理器加载。

选项2:手动安装

  1. LifeSaver.pak 文件放入 Documents\LarianStudios\BaldursGate3\Mods 文件夹。
  2. 使用记事本或任何文本编辑器编辑 Documents\LarianStudios\BaldursGate3\PlayerProfiles\{你的配置文件}\modsettings.lsx 文件。
  3. 按照以下格式修改文件内容:
<?xml version="1.0" encoding="UTF-8"?>
<save>
    <version major="4" minor="0" revision="0" build="52" />
    <region id="ModuleSettings">
        <node id="root">
            <children>
                <node id="ModOrder">
                    <children>
                        <node id="Module">
                            <attribute id="UUID" type="FixedString" value="5cf5b39d-bb7c-4e99-b1cc-c22f3f036f2d" />
                        </node>
                        <!-- 其他模组位置 -->
                    </children>
                </node>
                <node id="Mods">
                    <children>
                        <node id="ModuleShortDesc">
                            <attribute id="Folder" type="LSWString" value="Gustav" />
                            <attribute id="MD5" type="LSString" value="" />
                            <attribute id="Name" type="FixedString" value="Gustav" />
                            <attribute id="UUID" type="FixedString" value="991c9c7a-fb80-40cb-8f0d-b92d4e80e9b1" />
                            <attribute id="Version" type="int32" value="268435456" />
                        </node>
                        <node id="ModuleShortDesc">
                            <attribute id="Folder" type="LSWString" value="LifeSaver" />
                            <attribute id="MD5" type="LSString" value="" />
                            <attribute id="Name" type="FixedString" value="LifeSaver" />
                            <attribute id="UUID" type="FixedString" value="5cf5b39d-bb7c-4e99-b1cc-c22f3f036f2d" />
                            <attribute id="Version" type="int32" value="268435456" />
                        </node>
                        <!-- 其他模组位置 -->
                    </children>
                </node>
            </children>
        </node>
    </region>
</save>