Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Suggestion. add an option to remove spaces from the filenames of "export all" I prefer to use makefiles, unfortunately spaces in filenames breaks things, so I have to rename them first.  

Thanks for the suggestion MGB, yes, that sounds useful. Added to the todo list.

Thank you again Subchrist for all your hard work. That's a great suggestion by MGB. I have had the same issue. I also noticed that when doing big maps, the "Export Flexi-Gridded Sub-Maps" exports numbers like this 0,11  9,12, 3,2 and so on. I need to rename the files to get them in the correct order: 00,11   09,12   03,02 and so on. If that leading zero could be added in the file names it would be very useful.

(3 edits)

Thank you for your appreciation, I've just had a look at the numbering issue you mention but really can't seem to see the problem, the numbering in the files is in [y,x] format for each exported sub-map.

On my system (Win 10) even if I export ie. several hundred sub-maps they all appear in correct order in the directory (without any leading zero).

It would be easy enough to add (the next update will make use of an ini file for minor settings tweaks) but I'm just not seeing it.

Sorry for the confusion. I'll give you an example. Here is a listing of a few lines from my map list. Since the macOS Terminal only looks at the first number and doesn't treat numbers as values, 1 will always come before 2 (10 comes before 2).

Rooms - SubMap (8bpc, 10x8) [1,5].bin
Rooms - SubMap (8bpc, 10x8) [1,6].bin
Rooms - SubMap (8bpc, 10x8) [1,7].bin
Rooms - SubMap (8bpc, 10x8) [10,0].bin
Rooms - SubMap (8bpc, 10x8) [10,1].bin
Rooms - SubMap (8bpc, 10x8) [10,2].bin
Rooms - SubMap (8bpc, 10x8) [10,3].bin

Deleted 1 year ago