Getfactoin?

Post » Mon Jun 13, 2011 1:40 am

Tried googling and searching wiki first, is there anyway to check current faction status? I see the command codes for each faction, how to setfaction and removefaction but get current as in all the other Actor Values, can't find anything.


Thanks for any tips or links.


Edit: Even tried "player.getfame 1558e6" which resulted in "Could not parse this line".
User avatar
Erin S
 
Posts: 3416
Joined: Sat Jul 29, 2006 2:06 pm

Post » Mon Jun 13, 2011 4:49 pm

1. GetFame RETURNS a value, so you have to store it somewhere.
2. Do not use the form ID, use the name.

short myFamebegin OnActivate   set myFame to player.GetFame RaiderFactionend

User avatar
mollypop
 
Posts: 3420
Joined: Fri Jan 05, 2007 1:47 am

Post » Mon Jun 13, 2011 4:39 pm

Excellent. thank you Willie Sea. :smile:
User avatar
Abel Vazquez
 
Posts: 3334
Joined: Tue Aug 14, 2007 12:25 am

Post » Mon Jun 13, 2011 5:12 pm

Wait, it didn't work as a direct in game command.
player.getfame powderganers

I'm not sure I've seen this or understand, are you writing/typing that as an in game script at the command prompt? If this getfame works, it makes sense how Obsidian are using a mixture of Fame and Infamy instead of one or the other. Yet so far I can't get a reading visual.


Thanks for any tips. :confused:
User avatar
Mari martnez Martinez
 
Posts: 3500
Joined: Sat Aug 11, 2007 9:39 am

Post » Mon Jun 13, 2011 2:28 am

Are you talking about "Console functions"? You need to be more specific.

They would use the 'form ID'.

http://geck.gamesas.com/index.php/Category:Console_Functions
User avatar
Chloe :)
 
Posts: 3386
Joined: Tue Jun 13, 2006 10:00 am

Post » Mon Jun 13, 2011 2:41 pm

Humm, guess I wasn't clear. Yes, I'm trying to use console commands and in the first post, the code I used was for the Powder Gangers. Also found a functioning "set" for fame and infamy, but I can't figure out how to check current status.

I was trying to get my current status with the console command. I got a message saying "Could not parse this ..." when trying to do a "getfame".


Thanks.
User avatar
Emma Copeland
 
Posts: 3383
Joined: Sat Jul 01, 2006 12:37 am

Post » Mon Jun 13, 2011 4:44 am

I see. Well, you have to use different commands.

http://geck.gamesas.com/index.php/GetReputation
http://geck.gamesas.com/index.php/AddReputation
User avatar
RAww DInsaww
 
Posts: 3439
Joined: Sun Feb 25, 2007 5:47 pm


Return to Fallout: New Vegas