YesNoOk
avatar

POTS Sakura weird issue. (solved) (Read 2983 times)

Started by PeXXeR, June 18, 2019, 09:05:45 pm
Share this topic:
POTS Sakura weird issue. (solved)
#1  June 18, 2019, 09:05:45 pm
  • *****
When I download a fresh copy of Sakura from POTS's site when she's doing a standing LP she blinks.
Checking the animation in FF it seems that the 3rd tick is corrupted.

Any idea how to resolve this ? I believe this to be an animation error. If I download ShinSmoke's edit it does not have that issue, but I prefer the original POTS version. She is the only char that I have ever used having this issue.

Thanks in advance.
Last Edit: June 18, 2019, 10:03:53 pm by PeXXeR
Re: POTS Sakura weird issue.
#2  June 18, 2019, 09:20:44 pm
  • ***
  • I hate coding helpers.
    • Brazil
The code of the animation looks like this.

;
[Begin Action 200]
Clsn2: 2
  Clsn2[0] = -18, -86, 23, -42
  Clsn2[1] = -27, -43, 31, 2
200,0, 0,0, 2
Clsn2Default: 3
  Clsn2[0] = -15, -63, 21, -37
  Clsn2[1] = -27, -38, 31, 1
  Clsn2[2] = -18, -80, 68, -62
Clsn1: 1
  Clsn1[0] = 7, -80, 68, -62
200,1, 0,0, 3
200,2, 0,0, 2
Clsn2: 2
  Clsn2[0] = -18, -86, 23, -42
  Clsn2[1] = -27, -43, 31, 2
200,3, 0,0, 2,, 215, 5, 0,

The last line is indeed malformed. Change it to

200,3, 0,0, 2
Re: POTS Sakura weird issue.
#3  June 18, 2019, 10:03:26 pm
  • *****
Ah, that fixed it, Thank you very much !