About This File
Update: This fix is now included in NVEC bugfixes since v3.4c. You don't need this if you use that, which I recommend.
Â
------
Â
When completing the quest Et Tumor Brute by talking to Lucius and offering him Arcade Gannon there is a show stopping bug in the vanilla game:
Â
- The Quest 'Et Tumor Brute' shows completed and you get the experience reward
- BUT: then a message box pops up regarding you operating medically on Caesar
- Caesar stays in the coma and the same message box will keep showing if you try to interact with him.
- It is now impossible to wake Caesar up. Ever.
Â
-------
I found the exact issue, 100%. They forgot to include 3 lines of code in this particular quest outcome script which are in the other outcomes.
Â
Â
In the script attached to dialogue 'VFreeformTheFortFortLuciusTopic043' which is part of 'VFreeformTheFort' Quest, they left out these 3 lines:
Â
set VFreeformTheFort.bCaesarInComa to 0
FortCaesarRef.SetRestrained 0
FortCaesarRef.IgnoreCrime 0
Â
Â
Â
I have seen various posts around the interweb of people describing this bug but surprisingly no one seems to have made a fan patch for it yet (its not in NVEC).