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]

What is the hidden trophy below Lore Master? What is the hidden trophy below Lore Master?

Posted On: August 25, 2023
In Lucky Luna's trophy list there is a hidden Story Mode trophy marked ??? near the bottom of the list. It sits between the trophies for Lore master and Taking flight. What are the requirements fo...[More]


Can I replay Outcore after beating it? Can I replay Outcore after beating it?

Posted On: March 14, 2024
At the end of Outcore. Lumi asks if she can be released into the internet. She says that once you release her she won't come back, which sounds like it's permanent.Is it possible to replay Outcore aft...[More]


Do you pay a gold tax when beating the final boss in Heroes Of Hammerwatch? Do you pay a gold tax when beating the final boss in Heroes Of Hammerwatch?

Posted On: March 10, 2023
Throughout the game, you can deposit your found gold and ore in elevators to take to the surface, at a tax rate that depends on how much gold you have collected. I decided to be brave, and do an entir...[More]


Where can I find a steering stick in Zelda Tears of the Kingdom? Where can I find a steering stick in Zelda Tears of the Kingdom?

Posted On: June 9, 2023
I'm looking for a steering stick so I can save a hoverbike design to Autobuild. However, I haven't found any and don't know where I would encounter one. To be clear, I'm looking for an...[More]


Red x by easy difficulty in Black Ops 2 Zombies Red x by easy difficulty in Black Ops 2 Zombies

Posted On: May 28, 2023
Does anyone know why there is a red "x" by easy when you change the difficulty to easy on zombies? Question from user Gmoneyrocks at gaming.stackexchange.com. Answer: The red 'X...[More]


Is there any way to hide your Steam status from others? Is there any way to hide your Steam status from others?

Posted On: April 21, 2023
Is there any way to prevent others from seeing your Steam status without removing them as a friend? . Let's say I want to play Borderlands 2 without letting some friends know. Is there any way ...[More]


Hogwarts Legacy - No makeup - beards? Hogwarts Legacy - No makeup - beards?

Posted On: March 7, 2023
I just realized after beating the game and watching some people play that we don't have makeup or beards! Like aren't we 15-16 years old? Surely we can get a little scruff and put on some blus...[More]


How to obtain all 3 starters on Pokemon Fire Red - Leaf Green and have them as Original Trainer (OT) (Macbook VBA)? How to obtain all 3 starters on Pokemon Fire Red - Leaf Green and have them as Original Trainer (OT) (Macbook VBA)?

Posted On: March 31, 2024
I am currently using an Apple M1 Ventura machine with a VirtualBoyAdvance.How do I get all 3 starters (Bulbasaur, Charmander and Squirtle) with Original Trainer (OT) status on a game without using che...[More]


How much health does an Apple heal? How much health does an Apple heal?

Posted On: January 20, 2023
How much HP does an apple heal? Whenever I pick up an apple the amount healed seems to vary. Does the amount healed scale with my character's maximum HP? Question from user Stevoisiak at gaming...[More]


How to enhance match objectives in Fifa 23 career matches How to enhance match objectives in Fifa 23 career matches

Posted On: April 30, 2023
I play Fifa 23 on a PC with an Xbox controller and intend to achieve the enhanced objectives when a career match begins. I can see the objectives screen and it says I should press L + Hold L. Ho...[More]