Korodic Posted June 25, 2011 Share Posted June 25, 2011 (edited) 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 50ClearFactionPlayerEnemyFlag 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 June 25, 2011 by Skibblets Link to comment Share on other sites More sharing options...
NorthWolf Posted June 25, 2011 Share Posted June 25, 2011 (edited) 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 June 25, 2011 by NorthWolf Link to comment Share on other sites More sharing options...
Korodic Posted June 25, 2011 Author Share Posted June 25, 2011 well im trying to do this through a character to NPC conversation if that matters Link to comment Share on other sites More sharing options...
ean511 Posted June 25, 2011 Share Posted June 25, 2011 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 More sharing options...
Korodic Posted June 25, 2011 Author Share Posted June 25, 2011 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 More sharing options...
Korodic Posted June 26, 2011 Author Share Posted June 26, 2011 where can i find all of the factions names for this code? That's the NCR's, so what's the followers of the apocalypse and so on? Link to comment Share on other sites More sharing options...
ean511 Posted June 26, 2011 Share Posted June 26, 2011 (edited) 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 Edited June 26, 2011 by ean511 Link to comment Share on other sites More sharing options...
Korodic Posted June 26, 2011 Author Share Posted June 26, 2011 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! :Dthanks 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 More sharing options...
ean511 Posted June 26, 2011 Share Posted June 26, 2011 Hahaha it's all cool man, thanks for the kudos. Beginner scripter myself, glad to have helped :thumbsup: Link to comment Share on other sites More sharing options...
Recommended Posts