Jump to content
SPRITE CLUB DEBUTS ×
  • 0

Character name said when selected?


Question

Posted

I am just full of questions and i don't really like making new topics and spamming up the board with this stuff so.. 

1) How would you make it so when you select a character, a sound would happen. Like if I selected Orochi then it would say Orochi, i'd be doing the voices myself. 

2) Also, how would you make it so when a character wins it'll do the same thing. Like a sound "Orochi Wins!". Like Mortal Kombat or something.

3) What if I wanted the fight to end when I'm done completing a combo on my opponent? Sort of like Killer Instinct?

18 answers to this question

Recommended Posts

  • 0
Posted

I dont think 1) is possible. 2) can be easily made to play in erry wipose of the character.Its just like setting up ANY sound 3)Im not sure thats possible either ....But i may be wrong on this one

kitdyvU.png

  • 0
Posted

I don't understand why your response for 2 didn't even pop into my head at the time, but thank you!

I have a feeling 1 and 3 are possible though, hopefully.

  • 0
Posted

Posted ImagePosted Image

I DONT REALLY KNOW WHERE TO PASTE THIS CODE RYON

also says missing flag paremeter idk what that's all about

but having it at 0 just makes it crash and having it at 180 (cause i thought win states) makes it crash too

do i paste it while murdering my foe what is happening :(((

  • 0
Posted

That's what you pasted o3o

anywho, even by changing it to flag = roundnotover it stopped crashing but it's ending while i'm doing a combo.

  • 0
Posted

Only you know the answer to that.

Is this attack like some big ol' hyper combo or something? If so, you plonk that code into your hyper combo state.

FXhJiHL.png XslF5vn.png malcsRF.png

Project LG said:

God knows you shit out characters like a friggin' gumball machine.

  • 0
Posted

awh jeez, sorry for the late reply.

But no i don't have a hyper combo state :c I just meant like, chaining attacks together. I'm guessing there's no way?

Another question; How do I make chars move around during their intro? Like, you can control them during "Round 1" and as soon as it says "Fight!" you're able to attack? 

  • 0
Posted

All MvC-styled characters have this. Do be aware that this is copied straight from one of them, but it most definitely works:  

;-----------------------------------------------[Statedef 193]; Move around before matchtype = Sphysics =Ssprpriority = 0 [State 0]type = varsettrigger1 = time = 1var(50) = 0 [State 0]type = possettrigger1 = 1y = 0 [State 0]type = VelSettrigger1 = Time = 0y = 0 [State 20, 1]type = VelSettrigger1 = command = "holdfwd"x = 2.4 [State 20, 2]type = VelSettrigger1 = command = "holdback"x = -2.0 [State 2]type = ChangeAnimtrigger1 = command = "holdfwd"trigger1 = Anim != 20value = 20 [State 2]type = ChangeAnimtrigger1 = command = "holdback"trigger1 = Anim != 21value = 21 [State 2]type = ChangeAnimtrigger1 = command != "holdback"trigger1 = command != "holdfwd"trigger1 = Anim != 0value = 0 [State 20, 2]type = VelSettrigger1 = command != "holdback"trigger1 = command != "holdfwd"x = 0 [State var]type = VarSettrigger1 = roundstate != 2var(7) = floor(pos x) [State F]type = possettrigger1 = roundstate = 2trigger1 = var(7) != 0x = var(7) [State F]type = varsettrigger1 = roundstate = 2var(7) = 0 [State F]type = changestatetrigger1 = ctrlvalue = ifelse((command = "holdfwd") || (command ="holdback"),20,0)
I personally don't like this, and should probably get around to changing any characters in my roster that have this, but it's a matter of taste really.

FXhJiHL.png XslF5vn.png malcsRF.png

Project LG said:

God knows you shit out characters like a friggin' gumball machine.

  • 0
Posted

Now my char is just using his stance animation during the intro's. I took out the original introduction I had just incase.

  • 0
Posted

Oh wait, I did get rid of the activation thingy :P

[State 190, ChangeState]type = ChangeStatetrigger1 = AnimTime = 0value = 193
Put that at the end of your intro state. If there's already a ChangeState, replace it.

FXhJiHL.png XslF5vn.png malcsRF.png

Project LG said:

God knows you shit out characters like a friggin' gumball machine.

  • 0
Posted

yeah xD i just don't know how to code like that at all. got my ass whooped by him so badly i could feel it :c

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...