We can only hope.
Dealing with new 0-1 color range
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
Re: Dealing with new 0-1 color range
Thanks for giving examples of what you shouldn't do with graphics. All of these things can be achieved by much simpler means that require no color comparisons against magic numbers and whatnot. Color-coding terrain for storage is entirely pointless - for what can be done using 1 byte per value you use 4, and you make it harder to store and read data for no good reason by using an image instead of plain data. Special color substitution like this looks terrible, let's be real, and the way you want to do it is by using an additional character layer that renders the cloth piece. To do pallete-based effects you use pallete-based texture mode with an actual pallete in it, and for general color substitution effects you just use a color map sprite with a minimal color mapping shader, it's literally just one line.Dr. Peeps wrote: ↑Tue Apr 17, 2018 8:01 pm using images as maps, where each colour means a certain terrain; using special colours in animated images that can be replaced via code (for example, a character's clothing could be "128", and this colour could then be replaced with whatever colour you wanted the character to wear); old-school colour cycling so parts of an image would look animated or pulsating; palette-based lighting effects; and so on.
Now there's nothing wrong with trying to do silly things such as farting through your ear canal specifically, if you don't know any better. It takes time and effort and reading through a lot of manuals to get things right. Just don't blame the framework when you try something silly like this and it doesn't work. Do your homework and do things the right way.
Re: Dealing with new 0-1 color range
Yeah, you're welcome ....
I think you misread my post. Notice how I said I have done these things in the past. This was on systems like the Commodore Amiga, etc. in the 80's and early 90's. None of the solutions you listed were available at the time.
You can untwist your panties now.
Re: Dealing with new 0-1 color range
Well it's like saying that you should give your car some room to roll around in the parking lot and cycle between multiple cars if you need a lot of place going or work doing so they're not overworked, because that's what you used to do with horses. Just because it used to be sensible thing to do, doesn't mean it still is.
Who is online
Users browsing this forum: No registered users and 2 guests