For the complete documentation index, see llms.txt. This page is also available as Markdown.

How to use custom sprites

Blips Creator offers an extremely easy way to replace blips sprites, the procedure is the following

  1. Choose a .png icon you want to use (64x64px it's better)

  2. Go in blips_creator/_sprites/REPLACEABLE folder

  3. Choose a sprite to replace, copy its name and then add a # before the name (to find it easier in future if needed)

  4. Place the new icon you want with the same name of the old sprite

  5. Restart 2 times Blips Creator

Example with images

In this example I'll replace the green logo with the red sprite

blips_creator/_sprites/REPLACEABLE folder
Copy the file name
Add a "#" before the name
Rename your new icon file name
Final result

Now you can restart the script 2 times and the sprite is updated

Last updated