Page 4 of 12
Re: Information about Animations & Creating them

Posted:
01 Sep 2012, 10:21
by manutoo
Everybody,
added the section "Alternate Animation for Acceleration" in the 2nd post, and updated the "What players are the strikes inspired of" in 1st post.
Re: Information about Animations & Creating them

Posted:
07 Sep 2012, 02:04
by Victor
Manutoo, about setting two different animations for one strike. I did exactely what you explained, but it didn't work. can you explain it in a different way, please?
Re: Information about Animations & Creating them

Posted:
07 Sep 2012, 03:15
by manutoo
Victor
did you update to v1.0f ..?
Re: Information about Animations & Creating them

Posted:
07 Sep 2012, 19:01
by Victor
yes, I updated to version 1.0f.
This is what I did: I wanted to set two different types of backhand, so I got the two files containing the strikes, changed the name of one of them and put them in playermalexx. However, it didn't work out.
Re: Information about Animations & Creating them

Posted:
08 Sep 2012, 03:32
by manutoo
Victor,
Post the content & the name of the .txt file you modified.
The engine expects to have the same preparation time & same total length for both anims. I didn't check when they are different, maybe it works, maybe it doesn't.
Re: Information about Animations & Creating them

Posted:
08 Sep 2012, 15:59
by Victor
Backhand-1h (Gasquet's normal backhand)
Anim: BackHand-1H.x
Info: 29.0 29.0 // Hit ball - Max Extension
Speed: 1.0
Bachhand-1h_Acc (Gasquets spin backhand)
Anim: BackHand-1H.x
Info: 29.0 29.0 // Hit ball - Max Extension
Speed: 1.0
I also tried to add the line "Acceleration: backhand-1h_Acc" in the file of the normal, but it also didn't work.
Re: Information about Animations & Creating them

Posted:
08 Sep 2012, 16:08
by Lucian86
Victor wrote:Backhand-1h (Gasquet's normal backhand)
Anim: BackHand-1H.x
Info: 29.0 29.0 // Hit ball - Max Extension
Speed: 1.0
................
Bachhand-1h_Acc (Gasquets spin backhand)
Anim: BackHand-1H.x
Info: 29.0 29.0 // Hit ball - Max Extension
Speed: 1.0
I also tried to add the line "Acceleration: backhand-1h_Acc" in the file of the normal, but it also didn't work.
The line in bold, change it to "Anim: BackHand-1H_acc.x"
later edit: also, write where I put the dotted line "Acceleration: Forehand_Acc"
Re: Information about Animations & Creating them

Posted:
08 Sep 2012, 17:01
by Victor
Thank you, Lucian, it worked

.
And good jog on creating animations, they are perfect!
Re: Information about Animations & Creating them

Posted:
10 Sep 2012, 23:46
by Serena Williams Fan
Okay Manu I know by now you probably think that I'm super slow. But once again i don't get how to do it and cahnge the amination.
Here is my code and I wanted to add the 12 of throwing racket and 14 of stupid but I don't get how to do it. Can someone please do it in my code but the only thing is I want to keep everything in the code.
Outfit = C s1.55 b0 n2 E p6 G n0 H p2 n6 Ht h264 s0.95 b0.85 R s0 b2.45 n2 RH i1 s0 b2.45 RS h180 s2 n2 Si i1 s0.1 b0 n11 Se s1.25 b2.3 n6 So b0 n7 Sk p10 Sc s0 b2.45 a 6-7-3-6-.-12-.-18 Gr n5 f2
Re: Information about Animations & Creating them

Posted:
11 Sep 2012, 03:18
by manutoo
Serena Williams Fan,
I can't explain better than there :
viewtopic.php?p=98237#p98237 .
Re: Information about Animations & Creating them

Posted:
11 Sep 2012, 03:30
by Serena Williams Fan
Okay I tried again from what you told one person. And nothing happened did I do something wrong?
C s1.55 b0 n2 E p6 G n0 H p2 n6 Ht h264 s0.95 b0.85 R s0 b2.45 n2 RH i1 s0 b2.45 RS h180 s2 n2 Si i1 s0.1 b0 n11 Se s1.25 b2.3 n6 So b0 n7 Sk p10 Sc s0 b2.45 a 6-7-3-6-.-.-.-.-.-.-.-.-.-12-.-18-.-.-.-.-21 Gr n5 f2
Re: Information about Animations & Creating them

Posted:
12 Sep 2012, 03:54
by manutoo
Serena Williams Fan,
don't forget to remove 1 from PM number => if it's in PM12, then the code is 11.
Re: Information about Animations & Creating them

Posted:
12 Sep 2012, 04:32
by Serena Williams Fan
Okay I got the Gaudio one to work. Do I repeat the process to get all the other three to change? So write more of the dots and things of that sort? Thnaks for being so patient with me.
C s1.55 b0 n2 E p6 G n0 H p2 n6 Ht h264 s0.95 b0.85 R s0 b2.45 n2 RH i1 s0 b2.45 RS h180 s2 n2 Si i1 s0.1 b0 n11 Se s1.25 b2.3 n6 So b0 n7 Sk p10 Sc s0 b2.45 a 6-7-3-6-.-.-.-.-.-.-.-.-.-11-.-4-.-.-.-.-13 Gr n5 f2
Re: Information about Animations & Creating them

Posted:
13 Sep 2012, 03:56
by manutoo
Serena Williams Fan,
just follow the same way for other gestures, and you should be all good. Just be sure to get the correct slot ; re-read "Order of anims within the Outfit code :", in 1st post of this topic, if needed.
Re: Information about Animations & Creating them

Posted:
20 Sep 2012, 00:53
by Lucian86
@Manutoo
I'm not able to assign the acceleration version for the the serve...not sure what's the issue. Since the acceleration version has a frame less, I tried to make it exactly like the normal one but still doesn't work.
It happens that after the servicewaiting is finished, if I hold the b1+b2 button the player stops immediately and do nothing.
I tried after to assign an acceleration version also for the servicewaiting...nothing changes
Hope you can help me here..I'm pretty sure that I did everything right, like with the backhands and forehands