In Fallout New Vegas, I failed Render Unto Caesar. How can I recover and do the quest anyway?

[BACK]
In Fallout New Vegas, I failed Render Unto Caesar. How can I recover and do the quest anyway?
Posted On: February 17, 2023

Shortly after I got the Mark Of Caesar at New Vegas and was told I was forgiven and the legion wouldn't attack me any more, a bunch of legion assassins appeared and attacked me. I shrugged and thought "that's weird, but it's a Bethesda game" and shot them. I got messages about my legion reputation going down but shrugged again and kept shooting. Several hours and many dead hit squads later, I'm at Cottonwood Cove and suddenly find I'm unable to travel to the Fort without the legion attacking me, and the quest is marked as failed in my log.


But I want to do this quest the peaceful way, parlay with Caesar etc etc, talk to the NPCs, soak in the lore etc etc (and then maybe blow all their brains out afterwards). That had always been my plan, the game just forced my hand by somehow bugging out and not switching off the hit squads.


I'm standing on the raft at Cottonwood Cove. What console commands can I use to totally salvage this situation and make it so I can just do the quest normally?


Question from user Jack M at gaming.stackexchange.com.


Answer:

Alright, it took a lot of digging both online and in the GECK itself, and a lot of trial and error, but I think I found a combination of commands that work.


Dismiss Boone if you have him as a companion, then before going to the fort, run (the order matters):.


setreputation 000f43dd 0 1.


resetquest 00167f0f.


resetquest 00129d14.


setstage 00129d14 1.


resetquest 001227a1.


setenemy 000ee68a 0001b2a4 1 1.


Close the console and wait up to five seconds. You should see the message saying the "Render Unto Caesar" quest was added. Now you should be able to travel to the fort as if nothing happened. Here's a quick breakdown of what the commands do:.


Remove "Beware The Wrath Of Caesar" quest:.


setreputation 000f43dd 0 1.


resetquest 00167f0f.


Fix "Render Unto Caesar" quest:.


resetquest 00129d14.


setstage 00129d14 1.


Fix "Caesar's Dialog" quest:.


resetquest 001227a1.


Un-hostile the Legion:.


setenemy 000ee68a 0001b2a4 1 1.


Since I've been figuring this out for about two days now, had to learn the hard way that a lot of information online is wrong or not relevant, and went back and forth on thinking this might just be impossible, I want to take a second to document how the solution works for anyone having similar trouble.


There are three quests that are relevant to this problem:.


Render Unto Caesar is the quest you get after exiting the Tops, from the Legion guy that tells you your sins are forgiven and Caesar wants to talk to you.


Beware The Wrath Of Caesar! is basically "the quest to fail Render Unto Caesar". It first shows up if you piss off the Legion after having started Render. You can piss them off either by advancing certain other quests, or by losing reputation with them (say by killing the hitsquads which for some stupid reason keep showing up even when they're not supposed to). Piss them off too much, and both this quest and Render are marked as failed.


Caesar's Dialog. This is a hidden quest (doesn't show up in your log) used by the game to track what Caesar should say to you when you talk to him. If you don't clean up the quest variables properly, it's possible to get all the way to the Fort with the Legion non-hostile, but be unable to talk to Caesar.


In theory, I think all you would need to do to able to talk to Caesar is un-hostile the Legion and reset the Caesar's Dialog quest, executing only the last two commands, above. I just thought it was best to do things as cleanly as possible.


Resetting Beware.


You might have gotten into this situation without ever starting the Beware quest, in which case you might not need to do this. Check your quest log to see if it's there (it's probably greyed out, i.e. completed).


Running resetquest basically makes it like you never even got the quest in the first place, which is what we want - just as if we never did anything to annoy the Legion after getting the Mark of Caesar. If you try to just run resetquest 00167f0f, what you should find is that if you wait five seconds (quest-related code runs once every five seconds, which is why it can take a while for quest console commands to take effect), the quest will be added straight back. This is because the logic for this quest is: the quest begins if you have low reputation and you possess the Mark of Caesar that you get from the Legion guy in New Vegas who invites you to talk to Caesar. So if your rep is still slow, the quest will start up again once the game does that check.


So, you have to reset your reputation with the Legion with setreputation 000f43dd 0 1 before resetting the quest. 000f43dd is the code for the Legion, 0 means you're setting reputation (as opposed to fame), and 1 is neutral (higher rep means they hate you more).


Resetting Render.


This is straight forward. resetquest 00129d14 removes the quest from your log as if you never got it, and setstage 00129d14 1 starts it up again. There's also a startquest command, but as far as I can tell it does nothing. You'll have to wait up to five seconds for this command to take effect, but when it does, you should get the message that you started Render Unto Caesar. That five second delay caused me to think I was doing something wrong for a long time.


Fix Caesar's Dialog.


