Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I Wanna Lockpick

A strange puzzle game about matching colored keys and doors. · By LAWatson

Modding idea: Texture Packs

A topic by psml-imeji created Jul 19, 2025 Views: 103
Viewing posts 1 to 1

Well, this is not an idea for the game but this is useful for the other modders who adds the new key types. Since many the ideas of the modded keys are using more complex graphic, it would be less colorblind-friendly using the default in-game colorblind setting, and it would be great if you could simply replace those pictures.


Here is what I thought for it:

The pack contains two types of Key Textures, the Simple Colored Keys and Custom Keys.

The Simple Colored Keys are easy to be made which using the parameters and it will be auto-colored by the game, and it requires those parameters:

  • Color
  • Shining? (A boolean that toggles the shining effect that Master Keys and Pure Keys used)
  • Shadowed? (A boolean that makes the key looks brighter on top and darker on bottom, used by the Master Keys and Pure Keys too)
  • (Optional) Model (A picture file that determines the shape of the key. Masters Keys are using the different sharp that requires to use this file to be made. If not specified, it will use the default model for the most Keys)

All the keys in the original Lockpick expect Glitch can be made done with the Simple Colored Keys function, and the player can simply change any of those three parameters above in game.

For more complex-looking keys like Glitch Keys does, you have to use the Custom Keys function instead. It allows you to add a picture, and the game simply uses it to show that key.


Well, that is just my thought so that is.