Baldur's Gate 3
0 of 0

File information

Last updated

Original upload

Created by

Synyster328

Uploaded by

Synyster328

Virus scan

Safe to use

Tags for this mod

About this mod

This mod adds a spell "Make Peace" that will make peace with all combatants and end combat. Useful to fix the issue when you travel to camp and a fight starts, or you upset someone on accident.

IT WILL NOT SHOW UP UNTIL THE FIRST TIME YOU ENTER COMBAT

Permissions and credits
Changelogs
Installation
-------------
Option 1: Candor
Move MakePeace.zip into Documents\LarianStudios\BaldursGate3\Mods
Load with Candor

Option 2: Manual
Move MakePeace.pak into Documents\LarianStudios\BaldursGate3\Mods
Edit modsettings.lsx at Documents\LarianStudios\BaldursGate3\PlayerProfiles\{YourProfile}\modsettings.lsx (You can open it with notepad or any text editor)

You must follow this format

<?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="9e921d4f-a683-47c7-ac34-c6dbe3e5f3b9" />
                  </node>
                  <!--other mods here-->
               </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="MakePeace" />
                     <attribute id="MD5" type="LSString" value="" />
                     <attribute id="Name" type="FixedString" value="MakePeace" />
                     <attribute id="UUID" type="FixedString" value="9e921d4f-a683-47c7-ac34-c6dbe3e5f3b9" />
                     <attribute id="Version" type="int32" value="268435456" />
                  </node>
                  <!--other mods here-->
               </children>
            </node>
         </children>
      </node>
   </region>
</save>