• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

palette

  1. D

    Scrollable Palette-based GUI Panel

    Hello, guys! I'd like to share a little bit of a project I'm currently working on. For quite a while, I've been planning on creating GUI components based on a scrollable panel, to make it easier to create software solutions inside Gamemaker. So I decided to take this approach and create a...
  2. N

    Graphics Working with the correct palette

    Hi guys, firstly awesome community. I am going to design a basic game for the Amstrad but I want to start off correct with the right palette. I have done some research and it would seem everyone contradicts the colours. I have even compared games to the colour pickers and they all look the same...
  3. N

    SpritePalettizer - free html5 tool for color changing pixel art assets

    SpritePalettizer is a free html5 tool and 2$ for a desktop app (Win/ Linux/ Mac). Get it https://nezvers.itch.io/spritepalettizer. I've included GameMaker:studio2 shader code example and example project (provided by Xordev on twitter) on how to use color swapping with color set textures (not...
  4. mbeytekin

    Problem With Reducing Palette via Shader

    I 've adapted 'dawnbringer shader' from shadertoy for reducing a surface's color palette. Now I want to do this with a custom palette via uniform variables. fragment shader like this ; void main() { // gl_FragColor = v_vColour * texture2D( gm_BaseTexture, v_vTexcoord ); vec2 c =...
  5. mar_cuz

    Design How can I improve this art? [New Pictures]

    Hi Guys, trying to do the art for my game. How do you think I could improve these walls? I just can't seem to make a good colour palette and the style feels like it needs to feel more natural or something. what do you think?
  6. S

    Shaders what is wrong with my shader?

    can someone tell me what is wrong with my shader and setter script? it just makes my sprite invisible uniform sampler2D palette; uniform float paletteIndex; varying vec2 v_vTexcoord; void main() { vec4 _color = texture2D(gm_BaseTexture, v_vTexcoord); vec4...
  7. S

    GameMaker (Solved) help with palette shader

    can someone tell me why my palette shader is not working? /// @description set_palette() /// @param image /// @param index var tex = sprite_get_texture(argument[0], 0); var sam = shader_get_sampler_index(shd_palette, "image") shader_set_uniform_f(shader_get_uniform(shd_palette, "index")...
  8. Fixer90

    GameMaker Recoloring a sprite's palette based on its colors using code

    I need to know how to, in code (assumingly the draw event), change an object's sprite's color based on what that color is. For example, if I had a sprite that was a 2X2, and the top-left and top-right pixels were pure black (0, 0, 0), and the bottom pixels were pure white (255, 255, 255), and I...
  9. H

    GMS2 Image Editor Palette

    I think the image editor in GMS2 is lacking in palette functionality. If anyone here has used the program Aseprite you will understand the huge different in palette behavior between the two programs. It is very clunky to change the palette and I think there should be an update to this feature.
  10. A

    Question - IDE Sprite editor palette store/import/copy doesn't work for some reason

    IDE 2.1.2.257 Runtime: 2.1.2.172 Windows 10 Hello, game makers! Beta is already awesome. I'm using built-in sprite editor, which is quite good. However, stored colours don't stay there once the project gets reopened, and Import colours from sprite / Copy colours to sprite functions don't...
  11. S

    GameMaker buffer based palettizing? game currently really slow.

    does anybody know how to make a my palette_create and tileset_create functions faster? right now it takes about 2 minutes to load everything before the game starts to draw. I'm trying to make custom palettized tile drawing so I can make a zelda game. currently its coming along very well but...
  12. Posh Indie

     Image Editor - Palette Editor

    The image editor is pretty decent now, but there is one thing that always pushes me away from image tools; palette editing. Without proper palette creation and editing it is hard to choose colors and adjust them to the piece you are making (This is pretty much a given, but I thought I would...
  13. Dragon47

    Asset - Extension GM Color Picker (free)

    This .exe program runs in the background and makes it easy for you to find the correct colors for your game. From a set of key combinations you can copy the screen color under your cursor, open the windows color picker tool, and paste the stored color in a variety of different GM-friendly...
Top