Jump to content

STEP Patches


Nearox

Recommended Posts

I think doing a separate page and then linking to it in step 2.A would be the best way to do this. I made a page with all the stuff, but damn if the requirements aren't long for STEP Extended. https://wiki.step-project.com/STEP_Patches_Requirements

 

Someone with a penchant for style can put some color or something on that page since it's pretty dull.

Link to comment
Share on other sites

If you were so kind as to add the necessary info, I'll mess with it  .. and create your flags (you can query using the Booleans or the strings the same way, so I guess I would rather use one property to hold the 'requirement' info). I'll give s4n a chance to respond first though, as he may have ideas about all of this.

Link to comment
Share on other sites

It seems to me that this kind of information would be useful to all packs. This information is not Mod specific, but rather Pack specific (which is inherited via the Patch). In this case, a Pack consumes Mods and Patches, but Patches also consume Mods.

 

To that end, it would be better to have a Patch page (similar to Mod page) that allows one to identify all of the mods required for it. An alternative would be to create mod pages for the patches and allow for identifying it is a patch, and then required mods could be linked. I would prefer the former, as there are a lot of attributes on the Mod page that aren't relevant for Patches.

 

By having a separate Patch page, specific instructions can also be added which, I hope is obvious, are specific to the Patch and not the Mods.

Link to comment
Share on other sites

Well, it is arguably a Pack-specific Mod attribute that naturally fits at the mod level with respect to its applications like IsCore and Merged. More importantly, these attributes relate to STEP, so there is relevance in creating these as mod attributes.

 

The alternative would be to include mod flags using a mod list name query that would also need to be manually maintained using some other attribute or by explicitly defining the mod list at the Patch/Pack level. I can see the performance/logic rationale for using the relatively small Patch/Pack 'table' to store this info than the much larger Mod 'table'.

 

It just seems more intuitive and simple to implement this as a mod attribute, else we can just move all three of those properties to the upcoming Pack/(Plugin?) revised template(s). A fast solution is to just use the current structure ... your call though if you want to develop that real quick ;)

 

Main question is how to store the info at the mod level ... two binary or one text property(s)?

Link to comment
Share on other sites

Well, it is arguably a Pack-specific Mod attribute that naturally fits at the mod level with respect to its applications like IsCore and Merged. More importantly, these attributes relate to STEP, so there is relevance in creating these as mod attributes.

Correct, which means it is a Pack detail, not a Mod detail. You don't store information about consumers in low level data objects. The Merged attribute would go away with implementing Patch pages, and IsCore is a Mod unique attribute within the system since all Packs build upon STEP:Core. Recommendations are the only other information that should be decoupled from STEP and be unique to the Mod. The STEP Guide would then contain the specific instructions for Mods like Packs will.

 

To drill down a bit deeper, we are also now introducing Patches. If I were writing a software program from scratch to manage all of this, I would naturally end up with the following objects:

 

Mod - Entity that implements a Mod (and should ONLY describe a Mod)

Patch - Container that implements a collection of Mods (and should ONLY describe a Patch)

Pack - Container that implements a collection of Patches and Mods

 

A Mod object should only contain information that is unique to the Mod. A Patch would be a container that manages a list of Mods and has information that is unique to the Patch. A Pack would be a container that manages a list of Patches and Mods. In other words, Packs rely on Patches and Mods, and Patches rely on Mods. Not the other way around.

 

I would not store Patch or Pack specific information in the Mod, because it breaks the purpose of the Mod object as being a singular collection of information that specifically describes the Mod. If the Mod disappears (extreme example), all information about the Patch or Pack it stores is lost. That's not good. The more likely scenario is a Patch or Pack disappears. If done correctly, it's simply a matter of destroying the right object (or page in this case), and everything is good. Store top level data in low level objects, then you wind up with additional tasks to clean up the data. That makes no sense.

 

Since Packs consume Patches and Mods, and Patches consume Mods, reversing the dependency at any level makes it much harder to maintain and control data. It's why I'm against storing Pack specific instructions on Mod pages, they just don't belong there. They are Pack details, not Mod details.

 

The alternative would be to include mod flags using a mod list name query that would also need to be manually maintained using some other attribute or by explicitly defining the mod list at the Patch/Pack level. I can see the performance/logic rationale for using the relatively small Patch/Pack 'table' to store this info than the much larger Mod 'table'.

You would do the same thing we do for STEP now in regards to it being a Pack that contains a list of Mods. You can now have a Patch that contains a list of Mods. In turn, you would then have a Pack that would contain a list of Patches and Mods.

