Jump to content

[LE] A mod changing item names only, Unofficial Patch as Master?


Recommended Posts

Hello Nexites, if that's a name for Nexus users...

 

I had an idea for a mod I felt I could do myself rather than just wishing upon a star that it would somehow appear one day, but before I can really get started on it I have (at least) one question.

 

My mod, to keep things a little under wraps, only alters item names. No form IDs, no level lists, no item stats or any of that. Just the names. So I'm wondering, should I add the official and unofficial patches as master files? I know not everyone uses the full unofficial patch, like those who don't have every DLC (I can't blame anyone for not wanting to play Dawnguard but that's a talk for another day) but it's a pretty common requirement. I've looked at the changelog of the Unofficial Skyrim Legendary Patch and while the changes it makes to the items my mod alters seem to all be text fixes I can;t be sure due to the sheer volume of changes on the list. I guess maybe looking through it with TES5Edit? I'm also unsure on how a bashed patch and its 'import names' function would interact with my mod, whether it would remove the need for any masters besides Skyrim or do something else. I know not everyone uses WryeBash either, some people mod very casually...

 

The official patch itself doesn't seem to alter anything I want to change, but you can never be too sure with Bethesda's "top quality" bug fixing skills being memetic in the community. I could add both as Masters just to be sure, but I don't want to mess this up and I don't want to alienate anyone from enjoying my mod so any advice, input, comments, or "git gud"s would be appreciated. If worst comes to the worst then good old-fashioned DIY testing is an option, but I'd be a fool to ignore all the information I can get.

 

Thank you for your time.

Link to comment
Share on other sites

The problem isn't that the patch will alter anything of yours, the problem is that if you don't have the patch as a master, and your mod is installed after the patch, changes you make to the item name will also override every single other change made by the patch to that form.

 

This is more or less why if you want to have two mods affecting the same NPC -- even if there's no overlap in what they change about it -- you need to fire up WyreBash.

Link to comment
Share on other sites

That's why I checked the changelog, as I saw the unofficial patch alters no items that I want to alter, but I couldn't search the whole thing even with ctrl+f. The risk I'm running is that there's something I'm overlooking. Though with a second look it seems that the only changes USLEEP makes are to the text, which is what I'm changing anyway. I guess it's safe to need only Skyrim.esm. Thank you for your help, though I'd still appreciate any extra input on this.

Link to comment
Share on other sites

You could try 'player.additem FormId X' spawning the items in-game and check manually if your uncertain, but I'm pretty confident that you are correct in that: if the unofficial patch doesn't interfere with any changes that your esp makes - then there's no need at all, to include it as a master for your esp.

Edited by Guest
Link to comment
Share on other sites

I don't know what values you mean, but if the item itself is not manipulated in any way other than your esp, then your edit is law, be it name, weight, attackspeed or whatever.

Keywords are added to the object, not the other way around.

Looking at ex: FormId:'IronMace'. It has 'VendorItemWeapon', 'WeapMaterialIron' and 'WeapTypeMace' as keywords attached to it. So if I rename 'Iron Mace' to 'Iron Mallet', it still has the same keywords attached to it. Anything referencing the 'IronMace' FormId will find my 'Iron Mallet'.

I'm 99.9% certain this is how it works at least for the majority of objects in the game, but don't etch it in stone. :)

 

Cheers!

Link to comment
Share on other sites

True true, I was worried if, to use your example, USLEEP had "added 'VendorItemWeapon' to Iron Mace" and I, not using USLEEP as a master, changed Iron Mace to Iron Mallet then USLEEP's keyword bugfix would be lost. Luckily that doesn't seem to be the case. The official update I don't mind as a master because you should be patched up with that at the bare minimum, I don't need to be that foolproof.

 

Don't misread me, I'm greatful for the consern and tutoring, I'm letting you know I understand what you're telling me.

Link to comment
Share on other sites

USLEEP does do a number of item edits to fix missing or incorrect keywords or skill assignments, but if you're certain the stuff you're changing is not modified at all by USLEEP then you don't need it. I think you can use TESVEdit to do a comparison against it, to check.

Edited by foamyesque
Link to comment
Share on other sites

  • Recently Browsing   0 members

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