Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

LearnByRpg

3
Posts
A member registered Dec 31, 2020

Recent community posts

"Delete user preferences" worked. Thank you for the prompt response. Love the software. Keep up the good work!

Since installing this update, It hangs on "Creating a new file..." , I have tried uninstalling and reinstalling, but it doesn't work. (Steam - Nightly Build)

Have you given any thought to batch imports or command line arguments?

First off thank you for creating this! As a developer with zero artistic talent, I am very grateful.

I've taken a look at your file format and its well laid out. thank you for using JSON. it makes these assets easy to version with source control. I'd like to utilize your software as part of the build pipeline. to do this it would  have to handle a sort of batch import.

basically I'm requesting that it accepts a set of command line switches that would start the following workflow: 

  1. launch the software
  2. open a file (or all files in a directory), path from command line
  3. run the batch export process. output location from command line
  4. close the software and exit with a meaning full return code (i.e. non-zero if input file format was invalid, or an asset is missing, etc)

I understand this would probably require a desktop (i.e. its not going to run headless). But making sure that all a projects assets are up to date would be worth running this overnight.

Thank you for your time! and you are doing a great job!