Jump to content

Infamous Crusader Relics


Deleted2543153User

Recommended Posts

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

  • 4 months later...
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

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 by JDFan
Link to comment
Share on other sites

  • Recently Browsing   0 members

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