Divinity: Original Sin 2

Divinity: Original Sin 2

29 ratings
Resurrect Anything Without Removing Dialogs
   
Award
Favorite
Favorited
Unfavorite
Type: Add-on
Game Mode: Story
File Size
Posted
Updated
16.704 KB
28 Apr, 2020 @ 3:37am
8 May, 2020 @ 6:53pm
2 Change Notes ( view )

Subscribe to download
Resurrect Anything Without Removing Dialogs

Description
Resurrect anything without removing it's/his/her default dialogs.
25 Comments
NikiNet 7 Feb, 2023 @ 2:47pm 
Doesn`t work
NylonWorms 28 Mar, 2022 @ 3:50am 
every time I download and try to use this I get a Story Compilation Error. Your may be missing mod requirements. any ideas?
ZyYan9Orz 13 Oct, 2021 @ 12:19pm 
我反复尝试了几天,好像full loot跟这个mod冲突,类似修改npc爆货的mod有冲突。:steambored:
ZyYan9Orz 6 Oct, 2021 @ 7:05pm 
我看其他的复活后都不能对话,好想用这个mod啊
ZyYan9Orz 6 Oct, 2021 @ 7:04pm 
不知道为什么我明明安装了script extender(最新版v52·55)还显示故事模式丢失,然后还是给我刷了四个路人。
LaughingLeader 13 Jun, 2021 @ 12:48am 
@Element120 If you're looking to update the mod, you should be able to avoid needing to override __PROC by just adding an NPC to DB_KeepDialogsOnDeath before they die, like this, in its own standalone script:



QRY
MyMod_QRY_HasDialog((CHARACTERGUID)_Char)
AND
DB_Internal_Dialogs(_Char,_,_,_)
THEN
DB_NOOP(1);

IF
CharacterPrecogDying(_Npc)
AND
NOT DB_KeepDialogsOnDeath(_Npc)
AND
MyMod_QRY_HasDialog(_Npc)
THEN
DB_KeepDialogsOnDeath(_Npc);



Larian's script checks that DB before deciding to remove dialog from an NPC when they die, and CharacterPrecogDying should run before their rule happens.
LaughingLeader 13 Jun, 2021 @ 12:47am 
I don't recommend using this mod unless the mod author removes or updates their script override (__PROC.txt). They're overriding it with an old version, so this mod reverts that script and removes procs other updated scripts may use, which will create a working story error when loading into a save / creating a new game.

ProcCharacterMoveToPosition for instance ends up getting removed by this mod's script override, which is a scripting function for moving characters to a position Larian created (they want you using this one over an alternative).
https://i.imgur.com/SfEUWFt.png
theSneakySnake 18 Apr, 2021 @ 4:36pm 
Nevermind, I got it to work. Still, what's spawning those followers at the start?
theSneakySnake 18 Apr, 2021 @ 4:24pm 
This isn't for DE, is it?
Bolganoth  [author] 29 Mar, 2021 @ 9:56pm 
@MedusaDaLegend
Mods conflict. There must be other mods modified the same file in this mod.