'Load Custom Image' extension for loading images and applying them to sprite objects

icon

UPDATE
Hello everyone, it’s been a while. After a long time, I’ve updated my ‘Load Custom Image’ extension. Some users reported numerous bugs and various kinds of issues. Therefore, I’ve fixed and improved the code. Now, it works flawlessly and is even compatible with both PC and Android. I hope you find it useful. Thank you for your patience.

WHAT IS ‘LOAD CUSTOM IMAGE’?
It’s a straightforward extension that allows for loading custom images from folders, using variables, or through a dialog box, to be applied to sprite objects.

CONDITIONS
Image loaded successfully: Verify if an image was loaded correctly into the sprite objects using an ID.

ACTIONS
Load image through a dialog box: Load an image through a dialog box and apply it to a sprite object.

Load image through a dialog box and save: Load an image through a dialog box and apply it to a sprite object. Then, the loaded image will be saved in a folder where the project’s executable is located. (Available on PC only)

Load image through a dialog box and save as base64: Load an image through a dialog box and apply it to a sprite object. Then, the loaded image will be saved in a scene variable as base64.

Load image from a folder: Load an image from a folder located where the project’s executable is and apply it to a sprite object. (Available on PC only)

Load image in base64: Load an image in base64 format from a scene variable and apply it to a sprite object.

DOWNLOAD

1 Like

Hey, your extension looks amazing but i noticed a dangerous and extremely annoying thing while using the base64 feature. I wanted to use your extension for some kind of wallpaper customisation for my game and when i save the base64 data, close the game, and then reopen it, the game is extremely laggy and i don’t know why it does this even i’m sure i’m loading the data one time. Maybe it’s because the file data is to big to be saved or loaded that fast. If you know how to fix this problem, that would be really cool and helpful. Thank you again for creating extensions like this to improve our games.

Hello, Quertup. I tested what you mentioned, and you’re right. I apologize for the inconvenience. When I have time, I’ll try to update the plugin to optimize it. Thanks for pointing it out.

2 Likes

Did you update it? I’m very interested