Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
itr kind 8 won't stick to bdy
#1
How do I make this single sprite stick to character for as long, as there are frames with corresponding bdys and disappear right after they end?

Code:
<frame> 10 arm
  pic: 0  state: 3005  wait: 3  next: 1000  dvx: 0  dvy: 0  centerx: 21  centery: 12  hit_a: 0  hit_d: 0  hit_j: 0
  itr:
     kind: 8  x: 0  y: 0  w: 41  h: 23  dvx: 10
  itr_end:
<frame_end>

Right now it completetly ignores itr tag and goes straight to next 1000
Reply
Thanks given by:
#2
tl;dr - use 2 frames for your ik8 instead of 1.

Just tested it out, interesting, so the wait value will continue to tick down if you use dvx to link back to the exact same frame as itself. That might be incredibly useful.

I assume you already fixed this issue for Mark!'s grab shoulder charge - the answer would be to simply use a copy of the same frame and make the ik8 dvx link to that copy frame instead, and that copy frame in turn links back to the original frame. The lowest wait value you can use is 1 btw, and you may adjust the zwidth if you need more precision along z-axis (default is 15).
[Image: uMSShyX.png]
~Spy_The_Man1993~
Steiner v3.00 (outdated), Challenge Stage v1.51
Luigi's Easier Data-Editor, A-Man's Sprite Mirrorer
Working on the LF2 Rebalance mod.
Avatar styled by: prince_freeza
Reply
Thanks given by: The_Hari
#3
(05-30-2019, 10:30 PM)STM1993 Wrote:  Just tested it out, interesting, so the wait value will continue to tick down if you use dvx to link back to the exact same frame as itself. That might be incredibly useful.

You're right, also realized it after testing some more. And one frame was enough after all, as there is type 3 with different placement opointed in every single running frame.
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)