Issue Data
|
|
||||||||||||||||||||||
Forgot to mention: the version of USSEP I got the bug on was 4.3.6c, not the most recent 4.3.7.
Here's a patch with a simple but not perfect fix for the issue. It just adds a "Player accepted CR04" condition to the CR04 line in DGIntimidateVictoryYes topic. The condition was inspired by a similar one in the dialog lines that start CR04 brawls.
The setup of DGIntimidateVictoryYes topic is: the CR04 line is at the top of the order, the other 19 options could be spoken only by 19 different and unique actors, so one option per one actor (kinda, one of the 19 actors is "orc chieftain" job faction, but whatever). So the fix will work fine if the player hasn't accepted the CR04 job from Farkas yet. But when the player has both the Farkas job and some other way to start a brawl with one the 19 NPCs, it becomes murky again, and I guess it couldn't be fixed without a major rework of the whole brawl system.
The setup of DGIntimidateVictoryYes topic is: the CR04 line is at the top of the order, the other 19 options could be spoken only by 19 different and unique actors, so one option per one actor (kinda, one of the 19 actors is "orc chieftain" job faction, but whatever). So the fix will work fine if the player hasn't accepted the CR04 job from Farkas yet. But when the player has both the Farkas job and some other way to start a brawl with one the 19 NPCs, it becomes murky again, and I guess it couldn't be fixed without a major rework of the whole brawl system.
Comment #2 Feb 26, 2026 6:12 pm
Edited by gavrant on Feb 26, 2026 6:15 pm
Apparently, the site's anti-spam or something does not like my attachments? So here's a text version of the patch:
In dialog info 00047AD6 add this condition: Subject.GetVMQuestVariable(CR04 [QUST:00025231], ::IsAccepted_var) = 1
and just in case change Previous INFO field of that info to NULL in xEdit.
In dialog info 00047AD6 add this condition: Subject.GetVMQuestVariable(CR04 [QUST:00025231], ::IsAccepted_var) = 1
and just in case change Previous INFO field of that info to NULL in xEdit.
Comment #3 Feb 26, 2026 6:26 pm
Edited by gavrant on Feb 26, 2026 6:32 pm
Showing Comments 1 - 3 of 3

Issue Data