YesNoOk
avatar

Simul Mode help (Read 370 times)

Started by Guillier, April 30, 2010, 07:26:25 am
Share this topic:
Simul Mode help
#1  April 30, 2010, 07:26:25 am
  • avatar
  • **
Is it possible to get both the id of P3 and P4 on simul mode?
because im planning to make a guard bar which is counted by a variable when the enemy guarded my attack, whe that variable is decreased to 0, my character will send the enemy to a custom state (Guard cancel state). My problem is, I wanted to assign different variables for P3 and P4 so my idea was to get their ID. But how do i get their IDs separately?
Last Edit: May 06, 2010, 04:07:01 pm by Guilderou
Re: Get ID of P3 And P4
#2  April 30, 2010, 09:15:00 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
p2 and p4 go together. p1 and p3 go together.

You can use a varset to get a hold of enemynear(0 or 1), playerID at the start of the round.

I forget if partner, playerID is a valid redirect. I don't normally code with simul mode in mind.


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: Get ID of P3 And P4
#3  April 30, 2010, 04:05:30 pm
  • avatar
  • **
Thanks that method really works.
Man, I still have problem, can I ask a thing?
how do I reduce this variable when the target enemy successfully guarded my attack?

Sam

Re: Get ID of P3 And P4
#4  April 30, 2010, 06:08:59 pm
  • avatar
  • ***
trigger it with moveguarded
I'm trying to improve my english, so be patient xD
Re: Get ID of P3 And P4
#5  May 06, 2010, 04:06:29 pm
  • avatar
  • **
Thanks guys.
Now I learned a new thing, but I'm having a problem right now, how do i suppose to distinguish if my player is P1 or P3?
Because right now im coding a groove select stuff, but the trouble comes when partners are both my character. The groove select should have a different position from p1 and p3.
If I'm not mistaken, p1 and p3 are partners that's on right, and p2 and p4 are enemies, Right?
Re: Simul Mode help
#6  May 06, 2010, 11:57:41 pm
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
your ID will be lower than his.


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: Simul Mode help
#7  May 07, 2010, 05:14:26 am
  • avatar
  • **