Greetings!
So I haven't been able to find any help on this one, and the stuff on the internet doesn't seem to work when used in Construct 2.
I have several images that are loaded during the game depending on the user choice via an option system. I can get any image to load via input in a textbox or listbox, which is great, but that's only when I have the images loaded in as project files.
I'd like to have these images in an external folder, a sub-folder of the game, to allow easy updating without having to update the whole game. I have an easy system setup to load these images by I can't seem to figure out how to format a data URI to fetch images from a sub-folder.
I don't need any encoding or anything, unless it's mandatory; I'd like a simple format to grab the images.
Thanks for any help!