Fallout New Vegas

File information

Last updated

Original upload

Created by

Hemingway308

Uploaded by

Hemingway308

Virus scan

Safe to use

Tags for this mod

About this mod

When completing Et Tumor Brute by speaking to Lucius and offering him Arcade, there is a show stopping bug that prevents Caesar from ever waking up and you cannot progress in the Legion story. This fixes it.

Permissions and credits
The bug looks like this:

- Go into Caesar's tent and talk to Lucius, offer him Arcade
- 'Et Tumor Brute' quest is shown completed, and you get XP
- Message Box for performing surgery on Caesar now shows
- Caesar stays in coma, trying to interact with him only shows the same box. He can never be woken up, ever.

----

The issue is that Obsidian forgot to include 3 lines of code in that particular quest outcome script that are in the others. This mod just adds them in.

-----
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
...