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
» PRINCE2004
Swap WinIcons Emptyby crosspotts1.0 Today at 12:19 pm

» Wizard project
Swap WinIcons Emptyby pseudoingles Today at 11:46 am

» Yuri Boyka For Mugen
Swap WinIcons Emptyby CARNAGE777 Yesterday at 10:39 pm

» Zatara The Master Magician WIP by RenatoNato
Swap WinIcons Emptyby crosspotts1.0 Yesterday at 6:39 pm

Special Features at MMV




Chat on MMV w/ Discord

Video Content Creation Reference
Search
 
 

Display results as :
 
Rechercher Advanced Search

 

 Swap WinIcons

Go down 
2 posters
AuthorMessage
mg126




Posts : 1
Join date : 2017-03-23

Swap WinIcons Empty
PostSubject: Swap WinIcons   Swap WinIcons EmptyMarch 23rd 2017, 9:55 am

When player 2 gets defeated, the winicons appear next to player 1's Lifebar. In my MUGEN, the left icon appears after p1 wins round 1, the right one after p1 wins round 2, . I want to change that, how can I do that?
Back to top Go down
Werewood

Werewood


Posts : 5691
Join date : 2014-08-11

Swap WinIcons Empty
PostSubject: Re: Swap WinIcons   Swap WinIcons EmptyMarch 24th 2017, 8:24 am

I am not sure about MUGEN screenpacks/motifs making and/or editing, but I think this is the place for you to try to edit your MUGEN win icons Arrow :

* in your MUGEN screenpacks/motifs MUGEN file, "fight.def", search for the line "[WinIcon]" Swap WinIcons 3876111886 :

Code:
;-----------------------------------------------------------
[WinIcon]
p1.pos = 584,30
p2.pos = 696,30
; Background icon
p1.bg0.spr = 120,0
p2.bg0.spr = 120,0
; Offset for next icon (x,y)
p1.iconoffset = -24,0  
p2.iconoffset = 24,0
; Counter text font and offset for representing wins
p1.counter.offset = 0,5
p1.counter.font = 4,0,0, 230,255,242
p2.counter.offset = 0,5
p2.counter.font = 4,0,0, 255,242,242
; Win by normal
p1.n.spr = 100,0
p2.n.spr = 100,0
; Win by special
p1.s.spr = 101,0
p2.s.spr = 101,0
; Win by hyper (super)
p1.h.spr = 102,0
p2.h.spr = 102,0
; Win by normal throw
p1.throw.spr = 103,0
p2.throw.spr = 103,0
; Win by cheese
p1.c.spr = 104,0
p2.c.spr = 104,0
; Win by time over
p1.t.spr = 105,0
p2.t.spr = 105,0
; Win by suicide
p1.suicide.spr = 106,0
p2.suicide.spr = 106,0
; Opponent beaten by his own teammate
p1.teammate.spr = 107,0
p2.teammate.spr = 107,0
; Win by perfect (overlay icon)
p1.perfect.spr = 110,0
p2.perfect.spr = 110,0
; Use icons up until this number of wins
useiconupto = 4

where ".pos" may mean "positions", ".spr" may mean "sprites", ".offset" may mean "shifts",...etc... study
Back to top Go down
https://onedrive.live.com/?cid=7DB65F02B0BBD12E
 
Swap WinIcons
Back to top 
Page 1 of 1

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