Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
temporary transformation
#16
Ok, I came back from Uni, my practicum is done now (have to write protocolls tomorrow, ok, this is work for three hours or so and have a pre-lesson for C++ Coding where I look forward too, but ok...) and I felt like coding this since it's interesting...

Ok, first of all you have to change both your characters so you can transform into them with state 8000 without any errors. If you didnt modify your char yet you can use the files from my Random Criminal Project, if you changed or made a new char you have to modify it yourself, Here you find informationj about how to do this.

Next you have to create the move in your Char A (here: Bandit) where the Transform starts, I noted the hit_ja: 300 in standing, walking and defence like normal, the move itsself look like this:
Code:
<frame> 300 temp-trans
   pic: 0  state: 3  wait: 1  next: 301  centerx: 39  centery: 79
<frame_end>
<frame> 301 temp-trans
   pic: 0  state: 3  wait: 1  next: 302  centerx: 39  centery: 79
   opoint: #act backtransformer
      kind: 1  x: 79  y: 39  action: 350  dvx: 0  dvy: 0  oid: 30  facing: 0
   opoint_end:
<frame_end>
<frame> 302 temp-trans
   pic: 0  state: 8052  wait: 1  next: 999  centerx: 39  centery: 79
<frame_end>

Nothing special so far, just a move where you opoint the backtransformer and then transform. Now you have to modify CHar B 8here Julian) where you transform into.
I added an bdy in every frame so the backtransformer can stay with the char while using itr/kind 8

Code:
bdy: #placecorrection for backtransformer
      kind: 0  x: -5000  y: 1000  w: 10000  h: 500
   bdy_end:

you can easily do this while using editors which automatically do this. I used Edit Pad Pro and replaced
Code:
<frame_end>
by
Code:
bdy: #placecorrection for backtransformer
      kind: 0  x: -5000  y: 1000  w: 10000  h: 500
   bdy_end:
<frame_end>

Then I attached the itr which should activate the backtransform of CHar B when the backtransformer itsself changes from normal-chasing-char-b to start-transformback, I attached this to standing, walking, running, the heavy-weap frames and defend if I didn't forgot anything:

Code:
itr: #start transformback
      kind: 8  x: -5000  y: 2000  w: 10000  h: 500  dvx: 350  injury: 0  zwidth: 500
   itr_end:

You see the dvx leads to frame 350, there's the backtransform.
Code:
<frame> 350 transformback
   pic: 0  state: 3  wait: 2  next: 351  dvx: 0  dvy: 0  dvz: 0  centerx: 39  centery: 81
   bdy: #delete backtramsformer ONLY if backtransform is started
      kind: 0  x: -5000  y: 3000  w: 10000  h: 500
   bdy_end:
<frame_end>
<frame> 351 transformback
   pic: 0  state: 8030  wait: 1  next: 999  dvx: 0  dvy: 0  dvz: 0  centerx: 39  centery: 81
<frame_end>

Nothing special again, this bdy there is on y: 3000, it's a mechanism to guarantee that the backtransformer will not be deleted when the transformback-move is not started yet...

Now for the backtransformer itsself:
Code:
<frame> 350 backtransformer
   pic: 1000  state: 3005  wait: 300  next: 351  dvy: 550
   itr: #placecorrection
      kind: 8  x: -5000  y: 1000  w: 10000  h: 500  dvx: 350  injury: 0  zwidth: 500
   itr_end:
<frame_end>


<frame> 351 backtransformer
   pic: 1000  state: 3005  wait: 1  next: 352  dvy: 550
   itr: #placecorrection
      kind: 8  x: -5000  y: 1000  w: 10000  h: 500  dvx: 351  injury: 0  zwidth: 500
   itr_end:
   bdy: #start transformback
      kind: 0  x: -5000  y: 2000  w: 10000  h: 500
   bdy_end:
<frame_end>
<frame> 352 backtransformer
   pic: 1000  state: 3005  wait: 1  next: 351  dvy: 550
   itr: #delete backtramsformer ONLY if backtransform is started
      kind: 8  x: -5000  y: 3000  w: 10000  h: 500  dvx: 353  injury: 0  zwidth: 500
   itr_end:
<frame_end>

<frame> 353 delete backtransformer
   pic: 1000  state: 3005  wait: 0  next: 1000
<frame_end>

in frame 350 the backtransformer (use bt now) just chase the char b with the itr/kind 8 which reacts on the bdy we added to every frame.
THen when the wait is counted down he moves to frme 351, there you find the bdy which should tell the char B he should transform back now, placecorrection is just for sure he makes a dash in the moment or so, where he cant transform back yet...
The bt switches between two itr/kind 8 all the time - one for placecorrection, one for delete in case the backtransform started. THerefore the wait in the frame 350 of CHar B should be 2 so the bt will definitly be deleted. Well, then when delete-itr-kind8 ois activated he goes to a delete-frame. I once used dvx: 1000 but had trouble in some situations, so I porefer this now...

Ok, that's all, attached a study ex and moved to advanced...
lol, did I write to much!?

Yes, and I dare to edit your post for double posting!!! *muahuahua*
btw, thanks, snorsorbet, for mentioning that :)
~Blue Phoenix


Lol, actually after I saw his post I thought of moving my and his post to disposal myself - but this works, too :p

But I won't let you use the move-to-disposal-thingy, as long as I have mod-status, I'll edit, merge and discard posts mercylessly, regardless of who wrote them... *very evil laughing*
~Blue Phoenix :D


Attached Files
.zip   StudyEx_Type0_TemporaryTransform.zip (Size: 48.76 KB / Downloads: 66)
[Image: random.php?pic=random]
<div style="border:0px solid #000000;">
<font face="Trebuchet MS"><i><a href="www.lf-empire.de" target="_blank">www.lf-empire.de</a></i>
Once I had a fortune, it said: "Leave now. Life is short. Time is luck" <br>Don't dream your life, live your dream!</font>
</div>
Reply
Thanks given by:


Messages In This Thread
temporary transformation - by KyuubiNaruto(FKN) - 04-03-2008, 08:58 PM
RE: temporary transformation - by Silverthorn - 04-03-2008, 09:55 PM
RE: temporary transformation - by MH-Razen - 04-03-2008, 10:14 PM
RE: temporary transformation - by Silverthorn - 04-03-2008, 10:30 PM
RE: temporary transformation - by MH-Razen - 04-04-2008, 12:34 AM
RE: temporary transformation - by MH-Razen - 04-04-2008, 11:47 AM
RE: temporary transformation - by Silverthorn - 04-05-2008, 06:21 PM
RE: temporary transformation - by MH-Razen - 04-06-2008, 08:43 AM
RE: temporary transformation - by Silverthorn - 04-06-2008, 06:57 PM
RE: temporary transformation - by Silverthorn - 04-06-2008, 11:35 PM
RE: temporary transformation - by MH-Razen - 04-07-2008, 06:21 PM



Users browsing this thread: 1 Guest(s)