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]

I got Hogwarts Legacy today for PC. I got Hogwarts Legacy today for PC.

Posted On: April 21, 2023
I got Hogwarts Legacy for PC today.  I couldn’t quite believe my eyes and all I could say was holy crap. It’s looks absolutely incredible! . Auto set up put everything on ult...[More]


How do you role play anything but nice characters? How do you role play anything but nice characters?

Posted On: October 27, 2023
I'm someone who feels bad in any video game if I am mean to some NPC. I'm also someone who tries to get everything in a single playthrough and try to pick the right dialogue option for that, r...[More]


Without spoilers, are any spells permanently missable in Hogwarts? Without spoilers, are any spells permanently missable in Hogwarts?

Posted On: March 8, 2023
I got to a part of the story where it seems that I've missed some spells. I do not want to get spoiled (nor do I want to spoil other players) and so I'd like to know, without spoilers (or with...[More]


Xbox One controller will not turn Xbox on Xbox One controller will not turn Xbox on

Posted On: February 8, 2023
I used to be able to turn my Xbox on with the wireless controller without fail but recently it will work for a while and then just suddenly stop turning on the Xbox. I hold the center X button and it ...[More]


How do I complete a Cargo Link quest? How do I complete a Cargo Link quest?

Posted On: October 28, 2023
One of my quests is to establish a Cargo Link for Uranium at Akila. (I can't find any further information in my mission logfile how to do that.). I have found the console near the landing zo...[More]


How Do I Enchant a disenchanted item in Elder Scrolls? How Do I Enchant a disenchanted item in Elder Scrolls?

Posted On: March 7, 2023
I'm asking because when I disenchant an item, the enchantment shows a stat such as "10% frost damage". However, when I disenchant the item to learn its effects and apply them to another ...[More]


Can I change my house later in the game? Can I change my house later in the game?

Posted On: July 19, 2023
Once I've chosen my house, is it possible to change my house to a different house later in the game or do I need to start a new game? Like let's say I've chosen Slytherin as my starting...[More]


i CANNOT beat this fight ? i CANNOT beat this fight ?

Posted On: December 5, 2024
This lorroakan fight seems impossible, i’ve tried ‘hold person’, ‘dominate person’, ‘silence’ and he just gets saved from them all and absolutely whoops my ass. i’ve tried going for th...[More]


i don't know what to do now i don't know what to do now

Posted On: November 26, 2025
ok so i'm in the second act of bg3 but i have no idea what to do next.I can't do the nightsong quest because when i had shadowheart spare nightsong, nightsong got rid of the darkness sure but the sha...[More]


What devices can you play Sonic Mania on? What devices can you play Sonic Mania on?

Posted On: January 24, 2023
I asked this question because Sonic Mania can probably be played on a few devices.Question from user Dark sonic at gaming.stackexchange.com.Answer:From the Wikipedia article on Sonic Mania, the game i...[More]