Variable colours

All development of pixel art, maps and other graphics.


Would you like it?

Yay for variable colours!
56
89%
Nah, stupid idea.
3
5%
I don't really care.
4
6%
 
Total votes: 63
User avatar
ElvenProgrammer
Founder
Founder
Posts: 2526
Joined: 13 Apr 2004, 19:11
Location: Italy
Contact:

Post by ElvenProgrammer »

m4ndr4g00n wrote:I like the UO aproach as I already said ^^
Who doesn't? :wink:
User avatar
Rotonen
TMW Adviser
TMW Adviser
Posts: 3154
Joined: 08 Sep 2004, 19:48
Location: Bern, Switzerland

Post by Rotonen »

m4ndr4g00n wrote: Maybe a system for making special "dyes" for weapons, like customising a weapon with some magic would make a mark apear like runes or something?
That'll be hard to implement on 2D without excessive work.
This message used to be meaningful.
User avatar
Modanung
Grand Knight
Grand Knight
Posts: 1719
Joined: 20 May 2005, 15:51
Location: Groningen, The Netherlands
Contact:

Post by Modanung »

Doesn't have to be...
Imagine this:
You could have a sword bitmap and draw the runes in as a variable colour and colourise them the same as the rest of the blade for non-magic weapons.
Another quick example:
Image
The blade on the far left is the base bitmap. The colour of the straps on the handle are customisable by the player, the colour of the blade depends on the material and the colour of the runes depends on the kind of enchantment.
If you're looking for 3D FOSS games be sure to check out LucKey Productions on itch.io
MathGeek
Novice
Novice
Posts: 52
Joined: 13 Nov 2004, 22:07
Location: Calgary AB. Canada

Post by MathGeek »

This thread hasn't been active, but I think it's a great idea. I was looking into using rgb shifts in SDL_PixelFormat to accomplish dynamic colouring. Who can I talk to about this?
User avatar
ElvenProgrammer
Founder
Founder
Posts: 2526
Joined: 13 Apr 2004, 19:11
Location: Italy
Contact:

Post by ElvenProgrammer »

#sdl @ irc.freenode.net ?
User avatar
Ultim
Novice
Novice
Posts: 230
Joined: 02 Jul 2005, 07:20
Location: USA
Contact:

Post by Ultim »

Allowing personalization to the max is a personal agenda for me.
Oh Yeaaah!!

The dying and redying in games really ticks me off for the most part though. Yeah, it's realistic and that's nice but it's just too much of a pain in the butt. Graal Online had a system where you changed your colors as much as you felt like by a code you typed into the chat window. No 200 gil just because you feel like wearing blue instead of red. Just pure, easy customization. Anyway, my two cents for what they're worth.

And you are putting out some sweet stuff Modanung. Maybe writing code to let players change the colors of two pixels is a little excessive though? Especially because the sprite's hand should cover it anyway.
User avatar
Talaroc
Warrior
Warrior
Posts: 429
Joined: 10 Feb 2005, 04:23
Location: The Frozen North

Post by Talaroc »

Question: would it be overly difficult to use variable colors to (eventually) impliment alternate skin tones for the character set, if I provided full palettes for them?
User avatar
Modanung
Grand Knight
Grand Knight
Posts: 1719
Joined: 20 May 2005, 15:51
Location: Groningen, The Netherlands
Contact:

Post by Modanung »

The only drawback with variable colours is that you can not have gradients to other colours or different saturations.
So yes, it would be possible and it has been suggested. The colourisable parts should be either greyscale or a pure colour. (All RGB values either 0 or X)
If you're looking for 3D FOSS games be sure to check out LucKey Productions on itch.io
User avatar
Talaroc
Warrior
Warrior
Posts: 429
Joined: 10 Feb 2005, 04:23
Location: The Frozen North

Post by Talaroc »

Um...well, look at the character sprites we've got. I use approximately seven or eight colors to do all the internal work; all the outlining is the same color. So you would want me to turn all the internal stuff different shades of grey?
User avatar
Modanung
Grand Knight
Grand Knight
Posts: 1719
Joined: 20 May 2005, 15:51
Location: Groningen, The Netherlands
Contact:

Post by Modanung »

If they don't have to be variable they can stay the same, as long as their saturation isn't 0 or max.
So basically you could desaturate all skin-toned pixels. The eyes (if not variable) should have a slight saturation.
If you're looking for 3D FOSS games be sure to check out LucKey Productions on itch.io
ha
Peon
Peon
Posts: 4
Joined: 17 May 2006, 16:23

This a good idea

Post by ha »

This is really more of a time saver for the artists. Where they would have had to draw fifty different pics of the same shirt in 5 different colors

they only need to the draw the shirt once in ten different positions and it can be however many colors through coding. It saves space and time. Time the artists can be using to create frilly shirts or vests or other equipments.

Allowing the player to customize the color could be an option later down the road, but the fact is we need more equipment sets drawn faster first.
User avatar
Crush
TMW Adviser
TMW Adviser
Posts: 8046
Joined: 25 Aug 2005, 16:08
Location: Germany

Post by Crush »

changing the colors of a equipment piece doesn't mean to redraw everything. modern image manipulation programs can do such things with a few mouse clicks.
  • former Manasource Programmer
  • former TMW Pixel artist
  • NOT a game master

Please do not send me any inquiries regarding player accounts on TMW.


You might have heard a certain rumor about me. This rumor is completely false. You might also have heard the other rumor about me. This rumor is 100% accurate.
User avatar
Modanung
Grand Knight
Grand Knight
Posts: 1719
Joined: 20 May 2005, 15:51
Location: Groningen, The Netherlands
Contact:

Post by Modanung »

I don't intend to use different colours to make different types of equipment.
The main reason I'd want such a system in TMW is not to have hair colour (and maybe skintone) restricted to a small number of colours.
I also like the idea guild, team, or kingdom members can be recognised by the colour of their outfit. Although I hate it when my entire armor is bright yellow, so it should only be small parts as I said before.
This might also be used for enchanted items, but not by colouring the entire item bright red. Maybe metal parts could be slightly more red, but I think it would be best to show enchantment mainly through rune-like decorations, so just a single strip of colour bits.
If you're looking for 3D FOSS games be sure to check out LucKey Productions on itch.io
User avatar
Xephys
Novice
Novice
Posts: 72
Joined: 08 May 2006, 17:07
Location: London

Post by Xephys »

A short idea, but how about making ONE 'custumizable weapon' that you can change to your own image. It wont be very strong, but it would be for looking cool. And I agree with the idea as the the skill system is gonna be, people should be able to be unique.
To eat or not to eat, that is the question!
Dr Wahl
Warrior
Warrior
Posts: 317
Joined: 09 Apr 2006, 06:15
Location: Washington

Post by Dr Wahl »

this idea could even apply to the front end... every one loves themed front ends :)
Image
Post Reply