Question about paletters
|
|
Fua | Date: Friday, 2011-06-03, 3:16 PM | Message # 1 |
Baby
Group: Users
Messages: 15
Awards: 0
Reputation: 0
Reproofs: 0%
Status: Offline
| How do I change skill color? like from normal fire into blue fire? I have searched all over the internet and I'm hopeless. Please someone help
|
|
| |
sgn_15 | Date: Friday, 2011-06-03, 5:19 PM | Message # 2 |
God
Group: contributor
Messages: 2518
Awards: 4
Reputation: 31
Reproofs: 0%
Status: Offline
| i dont know what you mean by "skill color"? explain more about what you need
|
|
| |
Fua | Date: Friday, 2011-06-03, 5:48 PM | Message # 3 |
Baby
Group: Users
Messages: 15
Awards: 0
Reputation: 0
Reproofs: 0%
Status: Offline
| The image colors are red & orange and you know how fire looks i want it to be blue and cyan and different
|
|
| |
sgn_15 | Date: Saturday, 2011-06-04, 7:20 AM | Message # 4 |
God
Group: contributor
Messages: 2518
Awards: 4
Reputation: 31
Reproofs: 0%
Status: Offline
| wait, i still dont get it. so you want the enemy to have a red-color effect when you hit the enemy? if yes, then use palfx codes and put them inside your hitdef of your attack
|
|
| |
sweetfire13 | Date: Saturday, 2011-06-04, 9:32 AM | Message # 5 |
Angel
Group: contributor
Messages: 1329
Awards: 5
Reputation: 27
Reproofs: 0%
Status: Offline
| I think he wants the effects to be a different colour idk I'm still a beginner
|
|
| |
sgn_15 | Date: Saturday, 2011-06-04, 12:41 PM | Message # 6 |
God
Group: contributor
Messages: 2518
Awards: 4
Reputation: 31
Reproofs: 0%
Status: Offline
| Quote (sweetfire13) I think he wants the effects to be a different colour thats the problem. i dont know what kinds of effects and on p1 or p2 is he asking. i would have answered it precisely already.
but he said "skill color" so i guessed its hitdef palfx. just a guess
lets just wait for him to reply further
|
|
| |
BladeStorm_X | Date: Saturday, 2011-06-04, 2:40 PM | Message # 7 |
The Chosen One
Group: contributor
Messages: 538
Awards: 0
Reputation: 1
Reproofs: 0%
Status: Offline
| if u want the colour of the effect to be different just edit the palette by replacing the red and orange with whatever you want
|
|
| |
Esper | Date: Saturday, 2011-06-04, 4:23 PM | Message # 8 |
Hero
Group: contributor
Messages: 396
Awards: 2
Reputation: 4
Reproofs: 0%
Status: Offline
| Quote (BladeStorm_X) if u want the colour of the effect to be different just edit the palette by replacing the red and orange with whatever you want You'll have to be a lot more specific on how to do it, for any of us to actually know what to do
|
|
| |
Fua | Date: Sunday, 2011-06-05, 0:47 AM | Message # 9 |
Baby
Group: Users
Messages: 15
Awards: 0
Reputation: 0
Reproofs: 0%
Status: Offline
| P1 skill NOT HIT EFFECT lets make it more simple For example the rasengan of naruto is blue colored right? i want it to be red. how can i do it?
|
|
| |
sweetfire13 | Date: Sunday, 2011-06-05, 1:13 AM | Message # 10 |
Angel
Group: contributor
Messages: 1329
Awards: 5
Reputation: 27
Reproofs: 0%
Status: Offline
| Quote (Fua) For example the rasengan of naruto is blue colored right? i want it to be red. how can i do it?
make a completely new fx and replace it
|
|
| |
Fua | Date: Sunday, 2011-06-05, 1:28 AM | Message # 11 |
Baby
Group: Users
Messages: 15
Awards: 0
Reputation: 0
Reproofs: 0%
Status: Offline
| Hello newbie corner? FX???
|
|
| |
sgn_15 | Date: Sunday, 2011-06-05, 7:12 AM | Message # 12 |
God
Group: contributor
Messages: 2518
Awards: 4
Reputation: 31
Reproofs: 0%
Status: Offline
| Quote (Fua) For example the rasengan of naruto is blue colored right? i want it to be red. how can i do it? still palfx. but this time use palfx state controller. i assume the rasengan thingy is coded as helper (and consequently has its own statedef)
sample [State 0, PalFX] type = PalFX trigger1 = time = 1 add = 0,0,0 mul = 256,256,256 ;sinadd = 0,0,0,10 invertall = 0 color = 256 ;ignorehitpause = ;persistent =
you can adjust those in yellow (they determine the colors) by going to the cns on the left side you can see an icon with "FX" on it and the time (in ticks) duration it will be in effect
|
|
| |
BladeStorm_X | Date: Sunday, 2011-06-05, 9:48 AM | Message # 13 |
The Chosen One
Group: contributor
Messages: 538
Awards: 0
Reputation: 1
Reproofs: 0%
Status: Offline
| Quote (Fua) For example the rasengan of naruto is blue colored right? i want it to be red. how can i do it? just open the sprite with the fighter factory palette editor (the icon which is a palette right next to the notepad icon) select the colour you want to replace (for example blue ) then click on the icon(the blue rectangle with four colours in it) below the colour table (a.k.a palette) and you will see that a window named colour will appear, then just click on the colour you want and press OK.
|
|
| |
MysticDragon | Date: Sunday, 2011-06-05, 5:26 PM | Message # 14 |
The Chosen One
Group: contributor
Messages: 707
Awards: 3
Reputation: 8
Reproofs: 0%
Status: Offline
| The method which blade said you.
|
|
| |
sgn_15 | Date: Sunday, 2011-06-05, 5:31 PM | Message # 15 |
God
Group: contributor
Messages: 2518
Awards: 4
Reputation: 31
Reproofs: 0%
Status: Offline
| believe me that is harder and less convenient (if you mess up the colors you do it all over again) to do (the changing of colors of the sprite itself). more convenient is to use palfx thru cns coding. you can see the preview of how it looks like in palfx and you can always change the codes if you want another color or adjust the color
anyway, i once coded a minato where the rasengan and minato sprites are already attached as one so if thats the case, use the method of blade and MD
|
|
| |