xynkurosawa: How do I play it? There are like ten .exe files and none of them worked. Also, kind of hilarious how every file that the game consists of is in the main folder.
kdurham68: I am familiar with what you are seeing. When you extract the zip file, all files are in a single folder with no subfolders. On my system,this was caused by the archiving program I was using. I my experience, this issue has been unique to some zipped downloads from IndieGala when trying to use 7-zip to extract them.
I found that if I used another compression program to do the extraction (I have WinRAR, HaoZip, and the Windows built-in "Extract all..." context menu dialog), the zip file extracts properly with subfolders intact.
=========================
EDIT: after doing a bit of research, I found the cause. Whatever tool is being used to create these zip files is explicitly using a backslash (\) character as a path separator. Under the ZIP file standards, a forward slash (/) is supposed to be used. Most archiving software will respond the same regardless of which character is used. 7-zip, however, aims for code and functional compatibility between its Linux and Windows versions.
Under Linux, a backslash is an allowed character within a filename. As such, Linux ZIP archives explicitly use the forward slash character as the path separator. Any backslashes are considered to be a part of the filename. Since version 22.01, 7-zip's code was changed to follow the Linux ZIP format.
This prevents archives using backslash path separators from being extracted properly on windows machines. This issue has been reported, but 7-zip's developers insist this is not a bug, but instead intended behavior. Their only advice is to contact the maker of whatever tool is being used to create the archives and demand they follow the published specs to build proper archives,
In the meantime, we will have to use other compression software to handle such archives.
I'm 100% certain this is a Windows-only game. The Steam version is Windows only, and the download from Indiegala is marked for Windows. No other OS version.
I'm a 7-Zip user personally and when I inspected my download, I merely looked in its contents without extracting it. Even after extracting it now, no issues were present.
This has to somehow be user error on their end. Not the file proper. They even had to extract it in a weird way just to solve their problem.