Deleted2543153User Posted May 24, 2011 Share Posted May 24, 2011 I like to use the Crusader Relics, but I hate having to avoid all evil quest and always having to choose only the saintly options for quests. Can some one make a mod for Knights of the Nine that will raise the infamy level (or remove it completely) at which the armor is unequipped and people start to call me a sinner? Link to comment Share on other sites More sharing options...
Deleted1848331User Posted May 25, 2011 Share Posted May 25, 2011 Console command "SetPCInfamy 0". Without the quotes. It sets your infamy to 0, and can be used to reset it back to whatever you want when you're done (SetPCInfamy 100, for example, sets it to 100.) Same for fame, SetPCFame. Hope it helps! Link to comment Share on other sites More sharing options...
Deleted2543153User Posted May 26, 2011 Author Share Posted May 26, 2011 That doesn't really help much. I want to be able do a few evil quests and wear the Crusader Relics at the same time. Link to comment Share on other sites More sharing options...
dweramond Posted September 28, 2011 Share Posted September 28, 2011 been looking for the same thing basically, found out you can set your infamy to negative values with console commands, try that (i did had people telling me it don't work for them, might depend on the patches you got installed as i didn't update in a long while :/) Link to comment Share on other sites More sharing options...
Lanceor Posted September 28, 2011 Share Posted September 28, 2011 Don't hold your breath, but there is a very large KOTN mod currently in development. Part of the questline will involve changes to the Crusader Relics, allowing them to be used regardless of your infamy. Link to comment Share on other sites More sharing options...
JDFan Posted September 28, 2011 Share Posted September 28, 2011 (edited) I like to use the Crusader Relics, but I hate having to avoid all evil quest and always having to choose only the saintly options for quests. Can some one make a mod for Knights of the Nine that will raise the infamy level (or remove it completely) at which the armor is unequipped and people start to call me a sinner? This should be an easy thing to fix --- each piece of the crusader armor has a script attached that does the check so it is just a matter of changing the variable in each script ( 1 per armor type - ie. all cuirass versions have the cuirass script - all boots have the boot script etc. so do not have to change each level of the equipment !) For Example the relevant section of the Boot script is shown below : scn NDArmorBootsSCRIPT ref tempRef begin OnEquip player if getPCInfamy > 1 MessageBox "You are unable to equip the holy armor. Walk the Pilgrim's Way to repent of your sins and once again seek the favor of the gods." Just need to open the Knights.esp as the active file (for safety make a backup of the original knights.esp just in case !!) --- go to edit scripts and open the NDArmorBootsSCRIPT change the variable 1 to whatever number you want to allow and compile (save) the script - repeat for the other items and save the .esp and it should take care of it !! The reason Noone has released a mod to do this is you can not upload the knights.esp since it is a DLC and doing so would provide it to those without it without the need to purchase ! Edited September 28, 2011 by JDFan Link to comment Share on other sites More sharing options...
Deleted1848331User Posted September 29, 2011 Share Posted September 29, 2011 Actually you can upload the Knights.esp, just without the BSA file. It's that it's such a small thing that it isn't worth the time (at least to me). Link to comment Share on other sites More sharing options...
Recommended Posts