collapse

Author Topic: how do i  (Read 458 times)

0 Members and 1 Guest are viewing this topic.

Offline Sub-Zero

  • Infinity Regular
  • ****
  • Posts: 1411
  • Last Login:July 18, 2010, 11:11:29 PM
  • When i move throught the Ghetto i drive slow
how do i
« on: December 08, 2007, 07:04:51 PM »
how do i make a special like hadouken take no energy cuz my rocks wave thing need a full bar to work idk why

[StateDef 1000]
type = S
movetype= A
physics = S
juggle  = 1
velset = 0,0
ctrl = 0
anim = 1000
poweradd = 70*(1000+var(24))/1000*ifelse((var(15)||var(16)),0,1)

[State 1000, 1]
type = Projectile
trigger1 = AnimElem = 5
projanim = 7000
projhitanim = 7005
projpriority = 1
projheightbound = -240, 100
projedgebound = 100
projscreenbound = 100
projshadow = -1
offset = 0,0
velocity = 5
attr = S, SP
damage   = 100
animtype = heavy
guardflag = MA
hitflag = MAFDP
pausetime = 10,10
hitsound   = s1000,1
sparkxy = 500,500
guardsound = S6,0
ground.type = Low
ground.slidetime = 25
ground.hittime  = 25
ground.velocity = -6
air.animtype = Back
air.velocity = -4,-6
air.juggle = 3
air.fall = 1
down.velocity = -4,-6
down.hittime = 30
down.bounce = 0

[State 1000, PlaySnd]
type = PlaySnd
trigger1 = animelem = 2
value = S1000,0
volume = 5

[State 1000, PlaySnd]
type = PlaySnd
trigger1 = animelem = 2
value = S810,0
volume = 5

[State 1000, Explod]
type = Explod
trigger1 = animelem = 2
anim = 7051
ID = 7051

[State 1000, end]
type = ChangeState
trigger1 = AnimTime = 0
value = 0
ctrl = 1

;ƒJƒ“ƒt[“Ë‚«ŽèiŽãj
[State -1, wave]
type = ChangeState
value = 1000
triggerall = command = "QCF_x"
triggerall = power>= 5
trigger1 = var(1) ;Use combo condition (above)
trigger1 = ctrl
trigger1 = statetype = s

n that stuff next to poweradd idk wut i did i jus copied it from another char seing if it would work

n is there a tut that explains variables?



Offline TrunkJunky

  • Re-emerging Stage Maker
  • Infinity Regular
  • ****
  • Posts: 667
  • Last Login:November 26, 2014, 10:09:54 PM
  • I know nothing about making anything anymore.
    • TrunJunky MUGEN Partay Mode!!!
Re: how do i
« Reply #1 on: December 08, 2007, 09:12:56 PM »
 (:|

Quote
triggerall = power>= 5

Remove this line and you should be able to perform the move with no power bar requirements. ^-^

Offline Sub-Zero

  • Infinity Regular
  • ****
  • Posts: 1411
  • Last Login:July 18, 2010, 11:11:29 PM
  • When i move throught the Ghetto i drive slow
Re: how do i
« Reply #2 on: December 09, 2007, 07:14:59 PM »
still didnt work

ill send char if u want

Offline Sub-Zero

  • Infinity Regular
  • ****
  • Posts: 1411
  • Last Login:July 18, 2010, 11:11:29 PM
  • When i move throught the Ghetto i drive slow
Re: how do i
« Reply #3 on: December 24, 2007, 02:10:31 PM »
bump

Offline Buddah

  • Initiate
  • **
  • Posts: 119
  • Last Login:May 17, 2020, 01:09:18 PM
  • Its Been So Long
    • Email
Re: how do i
« Reply #4 on: December 24, 2007, 07:45:11 PM »
Let Me See This Char And Ill tell ypou The Problem iF i fiND IT
Dont Gamble With Your Life If Your Not Cheating

Offline TrunkJunky

  • Re-emerging Stage Maker
  • Infinity Regular
  • ****
  • Posts: 667
  • Last Login:November 26, 2014, 10:09:54 PM
  • I know nothing about making anything anymore.
    • TrunJunky MUGEN Partay Mode!!!
Re: how do i
« Reply #5 on: December 25, 2007, 12:53:50 AM »
Quote
;ƒJƒ“ƒt[“Ë‚«ŽèiŽãj
[State -1, wave]
type = ChangeState
value = 1000
triggerall = command = "QCF_x"
triggerall = power>= 5
trigger1 = var(1) ;Use combo condition (above)
trigger1 = ctrl
trigger1 = statetype = s

You removed this triggerall from the commands list and saved the changes?

Offline Sub-Zero

  • Infinity Regular
  • ****
  • Posts: 1411
  • Last Login:July 18, 2010, 11:11:29 PM
  • When i move throught the Ghetto i drive slow
Re: how do i
« Reply #6 on: December 25, 2007, 01:13:58 AM »

Offline TrunkJunky

  • Re-emerging Stage Maker
  • Infinity Regular
  • ****
  • Posts: 667
  • Last Login:November 26, 2014, 10:09:54 PM
  • I know nothing about making anything anymore.
    • TrunJunky MUGEN Partay Mode!!!
Re: how do i
« Reply #7 on: December 25, 2007, 03:44:55 PM »
Okay, found the problem. :)

Quote
;ƒJƒ“ƒt[“Ë‚«ŽèiŽãj
[State -1, wave]
type = ChangeState
value = 1000
triggerall = command = "QCF_x"
trigger1 = var(1) ;Use combo condition (above)
trigger1 = ctrl
trigger1 = statetype = s

Remove that line and it should work.

Offline Sub-Zero

  • Infinity Regular
  • ****
  • Posts: 1411
  • Last Login:July 18, 2010, 11:11:29 PM
  • When i move throught the Ghetto i drive slow
Re: how do i
« Reply #8 on: December 25, 2007, 09:39:22 PM »
Okay, found the problem. :)

Quote
;ƒJƒ“ƒt[“Ë‚«ŽèiŽãj
[State -1, wave]
type = ChangeState
value = 1000
triggerall = command = "QCF_x"
trigger1 = var(1) ;Use combo condition (above)
trigger1 = ctrl
trigger1 = statetype = s

Remove that line and it should work.
thank you

 [-O<

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

Golden Axe Returns by striderhiryu201
[June 23, 2024, 04:15:50 PM]


Virtual Bart Science Fair by Rage
[June 21, 2024, 01:25:51 PM]


Turn Battle - Mega Man Robot Master Mayhem by O Ilusionista
[June 18, 2024, 10:11:08 AM]


Classic VS : Cheng / Athena by O Ilusionista
[June 18, 2024, 10:10:26 AM]


Downtown Nekketsu Monogatari Stage Pack by Vegaz by LightFlare
[June 17, 2024, 02:30:12 PM]


Marvel vs. Capcom: Eternity of Heroes REMAKE Game Update 1.3.0 - N.A.O.H. by Uche_of_IMT
[June 10, 2024, 11:25:24 PM]


Street Fighter Spec Ops 2021 by O Ilusionista
[June 08, 2024, 01:36:06 PM]


Lasombra's IKEMEN Go Interactive Stages' WIP Topic and Releases by Lasombra Demon
[June 06, 2024, 07:34:10 PM]


Kirby the Dream Battle by O Ilusionista
[June 06, 2024, 01:04:12 PM]


Neo Geo Pocket by malevka2
[June 05, 2024, 10:53:57 AM]

* IMT Calendar

June 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

SimplePortal 2.3.5 © 2008-2012, SimplePortal