After I got to the Fort, I tried talking to Caesar, but it just did a weird zoom-in and zoom-out and wouldn't talk to him. This is a bug that has been reported in several places on the internet and the answer is always the same: it's an unsolved bug. Well I'm here to tell you that it's unsolved until now (I think). This seems to happen because every dialog option for an NPC has an associated "condition" which determines whether it's available. If every condition fails, so no dialog options are available for an NPC, the conversation ends immediately and you get that little zoom-in zoom-out effect. Going into the GECK I was able to see that Caesar's dialog options mostly depend on some variables in a quest called "Caesar's Dialog", which is a "hidden" quest. So reset that too:.


resetquest 001227a1.


Un-hostiling the Legion.


Finally, we have to get the Legion to stop shooting at us. We've already set our Legion reputation, but reputation and hostility are actually unrelated in Fallout, rep seems to mostly be used for quest logic. By the way, the Mark Of Caesar item has no effect on hostility either as far as I can tell. So we have to set the enemy status:.


setenemy 000ee68a 0001b2a4 1 1.


0001b2a4 is the "player faction", i.e. just you, and 000ee68a is the code for the Legion faction. Notice that this is different from the code we used for the Legion faction when setting our rep. This is because of reasons.


Answer from user Jack M at gaming.stackexchange.com.



[BACK]
In Fallout New Vegas, I failed Render Unto Caesar. How can I recover and do the quest anyway?
Posted On: February 17, 2023

Shortly after I got the Mark Of Caesar at New Vegas and was told I was forgiven and the legion wouldn't attack me any more, a bunch of legion assassins appeared and attacked me. I shrugged and thought "that's weird, but it's a Bethesda game" and shot them. I got messages about my legion reputation going down but shrugged again and kept shooting. Several hours and many dead hit squads later, I'm at Cottonwood Cove and suddenly find I'm unable to travel to the Fort without the legion attacking me, and the quest is marked as failed in my log.


But I want to do this quest the peaceful way, parlay with Caesar etc etc, talk to the NPCs, soak in the lore etc etc (and then maybe blow all their brains out afterwards). That had always been my plan, the game just forced my hand by somehow bugging out and not switching off the hit squads.


I'm standing on the raft at Cottonwood Cove. What console commands can I use to totally salvage this situation and make it so I can just do the quest normally?


Question from user Jack M at gaming.stackexchange.com.


Answer:

Alright, it took a lot of digging both online and in the GECK itself, and a lot of trial and error, but I think I found a combination of commands that work.


Dismiss Boone if you have him as a companion, then before going to the fort, run (the order matters):.


setreputation 000f43dd 0 1.


resetquest 00167f0f.


resetquest 00129d14.


setstage 00129d14 1.


resetquest 001227a1.


setenemy 000ee68a 0001b2a4 1 1.


Close the console and wait up to five seconds. You should see the message saying the "Render Unto Caesar" quest was added. Now you should be able to travel to the fort as if nothing happened. Here's a quick breakdown of what the commands do:.


Remove "Beware The Wrath Of Caesar" quest:.


setreputation 000f43dd 0 1.


resetquest 00167f0f.


Fix "Render Unto Caesar" quest:.


resetquest 00129d14.


setstage 00129d14 1.


Fix "Caesar's Dialog" quest:.


resetquest 001227a1.


Un-hostile the Legion:.


setenemy 000ee68a 0001b2a4 1 1.


Since I've been figuring this out for about two days now, had to learn the hard way that a lot of information online is wrong or not relevant, and went back and forth on thinking this might just be impossible, I want to take a second to document how the solution works for anyone having similar trouble.


There are three quests that are relevant to this problem:.


Render Unto Caesar is the quest you get after exiting the Tops, from the Legion guy that tells you your sins are forgiven and Caesar wants to talk to you.


Beware The Wrath Of Caesar! is basically "the quest to fail Render Unto Caesar". It first shows up if you piss off the Legion after having started Render. You can piss them off either by advancing certain other quests, or by losing reputation with them (say by killing the hitsquads which for some stupid reason keep showing up even when they're not supposed to). Piss them off too much, and both this quest and Render are marked as failed.


Caesar's Dialog. This is a hidden quest (doesn't show up in your log) used by the game to track what Caesar should say to you when you talk to him. If you don't clean up the quest variables properly, it's possible to get all the way to the Fort with the Legion non-hostile, but be unable to talk to Caesar.


In theory, I think all you would need to do to able to talk to Caesar is un-hostile the Legion and reset the Caesar's Dialog quest, executing only the last two commands, above. I just thought it was best to do things as cleanly as possible.


Resetting Beware.


You might have gotten into this situation without ever starting the Beware quest, in which case you might not need to do this. Check your quest log to see if it's there (it's probably greyed out, i.e. completed).


Running resetquest basically makes it like you never even got the quest in the first place, which is what we want - just as if we never did anything to annoy the Legion after getting the Mark of Caesar. If you try to just run resetquest 00167f0f, what you should find is that if you wait five seconds (quest-related code runs once every five seconds, which is why it can take a while for quest console commands to take effect), the quest will be added straight back. This is because the logic for this quest is: the quest begins if you have low reputation and you possess the Mark of Caesar that you get from the Legion guy in New Vegas who invites you to talk to Caesar. So if your rep is still slow, the quest will start up again once the game does that check.


