Jump to content

Factions Help


Korodic

Recommended Posts

OK, so I'm working on small script to allow my player to be forgiven by a faction; here is what I tried:

 

ModFactionReaction NCRFactionNV playerFaction 50

ClearFactionPlayerEnemyFlag NCRFactionNV

 

and I read this, but did not see the functions for scripting so it's probably console:

http://www.theengineeringguild.co.uk/content.php?148-Fallout-New-Vegas-Reputation-System-Explained.

 

Obviously mine didn't work, which is why I'm posting here. If my player is shunned, I want to be able to go up to liked (or neutral) via script. Help please? :D

Edited by Skibblets
Link to comment
Share on other sites

Scripting in New Vegas is essentially stringing together console commands with some conditionals added for flavor. I can't help you with your problem, though that guide should presumably work fine. One way you can always piece together a script like this is to try the console commands in game until you achieve the desired result, then convert what you did to a script.

 

Someone more helpful will be along shortly, though, I imagine. :unsure:

Edited by NorthWolf
Link to comment
Share on other sites

Well if you go to the 'Things That Go Boom' quest and check the result script for one of the quest stages, there is one that is:

 

setreputation RepNVNCR 0 0 ; Clear the player's infamy

 

If you have played up to that point before, you'll know that in that point in the game you get excused by the NCR and the Legion. This and the script's description leads me to believe that this is the command to reset reputations for factions. I do not have the experience in dealing with dialogues, though. Hope this helps! :D

Link to comment
Share on other sites

Well if you go to the 'Things That Go Boom' quest and check the result script for one of the quest stages, there is one that is:

 

setreputation RepNVNCR 0 0 ; Clear the player's infamy

 

If you have played up to that point before, you'll know that in that point in the game you get excused by the NCR and the Legion. This and the script's description leads me to believe that this is the command to reset reputations for factions. I do not have the experience in dealing with dialogues, though. Hope this helps! :D

 

it seemed to work but i wonder why this didnt work earlier when i copied and pasted str8 from the link in my OP.

Link to comment
Share on other sites

If you go under Actor Data in the Object Window, there is a 'Reputation' category. Check for those IDs there :)

 

Oh, and glad it worked! :D

thanks again, you earned your kudos today for saving me plenty of grief, especially because i thought I already did that type of command. :P

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...