It just seems more intuitive and simple to implement this as a mod attribute, else we can just move all three of those properties to the upcoming Pack/(Plugin?) revised template(s). A fast solution is to just use the current structure ... your call though if you want to develop that real quick ;)

It would be faster to implement as a Mod attribute, but that doesn't make it right.

 

I very much disagree that it is more intuitive. It breaks dependencies by causing data that does not uniquely describe a Mod to remain should a dependent object be deleted (Patch or Pack), and disassociates information further from the object that it does uniquely represent.

It may seem simple at first, but it's an illusion shrouded in speed of implementation. You're still breaking dependencies, causing data leakage by separating said data farthest from the object that it naturally describes, and also creates unnecessary editing tasks. Why would I want to individually edit 10 Mods to indicate that they are required for a Patch, when I can edit one Patch and indicate that it requires 10 Mods?

 

If it doesn't uniquely describe a Mod that ALL consumers will universally use, then it's not a Mod attribute. Author, Name, URL are all unique to the Mod. "Must be installed if using Patch A" and "Must be installed if using Patch B" are not unique to the Mod. They are unique to the respective "Patches".

 

Main question is how to store the info at the mod level ... two binary or one text property(s)?

Main answer is, neither, because the information doesn't belong there. :P

 

EDIT: I can work getting a Patch implementation setup.

Link to comment
Share on other sites

I've been using the STEP: Core patch out-of-the-box, and I noticed that TES5Edit is showing errors in the .esp

 

 

 

