hi-res sprite issue (need help)
|
|
sgn_15 | Date: Saturday, 2011-06-25, 9:59 AM | Message # 1 |
God
Group: contributor
Messages: 2518
Awards: 4
Reputation: 31
Reproofs: 0%
Status: Offline
| well i have a hi-res effect that mostly color blue, i want to make it color green. i tried to use palfx in cns but it doesnt work perfectly (because when i used A trans) even the black BG is still there with green effect also.
now i tried to recolor it using photoshop cs5 and using hue/saturation to make it green. then when i add to sff and tried coding it as helper and explod. it doesnt appear in mugen (my guess would be because the colors are messed up)
what is a good way to recolor a hi-res sprite? what i want is for it to appear green in mugen, dont care if the actual sprite is still blue or notAdded (2011-06-25, 9:59 Am) --------------------------------------------- bump
anyone knows how to recolor hi-res effects in ps or gmp?
|
|
| |
BladeStorm_X | Date: Saturday, 2011-06-25, 3:03 PM | Message # 2 |
The Chosen One
Group: contributor
Messages: 538
Awards: 0
Reputation: 1
Reproofs: 0%
Status: Offline
| why don't you try replacing the colours on the palette. that might work.
|
|
| |
Esper | Date: Saturday, 2011-06-25, 5:09 PM | Message # 3 |
Hero
Group: contributor
Messages: 396
Awards: 2
Reputation: 4
Reproofs: 0%
Status: Offline
| Quote (BladeStorm_X) why don't you try replacing the colours on the palette. that might work. I was thinking the same thing... He probably tried that already though
|
|
| |
sgn_15 | Date: Saturday, 2011-06-25, 5:12 PM | Message # 4 |
God
Group: contributor
Messages: 2518
Awards: 4
Reputation: 31
Reproofs: 0%
Status: Offline
| Quote (BladeStorm_X) why don't you try replacing the colours on the palette. that might work. i havent tried. theres too many colors when its hi-res. it would have been too much work to do for a single sprite i already know how to make it work in mugen, problem is. it sucks in quality.
so now my problem is the correct way of recoloring it in ps or gimp , meaning i need tips on better recoloring (i already know what is needed to make it work in mugen)
|
|
| |
Babricogurl | Date: Saturday, 2011-06-25, 11:07 PM | Message # 5 |
Hero
Group: contributor
Messages: 429
Awards: 3
Reputation: 7
Reproofs: 0%
Status: Offline
| Quote (sgn_15) i add to sff and tried coding it as helper and explod. it doesnt appear in mugen (my guess would be because the colors are messed up)
Did you make a act palette for it then add in your .sff, if not it won't apper.
Try this as well, code:
;Green [State 0, PalFXWiz] type = PalFX trigger1 = time = 0 time = 35 add = 0,100,50 mul = 20,120,24 invertall = 0 color = 0
[State 0, AssertSpecial] type = AssertSpecial trigger1 = 1 flag = noshadow
[State 0, Trans] type = Trans trigger1 = 1 trans = add
http://www.youtube.com/user/TheBabricogurl
|
|
| |
sgn_15 | Date: Sunday, 2011-06-26, 9:38 AM | Message # 6 |
God
Group: contributor
Messages: 2518
Awards: 4
Reputation: 31
Reproofs: 0%
Status: Offline
| no. it appears in sff but not in mugen play. and i already tried palfx. palfx rarely works on hd sprites/effects because the BG and the black outer layering of the hd sprites are almost the same. mugen doesnt recognize it.
palfx works perfectly for low-res but not hi-res and yeah i tried normal, A, A1, S trans but the palette is not working. i mean palette is not recognized by mugen
|
|
| |
Babricogurl | Date: Sunday, 2011-06-26, 8:20 PM | Message # 7 |
Hero
Group: contributor
Messages: 429
Awards: 3
Reputation: 7
Reproofs: 0%
Status: Offline
| Quote (sgn_15) palfx rarely works on hd sprites/effects because the BG and the black outer layering of the hd sprites
It work for all my hd sprites.. . but can you maybe post a pics are send the sprite in a pm, so I can have a look, if you dont mind?
http://www.youtube.com/user/TheBabricogurl
|
|
| |
sgn_15 | Date: Monday, 2011-06-27, 6:47 PM | Message # 8 |
God
Group: contributor
Messages: 2518
Awards: 4
Reputation: 31
Reproofs: 0%
Status: Offline
| Quote (Babricogurl) It work for all my hd sprites.. . but can you maybe post a pics are send the sprite in a pm, so I can have a look, if you dont mind? lol. maybe you are a god, everything is working fine for you even your knowledge of coding huh hahahahaha
i need to learn to recolor them properly. i want to recolor many effects but i cant even recolor 1 single hd effect sprite properly. nvm thanks anyways
|
|
| |