Scavengers/Outcasts Hate Me

Post » Sat May 28, 2011 11:12 am

In a long playing game, sometimes a scavenger or Brotherhood Outcast gets hit, and not on purpose. And they die.

Now, none of the scavengers will trade with you, and the Outcasts will shoot at you on sight. Its a rough world and I would like to 'make amends' to them.

Nothing I have tried seems to fix the problem though. I thought that perhaps its controlled by factions so I tried this script:
	player.RemoveFromFaction WastelandScavengerEnemyFaction	player.RemoveFromFaction BrotherhoodOutcastEnemy	player.RemoveFromFaction WastelanderForceGoodbye


But, that did not do anything. The outcasts still hate me and the scavengers will not barter with me. Does anyone have any ideas as to how its controlled?
User avatar
Karl harris
 
Posts: 3423
Joined: Thu May 17, 2007 3:17 pm

Post » Sat May 28, 2011 4:41 pm

Well, wouldn't it be in the relationship between the player and the respective faction? Maybe try using http://geck.gamesas.com/index.php/SetAlly to make them all good friends with you again and wash away their memories of your treachery?
User avatar
Tyler F
 
Posts: 3420
Joined: Mon Aug 27, 2007 8:07 pm

Post » Sat May 28, 2011 4:18 am

That might be it! Perhaps the game uses SetEnemy, so messing with the factions would not do much of anything.
Thanks Gunmaster, I will try it out. :thumbsup:
User avatar
Sarah Evason
 
Posts: 3507
Joined: Mon Nov 13, 2006 10:47 pm

Post » Sat May 28, 2011 1:07 pm

Well, the Outcasts like me again. (All I did was enter their stronghold, didn't even shoot any of them. I got the key from a fallen outcast after an Albino Radscorpion attacked and killed everyone outside.)

But the scavengers still will not barter with me. I looked at their dialogue and I though the faction "WastelanderForceGoodbye" was the problem. But I removed that and they still just say 'Hi' and instantly disengage from conversation with no other options.

This is what I tried:
	SetAlly PlayerFaction WastelandScavengerFaction 0 0	SetAlly PlayerFaction WastelanderFaction 0 0	SetAlly PlayerFaction BrotherhoodOutcastFaction 0 0

User avatar
roxanna matoorah
 
Posts: 3368
Joined: Fri Oct 13, 2006 6:01 am

Post » Sat May 28, 2011 7:11 am

Well, the Outcasts like me again. (All I did was enter their stronghold, didn't even shoot any of them. I got the key from a fallen outcast after an Albino Radscorpion attacked and killed everyone outside.)

But the scavengers still will not barter with me. I looked at their dialogue and I though the faction "WastelanderForceGoodbye" was the problem. But I removed that and they still just say 'Hi' and instantly disengage from conversation with no other options.

This is what I tried:
	SetAlly PlayerFaction WastelandScavengerFaction 0 0	SetAlly PlayerFaction WastelanderFaction 0 0	SetAlly PlayerFaction BrotherhoodOutcastFaction 0 0



Not sure if this will help, but there are 4 wasteland scavenger factions; WastelandScavengerEnemyFaction, WastelandScavengerFaction, WastelanderFaction and WastelandScavengerDogFaction. I recommend trying to SetAlly with some of the others and see if you have success.

Luck!

Miax
User avatar
Miguel
 
Posts: 3364
Joined: Sat Jul 14, 2007 9:32 am

Post » Sat May 28, 2011 8:54 am

Yea just try it one at a time with the 4 factions, since it HAS to be one of them. Factions are one of the only things that tell the NPC's to attack you on sight, so it must be one of those.
User avatar
Rachell Katherine
 
Posts: 3380
Joined: Wed Oct 11, 2006 5:21 pm

Post » Sat May 28, 2011 3:39 pm

Nah, SetAlly isn't the one you want.. You want:
http://geck.gamesas.com/index.php/ClearFactionPlayerEnemyFlag
and/or
http://geck.gamesas.com/index.php/ClearActorsFactionsPlayerEnemyFlag
User avatar
Stace
 
Posts: 3455
Joined: Sun Jun 18, 2006 2:52 pm

Post » Sat May 28, 2011 4:31 pm

I have all this and the Scavengers still will not barter with me.
I was testing this with the scavenger in the West that lives under the broken satelite dish.
She only says "Hey There" and "What do you need", both of which have the 'goodbye' check box checked.

	player.RemoveFromFaction WastelandScavengerEnemyFaction	player.RemoveFromFaction BrotherhoodOutcastEnemy	player.RemoveFromFaction WastelanderForceGoodbye	SetAlly PlayerFaction WastelandScavengerFaction 0 0	SetAlly PlayerFaction WastelanderFaction 0 0	SetAlly PlayerFaction BrotherhoodOutcastFaction 0 0	SetEnemy PlayerFaction WastelandScavengerEnemyFaction 1 1	ClearFactionPlayerEnemyFlag WastelandScavengerFaction 	ClearFactionPlayerEnemyFlag WastelanderFaction	ClearFactionPlayerEnemyFlag BrotherhoodOutcastFaction


I will look into the different faction interactions tomorrow.
User avatar
NeverStopThe
 
Posts: 3405
Joined: Tue Mar 27, 2007 11:25 pm


Return to Fallout 3