[00:00] WPNSwingBlunt1Hand [sNDR:00105D43]
[00:00]     SNDR \ ONAM - Output Model -> [0B04893B] < Error: Could not be resolved >
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] WPNLeftHandSheathe [sNDR:00101F43]
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] WPNLeftHandDraw [sNDR:00101F42]
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] WPNImpactBladeVsFleshDraugr [sNDR:000F600E]
[00:00]     SNDR \ ONAM - Output Model -> [0B033B60] < Error: Could not be resolved >
[00:00] WPNBlunt2HandSheathe [sNDR:000E4F11]
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] WPNBlunt2HandDraw [sNDR:000E4F10]
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] WPNImpactBlunt2HandVsFlesh [sNDR:000E4CAD]
[00:00]     SNDR \ ONAM - Output Model -> [0B033B60] < Error: Could not be resolved >
[00:00] WPNSwing2Hand [sNDR:000E4CAC]
[00:00]     SNDR \ ONAM - Output Model -> [0B04893B] < Error: Could not be resolved >
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] WPNSwingUnarmed [sNDR:000C06D1]
[00:00]     SNDR \ ONAM - Output Model -> [0B04893B] < Error: Could not be resolved >
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] WPNUnarmedDraw [sNDR:000C06CF]
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] WPNImpactBlade2HandVsFleshSD [sNDR:000949D3]
[00:00]     SNDR \ ONAM - Output Model -> [0B033B60] < Error: Could not be resolved >
[00:00] WPNAxe2HandDrawSD [sNDR:0006036A]
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] WPNSwingBladeAxeSD [sNDR:0003F209]
[00:00]     SNDR \ ONAM - Output Model -> [0B04893B] < Error: Could not be resolved >
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] AMBWaterfallLargeDungeonLPSD [sNDR:0003E48D]
[00:00]     SNDR \ GNAM - Category -> [0B065871] < Error: Could not be resolved >
[00:00] WPNStaffHandSheatheSD [sNDR:0003DE2D]
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] WPNStaffHandDrawSD [sNDR:0003DE2C]
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] WPNMace1HandDrawSD [sNDR:0003DE2A]
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] AMBWaterfallMediumDungeonLPSD [sNDR:0003DE1F]
[00:00]     SNDR \ ONAM - Output Model -> Found a ARMA reference, expected: NULL,SOPM
[00:00]     SNDR \ GNAM - Category -> [0B065871] < Error: Could not be resolved >
[00:00] WPNAxe1HandDrawSD [sNDR:0003DDB7]
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] WPNBowSheatheSD [sNDR:0003D882]
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] WPNBowDrawSD [sNDR:0003D78C]
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] WPNBlade1HandSmallSheatheSD [sNDR:0003CEDB]
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] WPNBlade1HandSmallDrawSD [sNDR:0003CED9]
[00:00]     SNDR \ ONAM - Output Model -> [0B04893B] < Error: Could not be resolved >
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] AMBWaterfallLargeDistantLPSD [sNDR:0003C8EE]
[00:00]     SNDR \ GNAM - Category -> [0B065871] < Error: Could not be resolved >
[00:00] WPNBlade2HandSheatheSD [sNDR:0003C8AA]
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] WPNBlade2HandDrawSD [sNDR:0003C8A9]
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] WPNImpactAxeVsFleshSD [sNDR:0003C835]
[00:00]     SNDR \ ONAM - Output Model -> [0B033B60] < Error: Could not be resolved >
[00:00] WPNImpactBluntVsFleshSD [sNDR:0003C824]
[00:00]     SNDR \ ONAM - Output Model -> [0B033B60] < Error: Could not be resolved >
[00:00] WPNImpactBladeVsFleshSD [sNDR:0003C74D]
[00:00]     SNDR \ ONAM - Output Model -> [0B033B60] < Error: Could not be resolved >
[00:00] WPNSwingBladeMediumSD [sNDR:0003C730]
[00:00]     SNDR \ ONAM - Output Model -> [0B04893B] < Error: Could not be resolved >
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] WPNBlade1HandSheatheSD [sNDR:0003C72F]
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] WPNBlade1HandDrawSD [sNDR:0003C72E]
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] [REFR:0007C69C] (places [09030B1B] < Error: Could not be resolved > in GRUP Cell Temporary Children of [CELL:0000B285] (in Tamriel "Skyrim" [WRLD:0000003C] at 37,25))
[00:00]     REFR \ NAME - Base -> [09030B1B] < Error: Could not be resolved >
[00:00] [REFR:000FE8C0] (places [0903261B] < Error: Could not be resolved > in GRUP Cell Temporary Children of [CELL:000038B8] (in Tamriel "Skyrim" [WRLD:0000003C] at 28,38))
[00:00]     REFR \ NAME - Base -> [0903261B] < Error: Could not be resolved >
[00:00] [CELL:00009830] (in Tamriel "Skyrim" [WRLD:0000003C] at 29,-21)
[00:00]     CELL \ XCWT - Water -> [09002DAE] < Error: Could not be resolved >
[00:00] [CELL:00009811] (in Tamriel "Skyrim" [WRLD:0000003C] at 29,-20)
[00:00]     CELL \ XCWT - Water -> [09002DAE] < Error: Could not be resolved >
[00:00] HalfMoonMillExterior02 [CELL:00009B7B] (in Tamriel "Skyrim" [WRLD:0000003C] at -11,-14)
[00:00]     CELL \ XCWT - Water -> [09002DAE] < Error: Could not be resolved >
[00:00] WeatherKarthspireRedoubt [REGN:00106631]
[00:00]     REGN \ Region Data Entries \ Region Data Entry \ RDSA - Sounds \ Sound \ Sound -> [0B068385] < Error: Could not be resolved >
[00:00] WeatherKarthspireRedoubt [REGN:00106631]
[00:00]     REGN \ Region Data Entries \ Region Data Entry \ RDSA - Sounds \ Sound \ Sound -> [0B06530C] < Error: Could not be resolved >
[00:00] WeatherKarthspireRedoubt [REGN:00106631]
[00:00]     REGN \ Region Data Entries \ Region Data Entry \ RDSA - Sounds \ Sound \ Sound -> [0B053027] < Error: Could not be resolved >
[00:00] WeatherKarthspireRedoubt [REGN:00106631]
[00:00]     REGN \ Region Data Entries \ Region Data Entry \ RDSA - Sounds \ Sound \ Sound -> [0B046E4D] < Error: Could not be resolved >
[00:00] DLC1BoltDwarvenExplodingShock "Exploding Dwarven Bolt of Shock" [AMMO:0300F1B9]
[00:00]     AMMO \ Model \ MODS - Alternate Textures \ Alternate Texture \ New Texture -> [0A005739] < Error: Could not be resolved >
[00:00] DLC1BoltDwarvenExplodingShock "Exploding Dwarven Bolt of Shock" [AMMO:0300F1B9]
[00:00]     AMMO \ Model \ MODS - Alternate Textures \ Alternate Texture \ New Texture -> [0A005739] < Error: Could not be resolved >
[00:00] DLC1BoltDwarvenExplodingShock "Exploding Dwarven Bolt of Shock" [AMMO:0300F1B9]
[00:00]     AMMO \ Model \ MODS - Alternate Textures \ Alternate Texture \ New Texture -> [0A005739] < Error: Could not be resolved >
[00:00] DLC1BoltDwarvenExplodingShock "Exploding Dwarven Bolt of Shock" [AMMO:0300F1B9]
[00:00]     AMMO \ Model \ MODS - Alternate Textures \ Alternate Texture \ New Texture -> [0A005739] < Error: Could not be resolved >
[00:00] DLC1BoltDwarvenExplodingShock "Exploding Dwarven Bolt of Shock" [AMMO:0300F1B9]
[00:00]     AMMO \ Model \ MODS - Alternate Textures \ Alternate Texture \ New Texture -> [0A005739] < Error: Could not be resolved >
[00:00] DLC1BoltDwarvenExplodingIce "Exploding Dwarven Bolt of Ice" [AMMO:0300F1B7]
[00:00]     AMMO \ Model \ MODS - Alternate Textures \ Alternate Texture \ New Texture -> [0A005738] < Error: Could not be resolved >
[00:00] DLC1BoltDwarvenExplodingIce "Exploding Dwarven Bolt of Ice" [AMMO:0300F1B7]
[00:00]     AMMO \ Model \ MODS - Alternate Textures \ Alternate Texture \ New Texture -> [0A005738] < Error: Could not be resolved >
[00:00] DLC1BoltDwarvenExplodingIce "Exploding Dwarven Bolt of Ice" [AMMO:0300F1B7]
[00:00]     AMMO \ Model \ MODS - Alternate Textures \ Alternate Texture \ New Texture -> [0A005738] < Error: Could not be resolved >
[00:00] DLC1BoltDwarvenExplodingIce "Exploding Dwarven Bolt of Ice" [AMMO:0300F1B7]
[00:00]     AMMO \ Model \ MODS - Alternate Textures \ Alternate Texture \ New Texture -> [0A005738] < Error: Could not be resolved >
[00:00] DLC1BoltDwarvenExplodingIce "Exploding Dwarven Bolt of Ice" [AMMO:0300F1B7]
[00:00]     AMMO \ Model \ MODS - Alternate Textures \ Alternate Texture \ New Texture -> [0A005738] < Error: Could not be resolved >
[00:00] DLC1BoltDwarvenExplodingFire "Exploding Dwarven Bolt of Fire" [AMMO:0300F1B1]
[00:00]     AMMO \ Model \ MODS - Alternate Textures \ Alternate Texture \ New Texture -> [0A005737] < Error: Could not be resolved >
[00:00] DLC1BoltDwarvenExplodingFire "Exploding Dwarven Bolt of Fire" [AMMO:0300F1B1]
[00:00]     AMMO \ Model \ MODS - Alternate Textures \ Alternate Texture \ New Texture -> [0A005737] < Error: Could not be resolved >
[00:00] DLC1BoltDwarvenExplodingFire "Exploding Dwarven Bolt of Fire" [AMMO:0300F1B1]
[00:00]     AMMO \ Model \ MODS - Alternate Textures \ Alternate Texture \ New Texture -> [0A005737] < Error: Could not be resolved >
[00:00] DLC1BoltDwarvenExplodingFire "Exploding Dwarven Bolt of Fire" [AMMO:0300F1B1]
[00:00]     AMMO \ Model \ MODS - Alternate Textures \ Alternate Texture \ New Texture -> [0A005737] < Error: Could not be resolved >
[00:00] DLC1BoltDwarvenExplodingFire "Exploding Dwarven Bolt of Fire" [AMMO:0300F1B1]
[00:00]     AMMO \ Model \ MODS - Alternate Textures \ Alternate Texture \ New Texture -> [0A005737] < Error: Could not be resolved >
[00:00] StaffThunderbolt "Staff of Thunderbolts" [WEAP:0010FCF4]
[00:00]     WEAP \ CNAM - Template -> [0700182B] < Error: Could not be resolved >
[00:00]     WEAP \ WNAM - 1st Person Model Object -> [0700182A] < Error: Could not be resolved >
[00:00] POIMageBorvirsDagger "Borvir's Dagger" [WEAP:000ECD54]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] MGRitual05Dagger "Kahvozein's Fang" [WEAP:000D0758]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] EnchElvenDaggerFire04 "Elven Dagger of Fire" [WEAP:000BE18F]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] dunMossMotherValdrDagger "Valdr's Lucky Dagger" [WEAP:000B994E]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] dunHagsEndDagger "Bloodthorn" [WEAP:000A4DCE]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] SkyforgeSteelDagger "Skyforge Steel Dagger" [WEAP:0009F25D]
[00:00]     WEAP \ WNAM - 1st Person Model Object -> [0C440001] < Error: Could not be resolved >
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] DBBladeOfWoeAstrid "Blade of Woe" [WEAP:000964C9]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] DA02Dagger "Blade of Sacrifice" [WEAP:00079B1D]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] MGRKeening "Keening" [WEAP:0006A13C]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] FFRiften13ArkayDagger "Alessandra's Dagger" [WEAP:00043E1E]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] MS02Shiv "Shiv" [WEAP:000426C8]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] DA07MehrunesRazor "Mehrunes' Razor" [WEAP:000240D2]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] EnchDaedricDaggerAbsorbH04 "Daedric Dagger of Devouring" [WEAP:0001DFFD]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] T03Nettlebane "Nettlebane" [WEAP:0001C492]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] DragonPriestDagger "Dragon Priest Dagger" [WEAP:0001C1FE]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] DaedricDagger "Daedric Dagger" [WEAP:000139B6]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] GlassDagger "Glass Dagger" [WEAP:000139A6]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] ElvenDagger "Elven Dagger" [WEAP:0001399E]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] DwarvenDagger "Dwarven Dagger" [WEAP:00013996]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] OrcishDagger "Orcish Dagger" [WEAP:0001398E]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] SteelDagger "Steel Dagger" [WEAP:00013986]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] IronDagger "Iron Dagger" [WEAP:0001397E]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >

