That is awesome. Godot is a great engine, and you've used it well here so far. Nice work. Looking forward to acquiring the full game. Also, thanks for the Linux native build. Much appreciated.
Bloo Alien
Recent community posts
Yeah, the simple answer here is to always enclose filenames with spaces in them in matched quotes (single or double), or escape the spaces with a preceding backslash character (\) when working with such files from a Linux or MacOS terminal. (Probably the same for Windows as well.) Filenames with spaces are pretty common for quite a few years now, so one should just get used to assuming a need for using quoting or escaping when spaces in filenames are involved.
One should also be careful of this concern within program code as well to avoid unexpected and sometimes hard to track bugs. Always ensure any spaces in filenames are handled properly by your code or expect strange issues to occur.
Love your world/terrain engine. Did you custom build that from scratch, or use some existing Unity toolkit and drop your own custom graphics/map in? Really like the look of it either way. Performs well on i5 CPU with Intel HD4000 graphic hardware laptop running Kubuntu 18.04 Linux. Any plans to ever revisit this project and flesh it out into a full game, or is it pretty much a "dead" tech demo at this point?
Discovered this game after playing one of your other games, and find this one quite enjoyable too. You've got some talent there. I'll probably be buying it just because you deserve the support. Also, thanks much for the Linux versions of your games. It's much appreciated by those of us who no longer use Windows. :)
Huge fan of games that require some brainpower (like Valve/Steam's Portal games for one example), so I'm really loving the look of this game thus far. Massive potential here, for sure... Very much looking forward to seeing where you go with it from here. Keep up the great work. :)
(Apologies for the multiple-posts. I've deleted the duplicates. Wasn't updating the display when I tried to post.)