Larian Banner: Baldur's Gate Patch 9
Previous Thread
Next Thread
Print Thread
Joined: Nov 2017
apprentice
OP Offline
apprentice
Joined: Nov 2017
First, thank you to everyone who helps newbies like me in these forums, the answers and examples have been very useful so far.

I have successfully laid out some box triggers in an adventure mod that initiate dialog and SetOffStage calls, but they only seem to work in testing mode within the engine. When I publish and load the game, none of the triggers work. I've made sure to use TriggerRegisterForPlayers, Generated/Reloaded/Rebuilt/Generated AI to make sure that my changes are there, but still no luck.

Is there some global setting or script I need to use to activate the triggers when the adventure is loaded into the game?



I made a small standalone campaign mod for DOS2, 'Treasure Hunters! https://steamcommunity.com/sharedfiles/filedetails/?id=1594027212
Mostly I make music: https://www.sjatr.com

Fav RPG games: Bard's Tale, Baldur's Gate, Neverwinter Nights, D&D Gold Box, Diablo, Divinity Original Sin.
Joined: Dec 2013
old hand
Offline
old hand
Joined: Dec 2013
This can happen sometimes on account of some subtle differences in the execution of level loading and other story elements between editor testing and the real game, along with some possible differences in character creation. Maybe the best thing would be to post an example of one of the goals that isn't working and we could think about what might be causing the discrepancy.



DOS2 Mods: Happily Emmie After and The Noisy Crypt

Steam Workshop
Nexus Mods
Joined: Nov 2017
apprentice
OP Offline
apprentice
Joined: Nov 2017
None of the triggers appear to work in game, but this is the first Trigger the players come upon, it works when testing in the Engine, but not when loaded in the game after publishing:


IF
CharacterEnteredTrigger(_character, TRIGGERGUID_SurtaTalkTrigger_9e7bfe55-09d9-4128-8959-a6177ec3350f)
AND
NOT CharacterIsDead(CHARACTERGUID_Surta_915962bf-9147-4790-8897-fc26889c9c94, 1)
THEN
DisplayText(CHARACTERGUID_Surta_915962bf-9147-4790-8897-fc26889c9c94, "...help...heeelllp..");


I made a small standalone campaign mod for DOS2, 'Treasure Hunters! https://steamcommunity.com/sharedfiles/filedetails/?id=1594027212
Mostly I make music: https://www.sjatr.com

Fav RPG games: Bard's Tale, Baldur's Gate, Neverwinter Nights, D&D Gold Box, Diablo, Divinity Original Sin.
Joined: Nov 2017
L
member
Offline
member
L
Joined: Nov 2017
When do you register this trigger?
Is this trigger a Local or a Global?
Where is it located?


My first guess is like Windemere's - that the trigger is loaded when you test it in the engine (because you load straight to the relevant level) but not in-game (because there's the character creation level and such first).


Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.5