Link to comment
Share on other sites

 

I've been using the STEP: Core patch out-of-the-box, and I noticed that TES5Edit is showing errors in the .esp

 

 

 

[00:00] WPNSwingBlunt1Hand [sNDR:00105D43]
[00:00]     SNDR \ ONAM - Output Model -> [0B04893B] < Error: Could not be resolved >
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] WPNLeftHandSheathe [sNDR:00101F43]
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] WPNLeftHandDraw [sNDR:00101F42]
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] WPNImpactBladeVsFleshDraugr [sNDR:000F600E]
[00:00]     SNDR \ ONAM - Output Model -> [0B033B60] < Error: Could not be resolved >
[00:00] WPNBlunt2HandSheathe [sNDR:000E4F11]
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] WPNBlunt2HandDraw [sNDR:000E4F10]
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] WPNImpactBlunt2HandVsFlesh [sNDR:000E4CAD]
[00:00]     SNDR \ ONAM - Output Model -> [0B033B60] < Error: Could not be resolved >
[00:00] WPNSwing2Hand [sNDR:000E4CAC]
[00:00]     SNDR \ ONAM - Output Model -> [0B04893B] < Error: Could not be resolved >
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] WPNSwingUnarmed [sNDR:000C06D1]
[00:00]     SNDR \ ONAM - Output Model -> [0B04893B] < Error: Could not be resolved >
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] WPNUnarmedDraw [sNDR:000C06CF]
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] WPNImpactBlade2HandVsFleshSD [sNDR:000949D3]
[00:00]     SNDR \ ONAM - Output Model -> [0B033B60] < Error: Could not be resolved >
[00:00] WPNAxe2HandDrawSD [sNDR:0006036A]
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] WPNSwingBladeAxeSD [sNDR:0003F209]
[00:00]     SNDR \ ONAM - Output Model -> [0B04893B] < Error: Could not be resolved >
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] AMBWaterfallLargeDungeonLPSD [sNDR:0003E48D]
[00:00]     SNDR \ GNAM - Category -> [0B065871] < Error: Could not be resolved >
[00:00] WPNStaffHandSheatheSD [sNDR:0003DE2D]
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] WPNStaffHandDrawSD [sNDR:0003DE2C]
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] WPNMace1HandDrawSD [sNDR:0003DE2A]
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] AMBWaterfallMediumDungeonLPSD [sNDR:0003DE1F]
[00:00]     SNDR \ ONAM - Output Model -> Found a ARMA reference, expected: NULL,SOPM
[00:00]     SNDR \ GNAM - Category -> [0B065871] < Error: Could not be resolved >
[00:00] WPNAxe1HandDrawSD [sNDR:0003DDB7]
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] WPNBowSheatheSD [sNDR:0003D882]
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] WPNBowDrawSD [sNDR:0003D78C]
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] WPNBlade1HandSmallSheatheSD [sNDR:0003CEDB]
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] WPNBlade1HandSmallDrawSD [sNDR:0003CED9]
[00:00]     SNDR \ ONAM - Output Model -> [0B04893B] < Error: Could not be resolved >
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] AMBWaterfallLargeDistantLPSD [sNDR:0003C8EE]
[00:00]     SNDR \ GNAM - Category -> [0B065871] < Error: Could not be resolved >
[00:00] WPNBlade2HandSheatheSD [sNDR:0003C8AA]
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] WPNBlade2HandDrawSD [sNDR:0003C8A9]
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] WPNImpactAxeVsFleshSD [sNDR:0003C835]
[00:00]     SNDR \ ONAM - Output Model -> [0B033B60] < Error: Could not be resolved >
[00:00] WPNImpactBluntVsFleshSD [sNDR:0003C824]
[00:00]     SNDR \ ONAM - Output Model -> [0B033B60] < Error: Could not be resolved >
[00:00] WPNImpactBladeVsFleshSD [sNDR:0003C74D]
[00:00]     SNDR \ ONAM - Output Model -> [0B033B60] < Error: Could not be resolved >
[00:00] WPNSwingBladeMediumSD [sNDR:0003C730]
[00:00]     SNDR \ ONAM - Output Model -> [0B04893B] < Error: Could not be resolved >
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] WPNBlade1HandSheatheSD [sNDR:0003C72F]
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] WPNBlade1HandDrawSD [sNDR:0003C72E]
[00:00]     SNDR \ GNAM - Category -> [08001829] < Error: Could not be resolved >
[00:00] [REFR:0007C69C] (places [09030B1B] < Error: Could not be resolved > in GRUP Cell Temporary Children of [CELL:0000B285] (in Tamriel "Skyrim" [WRLD:0000003C] at 37,25))
[00:00]     REFR \ NAME - Base -> [09030B1B] < Error: Could not be resolved >
[00:00] [REFR:000FE8C0] (places [0903261B] < Error: Could not be resolved > in GRUP Cell Temporary Children of [CELL:000038B8] (in Tamriel "Skyrim" [WRLD:0000003C] at 28,38))
[00:00]     REFR \ NAME - Base -> [0903261B] < Error: Could not be resolved >
[00:00] [CELL:00009830] (in Tamriel "Skyrim" [WRLD:0000003C] at 29,-21)
[00:00]     CELL \ XCWT - Water -> [09002DAE] < Error: Could not be resolved >
[00:00] [CELL:00009811] (in Tamriel "Skyrim" [WRLD:0000003C] at 29,-20)
[00:00]     CELL \ XCWT - Water -> [09002DAE] < Error: Could not be resolved >
[00:00] HalfMoonMillExterior02 [CELL:00009B7B] (in Tamriel "Skyrim" [WRLD:0000003C] at -11,-14)
[00:00]     CELL \ XCWT - Water -> [09002DAE] < Error: Could not be resolved >
[00:00] WeatherKarthspireRedoubt [REGN:00106631]
[00:00]     REGN \ Region Data Entries \ Region Data Entry \ RDSA - Sounds \ Sound \ Sound -> [0B068385] < Error: Could not be resolved >
[00:00] WeatherKarthspireRedoubt [REGN:00106631]
[00:00]     REGN \ Region Data Entries \ Region Data Entry \ RDSA - Sounds \ Sound \ Sound -> [0B06530C] < Error: Could not be resolved >
[00:00] WeatherKarthspireRedoubt [REGN:00106631]
[00:00]     REGN \ Region Data Entries \ Region Data Entry \ RDSA - Sounds \ Sound \ Sound -> [0B053027] < Error: Could not be resolved >
[00:00] WeatherKarthspireRedoubt [REGN:00106631]
[00:00]     REGN \ Region Data Entries \ Region Data Entry \ RDSA - Sounds \ Sound \ Sound -> [0B046E4D] < Error: Could not be resolved >
[00:00] DLC1BoltDwarvenExplodingShock "Exploding Dwarven Bolt of Shock" [AMMO:0300F1B9]
[00:00]     AMMO \ Model \ MODS - Alternate Textures \ Alternate Texture \ New Texture -> [0A005739] < Error: Could not be resolved >
[00:00] DLC1BoltDwarvenExplodingShock "Exploding Dwarven Bolt of Shock" [AMMO:0300F1B9]
[00:00]     AMMO \ Model \ MODS - Alternate Textures \ Alternate Texture \ New Texture -> [0A005739] < Error: Could not be resolved >
[00:00] DLC1BoltDwarvenExplodingShock "Exploding Dwarven Bolt of Shock" [AMMO:0300F1B9]
[00:00]     AMMO \ Model \ MODS - Alternate Textures \ Alternate Texture \ New Texture -> [0A005739] < Error: Could not be resolved >
[00:00] DLC1BoltDwarvenExplodingShock "Exploding Dwarven Bolt of Shock" [AMMO:0300F1B9]
[00:00]     AMMO \ Model \ MODS - Alternate Textures \ Alternate Texture \ New Texture -> [0A005739] < Error: Could not be resolved >
[00:00] DLC1BoltDwarvenExplodingShock "Exploding Dwarven Bolt of Shock" [AMMO:0300F1B9]
[00:00]     AMMO \ Model \ MODS - Alternate Textures \ Alternate Texture \ New Texture -> [0A005739] < Error: Could not be resolved >
[00:00] DLC1BoltDwarvenExplodingIce "Exploding Dwarven Bolt of Ice" [AMMO:0300F1B7]
[00:00]     AMMO \ Model \ MODS - Alternate Textures \ Alternate Texture \ New Texture -> [0A005738] < Error: Could not be resolved >
[00:00] DLC1BoltDwarvenExplodingIce "Exploding Dwarven Bolt of Ice" [AMMO:0300F1B7]
[00:00]     AMMO \ Model \ MODS - Alternate Textures \ Alternate Texture \ New Texture -> [0A005738] < Error: Could not be resolved >
[00:00] DLC1BoltDwarvenExplodingIce "Exploding Dwarven Bolt of Ice" [AMMO:0300F1B7]
[00:00]     AMMO \ Model \ MODS - Alternate Textures \ Alternate Texture \ New Texture -> [0A005738] < Error: Could not be resolved >
[00:00] DLC1BoltDwarvenExplodingIce "Exploding Dwarven Bolt of Ice" [AMMO:0300F1B7]
[00:00]     AMMO \ Model \ MODS - Alternate Textures \ Alternate Texture \ New Texture -> [0A005738] < Error: Could not be resolved >
[00:00] DLC1BoltDwarvenExplodingIce "Exploding Dwarven Bolt of Ice" [AMMO:0300F1B7]
[00:00]     AMMO \ Model \ MODS - Alternate Textures \ Alternate Texture \ New Texture -> [0A005738] < Error: Could not be resolved >
[00:00] DLC1BoltDwarvenExplodingFire "Exploding Dwarven Bolt of Fire" [AMMO:0300F1B1]
[00:00]     AMMO \ Model \ MODS - Alternate Textures \ Alternate Texture \ New Texture -> [0A005737] < Error: Could not be resolved >
[00:00] DLC1BoltDwarvenExplodingFire "Exploding Dwarven Bolt of Fire" [AMMO:0300F1B1]
[00:00]     AMMO \ Model \ MODS - Alternate Textures \ Alternate Texture \ New Texture -> [0A005737] < Error: Could not be resolved >
[00:00] DLC1BoltDwarvenExplodingFire "Exploding Dwarven Bolt of Fire" [AMMO:0300F1B1]
[00:00]     AMMO \ Model \ MODS - Alternate Textures \ Alternate Texture \ New Texture -> [0A005737] < Error: Could not be resolved >
[00:00] DLC1BoltDwarvenExplodingFire "Exploding Dwarven Bolt of Fire" [AMMO:0300F1B1]
[00:00]     AMMO \ Model \ MODS - Alternate Textures \ Alternate Texture \ New Texture -> [0A005737] < Error: Could not be resolved >
[00:00] DLC1BoltDwarvenExplodingFire "Exploding Dwarven Bolt of Fire" [AMMO:0300F1B1]
[00:00]     AMMO \ Model \ MODS - Alternate Textures \ Alternate Texture \ New Texture -> [0A005737] < Error: Could not be resolved >
[00:00] StaffThunderbolt "Staff of Thunderbolts" [WEAP:0010FCF4]
[00:00]     WEAP \ CNAM - Template -> [0700182B] < Error: Could not be resolved >
[00:00]     WEAP \ WNAM - 1st Person Model Object -> [0700182A] < Error: Could not be resolved >
[00:00] POIMageBorvirsDagger "Borvir's Dagger" [WEAP:000ECD54]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] MGRitual05Dagger "Kahvozein's Fang" [WEAP:000D0758]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] EnchElvenDaggerFire04 "Elven Dagger of Fire" [WEAP:000BE18F]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] dunMossMotherValdrDagger "Valdr's Lucky Dagger" [WEAP:000B994E]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] dunHagsEndDagger "Bloodthorn" [WEAP:000A4DCE]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] SkyforgeSteelDagger "Skyforge Steel Dagger" [WEAP:0009F25D]
[00:00]     WEAP \ WNAM - 1st Person Model Object -> [0C440001] < Error: Could not be resolved >
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] DBBladeOfWoeAstrid "Blade of Woe" [WEAP:000964C9]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] DA02Dagger "Blade of Sacrifice" [WEAP:00079B1D]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] MGRKeening "Keening" [WEAP:0006A13C]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] FFRiften13ArkayDagger "Alessandra's Dagger" [WEAP:00043E1E]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] MS02Shiv "Shiv" [WEAP:000426C8]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] DA07MehrunesRazor "Mehrunes' Razor" [WEAP:000240D2]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] EnchDaedricDaggerAbsorbH04 "Daedric Dagger of Devouring" [WEAP:0001DFFD]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] T03Nettlebane "Nettlebane" [WEAP:0001C492]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] DragonPriestDagger "Dragon Priest Dagger" [WEAP:0001C1FE]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] DaedricDagger "Daedric Dagger" [WEAP:000139B6]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] GlassDagger "Glass Dagger" [WEAP:000139A6]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] ElvenDagger "Elven Dagger" [WEAP:0001399E]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] DwarvenDagger "Dwarven Dagger" [WEAP:00013996]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] OrcishDagger "Orcish Dagger" [WEAP:0001398E]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] SteelDagger "Steel Dagger" [WEAP:00013986]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >
[00:00] IronDagger "Iron Dagger" [WEAP:0001397E]
[00:00]     WEAP \ INAM - Impact Data Set -> [0B05B6EA] < Error: Could not be resolved >

 

