collapse

Author Topic: Cleaner K.O. Dramatic Pause with no Last hit Delay! Variable Free!  (Read 1660 times)

0 Members and 1 Guest are viewing this topic.

Offline ClubSyN-X-TReME

  • Character and Interactive Stage Specialist
  • Club Syndicate Admin
  • *
  • Posts: 1641
  • Last Login:July 28, 2014, 06:54:54 AM
    • Club SyN -X-treme
First make a Dummy Helper in statedef -2 or -3

[State -3, Fake helper]
type = helper
trigger1 = roundstate = 2 && !numhelper(xxxxx)
helpertype = Normal
id = xxxxx
pos = 0,0
postype = p1
name = "Fake Helper"
stateno = xxxxx
supermovetime = 9999999999
pausemovetime = 9999999999

Now make a Invisible helper with the K.O. Pause helper inside of it.


[Statedef xxxxx]
type = s
movetype = i
physics = n

[State 0, ]
type = AssertSpecial
trigger1 = 1
flag = noshadow
flag2 = invisible

[State 0]
type = NotHitBy
trigger1 = 1
value = SCA

[State 0, Dramatic KO Helper]
type = helper
triggerall = (root,alive || enemy,alive)
trigger1 = roundstate = 3 && (root,life <= 0 || enemy,life <= 0)
helpertype = Normal
id = yyyyy
pos = 0,0
postype = p1
name = "K.O."
stateno = yyyyy
supermovetime = 9999999999
pausemovetime = 9999999999
persistent = 0
ignorehitpause = 1

Here are the helper states for the K.O. Pause below

;-----------------------------------------------------------------
;Dramatic K.O. Effects
;-----------------------------------------------------------------
[Statedef yyyyy]
type = s
movetype = i
physics = n

[State 0, ]
type = AssertSpecial
trigger1 = 1
flag = noshadow
flag2 = invisible
flag3 = nokoslow;<------------optional
ignorehitpause = 1

[State 0]
type = NotHitBy
trigger1 = 1
value = SCA

[State 0, pause]
type = Pause
trigger1 = 1
time = 80;<---adjust to your likings
ignorehitpause = 1
persistent = 0

[State 0, DestroySelf]
type = DestroySelf
trigger1 = time >= 80;<---make the time match the time in the pause code above


Using a fake helper thats active at all time with a helper inside of the fake helper using its positive states will kill that delay that the negative states produces.
With the method I came up with the pause delay will activate at that exact moment when the final hit connects! No delay, not Stuttering, and best of all, NO VARIABLES!

This is one of the many features my screenpack currently has and will make all character compatible when its released via universal patcher I will supply, anyway feel free to use this. unless I update this again.
« Last Edit: January 13, 2008, 10:27:41 AM by |mmö®†åL -$yN- »



Offline A!

  • Novice Coder
  • Infinity Regular
  • ****
  • Posts: 1318
  • Country: United Kingdom gb
  • Last Login:August 03, 2019, 06:10:28 PM
  • Don't Hate If You Cant Create
A guy told me one time, "Don't let yourself get attached to anything you are not willing to walk out on in 30 seconds flat if you feel the heat around the corner."

Offline cHoMp

  • Forum Member
  • ***
  • Posts: 439
  • Last Login:April 16, 2021, 01:40:37 PM
  • VIVA MEXICO CABRONES!!
    • PM!. El Power Mexicano
    • Email
Re: Cleaner K.O. Dramatic Pause with no Last hit Delay! Variable Free!
« Reply #2 on: January 13, 2008, 09:13:50 PM »
yeah no delay here

Offline ClubSyN-X-TReME

  • Character and Interactive Stage Specialist
  • Club Syndicate Admin
  • *
  • Posts: 1641
  • Last Login:July 28, 2014, 06:54:54 AM
    • Club SyN -X-treme
Re: Cleaner K.O. Dramatic Pause with no Last hit Delay! Variable Free!
« Reply #3 on: January 14, 2008, 03:30:50 AM »
And no need of variables.

Offline EXCh33ky

  • Infinity Faithful
  • ****
  • Posts: 1063
  • Last Login:February 25, 2013, 04:21:03 PM
    • Email
Re: Cleaner K.O. Dramatic Pause with no Last hit Delay! Variable Free!
« Reply #4 on: January 16, 2008, 03:18:05 AM »
hey syn in your code, i know this is a stupid question, but the x's do i put a specific state # or do i choose any random #

also when you say make thats means create just a single helper file for that art of the code? so in total you want us to make 2?
« Last Edit: January 16, 2008, 03:30:04 AM by EXSagat »

Avatar by Shinrahunter, Sig by DemonKing Ex

