poblivion Posted September 17, 2024 Posted September 17, 2024 Hi, I don't know where I went wrong, but the LL FourPlay plugin doesn't work. I tried both version 52 and 46 but nothing changed.
Evi1Panda Posted September 17, 2024 Author Posted September 17, 2024 @poblivionI know seu was tested by some users already and it should work fine.
poblivion Posted September 17, 2024 Posted September 17, 2024 (edited) 23 minutes ago, Evi1Panda said: @poblivionI know seu was tested by some users already and it should work fine. The mistrake is probably somewhere else, although I'm not aware of any. Just wondering, do I need to start a new game for this to work? I used AAF before. Could it be a problem that I'm using a custom race? And probably the biggest problem could be that I'm currently playing Fallout London, which affected Address library. Edited September 17, 2024 by poblivion
Evi1Panda Posted September 17, 2024 Author Posted September 17, 2024 @poblivion new game is not necesseary, but I don't know anything about london
dosfox Posted September 17, 2024 Posted September 17, 2024 (edited) This is an archive of all the .xml files in my NAF directory. There are no critical errors in the NAF.log or NAFBridge.log. The 180 offset has been removed from all animations. The gulper skeleton issue was fixed by using gulperlarge skeleton - don't know if that will work, but i don't care. All the empty .xmls have been removed. The game version is 1.10.163, LL4Pv46, NAFBridge 7.60. The mods loaded are Indarello's Patch v.11 and all it's requirements and AutonomyEnhanced v2.8. Oh, and CommonwealthMoisturizer too. Autonomy is working properly and generating scenes but i haven't tested for very long. Going to take a couple of days off now to reinstall the game, so if anybody finds any errors or improvements to this fileset please feel free to repost the fixed collection here! dosfox42_NAFxmls.rar Apologies to @Evi1Panda, the edits are a bit slapdash ... UPDATED BELOW Edited September 18, 2024 by dosfox HERE 2
Residentlover1 Posted September 18, 2024 Posted September 18, 2024 On 9/16/2024 at 3:31 AM, Evi1Panda said: Here is an example how it done in UAP. This is removing from existing ground position to bed. So he set offsets, added unique position ID (in fact just added word Bed) and corrected tags. That is all. p.s. forgot to mark - he also set location. And here is your new positions, made from existing with a few seconds. thanks! thats very useful still I hope u guys can make the reposition in the middle of a scene a thing I would appreciate it alot..just a suggestion ofc you guys have made the best framework ever
Dlinny_Lag Posted September 18, 2024 Posted September 18, 2024 (edited) 7 hours ago, dosfox said: if anybody finds any errors There are several XML files with incorrect XML syntax: Quote BraveAnimations_animationData.xml - incorrect syntax in comments Custom Moans_actionData.xml - no top level element Custom Moans_conditionData.xml - no top level element Custom Moans_reactionData.xml - no top level element Custom Moans_topicData.xml - no top level element EFBS_protectedEquipmentData.xml - no top level element FO4_Animations_by_Leito_FD_animationData.xml - incorrect syntax in comments FO4_Animations_by_Leito_FF_animationData.xml - incorrect syntax in comments FO4_Animations_by_Leito_FF_animationData2.xml - incorrect syntax in comments FO4_Animations_by_Leito_FM_animationData.xml - incorrect syntax in comments rxl_bp70_anims_positionData.xml - incorrect syntax in comments RZF4S_actionData.xml - no top level element SavageCabbage_furnitureData_Alex_WorkPoles.xml - no top level element SavageCabbage_furnitureData_CWSS.xml - no top level element SavageCabbage_furnitureData_DLC3.xml - no top level element SavageCabbage_furnitureData_HM.xml - no top level element Theme_Animations_raceData.xml - no top level element Theme_Animations_raceData_DLCCoast.xml - no top level element Theme_Animations_raceData_DLCNukaWorld.xml - no top level element Theme_Animations_raceData_DLCRobot.xml - no top level element Theme_Animations_raceData_DLCWorkShop01.xml - no top level element Theme_SexCreatures_DeathClawFurn_tagData .xml - no top level element Theme_SexCreatures_DogFurn_tagData.xml - no top level element Theme_SexCreatures_GhoulFurn_tagData.xml - no top level element Theme_SexCreatures_OtherNoFurn_tagData.xml - no top level element Theme_SexCreatures_themeData.xml - no top level element Theme_SexKinky_Furn1P_tagData.xml - no top level element Theme_SexKinky_FurnGB_tagData.xml - no top level element Theme_SexKinky_FurnMM_tagData.xml - no top level element Theme_SexKinky_NoFurn1P_tagData.xml - no top level element Theme_SexKinky_NoFurn2P_tagData.xml - no top level element Theme_SexKinky_NoFurnGB_tagData.xml - no top level element Theme_SexKinky_NoFurnMM_tagData.xml - no top level element Theme_SexKinky_themeData.xml - no top level element Theme_SexVanilla_FurnGB_tagData.xml - no top level element Theme_SexVanilla_FurnMM_tagData.xml - no top level element Theme_SexVanilla_NoFurn2P_tagData.xml - no top level element Theme_SexVanilla_NoFurnMM_tagData.xml - no top level element Theme_SexVanilla_themeData.xml - no top level element I'm not sure about "no top level element" syntax error, perhaps NAF tolerate it. No other critical errors in your files set. A few missing furtniture, but it shouldn't be a problem Quote SC-FF-Human-Dresser_Player_PostWar01-Doggy Staged points to missing furniture: Dresser_Player SC-FM-Human-Dresser_Player_PostWar01-Doggy Staged points to missing furniture: Dresser_Player SC-FM-SuperMutant-PatioTable01-Missionary-Sideways Staged points to missing furniture: PatioTable SC-FM-SuperMutant-StovePlayerHouse01-Missionary Staged points to missing furniture: Stove_PlayerHouse Edited September 18, 2024 by Dlinny_Lag 2
Evi1Panda Posted September 18, 2024 Author Posted September 18, 2024 (edited) First of all I am glad that this discussion is here, it will help to everyone : users and mod authors to do their things correctly. If you want the best tool to edit your XML files correctly - I guess it is ... Visual Studio. I tried NP++, and some another tools, better is VS. So, I looked for @Dlinny_Lag post and want to add some from me : incorrect syntax in comments Spoiler BAD GOOD no top level element Spoiler BAD GOOD Edited September 18, 2024 by Evi1Panda 3
dosfox Posted September 18, 2024 Posted September 18, 2024 45 minutes ago, Dlinny_Lag said: There are several XML files with incorrect XML syntax: Thank you for checking those files! Panda commented on those warnings: Quote so thats okay. It can warn about no priority or no source, but not every xml should have it, so it warn, not critical. You should read warns if you think that something wrong, and maybe it help you, may be not. It is just for NAFBridge log. In NAF.log warns is critical. In practice.
Evi1Panda Posted September 18, 2024 Author Posted September 18, 2024 And, I don't sure (but pretty sure it is not) NAF ignore this, it can just not to report about it.
Evi1Panda Posted September 18, 2024 Author Posted September 18, 2024 @dosfox Some confusion: I was talking about what the Bridge parser does and its errors, and now you are talking about the NAF parser. These are two different parsers. XML must be correct, otherwise they can simply be skipped even without errors - just like non-XML files. Only when everything is done correctly can you be sure that everything will be read.
Evi1Panda Posted September 18, 2024 Author Posted September 18, 2024 In fact, there are quite a lot of such errors in existing XML files; I don’t know how it even works on the old framework. And many xml-patches authors copied this from each other for a years. I hope the authors will read this topic and look for something similar in their files.
Evi1Panda Posted September 18, 2024 Author Posted September 18, 2024 (edited) Quote It can warn about no priority or no source, but not every xml should have it, so it warn, not critical. Yes, but here is not about source and priority, here is ROOT NODE missing. I am talking about mistake that Dlinny Lag called no top level element Edited September 18, 2024 by Evi1Panda
dosfox Posted September 18, 2024 Posted September 18, 2024 (edited) 1 hour ago, Evi1Panda said: Yes, but here is not about source and priority, here is ROOT NODE missing. I am talking about mistake that Dlinny Lag called no top level element Which file is that? How to fix it? EDIT: Oops sorry, missed your update edit above. Fixed it now. Can anybody suggest how to fix missing SC furniture? Edited September 18, 2024 by dosfox
Evi1Panda Posted September 18, 2024 Author Posted September 18, 2024 (edited) @dosfox look at my message above and @Dlinny_Lag post right above it! You should add root node to fix that. Root node usually named as in filename _tralalal, but it is better to look it in Dago's xsd rules file. There is no need to start being afraid when you see what is written below. It is not for users, that is for modders, if them want to have general view how it works. Users just need to know them need to have correct XMLs. <xs:element type="actionDataType" name="actionData"/> <xs:element type="commandDataType" name="commandData"/> <xs:element type="conditionDataType" name="conditionData"/> <xs:element type="equipmentLayersDataType" name="equipmentLayersData"/> <xs:element type="customEquipmentDataType" name="customEquipmentData"/> <xs:element type="equipmentRulesDataType" name="equipmentRulesData"/> <xs:element type="equipmentSetDataType" name="equipmentSetData"/> <xs:element type="expressionDataType" name="expressionData"/> <xs:element type="formationDataType" name="formationData"/> <xs:element type="furnitureDataType" name="furnitureData"/> <xs:element type="keywordwatchDataType" name="keywordwatchData"/> <xs:element type="masterDataType" name="masterData"/> <xs:element type="meterDataType" name="meterData"/> <xs:element type="mfgSetDataType" name="mfgSetData"/> <xs:element type="morphSetDataType" name="morphSetData"/> <xs:element type="nameDataType" name="nameData"/> <xs:element type="narrationDataType" name="narrationData"/> <xs:element type="physicsSetDataType" name="physicsSetData"/> <xs:element type="overlayDataType" name="overlayData"/> <xs:element type="positionDataType" name="positionData"/> <xs:element type="positionTreeDataType" name="positionTreeData"/> <xs:element type="protectedEquipmentDataType" name="protectedEquipmentData"/> <xs:element type="raceDataType" name="raceData"/> <xs:element type="reactionDataType" name="reactionData"/> <xs:element type="themeDataType" name="themeData"/> <xs:element type="tagDataType" name="tagData"/> <xs:element type="topicDataType" name="topicData"/> <xs:element type="transitionDataType" name="transitionData"/> <xs:element type="actorStatDataType" name="actorStatData"/> <xs:element type="actorTypeDataType" name="actorTypeData"/> <xs:element type="animationDataType" name="animationData"/> <xs:element type="animationMetaDataType" name="animationMetaData"/> <xs:element type="animationGroupDataType" name="animationGroupData"/> <xs:element type="bannerDataType" name="bannerData"/> name is ROOT NODE. NAF maps just this nodes : inline static IDMap<Race> Races; inline static IDMap<Animation> Animations; inline static IDMap<Position> Positions; inline static IDMap<FaceAnim> FaceAnims; inline static IDMap<MorphSet> MorphSets; inline static IDMap<EquipmentSet> EquipmentSets; inline static IDMap<Action> Actions; inline static IDMap<AnimationGroup> AnimationGroups; inline static IDMap<Furniture> Furnitures; inline static IDMap<PositionTree> PositionTrees; inline static IDMap<GraphInfo> GraphInfos; Also bridge has its own maps to provide some basic functions for current animation system, that NAF doesn't provides by itself. That differ from NAF maps. FurnitureData - implementation of GetFurnitureList() papyrus function; OverlayData - implementation of overlays papyrus functions; PositionData - implementation of offsets from positionData xmls; MfgSetData - implementation of AAF-style mfg sets; (NAF has own multiframes system, and not support one-frame AAF-styled mfg sets initially) ProtectedEquipmentData - implementation of protect equipment functions in AAF-style (NAF doesn't support aaf style keywords system initially) upd. One more important : bridge parser has sensivity to filenames. Firstly it scans filenames for nodenames (masks like *_OverlayData*.xml) so it will not parse data from files without _FurnitureData, _OverlayData, _PositionData, _MfgSetData, _ProtectedEquipmentData in its names. Case insensivity since 0.760. Edited September 18, 2024 by Evi1Panda 2
Evi1Panda Posted September 18, 2024 Author Posted September 18, 2024 (edited) 46 minutes ago, dosfox said: Can anybody suggest how to fix missing SC furniture? @dosfoxWhat exactly? Probably I can send you a file. In general, you need to search what exactly furniture author want to set there. Use F4Edit (easier) or CreationKit (can be better if you need search with part of editorID). Usually there is mistakes in 1 symbol in FormID. But if you can't find you can comment this using <!-- to start comment and --> to end comment. upd. here is what I got. SavageCabbage_furnitureData.7z Edited September 18, 2024 by Evi1Panda 1
dosfox Posted September 18, 2024 Posted September 18, 2024 (edited) UPDATED: 20 October This is an updated archive of all the .xml files in my NAF directory. There are no critical errors or warnings in the NAF.log. The AAF mods loaded are INDARELLO'S PATCH FOR ANIMATIONS v.11 and all it's requirements: Spoiler The game version is 1.10.163, LL4Pv46, NAFBridge .78. Please use only mod version stated. Not all are latest versions. All DLC Strap-on,viodoe,dick 3.0+ AAF Creature Resources SavageCabbage's Animation Pack 1.3.0 BP70s Sex anims 2.8 Mutated Lust 1.4 FO4 Animations by Leito 2.1b Animations by Leito - Voice Fix for FF animations Atomic Lust 2.7b creature pack 3.00 DLC Creature Animation Pack (Beta v0.1) Vadermania 1.1 Brave's Animations 1.3 TortureDevices 2.2 Rain Maker animations 1.0 ZaZOut4 V0.0.3.3 Custom moans Other installed AAF mods are: Autonomy Enhanced v.2.8 *NOT RECOMMENDED! CommonwealthMoisturizer (lubricates them) WOTC (washes it off) * QUAAF (balances animation sounds) * * These mods add no XML files. INSTALL ORDER Spoiler Native Animation Framework-73889-1-0-14-1718650781 NAF Bridge 0-760 AAF Vanilla-Kinky-Creatures Sex Animation Themes Servitron (NOTE: Servitron is a hard requirement for Strap-on, viodoe) Servitron - Fusion Girl-73095-1-02-1690434355 Strap-on,viodoe,dick for female/servitron 4.2 AAF Creature Resources SavageCabbages Animation Pack bp70FO4sexanimations_2.3 Mutated Lust v1.4 FO4_AnimationsByLeito_v2.1b FO4 Leito Voicefix 1.1 Release_CreaturePack_v03_01 Release_CreaturePackDLC_v01 Vadermania[AAF] Brave's Animations Rainmaker animations 1.0 ZaZOut4 RZF4S_2_10 Release_NSFWsoundpack_03_01 Custom Moans Atomic Lust Patch for animations v.11.0 Wash Out That Cum CWSS Redux V4 WOTC Patch Commonwealth Moisturizer QUAAF Balanced v1.7f00 AAF - Autonomy Enhanced Redux *not recommended NAFxmls_PatchforAnimations_v.4 LOAD ORDER Spoiler NAF.esp VIO_Strap-On.esp ServitronStrap.esp Deathclaw_nude.esp ErectionFix_SilverPerv.esp Behemoth No Cart.esp SavageCabbage_Animations.esp rxl_bp70_animations.esp Mutated Lust.esp FO4_AnimationsByLeito.esp FO4_Leito_Voicefix.esp AAF_CreaturePack01.esp AAF_CreaturePack02DLC.esp Vadermania[AAF_anims].esp BraveAnims.esp Rainmaker_animations.esp ZaZOut4.esp RZSex.esp Custom Moans.esp Atomic Lust.esp Zaz Particles.esp CumNWealth.esp CumNWealth_mutant.esp CWSS Redux V4 WOTC Patch.esp ComMoisturizer.esp AtomicLust_SOPM.esp BP70_SOPM.esp BraveAnims_SOPM.esp FO4_AnimationsByLeito_SOPM.esp SavageCabbage_SOPM.esp AAF_AutonomyEnhanced.esp *not recommended CHANGE LOG Spoiler (v.1) The 180 vertical offset has been removed from all animations. The gulper skeleton issue was fixed by using gulperlarge skeleton - don't know if that will work, but i don't care. All the empty .xmls have been removed. (v.2) XML errors reported by @Dlinny_Lag and @Evi1Panda have been fixed. Broken CustomMoans file fixed. SC furniture errors fixed (Thanks Panda). (v.3) Fileset from fresh game install, more errors fixed. Some bad fixes fixed. (v.4) More fixes. (v.5) Removed AAF_themes xmls. (NAF ignores them anyway) Added InvictusBlade's multi-character animation .xmls. DOWNLOAD NAFxmls_PatchforAnimations_v.5.zip This is WIP. Please report errors or suggest improvements. Edited October 20, 2024 by dosfox Update v.5 5
Evi1Panda Posted September 18, 2024 Author Posted September 18, 2024 @dosfox thanks for this, I will put a link to this post in description! 1
Evi1Panda Posted September 18, 2024 Author Posted September 18, 2024 @dosfox It seems works fine in most cases, but it be cool if you add required modlist. For example I have this (not prevent it works fine as far as I tested) Spoiler [09/18/2024 - 15:14:41] [warning] 'VIO_Strap-On.esp'->'00002E0A' does not point to a valid class RE::TESObjectARMO. [09/18/2024 - 15:14:41] [warning] 'VIO_Strap-On.esp'->'00002E0A' does not point to a valid class RE::TESObjectARMO. [09/18/2024 - 15:14:51] [warning] 'VIO_Strap-On.esp'->'00002E0A' does not point to a valid class RE::TESObjectARMO. [09/18/2024 - 15:14:51] [warning] 'VIO_Strap-On.esp'->'00002E0A' does not point to a valid class RE::TESObjectARMO. [09/18/2024 - 15:14:58] [warning] 'VIO_Strap-On.esp'->'00002E0A' does not point to a valid class RE::TESObjectARMO. [09/18/2024 - 15:14:58] [warning] 'VIO_Strap-On.esp'->'00002E0A' does not point to a valid class RE::TESObjectARMO. [09/18/2024 - 15:15:08] [warning] 'VIO_Strap-On.esp'->'00002E0A' does not point to a valid class RE::TESObjectARMO. [09/18/2024 - 15:15:08] [warning] 'VIO_Strap-On.esp'->'00002E0A' does not point to a valid class RE::TESObjectARMO. [09/18/2024 - 15:15:16] [warning] 'VIO_Strap-On.esp'->'00002E0A' does not point to a valid class RE::TESObjectARMO. [09/18/2024 - 15:15:16] [warning] 'VIO_Strap-On.esp'->'00002E0A' does not point to a valid class RE::TESObjectARMO. Also this, probably I have incorrect plugin versions. That is why be prefered if you put modlist or requiremen description. Spoiler [09/18/2024 - 15:11:11] [warning] 'ArmorKeywords.esm'->'00001F2C' does not point to a valid class RE::TESBoundObject. [09/18/2024 - 15:11:11] [warning] 'ArmorKeywords.esm'->'00000F28' does not point to a valid class RE::TESBoundObject. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'0003450B' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'0003450C' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344C4' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344C5' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033D09' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033D0A' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344B0' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344B1' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CB4' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344AE' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344D8' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00034509' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033511' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033512' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'0003450A' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344D9' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'FO4_Leito_Voicefix.esp'->'00001302' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344E6' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'FO4_Leito_Voicefix.esp'->'00001303' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344E7' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CCA' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CDC' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CCB' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344DC' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00034503' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344D4' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00034504' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033D07' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033D08' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344DA' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344E2' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CC2' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CC3' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344E4' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033509' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344E5' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'FO4_Leito_Voicefix.esp'->'00001304' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CDD' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344DB' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'FO4_Leito_Voicefix.esp'->'00001305' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CB5' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] Animation 'GUCP_Gulper_MM_01_S1' contains actor with invalid skeleton 'Gulper', discarding. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344DD' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CF6' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344E3' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CBE' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'FO4_Leito_Voicefix.esp'->'0000130A' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CBF' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344D5' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'0003450F' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00034510' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'0003350A' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'0003350F' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] Animation 'GUCP_Gulper_MM_01_S4' contains actor with invalid skeleton 'Gulper', discarding. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033510' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033D05' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033D06' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344B6' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'FO4_Leito_Voicefix.esp'->'00001308' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344B7' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344A6' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344A7' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344E8' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344B8' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] Animation 'Gulperstage01' contains actor with invalid skeleton 'Gulper', discarding. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CFF' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CFB' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344E9' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344F0' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344CA' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344F1' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344C6' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344C7' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CD8' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CD9' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CF7' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344CC' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CF8' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344CD' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344B9' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344CB' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CD2' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CD3' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CE7' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CB8' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CFC' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CB2' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CB3' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'FO4_Leito_Voicefix.esp'->'00001309' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344FE' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CCC' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CCD' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344BE' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344AF' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344EE' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344EF' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CB9' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344A4' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344A5' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'FO4_Leito_Voicefix.esp'->'00001300' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CFD' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CFE' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CE4' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'FO4_Leito_Voicefix.esp'->'00001301' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CE6' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CE9' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CCC' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344BF' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344E2' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344E3' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] Animation 'Gulperstage04' contains actor with invalid skeleton 'Gulper', discarding. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344A8' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CC4' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CC5' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'0003450D' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00034511' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CF9' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CDC' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344FF' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344A9' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344BA' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344CE' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344CF' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344D0' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033D00' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CDA' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CDB' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00034500' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00034501' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00034502' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CAE' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CAF' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CCE' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CFA' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CDD' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00034507' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CBE' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00034508' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CBF' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'FO4_Leito_Voicefix.esp'->'0000130B' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'FO4_Leito_Voicefix.esp'->'00001306' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'FO4_Leito_Voicefix.esp'->'00001307' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344DA' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033D01' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344DB' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033D02' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00034512' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] Animation 'GUCP_Gulper_MM_01_S2' contains actor with invalid skeleton 'Gulper', discarding. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CD6' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CDA' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CE5' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CCD' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CCA' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CCB' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344D4' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CB4' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344D5' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CB5' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CD7' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CE1' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CE3' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344DE' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CE2' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344DF' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344F2' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344F3' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033D03' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CC4' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033D04' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344BB' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'FO4_Leito_Voicefix.esp'->'0000130A' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344BC' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CD4' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'FO4_Leito_Voicefix.esp'->'0000130B' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CD5' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344F4' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CC6' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CC7' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CC8' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CC9' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344C8' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CC0' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344C9' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CC1' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CB0' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CB1' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344EC' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CBA' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CB6' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CBB' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CB7' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CDB' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344D6' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033513' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344D7' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'FO4_Leito_Voicefix.esp'->'00001300' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344C0' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CAE' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033514' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344BD' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'0003450E' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'FO4_Leito_Voicefix.esp'->'00001301' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344B2' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344B3' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CC5' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'0003350B' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CBC' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CDE' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344C1' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344ED' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344FB' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344FC' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344F8' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'0003350D' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344F9' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'0003350C' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344B4' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CAF' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CBD' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344EE' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344EF' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00034505' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344B5' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00034506' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344E4' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] Animation 'GUCP_Gulper_MM_01_S3' contains actor with invalid skeleton 'Gulper', discarding. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CCF' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344FD' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CE8' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CE0' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CDF' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'0003350E' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CD2' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CD3' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] Animation 'Gulperstage02' contains actor with invalid skeleton 'Gulper', discarding. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344C2' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CB6' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'FO4_Leito_Voicefix.esp'->'00001308' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CCE' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CF3' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344E0' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CF4' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344C3' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CB7' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344E5' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344EA' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] Animation 'Gulperstage03' contains actor with invalid skeleton 'Gulper', discarding. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CC8' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344E0' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CC9' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'FO4_Leito_Voicefix.esp'->'00001309' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344E1' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CCF' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CF0' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344F5' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CD8' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344D1' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'FO4_Leito_Voicefix.esp'->'00001306' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344E8' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344FA' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CF1' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344EB' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344D2' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344D3' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'FO4_Leito_Voicefix.esp'->'00001307' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344F6' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'FO4_Leito_Voicefix.esp'->'00001304' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344EC' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344ED' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CD4' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CC6' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344F7' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CC7' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'FO4_Leito_Voicefix.esp'->'00001302' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344E9' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344E1' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CD5' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344E6' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CF5' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'FO4_Leito_Voicefix.esp'->'00001303' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CF2' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'000344E7' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CD0' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CD1' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'FO4_Leito_Voicefix.esp'->'00001305' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CED' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CEE' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CEF' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] 'SavageCabbage_Animations.esp'->'00033CD9' does not point to a valid class RE::TESIdleForm. [09/18/2024 - 15:11:11] [warning] Position 'Gulper Stage 04' does not point to a valid animation, discarding. [09/18/2024 - 15:11:11] [warning] Position 'Gulper Staged' does not point to a valid animation, discarding. [09/18/2024 - 15:11:11] [warning] Position 'Institute Chair Sequential' does not point to a valid animation, discarding. [09/18/2024 - 15:11:11] [warning] Position '[UAP] GUCP - Gay Gulper (Stage 4)' does not point to a valid animation, discarding. [09/18/2024 - 15:11:11] [warning] Position 'Machine Chair Sequential' does not point to a valid animation, discarding. [09/18/2024 - 15:11:11] [warning] Position 'Pole Sequential' does not point to a valid animation, discarding. [09/18/2024 - 15:11:11] [warning] Position '[UAP] GUCP - Gay Gulper (Stage 2)' does not point to a valid animation, discarding. [09/18/2024 - 15:11:11] [warning] Position 'Gulper Stage 02' does not point to a valid animation, discarding. [09/18/2024 - 15:11:11] [warning] Position '[UAP] GUCP - Gay Gulper (Stage 1)' does not point to a valid animation, discarding. [09/18/2024 - 15:11:11] [warning] Position '[UAP] BP70 - Missionary' does not point to a valid animation, discarding. [09/18/2024 - 15:11:11] [warning] Position 'Garrote (Free) Sequential' does not point to a valid animation, discarding. [09/18/2024 - 15:11:11] [warning] Position 'Gulper Stage 03' does not point to a valid animation, discarding. [09/18/2024 - 15:11:11] [warning] Position '[UAP] GUCP - Gay Gulper' does not point to a valid animation, discarding. [09/18/2024 - 15:11:11] [warning] Position 'Garrote (Tied) Sequential' does not point to a valid animation, discarding. [09/18/2024 - 15:11:11] [warning] Position 'Hanging (Tied) Sequential' does not point to a valid animation, discarding. [09/18/2024 - 15:11:11] [warning] Position 'Hanging (Free) Sequential' does not point to a valid animation, discarding. [09/18/2024 - 15:11:11] [warning] Position 'Gulper Stage 01' does not point to a valid animation, discarding. [09/18/2024 - 15:11:11] [warning] Position '[UAP] GUCP - Gay Gulper (Stage 3)' does not point to a valid animation, discarding. But in generally it is a good work! Thanks again for this! 1
Evi1Panda Posted September 18, 2024 Author Posted September 18, 2024 (edited) @dosfox actually, may be you will prefer to do own topic with your modlist for NAF and NAF Bridge, and your fixes, I will give link to this. I think this would be very popular for many users! Don't worry if at the beginning things don't go according to plan or work with errors. Firstly, no one canceled the fact that I could make mistakes, and secondly, big things are never done without mistakes. With the help of users, we will achieve an excellent result and mod will work as intended for everyone. Edited September 18, 2024 by Evi1Panda 2
dosfox Posted September 18, 2024 Posted September 18, 2024 9 minutes ago, Evi1Panda said: ... may be you will prefer to do own topic ... Definitely not. I am not qualified, and probably not many people use just Indarello and Autonomy. I was hoping that you would provide somewhere on LoversLab (maybe a sticky on this topic?) for people to share their (working!) NAF/Bridge XML filesets. It is very pleasing to see NAF/Bridge developing nicely, it is good to see the aaf-bickering nearly finished and community cooperation replacing it. Also, as soon as i have my new installation of NAF/Bridge finished i need to start on an overdue update for QUAAF! Thanks @Evi1Panda 2
dosfox Posted September 18, 2024 Posted September 18, 2024 (edited) 2 hours ago, Evi1Panda said: probably I have incorrect plugin versions. That is why be prefered if you put modlist or requiremen description. Done What is the cause of all those "does not point to a valid class RE::TESIdleForm." errors? Edited September 18, 2024 by dosfox 1
Evi1Panda Posted September 18, 2024 Author Posted September 18, 2024 (edited) Quote What is the cause of all those "does not point to a valid class RE::TESIdleForm." errors? That means that NAF couldn't find this form in game forms(no such plugin/no such form in plugin), or form has different type from expected (possible wrong form id). By the way Bridge's parser doesn't check form type. So for example for furniture it can be bad if this warinings is. Bridge add all this forms (if it exist, but refs not to objects that can be recognized as furniture for scene - it is not furniture like in F4Edit, it can be static objects or something else). And it can provide situations what player will not see, but some times wrong data about furniture objects will be sent to NAF. Once again - there is shouldn't be criticals and player in 99% don't see difference, but it is not good. Edited September 18, 2024 by Evi1Panda
Sleepy_Soul Posted September 19, 2024 Posted September 19, 2024 (edited) Having the player turn invisible during supermutant sex scenes initiated by Violate. Using NAF 1.0.14 & Bridge .760. Being in 1st or 3rd person view doesn't seem to matter. Everything else seems in working order. Anyway to debug further on my end? (09/19) -- Slight update, looks like changing 'Strip victims before violation' to OFF makes the player visible during NAF scenes... sometimes. Does seem like an on and off thing. Also, feral ghoul aggressors were headless during the NAF scene, though that's another known bug atm I think. Looks like it's just an issue with Violate though. Edited September 20, 2024 by Sleepy_Soul
Evi1Panda Posted September 19, 2024 Author Posted September 19, 2024 The trouble still here in rarely cases. I know.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now