Trying to run the supplied "Demo game"...
I get an error...
"Access to the path 'Speech' is denied."
Then it crashes and exits. There is no "Speech" folder or files... Only 'Music' and 'Sound' folders in the demo. I assume something is hard-coded to "look in folders", but it just assumes the folder exists, trying to look inside a non-existent folder for "something". If not that, than it is coded somewhere in the demo file, which, at some point, may have had 'Speech', but later moved stuff to 'sounds'... But the code still has a path-call for 'Speech', even though it never uses it. (So nothing would have been exported, and the folder never existing. You should check for unused resources and remove them, at compile time. Being used in code is not the same as "being used", if nothing ever calls for that "thing", or the "thing" is not used anywhere other than a declaration of a path, which is never used as a called value.)
Anywho... Back to playing. Since the demo is essentially dead and thus, a demo of what not to do... sort-of.
EDIT: Manually creating the folders got me a little further... Had to create a few... All are missing and it is looking inside for them.
"Speech"
"AudioCache"
"Compiled"
Now I am getting "User access denied", you do not have permissions to write to folders/files in this directory... It is trying to compile inside of the program directory, which is shouldn't be doing. It should be compiling inside of a windows temp-folder with disposable junk, not user folders. (Thus, the permissions failure.) Otherwise the program should be registered as the "User", or as "All users", or the setup should follow with "First, setup your program to run with Admin privileges, or User privileges."... if that is a requirement to "run". (Even a note on first-run, would be sufficient, if it also has instructions.)
Honestly it is odd that it doesn't have permission to edit files in the EXE's own directory. Time to update the installer, it obviously isn't setup to install into windows correctly.
Trying to use the "Horn" with the "Crack in the wall"... Get error... "prepare script: error - 18 (no such function in script) trying to run 'hotspot0_a' (Room 14)"
Honestly, I don't get the demo. What is it showcasing? It is huge unreadable pixels and poor functional click-GUI and no guidance of what is going-on. It is also annoyingly loud and noisy.
One usually thinks of a "demo", as a form of showcase of "what we can do", or "our ability"... Not just something made for the sake of making something, and providing it to look at, with bad examples of function and devoid of "what we are looking at"... It obviously isn't good graphics or sound or GUI interaction, or game-play... Not trying to sound offensive, just telling my opinion of what I saw before I couldn't take it anymore and the demo-game crashed... again, again...
I get an error...
"Access to the path 'Speech' is denied."
Then it crashes and exits. There is no "Speech" folder or files... Only 'Music' and 'Sound' folders in the demo. I assume something is hard-coded to "look in folders", but it just assumes the folder exists, trying to look inside a non-existent folder for "something". If not that, than it is coded somewhere in the demo file, which, at some point, may have had 'Speech', but later moved stuff to 'sounds'... But the code still has a path-call for 'Speech', even though it never uses it. (So nothing would have been exported, and the folder never existing. You should check for unused resources and remove them, at compile time. Being used in code is not the same as "being used", if nothing ever calls for that "thing", or the "thing" is not used anywhere other than a declaration of a path, which is never used as a called value.)
Anywho... Back to playing. Since the demo is essentially dead and thus, a demo of what not to do... sort-of.
EDIT: Manually creating the folders got me a little further... Had to create a few... All are missing and it is looking inside for them.
"Speech"
"AudioCache"
"Compiled"
Now I am getting "User access denied", you do not have permissions to write to folders/files in this directory... It is trying to compile inside of the program directory, which is shouldn't be doing. It should be compiling inside of a windows temp-folder with disposable junk, not user folders. (Thus, the permissions failure.) Otherwise the program should be registered as the "User", or as "All users", or the setup should follow with "First, setup your program to run with Admin privileges, or User privileges."... if that is a requirement to "run". (Even a note on first-run, would be sufficient, if it also has instructions.)
Honestly it is odd that it doesn't have permission to edit files in the EXE's own directory. Time to update the installer, it obviously isn't setup to install into windows correctly.
Trying to use the "Horn" with the "Crack in the wall"... Get error... "prepare script: error - 18 (no such function in script) trying to run 'hotspot0_a' (Room 14)"
Honestly, I don't get the demo. What is it showcasing? It is huge unreadable pixels and poor functional click-GUI and no guidance of what is going-on. It is also annoyingly loud and noisy.
One usually thinks of a "demo", as a form of showcase of "what we can do", or "our ability"... Not just something made for the sake of making something, and providing it to look at, with bad examples of function and devoid of "what we are looking at"... It obviously isn't good graphics or sound or GUI interaction, or game-play... Not trying to sound offensive, just telling my opinion of what I saw before I couldn't take it anymore and the demo-game crashed... again, again...