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
» SEGA vs. Capcom Fighting Mega Stars Genesis (Full Game)
Simplest way to have a pallete selector by Xasor Emptyby Nexus Gaming Today at 12:56 am

» Classic VS : Athena
Simplest way to have a pallete selector by Xasor Emptyby Shining Yesterday at 11:13 pm

» Spider-man mugen pre-final (preview) version
Simplest way to have a pallete selector by Xasor Emptyby Baelorn Yesterday at 5:18 pm

» we need deathlook
Simplest way to have a pallete selector by Xasor Emptyby Cesar Yesterday at 4:37 am

Special Features at MMV




Chat on MMV w/ Discord

Video Content Creation Reference
Search
 
 

Display results as :
 
Rechercher Advanced Search

 

 Simplest way to have a pallete selector by Xasor

Go down 
+2
warecus
Xasor
6 posters
AuthorMessage
Xasor

Xasor


Posts : 89
Join date : 2014-05-13
Age : 28

Simplest way to have a pallete selector by Xasor Empty
PostSubject: Simplest way to have a pallete selector by Xasor   Simplest way to have a pallete selector by Xasor EmptyMay 16th 2014, 11:40 am

Preview on how it works




Well since I'm new here I think I'll contribute a little.

I was looking for a way to change my Hulk's palletes while on his intro and I stumbled upon  XCOSTUME PALLETE SELECTOR 2.0 on MFG and I like the idea but I'm too lazy to import those things on my character.

So I did what I did what I always loved to do. Improvise cheers 

I want to make it as simple and practical as possible so here is how you do it  Simplest way to have a pallete selector by Xasor 670481599 

Put this inside your intro state

Spoiler:

Delete your stateno 5900 on your common.cns and paste this 

Spoiler:
                                     

And Voilà you can now change palettes in your intro like a pro coder  clap 

IMPORTANT NOTE : The only downside of this is your randomizing through the palettes not browsing them and you need choose a palette each round since it has no vars but now with this simple code you can change the palettes in your intro.


Last edited by Xasor on May 18th 2014, 4:28 am; edited 7 times in total
Back to top Go down
http://xasormugen.blogspot.com
warecus




Posts : 582
Join date : 2012-05-27

Simplest way to have a pallete selector by Xasor Empty
PostSubject: Re: Simplest way to have a pallete selector by Xasor   Simplest way to have a pallete selector by Xasor EmptyMay 16th 2014, 11:55 am

where and what do you add this to
Back to top Go down
Xasor

Xasor


Posts : 89
Join date : 2014-05-13
Age : 28

Simplest way to have a pallete selector by Xasor Empty
PostSubject: Re: Simplest way to have a pallete selector by Xasor   Simplest way to have a pallete selector by Xasor EmptyMay 16th 2014, 12:03 pm

warecus wrote:
where and what do you add this to

You just basically need to add this to your intro

[State 0, RemapPal]
trigger1 = command = "down"
type = RemapPal
source = 1,1+(random%6)
dest = 1,random%7


but if you want to know more you can read the whole thing
Back to top Go down
http://xasormugen.blogspot.com
XXDreamBrotherXX

XXDreamBrotherXX


Posts : 838
Join date : 2012-06-15
Location : Australia

Simplest way to have a pallete selector by Xasor Empty
PostSubject: Re: Simplest way to have a pallete selector by Xasor   Simplest way to have a pallete selector by Xasor EmptyMay 16th 2014, 11:32 pm

Using this method are you still limited to 6 pals or can you have unlimited like XCOSTUME?
Back to top Go down
Xasor

Xasor


Posts : 89
Join date : 2014-05-13
Age : 28

Simplest way to have a pallete selector by Xasor Empty
PostSubject: Re: Simplest way to have a pallete selector by Xasor   Simplest way to have a pallete selector by Xasor EmptyMay 16th 2014, 11:42 pm

Just change the dest = 1,random%(how many pals you have + 1, I have 6 so random%7)

Its not unlimited though your still limited to 12 pals but if you want 12 just use random%13

and add this to your def file

pal1=palno1.act
pal2=palno2.act
pal3=palno3.act
pal4=palno4.act
pal5=palno5.act
pal6=palno6.act
pal7=palno7.act
pal8=palno8.act
pal9=palno9.act
pal10=palno10.act
pal1=palno11.act
pal12=palno12.act

here is a sample on how it works

Back to top Go down
http://xasormugen.blogspot.com
pseudoingles

pseudoingles


Posts : 570
Join date : 2013-04-18
Age : 42
Location : BRASIL

Simplest way to have a pallete selector by Xasor Empty
PostSubject: Re: Simplest way to have a pallete selector by Xasor   Simplest way to have a pallete selector by Xasor EmptyMay 17th 2014, 3:57 am

Simplest way to have a pallete selector by Xasor 670481599 wow  Simplest way to have a pallete selector by Xasor 670481599 
it´s very good  lol! 
congratulations guy , this is awesome
Back to top Go down
crosspotts1.0

crosspotts1.0


Posts : 4856
Join date : 2013-04-15
Age : 31
Location : GLEN BURNIE maryland

Simplest way to have a pallete selector by Xasor Empty
PostSubject: Re: Simplest way to have a pallete selector by Xasor   Simplest way to have a pallete selector by Xasor EmptyMay 25th 2014, 12:30 pm

damn thats pretty chill
Back to top Go down
SIRALEXBABY

SIRALEXBABY


Posts : 1232
Join date : 2013-01-09

Simplest way to have a pallete selector by Xasor Empty
PostSubject: Re: Simplest way to have a pallete selector by Xasor   Simplest way to have a pallete selector by Xasor EmptyJanuary 10th 2018, 6:03 pm

CAN SOMEONE PLS HELP ON HOW THIS WORKS..THE VIDEO IS GONE..ANY HELP HOW TO DO THIS ..STEP BY STEP..I SEE THE INSTRUCTION..BUT DON'T UNDERSTAND..A LITTLE MORE HELP PLS..I WANT TO PUT THIS ON SOME CHARACTERS..ANYONE PLS HELP..THANK YOU AND GOD BLESS YOU..
Back to top Go down
Sponsored content





Simplest way to have a pallete selector by Xasor Empty
PostSubject: Re: Simplest way to have a pallete selector by Xasor   Simplest way to have a pallete selector by Xasor Empty

Back to top Go down
 
Simplest way to have a pallete selector by Xasor
Back to top 
Page 1 of 1
 Similar topics
-
» How Do I Stop A Characters Pallet Selector From Starting?
» Thatguy's videos - Custom Small Portrait Lifebar Addon
» Luffy by Xasor
» Xasor's Hulk
» Carnage by Xasor

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