Try loading your entire plugin list with the plugin and see if you get the same errors. I have a theory it may be from the way that injected records are used with Update.esm for compatibility.

Link to comment
Share on other sites

@s4n

I agree with you ... just thinking of how to implement more quickly, since I was not sure about an ETA on a Pack/patch beta implementation (maybe use Dev namespace for testing once you have a working solution in your VM?).

 

Like Patch-specific mod attributes, IsCore and Merged should also move to their respective parent objects. I would much rather define IsCore in one list than have to load up each mod page for those edits. Furthermore, we now have a situation where it is easy to forget to untick IsCore if we remove a mod from the guide, leaving a mess that will 'dirty' the data.

 

Much better to define the mod list at the Pack/patch levels by coupling to the ModTableList Template (or likewise), especially since we are moving all non Core mods out of the main Guide in 2.3.0

Link to comment
Share on other sites

I just checked the STEP Core Patch myself and it has one error. It is benign though since it is from a leftover keyword or something from an older version of CRF. I couldn't reproduce all the other errors you had listed Muladhara86. By looking at the actual error references, it maybe be due to an unsorted load order. FormIDs that start with 0A or 0B when you loaded xEdit, what plugins were those?

Link to comment
Share on other sites

I see, I see.  I added Wyrmstooth, and the .esm was misplacing the Lanterns of Skyrim.esm and the Cutting Room Floor.esp

 

