So during the quest I killed Crowley, got all the keys, went to Tenpenny and tried to complete the quest via him but I couldn't get the right dialogue option. I know this is a known bug but it's supposed to complete the quest if you loot the power armor yourself so I thought OK, lemme get that armor. Got the armor, the quest still persists in my pip-boy. And ideas? Should I just console command it to end and get EXP and if so, what would be the right code cause I'm a little confused about the load order digits and stuff? Any help appreciated!
Can't complete you gotta shoot em in the head
-
Andrej89
- Posts: 9
- Joined: Wed Jan 11, 2017 10:17 am
- RoyBatty
- Gary
- Posts: 7742
- Joined: Sun Apr 27, 2014 10:26 am
- Location: Vault 108
-
Andrej89
- Posts: 9
- Joined: Wed Jan 11, 2017 10:17 am
Awesome! :) Now what about
Awesome! :) Now what about console ending the quest? Is it possible?
- Risewild
- Posts: 3219
- Joined: Mon Oct 01, 2012 9:14 am
I just tested all the
I just tested all the possible ways of finishing this quest and the kill everyone and report to Crowley works perfectly, the killing Crowley and reporting to Tenpenny is indeed broken and the kill Crowley, reporting to Tenpenny (which doesn't work) and then getting the T-51 Power Armor did finished the quest.
If you use this console command it should finish the quest (you need to replace the xx with the Fallout3.esm mod index in your Load Order, usually is 0A or 06):
completequest xx014ea1
- Have a problem? Try checking our FAQ. It might have the solution for it.
- Want to mod your game, but not sure which mods to use? Check the recommended and incompatible mods threads and the Wasteland Survival Guide.

- Join our Discord Server.

-
Andrej89
- Posts: 9
- Joined: Wed Jan 11, 2017 10:17 am
Thank you very much! I did
Thank you very much! I did some searching around and got to the same command but thank you anyway! :) The first zero after the xx has me confused why it's there but anyways, it works! Case closed :)
- jlf65
- Posts: 1535
- Joined: Wed Aug 10, 2016 9:10 pm
That first zero after XX is
That first zero after XX is there because the form id is a four byte hexadecimal number. The XX is the most significant byte, the first two digits, and the rest MUST be three bytes, or six digits. Now if XX is 00, you can leave off any other zeros at the top of the number, but if XX is non-zero, you MUST have all the digits for the rest, even the zeroes.
