collapse

Author Topic: about Mgbenz MvC2 Felicia  (Read 1097 times)

0 Members and 1 Guest are viewing this topic.

Offline BLue BoMBeR

  • Infinity Regular
  • ****
  • Posts: 824
  • Last Login:October 29, 2020, 04:59:08 AM
  • MegaMan #1 Fan
    • Email
about Mgbenz MvC2 Felicia
« on: June 05, 2010, 03:50:18 PM »
okay, so i downloaded mgbenz's felicia they said that it has 6 buttons, and opened her files... i saw this file "RemStates.txt" and opened it..
it says:

Code: [Select]
=============================================================================
                    REMOVED STATES AND MOVES DATABASE
=============================================================================

This document contains all removed moves of Felicia. They are removed because
are not longer used in MvC2 (She's supposed to be MvC2 style in this version).

How to add them:
----------------
Look for the CMD title in this document, copy the ChangeStates and paste them
just after the normal moves (punches and kicks) and follow the advices in the
felicia.cmd file.

Look for the CNS title and do almost the same procedure, just that you may
paste the Statedefs in felicia_n.cns.

[s]Remember that this is only for your personal use, you cannot redistribute
her with this changes unless you ask MGBenz for that.[/s]

CMD:
----------------------------------------------------------------------------

;---------------------------------------------------------------------------
; Stand Light Punch
[State -1, Stand Light Punch]
type = ChangeState
value = 200
triggerall = command = "x"
triggerall = command != "holddown"
;triggerall = Pos Y >= 0
triggerall = stateno != 191
triggerall = stateno != 192
triggerall = P2BodyDist X < 15
trigger1 = statetype = S
trigger1 = ctrl

;---------------------------------------------------------------------------
; Stand Medium Punch
[State -1, Stand Medium Punch]
type = ChangeState
value = 210
triggerall = command = "x"; || command = "x" && command = "holdfwd"
triggerall = command != "holddown"
triggerall = stateno != 191
triggerall = stateno != 192
triggerall = p2bodydist X < 15
trigger1 = statetype = S
trigger1 = ctrl
trigger2 = (stateno = [200, 205]) && MoveContact
trigger3 = (stateno = [230, 235]) && MoveContact
trigger4 = (stateno = 400) && MoveContact
trigger5 = (stateno = 430) && MoveContact

;---------------------------------------------------------------------------
; Forward Strong Punch
[State -1, Forward Strong Punch]
type = ChangeState
value = 225
triggerall = command = "y"
triggerall = command != "holddown"
triggerall = stateno != 191
triggerall = stateno != 192
triggerall = p2bodydist X < 15
trigger1 = statetype = S
trigger1 = ctrl
trigger2 = (stateno = [200, 215]) && MoveContact
trigger3 = (stateno = [230, 245]) && MoveContact
trigger4 = (stateno = [400, 410]) && MoveContact
trigger5 = (stateno = [430, 440]) && MoveContact

;---------------------------------------------------------------------------
; Stand Light Kick
[State -1, Stand Light Kick]
type = ChangeState
value = 230
triggerall = command = "a"
triggerall = command != "holddown"
;triggerall = Pos Y = 0
triggerall = stateno != 191
triggerall = stateno != 192
triggerall = p2bodydist X > 15
trigger1 = statetype = S
trigger1 = ctrl
trigger2 = (stateno = [200, 205]) && MoveContact
trigger4 = (stateno = 400) && MoveContact

;---------------------------------------------------------------------------
; Forward Medium Kick
[State -1, Forward Medium Kick]
type = ChangeState
value = 245
triggerall = command = "a"
triggerall = command != "holddown"
triggerall = stateno != 191
triggerall = stateno != 192
triggerall = p2bodydist X < 20
trigger1 = statetype = S
trigger1 = ctrl
trigger2 = (stateno = [200, 215]) && MoveContact
trigger3 = (stateno = [230, 235]) && MoveContact
trigger4 = (stateno = [400, 410]) && MoveContact
trigger5 = (stateno = 430) && MoveContact


CNS:
----------------------------------------------------------------------------

;---------------------------------------------------------------------------
; Standing Light Punch
[Statedef 200]
type    = S
movetype= A
physics = S
juggle  = 1
velset = 0,0
ctrl = 0
anim = 200
poweradd = 10
sprpriority = 2

[State 200, 0]
type = PlaySnd
trigger1 = AnimElem = 2
value = 0,0

[State 200, 0]
type = PlaySnd
trigger1 = (AnimElem = 2)&&(random < 300)
value = 5,0

[State 200, 1]
type = HitDef
trigger1 = AnimElem = 2
attr = S, NA
damage = 20-var(8)/5, 0
animtype = Light
guardflag = MA
hitflag = MAF
priority = 3, Hit
pausetime = 13, 10
sparkno = s9998
sparkxy = -10, -50
guard.sparkno = s9057
guard.sparkxy = -10, -50
hitsound = s1+(6*var(12)), 2-(2*var(12))
guardsound = s9, 0
ground.type = High
ground.slidetime = 5
ground.hittime  = 12
ground.velocity = -2.2
airguard.velocity = -1.9,-.8
air.type = High
air.velocity = -1.4,-1
air.hittime = 12

[State 200, 5]
type = ChangeState
trigger1 = AnimTime = 0
value = 0
ctrl = 1

;---------------------------------------------------------------------------
; Standing Medium Punch
[Statedef 210]
type    = S
movetype= A
physics = S
juggle  = 4
poweradd= 20
ctrl = 0
velset = 0,0
anim = 210

[State 210, 0]
type = PlaySnd
trigger1 = AnimElem = 2
value = 0,1

[State 210, 0]
type = PlaySnd
trigger1 = (AnimElem = 2)&&(random < 300)
value = 5,1

[State 210, 2]
type = HitDef
trigger1 = AnimElem = 3
attr = S, NA
animtype  = Medium
damage    = 35, 0
getpower = 20,10
guardflag = MA
pausetime = 13, 11
sparkno = s9999
sparkxy = -10,-65
guard.sparkno = s9057
guard.sparkxy = -10, -65
hitsound   = s1+(6*var(12)),2-(1*var(12))
guardsound = s9, 0
ground.type = High
ground.slidetime = 12
ground.hittime  = 15
ground.velocity = -6
air.velocity = -2.5,-1

[State 215, 5]
type = ChangeState
trigger1 = AnimTime = 0
value = 0
ctrl = 1

;---------------------------------------------------------------------------
; Forward Strong Punch
[Statedef 225]
type    = S
movetype= A
physics = S
juggle  = 4
poweradd= 30
ctrl = 0
velset = 0,0
anim = 225

; Set up Super Jump Var
[State 40, VarSet]
type = VarSet
trigger1 = AnimElem = 4
var(0) = 1

[State 225, 1]
type = PlaySnd
trigger1 = AnimElem = 2
value = 0, 2

[State 200, 0]
type = PlaySnd
trigger1 = (AnimElem = 2) && (random < 300)
value = 5,4

[State 225, Explod]
type = Explod
anim = 9053
trigger1 = (animelem = 4) && (MoveHit)
pos = -20, -80
sprpriority = 3
ownpal = 1

[State 225, 2]
type = HitDef
trigger1 = AnimElem = 1
attr = S, NA
animtype  = Medium
damage    = 30, 0
getpower = 10, 5
guardflag = MA
pausetime = 13, 11
sparkno = s9999
sparkxy = -34,-56
guard.sparkno = s9057
guard.sparkxy = -34, -56
hitsound   = s1+(6*var(12)),4-(2*var(12))
guardsound = s9, 0
ground.type = Low
ground.slidetime = 12
ground.hittime  = 15
ground.velocity = -0.4, 0
air.velocity = -2.5,-2

[State 220, 3]
type = HitDef
trigger1 = AnimElem = 4
attr = S, NA
animtype  = Up
damage    = 35
getpower = 20, 10
guardflag = MA
pausetime = 7, 11
sparkno = s9999
sparkxy = -10,-80
guard.sparkno = s9057
guard.sparkxy = -10, -80
hitsound   = s1+(6*var(12)),4-(2*var(12))
guardsound = s9, 0
ground.type = High
ground.slidetime = 12
ground.hittime  = 15
ground.velocity = -1.3, -14.5
air.velocity = -1.2, ifelse((enemy, Pos Y > -70), -13.5, -11)
p2stateno = 6300

; Reset Super Jump Var if launcher follow up wasn't entered
[State 40, VarSet]
type = VarSet
trigger1 = AnimTime = 0
var(0) = 0

[State 220, 5]
type = ChangeState
trigger1 = AnimTime = 0
value = 0
ctrl = 1

;---------------------------------------------------------------------------
; Standing Light Kick
[Statedef 230]
type    = S
movetype= A
physics = S
juggle  = 4
poweradd= 10
ctrl = 0
velset = 0,0
anim = 230

[State 230, 1]
type = PlaySnd
trigger1 = AnimElem = 2
value = 0, 0

[State 230, 0]
type = PlaySnd
trigger1 = (AnimElem = 2)&&(random < 300)
value = 5,0

[State 230, 2]
type = HitDef
trigger1 = Time = 0
attr = S, NA
animtype  = Medium
damage    = 25, 0
getpower = 20, 10
guardflag = MA
pausetime = 13, 11
sparkno = s9998
sparkxy = -10,-80
guard.sparkno = s9057
guard.sparkxy = -10, -80
hitsound   = s1+(6*var(12)),0
guardsound = s9, 0
ground.type = High
ground.slidetime = 15
ground.hittime  = 12
ground.velocity = -5.2
air.velocity = -2.5,-1

[State 230, 5]
type = ChangeState
trigger1 = AnimTime = 0
value = 0
ctrl = 1

;---------------------------------------------------------------------------
;Forward Medium Kick
[Statedef 245]
type    = S
movetype= A
physics = S
juggle  = 5
poweradd= 20
ctrl = 0
velset = 0,0
anim = 245

[State 245, 1]
type = PlaySnd
trigger1 = AnimElem = 2
value = 0, 1

[State 245, 0]
type = PlaySnd
trigger1 = (AnimElem = 2)&&(random < 300)
value = 5,2

[State 245, 2]
type = HitDef
trigger1 = Time = 0
attr = S, NA
animtype  = Medium
damage    = 35, 0
getpower = 20, 10
guardflag = MA
pausetime = 13, 11
sparkno = s9999
sparkxy = -10,-62
guard.sparkno = s9057
guard.sparkxy = -10, -62
hitsound   = s1+(6*var(12)),1
guardsound = s9, 0
ground.type = Low
ground.slidetime = 12
ground.hittime  = 15
ground.velocity = -5
air.velocity = -2.2,-1

[State 245, 4]
type = ChangeState
trigger1 = AnimTime = 0
value = 0
ctrl = 1

so my problem now is, i tried to edit her cmd/cns and etc etc... and after i done that... shes still has 4 buttons.. and i dont know what to do.. pls help.. im just tired playing her with 4 buttons...
« Last Edit: June 05, 2010, 06:17:44 PM by AʇıɔE »



Offline -Whiplash-

  • Prince of Latis
  • RMM Contributor
  • ****
  • Posts: 1754
  • Country: Canada ca
  • Last Login:December 25, 2021, 12:18:48 AM
  • Destroy the Core!
    • Email
Re: about Mgbenz MvC2 Felicia
« Reply #1 on: June 05, 2010, 04:00:10 PM »
Yes, she's four buttons, and I remember editing her to be 6 buttons, If you want, I can just send you mine.

Offline BLue BoMBeR

  • Infinity Regular
  • ****
  • Posts: 824
  • Last Login:October 29, 2020, 04:59:08 AM
  • MegaMan #1 Fan
    • Email
Re: about Mgbenz MvC2 Felicia
« Reply #2 on: June 05, 2010, 04:18:48 PM »
can you?  [-O<

Offline Tazzer

  • Forum Member
  • ***
  • Posts: 436
  • Last Login:June 15, 2018, 06:39:36 PM
    • Email
Re: about Mgbenz MvC2 Felicia
« Reply #3 on: June 05, 2010, 04:51:19 PM »
Will you send her to me also... I'd like to try her out.

Offline Astaroth

  • Forum Member
  • ***
  • Posts: 204
  • Last Login:January 19, 2015, 10:38:42 PM
Re: about Mgbenz MvC2 Felicia
« Reply #4 on: June 05, 2010, 05:58:27 PM »
yes, could you send her my way as well?

Offline ZeroGX

  • New Member
  • *
  • Posts: 2
  • Last Login:September 12, 2014, 01:06:26 PM
    • Email
Re: about Mgbenz MvC2 Felicia
« Reply #5 on: January 19, 2011, 07:00:08 PM »
 :O*D can i please have her also?
shes one of the char 2 make my roster complete

Offline JerJeon

  • The Pocket/Puzzle/Chibi/Mini Fighters Lover
  • Initiate
  • **
  • Posts: 11
  • Country: Philippines ph
  • Last Login:May 23, 2019, 04:34:25 AM
  • Pocket/Puzzle/Chibi/Mini Fighters all the way!
Re: about Mgbenz MvC2 Felicia
« Reply #6 on: October 03, 2015, 07:56:57 AM »
Me to please!!!!! Gomen ne

Offline -Whiplash-

  • Prince of Latis
  • RMM Contributor
  • ****
  • Posts: 1754
  • Country: Canada ca
  • Last Login:December 25, 2021, 12:18:48 AM
  • Destroy the Core!
    • Email
Re: about Mgbenz MvC2 Felicia
« Reply #7 on: October 03, 2015, 03:34:09 PM »

Tags:
 


* IMT Facebook

Help us by Donating!

IMT Discord

Join us at our Discord! Click the image below!

* IMT Shoutbox

Sorry, this shoutbox does not exist.

* Recent Posts

Ballroom Hallway (1.1 Only/AIGS) by Vegaz by LightFlare
[Today at 11:53:48 AM]


Neon Light Force Demo by kyoman
[May 08, 2024, 12:50:05 PM]


D2TD VS Showcase Thread by D2TD
[May 05, 2024, 10:08:50 AM]


Classic VS : Athena by ELECTRO
[May 02, 2024, 09:44:33 PM]


Lasombra's IKEMEN Go Interactive Stages' WIP Topic and Releases by Lasombra Demon
[April 21, 2024, 12:09:20 PM]


Ultimate E. Honda + stage by ELECTRO
[April 18, 2024, 09:47:24 PM]


Sunset Beach (1.1 Only/AIGS) by Vegaz by LightFlare
[April 16, 2024, 06:55:00 PM]


Wonder Twins 2.0 by brucewayne74, Shining and Skhsato123 by brucewayne74
[April 05, 2024, 06:07:48 PM]


X-Men Training Room (Bright & Dark) Stage 1.1 & 1.0 by MatreroG
[April 05, 2024, 10:55:29 AM]


[WIP] Pocket Dimensional Clash 2 by O Ilusionista
[April 01, 2024, 11:03:03 PM]

* IMT Calendar

May 2024
Sun Mon Tue Wed Thu Fri Sat
1 2 3 4
5 6 7 8 [9] 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31

SimplePortal 2.3.5 © 2008-2012, SimplePortal