To get those masters to order properly with any additional .esm files intalled, would I then have to order the LoS and CRF files before any additional esms?  Can I even load an esp before an esm?

Link to comment
Share on other sites

I see, I see.  I added Wyrmstooth, and the .esm was misplacing the Lanterns of Skyrim.esm and the Cutting Room Floor.esp

 

To get those masters to order properly with any additional .esm files intalled, would I then have to order the LoS and CRF files before any additional esms?  Can I even load an esp before an esm?

Load the entire plugin list in xEdit and then right click -> sort masters on the STEP Patch. Close and save then reload xEdit and see if the errors do away.

Link to comment
Share on other sites

I am creating my own (I'm calling) "Custom Plugin Patch", for my own unique mod list.

 

I am almost done going through and checking on revising conflicts in TES5Edit.  I have noticed a number of STEP Patch Extended issues - issues that affect a purely STEP Extended installation.  I will mention some of these later in another message, when I am finished going through all of my plugins.

 

Currently though, I have an issue that is affecting a custom plugin, but one that's caused by the STEP Extended Patch.  The issue I have run into is with "Magic Effect - 610232D1 - zBleedingMagicEffectNPCBleed".  What is the "STEP Extended Patch.esp" doing here?  Why does it totally reorder the "Races" in the list so differently from the "dD - Enhanced Blood Main.esp"?  It's ordered so differently, I can't figure out if any "Races" were added or deleted, or if they were just re-ordered but with different "Functions" given to some.  Can someone shed some light on this for me?  That fact that the "Races" are in a completely different order from the master for no apparent reason makes it highly confusing to figure out what is going on here.  I am trying to merge changes from "dD-DG-DB-Immersive Creatures EBT Patch.esp" along with "STEP Patch Extended.esp".  I imagine that other people may try to do similar things with their mod installations and the fact that everything was re-ordered so much (for no apparent reason) makes it difficult to mod on top of STEP.

 

Can someone help me out with this?  Thank you.
 

Link to comment
Share on other sites

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
×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines, Privacy Policy, and Terms of Use.