0 of 0

File information

Last updated

Original upload

Created by

heihow

Uploaded by

HeiHow99

Virus scan

Safe to use

Tags for this mod

About this mod

Remove Visual Effect for Blessing of Selune

Requirements
Permissions and credits
[Mod Installation]

After meeting with Isobel at Last Night Inn, you will gain Blessing of Selune. This mod is aimed at removing the Visual Effect of it.

This mod is edited based on legend0fthefall's template, you can install it through BG3 mod Manager (might require Mod Fixer).

This mod might not be compatible with some other mods, known problem is you cannot start communications. If the problem cannot be solved, you could consider using the following alternative way:

[Alternative way to turn off Visual Effects]

Alternatively, instead of installing the mod through BG3 mod manager, since there are lots off visual effects in this game. If you would like to turn off some of them based on your own preference,  you could find them from the file "Status_BOOST.txt" from folder:

\Public\SharedDev\Stats\Generated\Data
\Public\Shared\Stats\Generated\Data
\Public\Gustav\Stats\Generated\Data
\Public\GustavDev\Stats\Generated\Data

Take Blessing of Selune as an example: it is in "Status_BOOST.txt"  from "\Public\GustavDev\Stats\Generated\Data"

A direct way to remove this effect is to create folders "\Public\GustavDev\Stats\Generated\Data" under game installing folder "\Baldurs Gate 3\Data" and then copy this "Status_BOOST.txt" unzipped from latest patch to that path and you can find the code with related to Selune's Blessing,

new entry "HAV_SELUNEOINTMENT"
type "StatusData"
data "StatusType" "BOOST"
data "DisplayName" "hcec10850g6008g4130gb99dgb79d97fdcfbe;3"
data "Description" "hb24120f7g21c4g4493g8db9gd1adaeae8e48;2"
data "Icon" "Action_EndGame_IsobelHeal"
data "StackId" "HAV_SELUNEOINTMENT"
data "Boosts" "Resistance(Necrotic, ResistantToMagical);Tag(ACT2_SELUNEOINTMENTAPPLIED)"
data "StatusPropertyFlags" "IgnoreResting"
data "StatusEffect" "06b6b0a5-22a1-4c5a-ae8f-2d31595c5fee"

Simply change 
data "StatusEffect" "06b6b0a5-22a1-4c5a-ae8f-2d31595c5fee"
to 
data "StatusEffect" ""

If you want to disable other visual effects, follow the same procedure but this method might require you to update "Status_BOOST.txt" each time after the new patch.