;----------------------------------------------------------- [Combo] team1.pos = 18,200 ;Coords to show team1.start.x = -150 ;Starting x-coords team1.counter.font = 7,0,1 team1.counter.shake = 1 ;Set to 1 to shake count on hit team1.text.text = H ;You can use %i to show count in the text, eg "%i Hit!" team1.text.font = 7,0,1 team1.text.offset = 3,0 ;Offset of text team1.displaytime = 90 ;Time to show text team2.pos = 619,200 ;Coords to show team2.start.x = 790 ;Starting x-coords team2.counter.font = 7,0,-1 team2.counter.shake = 1 ;Set to 1 to shake count on hit team2.text.text = H ;You can use %i to show count in the text, eg "%i Hit!" team2.text.font = 7,0,-1 team2.text.offset = 3,0 ;Offset of text team2.displaytime = 90 ;Time to show text
Here's what ive got in a screen pack i dont want to give up on. they gave me this in the fight.def under data. [combo] It does not display the combo number on screen. I've tried changed the 'H' To different things such as "%i Combo!" and still nothing. Is there an easy fix? im relatively new to mugen. please help! If i could just paste in a whole new combo counter i would be very happy!
Also, i apologize if im using the forum in an incorrect manner, i'm not entirely sure on the policies either.
Question
Nub3sock
;-----------------------------------------------------------
[Combo]
team1.pos = 18,200 ;Coords to show
team1.start.x = -150 ;Starting x-coords
team1.counter.font = 7,0,1
team1.counter.shake = 1 ;Set to 1 to shake count on hit
team1.text.text = H ;You can use %i to show count in the text, eg "%i Hit!"
team1.text.font = 7,0,1
team1.text.offset = 3,0 ;Offset of text
team1.displaytime = 90 ;Time to show text
team2.pos = 619,200 ;Coords to show
team2.start.x = 790 ;Starting x-coords
team2.counter.font = 7,0,-1
team2.counter.shake = 1 ;Set to 1 to shake count on hit
team2.text.text = H ;You can use %i to show count in the text, eg "%i Hit!"
team2.text.font = 7,0,-1
team2.text.offset = 3,0 ;Offset of text
team2.displaytime = 90 ;Time to show text
;-----------------------------------------------------------
Here's what ive got in a screen pack i dont want to give up on. they gave me this in the fight.def under data. [combo] It does not display the combo number on screen. I've tried changed the 'H' To different things such as "%i Combo!" and still nothing. Is there an easy fix? im relatively new to mugen. please help! If i could just paste in a whole new combo counter i would be very happy!
Also, i apologize if im using the forum in an incorrect manner, i'm not entirely sure on the policies either.
3 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now