Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[solved] state 3000 hit and pass
#1
I have a state 3000 ball.The ball disappears when hit. Actually that is the problem.Is there any way to make the ball continues going after hitting(just like a 3005-3006 ball would).
[Image: signature.png]
A-Engine: A new beat em up game engine inspired by LF2. Coming soon

A-Engine Dev Blog - Update #8: Timeout

Reply
Thanks given by:
#2
then just use 3005 / 3006. Or you can start telling us why you must use 3000
you don't want to see this (Click to View)
avatar by Una
the other by xFire
Reply
Thanks given by: Electric2Shock , A-Man
#3
Marshall is correct anyways. SCREW YOU I was going to reply. I think he must use 3000 because he wants the "hit" pics to appear when the ball hits the enemy.

For the above reason:
    DC-Code:
<frame> 10 hit
pic: ??? state: ???? wait: ???? next: 999 .........................
Thats a way. Pretty buggy though
[Image: icyboards-ad-468x60.gif]
Reply
Thanks given by: A-Man , qwertz143
#4
Actually it is not for the hit to appear, i want this because i want to code an attack that can reflects balls.And the only way I know is to use ltr kind 0 effect 4.And effect 4 only reflects state 3000 balls.So i have to change all my characters balls in my mod into state 3000 to for the attack to reflect them all.And i have got super balls that hit and pass through enemies .I want the super balls to stay as it is and be reflected at the same time.Got it.Well thanks Electric shock.But that code itself will be a problem for me because one data file on my mod is used to hold all the balls for one character. and some balls in the data file have (hits) and other are 3005-3006 balls so the other state 3000 ball will be affected too.
If U have any other solution other than effect 4 and changing the state of all balls to 3000 then i would happy if U tell me.
[Image: signature.png]
A-Engine: A new beat em up game engine inspired by LF2. Coming soon

A-Engine Dev Blog - Update #8: Timeout

Reply
Thanks given by:
#5
Ok got it.
    DC-Code:
<frame> 10 hit
     pic: 0 state: 3??? wait: ??? next: 1000 dvx: 550 dvy: 550 dvz: 550 centerx: ??? centery: ??? hit_a: ??? hit_d: ??? hit_j:???
     opoint:
          kind: ? x: ? y: ? action: ? dvx: ? dvy: ? oid: ? facing: 1
     opoint_end:
<frame_end>
Hope that helps.
[Image: icyboards-ad-468x60.gif]
Reply
Thanks given by: A-Man
#6
This wont work because i have a mixture of state 3000, 3005 and 3006 balls in 1 data file and i want my 3000 balls to hit, disappear and be reflected and i want my 3005 and 3006 (after changing them to state 3000) balls to hit continues and be reflected. And if I change frame 10 all my 3000 balls will continues going after hit.And I dont want that. Well .good try
[Image: signature.png]
A-Engine: A new beat em up game engine inspired by LF2. Coming soon

A-Engine Dev Blog - Update #8: Timeout

Reply
Thanks given by:
#7
(05-17-2011, 12:33 PM)A-MAN Wrote:  This wont work because i have a mixture of state 3000, 3005 and 3006 balls in 1 data file and i want my 3000 balls to hit, disappear and be reflected and i want my 3005 and 3006 (after changing them to state 3000) balls to hit continues and be reflected. And if I change frame 10 all my 3000 balls will continues going after hit.And I dont want that. Well .good try


You should spilt your balls in different files to avoid this big mess dude.

This would just make things more complicated keeping all the balls in 1 file due to the differents balls behavior upon being hit or hiting.

Reply
Thanks given by: Electric2Shock , A-Man
#8
I have already thought of this but the problem is the 100 data files limit.And for the reflected ball frame "rebounding" which is always 30 this will need me to make a dat file for each ball.And I have a lot of balls.
I just googled "reflective attack lf2" and i found a out there is state 9 "reflective shield". i used it but it block the attack instead of reflecting it. does anybody know how to apply it.take a look CLICK HERE
[Image: signature.png]
A-Engine: A new beat em up game engine inspired by LF2. Coming soon

A-Engine Dev Blog - Update #8: Timeout

Reply
Thanks given by:
#9
its kind 9 - not state 9
and it will reflect objects in state 3000

obviously you are either not having one of those two (itr kind 9 / state 3000 object bdy)
or your rebound frame 30 doesnt do what a rebound frame should do
Reply
Thanks given by: A-Man
#10
(05-17-2011, 01:55 PM)A-MAN Wrote:  I have already thought of this but the problem is the 100 data files limit.And for the reflected ball frame "rebounding" which is always 30 this will need me to make a dat file for each ball.And I have a lot of balls.
I just googled "reflective attack lf2" and i found a out there is state 9 "reflective shield". i used it but it block the attack instead of reflecting it. does anybody know how to apply it.take a look CLICK HERE

You could use 1 file for each state. For exmple a file only for 3005 balls ,a file only for 3000 & etc. That won't take to much files.

Also if your using lf2 2.0 , then just know the limit of files was increased to 300 files.
Reply
Thanks given by: A-Man




Users browsing this thread: 3 Guest(s)