Offline ClubSyN-X-TReME

  • Character and Interactive Stage Specialist
  • Club Syndicate Admin
  • *
  • Posts: 1641
  • Last Login:July 28, 2014, 06:54:54 AM
    • Club SyN -X-treme
Re: Cleaner K.O. Dramatic Pause with no Last hit Delay! Variable Free!
« Reply #5 on: January 16, 2008, 04:59:40 AM »
its can be an number, but make them the same in al fields named xxxxx

and chose on fo yyyyy and make them the same for those fields as well.

Offline EXCh33ky

  • Infinity Faithful
  • ****
  • Posts: 1063
  • Last Login:February 25, 2013, 04:21:03 PM
    • Email
Re: Cleaner K.O. Dramatic Pause with no Last hit Delay! Variable Free!
« Reply #6 on: January 16, 2008, 03:43:12 PM »
alright good and when you make a fake helper and an invisible helper do you mean make a new helper file?

Avatar by Shinrahunter, Sig by DemonKing Ex

Offline Fallen_Angel

  • Global Moderator (out of the office)
  • *****
  • Posts: 1358
  • Last Login:July 04, 2012, 03:11:05 PM
    • Email
Re: Cleaner K.O. Dramatic Pause with no Last hit Delay! Variable Free!
« Reply #7 on: January 16, 2008, 05:30:25 PM »
alright good and when you make a fake helper and an invisible helper do you mean make a new helper file?

I dont know what do you mean making a new helper file. but to use these code, you only need to change xxxx and yyyy for numbers (wich are the statedefs)



sig made by shullbocka

Offline ClubSyN-X-TReME

  • Character and Interactive Stage Specialist
  • Club Syndicate Admin
  • *
  • Posts: 1641
  • Last Login:July 28, 2014, 06:54:54 AM
    • Club SyN -X-treme
Re: Cleaner K.O. Dramatic Pause with no Last hit Delay! Variable Free!
« Reply #8 on: January 16, 2008, 05:42:17 PM »
alright good and when you make a fake helper and an invisible helper do you mean make a new helper file?

no, what I mean by that was create a helper that does nothing, and in that dummy helper, make a new one with the ko pause effects. the fake one is active at all times and for some reason, when activating something from the negative states "statedef -1, -2, -3" there is delay by a few ticks, why I dont know, but thats where the fake/dummy helper comes in because inside of the fake/dummy helper states, they are positive and anything you code to happen from the positive states are in sync with the time or trigger of activation.

With that said, thats what I mean by no delay when the final blow is made.
« Last Edit: January 16, 2008, 05:52:57 PM by |mmö®†åL -$yN- »

Offline EXCh33ky

  • Infinity Faithful
  • ****
  • Posts: 1063
  • Last Login:February 25, 2013, 04:21:03 PM
    • Email
Re: Cleaner K.O. Dramatic Pause with no Last hit Delay! Variable Free!
« Reply #9 on: January 18, 2008, 02:59:41 AM »
hey syn is it possible to add a ko sort of sound, sort of like that ko sound in cvs2, when you get the pause?

Avatar by Shinrahunter, Sig by DemonKing Ex

Offline ClubSyN-X-TReME

  • Character and Interactive Stage Specialist
  • Club Syndicate Admin
  • *
  • Posts: 1641
  • Last Login:July 28, 2014, 06:54:54 AM
    • Club SyN -X-treme
Re: Cleaner K.O. Dramatic Pause with no Last hit Delay! Variable Free!
« Reply #10 on: January 18, 2008, 05:22:52 AM »
yep

just add a playsnd sctl in the ko helper states with the sound you want.

Effects can be added also.

Offline EXCh33ky

  • Infinity Faithful
  • ****
  • Posts: 1063
  • Last Login:February 25, 2013, 04:21:03 PM
    • Email
Re: Cleaner K.O. Dramatic Pause with no Last hit Delay! Variable Free!
« Reply #11 on: January 19, 2008, 02:48:54 AM »
hey syn thanx for this wonderful effect but i have a question, is there a way to make it more cvs2 style where after the pause itgoes slow mo then faster then instead of instant speed after the pause?

Avatar by Shinrahunter, Sig by DemonKing Ex

Offline ClubSyN-X-TReME

  • Character and Interactive Stage Specialist
  • Club Syndicate Admin
  • *
  • Posts: 1641
  • Last Login:July 28, 2014, 06:54:54 AM
    • Club SyN -X-treme
Re: Cleaner K.O. Dramatic Pause with no Last hit Delay! Variable Free!
« Reply #12 on: January 19, 2008, 04:38:05 AM »
hmm, there should be a way but ill have to play around a bit to come up with something.

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

* IMT Calendar

April 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