collapse

Author Topic: Music Change in Final Round (CVS PRO style)  (Read 1282 times)

0 Members and 1 Guest are viewing this topic.

Offline Skull_Kingz

  • Initiate
  • **
  • Posts: 48
  • Country: United States us
  • Last Login:April 29, 2022, 09:57:17 AM
  • Mother above, watch over me...be my gaurdian angel
Music Change in Final Round (CVS PRO style)
« on: March 12, 2009, 12:43:42 AM »
Is there a way to make a custom Track play in the final round like in CVS PRO for ps1?
I'm guessing maybe the Final Round Song could be coded in the Lifebars. maybe in the round 3.

Could anyone out there help out?



Offline x_mad80

  • Infinity Regular
  • ****
  • Posts: 603
  • Last Login:September 25, 2014, 11:28:52 PM
    • xmad's mugen crap!
Re: Music Change in Final Round (CVS PRO style)
« Reply #1 on: March 12, 2009, 12:53:14 AM »
 it was done with the capcom vs snk w screenpack i think.
i think it can be coded into  the lifebars.

Offline Skull_Kingz

  • Initiate
  • **
  • Posts: 48
  • Country: United States us
  • Last Login:April 29, 2022, 09:57:17 AM
  • Mother above, watch over me...be my gaurdian angel
Re: Music Change in Final Round (CVS PRO style)
« Reply #2 on: March 12, 2009, 12:58:18 AM »
Do you guys have any sample codes that I could learn from?

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: Music Change in Final Round (CVS PRO style)
« Reply #3 on: March 12, 2009, 08:07:03 PM »
http://www.infinitymugenteam.com/Forum_345/index.php?topic=1064.msg10729#msg10729

also my screenpack has this.

Let me find my codes from it so you can see how it was done, brb.

Post Merge: March 12, 2009, 08:11:02 AM
[State -3, Cs-X- Screenpack Final Round BGM p1]
type = Helper
triggerall = teamside = 1
triggerall = roundno = 3
triggerall = root,teammode = single && enemy,teammode = single
trigger1 = 1 && !numhelper(1990994348)
helpertype = normal ;player
name = "Final Round BGM"
ID = 1990994348
stateno = 1990994348
pos = 0,-99999999999999999
postype = left    ;p2,front,back,left,right
ownpal = 0
supermovetime = 999999999999
pausemovetime = 999999999999
ignorehitpause = 1
persistent = 0

;----------------------------------------------------
;Final Round BGM
;----------------------------------------------------
[Statedef 1990994348]
type = S
physics = n
ignorehitpause = 1

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

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

[State 0, PlaySnd]
type = PlaySnd
triggerall = roundno = 3
trigger1 = roundstate = 2 && time = 0
value = f103,1
volume = 255
channel = -1
loop = 1
ignorehitpause = 1
persistent = 0



If your screenpack you are using is set to 5 round then look for the trigger "roundno = 3" and change to roundno = 5
If 7 then change to 7, if 9 then change to 9

Post Merge: March 12, 2009, 05:15:10 PM
Also the sound you want to use has to be in the characters snd file.
« Last Edit: March 12, 2009, 08:19:35 PM by |mmö®†åL -$yN- »

Offline Skull_Kingz

  • Initiate
  • **
  • Posts: 48
  • Country: United States us
  • Last Login:April 29, 2022, 09:57:17 AM
  • Mother above, watch over me...be my gaurdian angel
Re: Music Change in Final Round (CVS PRO style)
« Reply #4 on: March 12, 2009, 10:39:16 PM »
where do I paste these?
sorry I'm steal learning.

Offline Fallen_Angel

  • Global Moderator (out of the office)
  • *****
  • Posts: 1358
  • Last Login:July 04, 2012, 03:11:05 PM
    • Email
Re: Music Change in Final Round (CVS PRO style)
« Reply #5 on: March 13, 2009, 10:22:14 AM »
the part that says state -3...should be placed in statedef -3 in your cns....the other part, should also be on the cns...just put it at the end of any statedef


sig made by shullbocka

Offline Skull_Kingz

  • Initiate
  • **
  • Posts: 48
  • Country: United States us
  • Last Login:April 29, 2022, 09:57:17 AM
  • Mother above, watch over me...be my gaurdian angel
Re: Music Change in Final Round (CVS PRO style)
« Reply #6 on: March 13, 2009, 02:20:34 PM »
the part that says state -3...should be placed in statedef -3 in your cns....the other part, should also be on the cns...just put it at the end of any statedef

