The Mugen Multiverse
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Welcome!!! - Bienvenidos!!! - ( We hope you will get involved in the MMV Community which is dedicated to having fun with Mugen ) - Bienvenidos!!! - Welcome!!!
 
PortalHomeFAQMemberlistLatest imagesUsergroupsSearchRegisterComic WIP TrackerDownloadsLog inChat
Website Navigation Help
Translate the Website
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Latest topics
» Reiko_S Wip
How Do I add the special intro into mugen character? Emptyby malevka1 Today at 11:07 am

» MMV Halloween event 2024 - Jack Torrance by Shining
How Do I add the special intro into mugen character? Emptyby Shining Today at 10:44 am

» MMV Halloween Event 2024- King Shark by skhsato123
How Do I add the special intro into mugen character? Emptyby Dangan9000 Today at 7:47 am

» Gartanham Multiverse Nerds mugem Videos showcase!!!
How Do I add the special intro into mugen character? Emptyby Shining Today at 7:40 am

Special Features at MMV




Chat on MMV w/ Discord

Video Content Creation Reference
Search
 
 

Display results as :
 
Rechercher Advanced Search

 

 How Do I add the special intro into mugen character?

Go down 
4 posters
AuthorMessage
Mr.Welldone




Posts : 205
Join date : 2014-09-13
Age : 40
Location : Canada

How Do I add the special intro into mugen character? Empty
PostSubject: How Do I add the special intro into mugen character?   How Do I add the special intro into mugen character? EmptyFebruary 16th 2019, 3:36 pm

I downloaded CvtWSuperman and I added the animation on the Fighter Factory, I was trying to add the the special intro into the statement and I can't make it. The name of the special intro called "Introduction VS Lobo". But I want to add the special intro on Superman to his opponent Lobo.
I tried DC VS Marvel's Superman, it has Intro VS Lobo, it's not tough enough (it has no AI).

But I know Lobo the Bastich main man the bounty hunter.

Please, I need your help! How do I add the special intro into mugen character?

How Do I add the special intro into mugen character? 2649099129

Clikc this link and see:

https://www.mediafire.com/file/r8i5jra7yl8pv5o/CvtWSuperman_Statement.txt/file

yes
Back to top Go down
CAMARAO

CAMARAO


Posts : 703
Join date : 2012-07-07
Age : 35
Location : Portugal

How Do I add the special intro into mugen character? Empty
PostSubject: Re: How Do I add the special intro into mugen character?   How Do I add the special intro into mugen character? EmptyFebruary 16th 2019, 4:33 pm

i think you must write in CvtWSuperman.def. the name of the intro.sff file..

something like that :

[Arcade]
intro.storyboard =
ending.storyboard =

In the "intro.storyboard" you write "Introduction VS Lobo.def"

[Arcade]
intro.storyboard = Introduction VS Lobo.def
ending.storyboard =

try that
Back to top Go down
http://flyper1989.weebly.com/
thatguy

thatguy


Posts : 1381
Join date : 2014-05-28
Age : 47
Location : Canada

How Do I add the special intro into mugen character? Empty
PostSubject: Re: How Do I add the special intro into mugen character?   How Do I add the special intro into mugen character? EmptyFebruary 16th 2019, 4:40 pm

If the character already has an Intro State decider, then it should be as easy as adding a bit of code to the right area of your intro. This is normally Statedef 190, but Superman uses Statedef 191 for the decider.

In this example Statedef 191 is the "Decider" and Statedef 198 is your special intro. This state has all available intros and how mugen triggers them. To add what you want, you would just need to add the code there, and code the actual intro.


EXAMPLE:
;-----------------------------
; INTRO
[Statedef 191]
type = S
ctrl = 0
velset = 0,0,0

;ADD YOUR CODE HERE IN YOUR INTRO CODE, JUST AFTER STATEDEF 191
[State 191, Special intro vs Lobo]
type = ChangeState
triggerall = p2name = "Lobo" || p4name = "Lobo"  ; <----Character's name from Lobo.def file
trigger1 = Time = 0
value = 198  ; <------- Statedef of the special intro


; The actual special intro Statedef 198 (add this code after the other intros)
;---------------------------------------------------------------------------
[Statedef 198]
type = S
ctrl = 0
anim = 198  ;<-------- Animation of the special intro

[State 198, 1]
type = AssertSpecial
trigger1 = 1
flag = Intro

[State 198, 2]
type = ChangeState
trigger1 = AnimTime = 0
value = 0
Back to top Go down
Mazemerald




Posts : 3999
Join date : 2012-12-10
Age : 28

How Do I add the special intro into mugen character? Empty
PostSubject: Re: How Do I add the special intro into mugen character?   How Do I add the special intro into mugen character? EmptyFebruary 18th 2019, 2:11 pm

Thank you friend for this tutorial.




Back to top Go down
Sponsored content





How Do I add the special intro into mugen character? Empty
PostSubject: Re: How Do I add the special intro into mugen character?   How Do I add the special intro into mugen character? Empty

Back to top Go down
 
How Do I add the special intro into mugen character?
Back to top 
Page 1 of 1
 Similar topics
-
» How to remove the round 2 intro in a character?
»  Help with special black background for mugen 1.0/Ayuda con fondo negro de special para mugen 1.0
» Special intro ??
» Dr Doom vs Mr Fantastic special intro request
» On Mugen, how can I put the Mugen sprite character on Mugen stage while the Mugen sprite is watching the mugen characters fight each other in the background?

Permissions in this forum:You cannot reply to topics in this forum
The Mugen Multiverse :: Mugen Related :: Mugen Help-
Jump to: