animation name="moveSupport ???

Your forum for all discussions around Modding.
pedrochapps
Posts: 58
Joined: Thu Dec 11, 2014 2:52 am

animation name="moveSupport ???

Post by pedrochapps »

Im trying to get these to disappear when i hook onto what is on them but they dont go away
Image

i have this in the xml all indexed all looks good in game i connect and im hanging off the item

Code: Select all

<animations>
<animation name="moveSupport">
            <part node="0>5|0" startTime="0" endTime="0.05" visibility="false"/>
            <part node="0>5|1" startTime="0.05" endTime="0.1" visibility="false"/>
            <part node="0>5|0" startTime="0.05" endTime="0.1" visibility="true"/>
            <part node="0>5|1" startTime="0" endTime="0.05" visibility="true"/>
            <part node="0>6" startTime="0" endTime="0.1" startTrans="0 1.1 0" endTrans="0 -0.247 0" startRot="0 90 0" endRot="0 0 0"/>
        </animation>
 </animations>

when i add this it goes crazy like balancing on 1 leg and missing 2 more

Code: Select all

<support animationName="moveSupport"/> 
Am i missing somthing?

Help needed badly on this one, brain is absolutely melted from trying to figure this out :hmm: :hmm: :?:
User avatar
TSM
Posts: 670
Joined: Thu Nov 06, 2014 7:45 pm
Location: Lancashire, UK
Contact:

Re: animation name="moveSupport ???

Post by TSM »

is it based on the AR mods?
pedrochapps
Posts: 58
Joined: Thu Dec 11, 2014 2:52 am

Re: animation name="moveSupport ???

Post by pedrochapps »

no, but same idea, All sorted now my mate with a clear head fixed it this morning
User avatar
TSM
Posts: 670
Joined: Thu Nov 06, 2014 7:45 pm
Location: Lancashire, UK
Contact:

Re: animation name="moveSupport ???

Post by TSM »

lol as is the case with lot of modding issues :)
pedrochapps
Posts: 58
Joined: Thu Dec 11, 2014 2:52 am

Re: animation name="moveSupport ???

Post by pedrochapps »

Right :D
User avatar
Smith Modding
Posts: 2996
Joined: Sat May 14, 2016 12:42 pm
Location: Harris County, Georgia

Re: animation name="moveSupport ???

Post by Smith Modding »

You bet! How's you fix it? It'd be helpful to have it here so other people with this issue can figure it out
Smith Modding Co.
Christian Based Modding
Isaiah 30:23- He will also send you rain for the seed you sow in the ground, and the food that comes from the land will be rich and plentiful. In that day your cattle will graze in broad meadows.:
Playing FS15-19 on PC
Playing too much FS19 :mrgreen:
Specs-
i5-7300HQ|NVIDIA GTX 1050ti|16GB DDR4 RAM|1TB/500GB SSD/256GB M.2|Windows 10
pedrochapps
Posts: 58
Joined: Thu Dec 11, 2014 2:52 am

Re: animation name="moveSupport ???

Post by pedrochapps »

No idea what he done yet as i have not got hold of it. once i get it ill show
Post Reply