I'm trying out the new FileSystem plugin and am confused by the behavior I'm seeing. Using the "Show open file picker" action reads a Desktop file as expected,...
I've been tinkering around with a sideproject of mine. Lets say it boils down to be an image viewer. I've set it up like this: 1. I use the Filesystem Plugin to...
I'm working on a visual novel (eg: Phoenix Wright: Ace Attorney or the text boxes that appear on Pokemon, Zelda etc on the DS) and the only way I've got the tex...
I have a very simple video player in my project, which basically asks you to choose a folder in your hard drive, and then loads all videos inside the selected f...
So I want to make a game with a level editor that lets you save an array containing the positions of the platforms. This worked perfectly, and upon opening the...
I'm looking for a way to create new files and save them automatically inside a preset path. So I've tried to do it with the FileSystem. But this seems only to w...
So I've tried Discord and the "how do I..." Forum, but can't find any help. Most likely because my problem isn't solvable with the basic Construct functions (?)...
So, here's what's going on. I decided to use Construct 3 to create template HTML files for my job. We do a lot of online course development so often we need to...
I'm trying to create a way for a user to open up .Csv files on a mobile app. While debugging I set up a way to do this with both the FileSystem plugin and the N...
I figured out how to use filesystem to save text files, but I can't figure out how do I save a png image?