VonHelton Posted December 29, 2018 Posted December 29, 2018 Dogmeat just stands around & does nothing. Various times, NPC's will just stand around as well..... Â What's gone wrong? Â ? Â Â Â Â Â
reconphil Posted December 29, 2018 Posted December 29, 2018 27 minutes ago, VonHelton said: Dogmeat just stands around & does nothing. Various times, NPC's will just stand around as well.....  What's gone wrong?  ?      How did you install the patches you posted earlier? I use MO2 and I get no Game Data and I've been unable to create one. Â
Crour Posted December 29, 2018 Posted December 29, 2018 8 hours ago, SavageCabbage said: Do you use the other AAF mods? If you use other mods like position tags and all that, you'll have to update them as well. Â I'll have to check the FOMOD again then... if the files are there they should install. Â @grapejelly32 I found a missing line in the FOMOD's config file that caused it to skip installing canine stuff. I re-added it, tested and it installed okay, re-upped hopefully for the last time! Â All required AAF mods are installed and up to date, I only started using F4SE, MCM, and any related AAF mods yesterday so they are all up to date. Load order is optimized and there are no missing .esm files. I can find "FM-Chair01 -01Cowgirl" in the AAF data on my game files so it isn't missing.
reconphil Posted December 29, 2018 Posted December 29, 2018 32 minutes ago, Crour said: All required AAF mods are installed and up to date, I only started using F4SE, MCM, and any related AAF mods yesterday so they are all up to date. Load order is optimized and there are no missing .esm files. I can find "FM-Chair01 -01Cowgirl" in the AAF data on my game files so it isn't missing. I found the same reference in the xml but I still get the error. Â
Crour Posted December 29, 2018 Posted December 29, 2018 Just now, reconphil said: I found the same reference in the xml but I still get the error. Â Glad to know i'm not the only one, despite being new at this I am sure I have done everything correctly this far.
SavageCabbage Posted December 29, 2018 Author Posted December 29, 2018 1 hour ago, Crour said: All required AAF mods are installed and up to date, I only started using F4SE, MCM, and any related AAF mods yesterday so they are all up to date. Load order is optimized and there are no missing .esm files. I can find "FM-Chair01 -01Cowgirl" in the AAF data on my game files so it isn't missing. There shouldn't be any lines that say "FM-Chair01-01Cowgirl" in any files from my mod. The AnimationData file should have these lines in it:  Spoiler  The PositionData file should have these lines in it:  Spoiler  If you've got something else then you've probably got something left over from an older installation, or another mod changed something.  The file names themselves don't matter in this regard because it searches for the idle forms, not the file names.
Crour Posted December 29, 2018 Posted December 29, 2018 24 minutes ago, SavageCabbage said: There shouldn't be any lines that say "FM-Chair01-01Cowgirl" in any files from my mod. The AnimationData file should have these lines in it:   Reveal hidden contents  The PositionData file should have these lines in it:   Reveal hidden contents  If you've got something else then you've probably got something left over from an older installation, or another mod changed something.  The file names themselves don't matter in this regard because it searches for the idle forms, not the file names.  Okay so,  My SexAnimationsFurn_tagData looks like this after removing two lines that were not in your previous post;  <tag position="FM-Chair01-01Tease" tags="F_M,ArmChair,Cowgirl,FromFront,Neutral,Held1,Love5,Stim3,Dom5,NullToSelf,HandToBreast,SavageCabbage"/> <tag position="FM-Chair01-03Cowgirl" tags="F_M,ArmChair,Cowgirl,FromFront,Neutral,Held1,Love5,Stim7,Dom5,NullToSelf,PenisToVagina,SavageCabbage"/> <tag position="FM-Chair01-04Cowgirl" tags="F_M,ArmChair,Cowgirl,FromFront,Neutral,Held1,Love5,Stim7,Dom5,NullToSelf,PenisToVagina,SavageCabbage"/> <tag position="FM-Chair01-05Cowgirl" tags="F_M,ArmChair,Cowgirl,FromFront,Neutral,Held1,Love5,Stim7,Dom5,NullToSelf,PenisToVagina,SavageCabbage"/> <tag position="FM-Chair01-06Cowgirl" tags="F_M,ArmChair,Cowgirl,FromFront,Neutral,Held1,Love5,Stim7,Dom5,NullToSelf,PenisToVagina,SavageCabbage"/>  My SavageCabbage_animationData looks like this after no change;  <animation id="FM-Chair01-01Tease" time="500">    <actor gender="F">       <idle form="FF0"/>    </actor>    <actor gender="M">       <idle form="FF1"/>       <value path="morph" value="Erection Down" to="0.5"/>    </actor> </animation> <animation id="FM-Chair01-03Cowgirl" time="500">    <actor gender="F">       <idle form="FF2"/>    </actor>    <actor gender="M">       <idle form="FF3"/>       <value path="morph" value="Erection Up" to="1"/>    </actor> </animation> <animation id="FM-Chair01-04Cowgirl" time="500">    <actor gender="F">       <idle form="FF4"/>    </actor>    <actor gender="M">       <idle form="FF5"/>       <value path="morph" value="Erection Up" to="1"/>    </actor> </animation> <animation id="FM-Chair01-05Cowgirl" time="500">    <actor gender="F">       <idle form="73B5"/>    </actor>    <actor gender="M">       <idle form="73B6"/>       <value path="morph" value="Erection Up" to="1"/>    </actor> </animation> <animation id="FM-Chair01-06Cowgirl" time="500">    <actor gender="F" stopOverlaySet="Vaginal">       <idle form="21EF0"/>    </actor>    <actor gender="M">       <idle form="21EF1"/>       <value path="morph" value="Erection Up" to="1"/>    </actor> </animation>  This has not seemed to work for me as my F4SE wont actually launch my game anymore, just a very long unresponsive black screen with the loading cursor. Sorry for all the trouble I don't understand as why one animation is blocking the entirety of AAF from booting.  Edit: Okay I was too impatient with the launch, however I am still experiencing my original issue.
SavageCabbage Posted December 29, 2018 Author Posted December 29, 2018 8 minutes ago, Crour said: This has not seemed to work for me as my F4SE wont actually launch my game anymore, just a very long unresponsive black screen with the loading cursor. Sorry for all the trouble I don't understand as why one animation is blocking the entirety of AAF from booting. My advice is to try disabling mods one at a time to find out what the culprit is.
Crour Posted December 29, 2018 Posted December 29, 2018 1 minute ago, SavageCabbage said: This is out of my expertise range as it's not my mod, maybe @Halstrom can provide some insight? Don't know if you saw the edit, or if it matters anyway, but ill extend out for help from the mod creator. Thank you for dealing with my antics anyway!
VonHelton Posted December 29, 2018 Posted December 29, 2018 Is this one of those "too many chefs spoil the soup" thing? Â ? Â Â Â
SavageCabbage Posted December 29, 2018 Author Posted December 29, 2018 1 minute ago, Crour said: Don't know if you saw the edit, or if it matters anyway, but ill extend out for help from the mod creator. Thank you for dealing with my antics anyway! I edited my last post but yeah, do the trial and error thing before asking Halstrom.
VonHelton Posted December 29, 2018 Posted December 29, 2018 1 hour ago, reconphil said: How did you install the patches you posted earlier? I use MO2 and I get no Game Data and I've been unable to create one.  I always manually install, so my stuff works.  ?   Â
Crour Posted December 29, 2018 Posted December 29, 2018 Just now, VonHelton said: Is this one of those "too many chefs spoil the soup" thing? Â ? Â Â Â I'm unsure. What I do know is that from looking through previous pages of this archive other have had this issue and been able to fix it with some changes to the Data files, but this still doesn't work for me.
VonHelton Posted December 29, 2018 Posted December 29, 2018 Just now, Crour said: I'm unsure. What I do know is that from looking through previous pages of this archive other have had this issue and been able to fix it with some changes to the Data files, but this still doesn't work for me. I think my problems arose when I started putting tag data & themes & other stuff such as that......But I'm not sure. Â ? Â Â Â
Crour Posted December 29, 2018 Posted December 29, 2018 9 minutes ago, SavageCabbage said: I edited my last post but yeah, do the trial and error thing before asking Halstrom. I think the issue was resolved, the error is gone but a whole new set have arrived. These I can handle on my own as I believe they just need a missed mod requirement. My issues was in the PositionData file and it was missing the 'Tease' and "Cowgirl06' line. Thanks again for all the help!
Halstrom Posted December 29, 2018 Posted December 29, 2018 1 hour ago, Crour said: I think the issue was resolved, the error is gone but a whole new set have arrived. These I can handle on my own as I believe they just need a missed mod requirement. My issues was in the PositionData file and it was missing the 'Tease' and "Cowgirl06' line. Thanks again for all the help! SavageCabbages supdate required a heap of new tags which I'm just finishing up the dogs now to upload in next hour or so. 3
-Player1- Posted December 30, 2018 Posted December 30, 2018 Plugin not installed or missing "CCZSEF04001-bhouse.esm " Â After installing the new mod i get this. Anyone having similar issues ?
riot_punch Posted December 30, 2018 Posted December 30, 2018 12 minutes ago, -Player1- said: Plugin not installed or missing "CCZSEF04001-bhouse.esm " Â After installing the new mod i get this. Anyone having similar issues ? You are missing one of the Creation Club mods.
VonHelton Posted December 30, 2018 Posted December 30, 2018 7 minutes ago, riot_punch said: You are missing one of the Creation Club mods. Yup........"CC" is a dead giveaway. Â ? Â Â
-Player1- Posted December 30, 2018 Posted December 30, 2018 It´s an AAF error 004, (missing contentpack) keeps popping up everytime i try to load a game, tried different saves already.
riot_punch Posted December 30, 2018 Posted December 30, 2018 11 minutes ago, -Player1- said: It´s an AAF error 004, (missing contentpack) keeps popping up everytime i try to load a game, tried different saves already. Yes, you need to disable the CC option during the FOMOD installation.
-Player1- Posted December 30, 2018 Posted December 30, 2018 CC option ? You mean when istalling AAF ?
KitKatKseniya Posted December 30, 2018 Posted December 30, 2018 7 minutes ago, -Player1- said: CC option ? You mean when istalling AAF ? No when installing the FOMOD for this mod
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