Help please, need to fix a quest bug

Post » Fri May 27, 2011 4:31 am

I'm working on the Debt Collector quest. I talked to Lady Jane and she directed me to the Broc Flower Cave to find her destroyed caravan. Standing on the quest marker shows the detritus of a spilled caravan but no brahmin.

In the GECK I opened the RatCaveINT cell and in the Cell View you can see VFSJaneBrahminREF, which looks like a normal pack brahmin right next to the lamp on the floor of the cave at the quest marker. Problem here is the brahmin doesn't actually exist in the game, so the quest can't be finished.

So what do I do now? I found the missing item referenced by the quest but I have very little experience with the GECK.

The script related to this object is called VFSJaneBrahminSCRIPT:
scn VFSJaneBrahminSCRIPTint dooncebegin OnActivate	if doonce == 0		SetObjectiveCompleted VFSDebtCollector 40 1		SetObjectiveCompleted VFSDebtCollector 30 1		if GetObjectiveCompleted VFSDebtCollector 10 == 1 && GetObjectiveCompleted VFSDebtCollector 20 == 1			if GetObjectiveCompleted VFSAtomicPimp 20 == 1				SetObjectiveDisplayed VFSDebtCollector 55 1			else				SetObjectiveDisplayed VFSDebtCollector 50 1			endif		endif		set doonce to 1	endif	Activateend

User avatar
Kelsey Anna Farley
 
Posts: 3433
Joined: Fri Jun 30, 2006 10:33 pm

Post » Fri May 27, 2011 5:14 pm

Double click its ref and see if the "initially disabled" box is checked off on it.

Maybe the quest that needs you to use that thing needed to do BraminWhateverREF.enable, and didn't.
User avatar
Rozlyn Robinson
 
Posts: 3528
Joined: Wed Jun 21, 2006 1:25 am

Post » Fri May 27, 2011 8:24 am

I tried some variations on VSFJaneBrahminREF.enable in the console and un-ticking the initially disabled checkbox but neither works as far as I can see. I also can't seem to step the quest ahead via console, it always gives me an end of line error.
User avatar
Nana Samboy
 
Posts: 3424
Joined: Thu Sep 14, 2006 4:29 pm

Post » Fri May 27, 2011 3:47 am

The brahmin exists in my game. Did it just fall through the floor, perhaps?
User avatar
Marcia Renton
 
Posts: 3563
Joined: Fri Jan 26, 2007 5:15 am

Post » Fri May 27, 2011 4:05 am

The brahmin exists in my game. Did it just fall through the floor, perhaps?

I checked with TCL, there's nothing out in the void, or resting on top of the cave.
User avatar
Project
 
Posts: 3490
Joined: Fri May 04, 2007 7:58 am


Return to Fallout: New Vegas