YesNoOk
avatar

AttackDist (SCTRL) (Read 5664 times)

Started by JustNoPoint, October 23, 2015, 12:19:34 am
Share this topic:
AttackDist (SCTRL)
#1  October 23, 2015, 12:19:34 am
  • ******
    • www.justnopoint.com/
Changes the value of the guard.dist parameter for the player's current HitDef. The guard.dist is the x-distance from P1 in which P2 will go into a guard state if P2 is holding the direction away from P1. The effect of guard.dist only takes effect when P1 has movetype = A.

Required parameters:
value = guard_dist (int)
New guard distance, in pixels.

Optional parameters:
none

Example:
none
Re: AttackDist (SCTRL)
#2  November 21, 2015, 02:30:23 pm
  • ***
  • Mega Man Classic
  • pachirisu is sexy af
    • Canada
    • anoobtroll@gmail.com
[State 0, AttackDist]
type = AttackDist
trigger1 = 1
value = 140


Changes the guard dist to block lower than the default  set attackdist for the Kung Fu Man character.
"1" for most of the time triggers at every tick.
Pokecommunity account (Will start learning about romhacking): http://www.pokecommunity.com/member.php?u=553303

Why are there some people here trying to go into their ways into trying to ruin my Mugen hobby here and make me look like bad?



https://www.youtube.com/watch?v=3_TMrr6eqQc
Re: AttackDist (SCTRL)
#3  November 21, 2015, 11:14:05 pm
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
Strictly speaking for that you should use the guarddist parameter in the hitdef if you require something else, OR you should change the constant. If you are setting it all the time, it's a constant and should be defined as such.

Not a super useful sctrl overall and has a rather limited use case.


In M.U.G.E.N there is no magic button

They say a little knowledge is a dangerous thing, but it's not one half so bad as a lot of ignorance.
Re: AttackDist (SCTRL)
#4  November 21, 2015, 11:33:03 pm
  • ***
  • Mega Man Classic
  • pachirisu is sexy af
    • Canada
    • anoobtroll@gmail.com
Strictly speaking for that you should use the guarddist parameter in the hitdef if you require something else, OR you should change the constant. If you are setting it all the time, it's a constant and should be defined as such.

Not a super useful sctrl overall and has a rather limited use case.

I think the SCtrl is just put in there for a bit more options and ways to balance out characters personally. But then again, guard distance doesn't do very much other then where they can space out or not.
Pokecommunity account (Will start learning about romhacking): http://www.pokecommunity.com/member.php?u=553303

Why are there some people here trying to go into their ways into trying to ruin my Mugen hobby here and make me look like bad?



https://www.youtube.com/watch?v=3_TMrr6eqQc
Re: AttackDist (SCTRL)
#5  November 22, 2015, 12:22:29 am
  • *****
  • Shame on you!
    • USA
What Cyanide is saying it it's just sucking up resources. Just change it in the hitdef.

An improperly set guard distance can cause some problems. If it's too wide, a character on the other side of the screen will block basic attacks, which is kinda bad.
vVv Ryuko718 Updated 10/31/22 vVv
Re: AttackDist (SCTRL)
#6  November 25, 2015, 02:13:49 am
  • ******
  • [E]
    • Mexico
the use I can see for it is if you keep the htidef for more than one animation frame and also, the clsns change enough that you need to increase/decrease the guarddist without using  another hitdef and the overhead it will cause.