Halstrom Posted August 11, 2018 Posted August 11, 2018 I have made this script from another to set some stats for actors by triggering actions when animations run: Any ideas why I get a bad formatting error in AAF? I'm either screwing something basic up or trying to do something I can't do <meta title="Hal_Vadermania_animationData.xml" version="0.1" dataSet="animationEffects"/> <-defaults source="Vadermania[AAF_anims].esp"/> <animation id="vad_Doggy"> <actor gender="M"> <action id="Stim7"> <action id="Dom5"> </actor> <actor gender="F"> <action id="Stim7"> <action id="Dom-5"> </actor> </animation> <animation id="vad_Table"> <actor gender="M"> <action id="Stim5"> <action id="Dom5> </actor> <actor gender="F"> <action id="Stim5"> <action id="Dom-5"> </actor> </animation> <animation id="vad_Dogmeat02"> <actor gender="F"> <action id="Stim7"> <action id="Dom-7"> </actor> <actor gender="M"> <action id="Stim7"> <action id="Dom7"> </actor> </animation> <animation id="vad_Deathclaw02" > <actor gender="F"> <action id="Stim5"> <action id="Dom-7"> </actor> <actor gender="M"> <action id="Stim5"> <action id="Dom7"> </actor> </animation> <animation id="vad_Deathclaw0202"> <actor gender="F"> <action id="Stim5"> <action id="Dom-7"> </actor> <actor gender="M"> <action id="Stim5"> <action id="Dom7"> </actor> </animation> <animation id="vad_Cat01"> <actor gender="M"> <action id="Stim5"> <action id="Dom-5"> </actor> <actor gender="M"> <action id="Stim5"> <action id="Dom5"> </actor> </animation> <animation id="vad_Ghoul02"> <actor gender="F"> <action id="Stim5"> <action id="Dom-7"> </actor> <actor gender="M"> <action id="Stim5"> <action id="Dom7"> </actor> </animation> <animation id="vad_Ghoul03"> <actor gender="F"> <action id="Stim5"> <action id="Dom-7"> </actor> <actor gender="M"> <action id="Stim5"> <action id="Dom7"> </actor> </animation> <animation id="vad_Ghoul4w MMMF" > <actor gender="F"> <action id="Stim7"> <action id="Dom-9"> </actor> <actor gender="M"> <action id="Stim7"> <action id="Dom7"> </actor> <actor gender="M"> <action id="Stim7"> <action id="Dom7"> </actor> <actor gender="M"> <action id="Stim7"> <action id="Dom7"> </actor> </animation> <animation id="vad_FEVHound01"> <actor gender="F"> <action id="Stim7"> <action id="Dom-7"> </actor> <actor gender="M"> <action id="Stim7"> <action id="Dom7"> </actor> </animation> <animation id="vad_Gorilla01"> <actor gender="F"> <action id="Stim7"> <action id="Dom-7"> </actor> <actor gender="M"> <action id="Stim7"> <action id="Dom7"> </actor> </animation> Hal_Vadermania_animationData.xml Hal_DominationData.xml Hal_ArousalData.xml AAF_actorStatData.xml
cuceta Posted August 11, 2018 Posted August 11, 2018 <-defaults source="Vadermania[AAF_anims].esp"/> I think it should be: <defaults source="Vadermania[AAF_anims].esp"/>
Halstrom Posted August 11, 2018 Author Posted August 11, 2018 1 hour ago, cuceta said: <-defaults source="Vadermania[AAF_anims].esp"/> I think it should be: <defaults source="Vadermania[AAF_anims].esp"/> Good spot but that didn't fix it unfortunately, still got a bad formatting error.
cuceta Posted August 11, 2018 Posted August 11, 2018 I also think all <action> nodes should be closed <action id="Stim7"> <action id="Dom7"> Something like: <action id="Stim7"/> <action id="Dom7"/>
Halstrom Posted August 12, 2018 Author Posted August 12, 2018 4 hours ago, cuceta said: I also think all <action> nodes should be closed <action id="Stim7"> <action id="Dom7"> Something like: <action id="Stim7"/> <action id="Dom7"/> That seems to have got it
Recommended Posts
Archived
This topic is now archived and is closed to further replies.