That’s weird, thanks for reporting.
MakhamDev
Creator of
Recent community posts
Every itch purchase already comes with a Steam key. You can redeem the Steam key on the download page. More information can be see here https://itch.io/t/67604/how-to-get-a-steam-key-from-your-itchio-purchase
Thank you for your suggestion (and promotion as well)!
I’ve been thinking about the trail, smear effect as well, right now I want to make thing as modular as possible, but some effect (like smear) it might be better to just create a node specifically for it. I’ll consider adding it in the next version.
Are you using the latest (1.12.1) version? I can break down the step for you:
- Right click and type “export”, this will create export node. When you create export node a dialog will appear. This dialog allow you to select where to save. You can then click on “execute node” to save image.
or
- Right click on the preview and select “save current preview as…”. This will create the same dialog, where you can choose where to save image to.
It seem this dialog will appear if you don’t have Visual Studio installed. I think I might fix it in 1.12.1 (https://makham.itch.io/pixel-composer/devlog/485564/1121-patch) but I can’t test (since I have VS installed). Please download and run it again if the dialog disappeared.
Let’s go one by one:
-
The path property should be editable, unless you’re connecting it to other node (image below) then the value will be controlled by that node. You can also click on the folder icon to open file explorer.
-
The exporter node has to be trigger manually by clicking on the “execute node” button.
-
Also another way to save image is by double click on the node (to preview it) and in the preview panel, right click and select “save current preview as…”
- If you still can’t export, please send me the screenshot of your project so that I can diagnose further, thank you.
I’ve requested a payout on 29 December 2022 (payout id 93062). It’s been 27 days now and the status is still “in-review”. I’ve sent an email to itch support on 18 January 2023 (request id 140598), a week later and I got nothing.
I understand that the payout is reviewed manually, so it can take longer than usual. But it’s been almost one month now and my email is being ignored for a week. Can I get an update on my payout request please, thank you.
Thank you for reporting! I’ve fix the first bug in the latest 1.1.0.1 patch (https://makham.itch.io/pixel-composer/devlog/477368/1101-patch).
For the second one, I can’t replicate the bug, so I just fix according to the crash log. Please check again on your machine if it still exist, thank you.
You can use relative path just by renaming the path property (see how the image is saved in getting started project for example). Pixel Composer will search for the same directory of the project first, then search for the entire device.
Unfortunately you can’t change the path property of an image array. In the current version (v1.0.9) you have to edit the save file by opening the .pxc file in a text editor and replace the path manually.
The save file is simply a single line .json file, in vscode, you can use beautify to format it and search for absolute paths.