Jump to content

Does anybody knows how to turn a replacement into craftable ?


Recommended Posts

Posted

I think I did something like that years ago, no I don't still have it.

 

You need to rename all of the nif files or change their filepath so they don't overwrite vanilla.  Then create an esp with all of the new armors, armor addons and recipes.  No, it's not a quick project.

Posted (edited)
10 hours ago, travelmedic said:

You need to rename all of the nif files or change their filepath so they don't overwrite vanilla.  Then create an esp with all of the new armors, armor addons and recipes.  No, it's not a quick project.

 

You probably could automate the creation of the plugin with xEdit: Copy existing outfit records and their crafting and tempering recipes. I imagine all this script would have to change is add a prefix to all editor ids it copies, making sure recipes point to the new armor records and adding a prefix to the nif paths. Not saying its trivial; probably would take me a couple of hours, mainly because I dislike pascal and I don't recall seeing documentation for the xEdit api anywhere (it probably exists, right?).

 

Edit: Yup, there it is. wbCopyElementToFileWithPrefix looks like a start.

Edited by traison
Posted
5 hours ago, traison said:

 

You probably could automate the creation of the plugin with xEdit: Copy existing outfit records and their crafting and tempering recipes. I imagine all this script would have to change is add a prefix to all editor ids it copies, making sure recipes point to the new armor records and adding a prefix to the nif paths. Not saying its trivial; probably would take me a couple of hours, mainly because I dislike pascal and I don't recall seeing documentation for the xEdit api anywhere (it probably exists, right?).

 

Edit: Yup, there it is. wbCopyElementToFileWithPrefix looks like a start.

 

No doubt that would be easier if someone knows anything about scripting.  Sadly I do not and had to manually brute force it.  I also suspect the OP doesn't either.  The prefix thing you mentioned is how I did it too - copied vanilla records with a kk at the beginning.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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