Page 1 of 1
HTroop Animations - Master Knife Set Troubleshooting
Posted: Tue May 13, 2014 3:56 pm
by professor_smith
Hello Again Everyone,
I am so close to releasing HTroop! I just need help solving this animation issue with one of my newest handweapons, the MasterKnifeSet 1 thru 6. I have uploaded a video onto my channel on youtube, to show you the problem. Please take the time to view it real quick, then tell me what you think.
Thank You,
Professor Smith
You can view the video here:
http://youtu.be/aoaiIB03yeM
Re: HTroop Animations - Master Knife Set Troubleshooting
Posted: Tue May 13, 2014 4:39 pm
by Swaffy
Have you tried this?
Animations.rfa/Animations/singleShotWeaponsMod.con
Code: Select all
AnimationStateMachine.copyState KnifeSet1 v_arg1 OriginalKnife 1.0 OriginalKnife 1.0
AnimationStateMachine.copyState2 KnifeSet1 v_arg1 OriginalKnife 1.0 OriginalKnife 1.0
AnimationStateMachine.copyState KnifeSet2 v_arg1 OriginalKnife 1.0 OriginalKnife 1.0
AnimationStateMachine.copyState2 KnifeSet2 v_arg1 OriginalKnife 1.0 OriginalKnife 1.0
AnimationStateMachine.copyState KnifeSet3 v_arg1 OriginalKnife 1.0 OriginalKnife 1.0
AnimationStateMachine.copyState2 KnifeSet3 v_arg1 OriginalKnife 1.0 OriginalKnife 1.0
...
That copies the animations from the original hand weapon (OriginalKnife) to the new hand weapon (KnifeSet*).
Then you need the animation speeds. Open up the file "Animations/1pAnimationsTweaking.con" and do a Ctrl+F to look for the original handweapon's name. Keep every line of code that includes that name and copy them to your file called "Animations/1pAnimationsTweakingMod.con" and change the name to your new hand weapon. You'll have to make sets of animation speeds for all 6 of your new hand weapons, so expect to do a bit of copying and pasting.
Make sure you do the same for "Animations/3pAnimationsTweaking.con" and "Animations/MiscAnimationsTweaking.con".
Re: HTroop Animations - Master Knife Set Troubleshooting
Posted: Wed May 14, 2014 12:04 am
by professor_smith
Swaffy,
I have tried what you have suggested, in many various combinations. Currently I have it both in single shot and multi shot mod files. I will attach a text file if you would like, with all the MasterKnifeSet Animation Script.
Professor Smith