Page 1 of 1
Clear Out Project Purity - I cleared it but there is no option to tell
#1
Posted 06 November 2009 - 01:42 AM
Dad gave me the mission to clear out Project Purity. I've already done this once (sneaking through and looting EVERYTHING). I went in a second time and checked for any missed file cabinets etc, still didn't encounter enemies. (Deactivated the turret, maybe I should blow it up to be safe?) I've gone to the rotunda, sub basement, and every room in the giftshop without finding any enemies. I tried using the "killall" command but when I came out it still doesn't register the area as safe. What do I do? Is there another console command?
Please help me guys, I really want to finish this awesome game!
thanks a lot!
Please help me guys, I really want to finish this awesome game!
thanks a lot!
#2
Posted 06 November 2009 - 09:45 AM
well, you obviously didn't kill all of them.
cause once you killed the last one, you will get a message that you killed them all and your mission objective changes to "talk to dad" (or something along these lines)
my guess would be you missed at least one in the subarea, its not all that large but its a bit confusing due to all the 4-ways.
open up your pipboy local map and see if there's an area you haven't checked yet.
cause once you killed the last one, you will get a message that you killed them all and your mission objective changes to "talk to dad" (or something along these lines)
my guess would be you missed at least one in the subarea, its not all that large but its a bit confusing due to all the 4-ways.
open up your pipboy local map and see if there's an area you haven't checked yet.
#5
Posted 06 November 2009 - 05:44 PM
Thank you for your answer.
So I will need to install the Fallout 3 editor? Geeze! I thought there would be an easy fix..
I am pretty disappointed since I also bought the Addon Brotherhood of steel, and I will now not even be able to play that either...
Is there any tutorial on how to find out the numbers in GECK?
thank you for your help!
So I will need to install the Fallout 3 editor? Geeze! I thought there would be an easy fix..
I am pretty disappointed since I also bought the Addon Brotherhood of steel, and I will now not even be able to play that either...
Is there any tutorial on how to find out the numbers in GECK?
thank you for your help!
#6
Posted 06 November 2009 - 10:37 PM
looked it up for ya:
install FOSE as mentioned (its simple, just use the Fallout Mod Manager (which everyone should anyway)) copy the FOSE files into the Fallout 3 folder and that should be it.
what you need to type into the console:
player.setstage MQ05 26
and thats it (stage 26 includes SetObjectiveCompleted MQ05 25 1, so there's no point to do that manually, when going to stage 26 25 will automatically be finished)
explanations here:
MQ05 = Main Quest 05 = The Waters of Life
stage 25 = Clear Project Purity of any remaining Mutant threat. (this should be the one your stuck in)
stage 26 = Tell Dad it's safe to enter Project Purity.
btw. if it helps, here's the code that works stage 25:
its pretty much twice in there, in the event you killed all mutants before you got the quest to kill all mutants, you need to kill 14 mutants for the stage to update.
so use the console code above and walk with em, just be careful, cause if the script didn't update there might just be a mutant in there somewhere, and not all the people you escort are "essential" so some of them can be killed.
install FOSE as mentioned (its simple, just use the Fallout Mod Manager (which everyone should anyway)) copy the FOSE files into the Fallout 3 folder and that should be it.
what you need to type into the console:
player.setstage MQ05 26
and thats it (stage 26 includes SetObjectiveCompleted MQ05 25 1, so there's no point to do that manually, when going to stage 26 25 will automatically be finished)
explanations here:
MQ05 = Main Quest 05 = The Waters of Life
stage 25 = Clear Project Purity of any remaining Mutant threat. (this should be the one your stuck in)
stage 26 = Tell Dad it's safe to enter Project Purity.
btw. if it helps, here's the code that works stage 25:
if ( GetStage MQ05 == 20 ) if ( AllClear == 1 ) if ( MQ03.BodyCount >= 14 ) SetStage MQ05 26 Set MQ05.AllClear to 2 endif endif endif if ( GetStage MQ05 == 25 ) if ( MQ03.BodyCount >= 14 ) SetStage MQ05 26 Set MQ05.AllClear to 2 endif endif
its pretty much twice in there, in the event you killed all mutants before you got the quest to kill all mutants, you need to kill 14 mutants for the stage to update.
so use the console code above and walk with em, just be careful, cause if the script didn't update there might just be a mutant in there somewhere, and not all the people you escort are "essential" so some of them can be killed.
Page 1 of 1



MultiQuote