So, you have to reset your reputation with the Legion with setreputation 000f43dd 0 1 before resetting the quest. 000f43dd is the code for the Legion, 0 means you're setting reputation (as opposed to fame), and 1 is neutral (higher rep means they hate you more).


Resetting Render.


This is straight forward. resetquest 00129d14 removes the quest from your log as if you never got it, and setstage 00129d14 1 starts it up again. There's also a startquest command, but as far as I can tell it does nothing. You'll have to wait up to five seconds for this command to take effect, but when it does, you should get the message that you started Render Unto Caesar. That five second delay caused me to think I was doing something wrong for a long time.


Fix Caesar's Dialog.


After I got to the Fort, I tried talking to Caesar, but it just did a weird zoom-in and zoom-out and wouldn't talk to him. This is a bug that has been reported in several places on the internet and the answer is always the same: it's an unsolved bug. Well I'm here to tell you that it's unsolved until now (I think). This seems to happen because every dialog option for an NPC has an associated "condition" which determines whether it's available. If every condition fails, so no dialog options are available for an NPC, the conversation ends immediately and you get that little zoom-in zoom-out effect. Going into the GECK I was able to see that Caesar's dialog options mostly depend on some variables in a quest called "Caesar's Dialog", which is a "hidden" quest. So reset that too:.


resetquest 001227a1.


Un-hostiling the Legion.


Finally, we have to get the Legion to stop shooting at us. We've already set our Legion reputation, but reputation and hostility are actually unrelated in Fallout, rep seems to mostly be used for quest logic. By the way, the Mark Of Caesar item has no effect on hostility either as far as I can tell. So we have to set the enemy status:.


setenemy 000ee68a 0001b2a4 1 1.


0001b2a4 is the "player faction", i.e. just you, and 000ee68a is the code for the Legion faction. Notice that this is different from the code we used for the Legion faction when setting our rep. This is because of reasons.


Answer from user Jack M at gaming.stackexchange.com.



[BACK]

Are the Poker Night games rigged? Are the Poker Night games rigged?

Posted On: February 7, 2023
I've played poker in real life and I've played Poker Night at the Inventory (but not Poker Night 2). I have the feeling that the Poker Night engine manipulates the deck to give players a mo...[More]


What happened to Elizabeth Peralez last messages? What happened to Elizabeth Peralez last messages?

Posted On: February 12, 2023
WARNING: This question and any answers will almost certainly contain spoilers for the Peralez' quest chain. Proceed at your own risk.I completed the quest Dream On by telling Jefferson about the spy r...[More]


In the Witcher 3, what quests become unavailable after Capture the Castle? In the Witcher 3, what quests become unavailable after Capture the Castle?

Posted On: February 20, 2023
I am up to the main quest "Capture the Castle" in the Blood & Wine DLC. While going to the mission, I got a warning telling me that doing this quest may result in some side quests becomi...[More]


What is the maximum speed an AMX 40 can achieve over flat terrain in World Of Tanks? What is the maximum speed an AMX 40 can achieve over flat terrain in World Of Tanks?

Posted On: August 11, 2023
I've rebought my AMX-40 lately after reading a guide which tries to fix the issues with the tank (it's speed mostly) and I noticed that sometimes I can reach 26-7kmh on flat pavement surfaces ...[More]


What does SP do? What does SP do?

Posted On: May 19, 2023
I recently decided to subscribe to Nintendo Switch Online, so I can play the NES games included in the service. When I launched the NES Nintendo Switch Online app, I noticed that some games were li...[More]


Getting Rich Off Paintings Getting Rich Off Paintings

Posted On: July 21, 2021
The biggest mistake you can make in the Sims 4 is wasting your character’s life by making him work in some crappy job. Being the average Joe is tedious and would take a considerable amount of ef...[More]


Attention to detail is awesome! Attention to detail is awesome!

Posted On: September 6, 2023
I’ve spent a lot of time in the Middle East/Africa. There is a non spin-able globe in the headmasters office. Given that the game takes place in 1890, while it’s not 100% perfect, the glob...[More]


What is a Turtle Goal in Rocket League? What is a Turtle Goal in Rocket League?

Posted On: May 7, 2023
While playing ranked doubles, I received 20 points for a turtle goal. . What is a turtle goal? Question from user HazyKingdom at gaming.stackexchange.com. Answer: When you score a goal by ...[More]


What is the maximum number of Warhammer specials that can be alive at a time? What is the maximum number of Warhammer specials that can be alive at a time?

Posted On: June 4, 2023
First-person shooter co-op games usually limit the number of special units that can be alive at the same time, to avoid overwhelming the players with units that can easily wipe the team. For example, ...[More]


How to unlock the Science is done by Quantity achievement? How to unlock the Science is done by Quantity achievement?

Posted On: March 19, 2024
The "Science is done by Quantity" achievement has a description that says you need to extract a mission with at least 15 common samples. I've done this with my friend multiple times now, but the achi...[More]