Thanks for helping Fallen_Angel but I don't know which part of this is the music.



My Music is Group 12 Sound 9.
It's the 58 sound in my .SND file.




;----------------------------------------------------
;Final Round BGM
;----------------------------------------------------
[Statedef 1990994348]
type = S
physics = n
ignorehitpause = 1

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

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

[State 0, PlaySnd]
type = PlaySnd
triggerall = roundno = 3
trigger1 = roundstate = 2 && time = 0
value = f103,1
volume = 255
channel = -1
loop = 1
ignorehitpause = 1
persistent = 0


Offline Fallen_Angel

  • Global Moderator (out of the office)
  • *****
  • Posts: 1358
  • Last Login:July 04, 2012, 03:11:05 PM
    • Email
Re: Music Change in Final Round (CVS PRO style)
« Reply #7 on: March 13, 2009, 02:35:58 PM »
edit these of the playsnd

value = f103,1

If you added it on your char, the group shouldnt have an f before it

(click to show/hide)


sig made by shullbocka

Offline Skull_Kingz

  • Initiate
  • **
  • Posts: 48
  • Country: United States us
  • Last Login:April 29, 2022, 09:57:17 AM
  • Mother above, watch over me...be my gaurdian angel
Re: Music Change in Final Round (CVS PRO style)
« Reply #8 on: March 13, 2009, 02:46:16 PM »
I removed the "f". My sound didn't play in the final round. :-??
Do I have to edit this.


[State 0, PlaySnd]
type = PlaySnd
triggerall = roundno = 3
trigger1 = roundstate = 2 && time = 0
value = 12,9
volume = 255
channel = -1
loop = 1
ignorehitpause = 1
persistent = 0

Offline Fallen_Angel

  • Global Moderator (out of the office)
  • *****
  • Posts: 1358
  • Last Login:July 04, 2012, 03:11:05 PM
    • Email
Re: Music Change in Final Round (CVS PRO style)
« Reply #9 on: March 13, 2009, 02:54:56 PM »
the channel =-1 doesnt affect

Maybe you have a previous sound 12,9, and its causing that error

These is all the info from the docs

(click to show/hide)


sig made by shullbocka

Offline Skull_Kingz

  • Initiate
  • **
  • Posts: 48
  • Country: United States us
  • Last Login:April 29, 2022, 09:57:17 AM
  • Mother above, watch over me...be my gaurdian angel
Re: Music Change in Final Round (CVS PRO style)
« Reply #10 on: March 13, 2009, 03:45:29 PM »
Could someone try this out and let me know if they get it to work?  ???
I can't lie, when it comes to Mugen, I suck.
I tried everything. :'(

Offline Skull_Kingz

  • Initiate
  • **
  • Posts: 48
  • Country: United States us
  • Last Login:April 29, 2022, 09:57:17 AM
  • Mother above, watch over me...be my gaurdian angel
Re: Music Change in Final Round (CVS PRO style)
« Reply #11 on: March 16, 2009, 10:32:25 PM »
O.k. I got this code to work, but the music only plays when I do my final special.
could someone help?

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

Street Fighter 1 Ultimate Ryu by ELECTRO
[Today at 03:58:25 PM]


China Town (Revenge of Shinobi) by Lord_Enemil
[Today at 03:02:10 PM]


Neon Light Force Demo by Uche_of_IMT
[Today at 10:21:37 AM]


Marvel vs. Capcom: Eternity of Heroes REMAKE Game Update 1.3.0 - N.A.O.H. by Uche_of_IMT
[May 21, 2024, 11:50:20 PM]


The Spider release + Spider-Man game by kobun
[May 21, 2024, 02:05:24 AM]


Let's all try it together! Yazawanainn gose breakdancing in MUGEN! by GTFoxN6Y
[May 18, 2024, 05:00:14 PM]


[WIP] Pocket Dimensional Clash 2 by O Ilusionista
[May 18, 2024, 11:17:34 AM]


Classic VS : Athena by ELECTRO
[May 15, 2024, 01:25:51 PM]


D2TD VS Showcase Thread by D2TD
[May 12, 2024, 10:20:11 AM]


Ballroom Hallway (1.1 Only/AIGS) by Vegaz by LightFlare
[May 09, 2024, 11:53:48 AM]

* 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

No calendar events were found.
SimplePortal 2.3.5 © 2008-2012, SimplePortal