Jump to content

Nengalore

Newbies
  • Posts

    9
  • Joined

  • Last visited

Everything posted by Nengalore

  1. If it helps at all, there's some of the HLSL shader code in JavaScript here: http://pastebin.com/HYw6w4ed
  2. Great work! And please do not give up, this plugin is not just for me, there's a community of people who would really like this plugin as well. Thank you for doing this.
  3. Well I mentioned that 'palette1' (primary) and 'palette2' (secondary) refer to the two color selections on the UI.
  4. These are small textures, just as an example, if you want different textures, just ask. For this texture, if you want to show me that your plugin worked, take a snip of your screen after using your plugin with these colors: palette1: RGB: 65, 64, 73 palette2: RGB: 172, 27, 44 PluginSamples.zip
  5. Hi, I don't know if anyone here is taking plugin requests, but if they are, I have one. So... I need a 'Palette Mask' plugin, for textures. I tried learning how to make a plugin, but I couldn't, and I really only want to make this one plugin. The idea is simple, but the actual creation, I assume not so much. Basically, how it works is: There's a little UI, you pick two colors, a primary (palette1), and a secondary (palette2). You open a file browser, and choose a 'Palette Mask' image. You open another file browser, and choose a 'Palette Map' image If the palette mask is black, then the diffuse texture (base image) is displayed. If it's red, then the palette1 color mixed with the palette map texture is displayed. If it's green, then the palette2 color mixed with the palette map texture is displayed. If it's blue, then this pixel has a metallic specular color The alpha value of the palette mask is not used. Any other colors (cyan, purple etc.) are just combinations of these cases. If you are interested in how the palette1/palette2 colors are mixed with the palette map, I posted some HLSL shader code here: http://pastebin.com/EVja22sK I am willing to pay for this plugin, if it works correctly. If you're interested in my request, please reply, and I will give you a few sample textures to work with. Thank you, -Nen
×
×
  • Create New...