Log in with itch.io to leave a comment.
Hi there, chances are you have the game saved somewhere your computer only has read permission- you'll want to put it in the documents folder, on your desktop, or somewhere else your computer should be able to have write permission. As this seems to be a problem with RPG Maker MV in general, I don't currently have a better solution than that, but I'm working on finding one. Sorry!
Intriguing story and well suited aesthetics so far. I'm especially impressed with how you've integrated the narrative struggles with anxiety into combat. My only minor complaint is the walk speed in the later portion of the demo. It just feels like sludge rather than cautious exploration. That being said I'm very much looking forward to the pediatric ward update
As someone who suffers from anxiety, I admit that I was afraid of how it would be represented in the game but oh boy just playing the demo I felt there would be no problem in that part, the final scene of the demo made my heart race, in a horror game it doesn't always have to be with Jump Scarys and other classic formulas, simply the protagonist's thoughts, especially talking directly to the player is enough to disturb. I personally loved the game thanks for this work of art dealing with such a serious topic for me for thousands of other people, good work. (And forgiveness for my English is not my first language so it is pretty shit)
Thank you! I'm glad my goal of portraying how anxiety feels instead of just turning mental illness into yet another bugaboo has been so effective, I know that not everyone experiences this the same way but the overwhelming response from other sufferers of anxiety has been very encouraging! Thank you so much for your input, and I hope you'll feel just as satisfied with the final project!
--FIX FOR LINUX USERS--
As some may have noticed, the linux download for the game is broken. Luckily, I have devised a method to port the game to linux manually.
STEP 1: Download the windows version (0.1.8.5 at the time of writing, non demo)
STEP 2: Download the nw.js SDK (https://nwjs.io/downloads/ at stable)
STEP 3: unpack the nw.js SDK zip
STEP 4: put the nw.js files inside the Ghost Hospital folder. If you did it right, it should ask if you want to merge the two locales folders. Say yes and overwrite any files when prompted.
STEP 5: the file at www/js/plugins/smooth.js has windows newlines and a // comment. This means that when a linux program tries reading it, it parses the whole thing as one line. Now, this wouldn't normally be a problem for Javascript, but in this case, the // causes the entirity of the rest of the script to be commented out, resulting in catastrophic failure.
To fix this, remove the
//console.log("disabling smoothing for "+path);
line from the file.
STEP 6: The font file names are broken. The game looks for the fonts using the wrong filenames and fails to load as a result. To fix this, rename
8bitOperatorPlus-Regular.ttf to 8bitoperatorplus-regular.ttf
and
apple_kid.ttf to apple_kid.ttf.ttf
STEP 7: Run the game by executing the file named "nw" inside the game's directory. If you did everything right, the game should work without any further problems. Enjoy!
So i noticed some stuff as a linux user:
-The linux download for the 1.8.5 version is broken. The .zip file is smaller in comparison (131MB compared to 390) and it wont unzip on anything. I ran zipinfo on it, which reported that the end-of-central-directory signature seemed to be missing. This indicates that the file was probably only uploaded halfway through.
-The linux demo zip is also broken, but in a different way. I installed the font file like the readme told me to, but to no avail: I got a Failed to load GameFont error.
Luckily, i was able to find a remedy that could potentially eliminate the requirement to install the font file to begin with:
I came up with this workaround as i was fiddling around with the game files trying to fix the problem and saw that the gamefont.css file in the www/fonts folder contained the line:
src: url("8bitoperatorplus-regular.ttf");
and that the font file's name didn't match the name in that string.
I don't know if the comments section is the right place for a bug report but i'll post it here regardless so others can see the workaround.
By the way, I don't seem to be able to get the non demo versions to work on anything. So far, I've tried Windows 10 and 7 on Virtualbox with Guest additions (256MB GPU memory + Direct3d + 3d acceleration enabled on host - probably not causing the issue though). I haven't tried playing it on a real, bare metal windows install since I don't have access to one at the moment. I can upload any log files you want me to, if you point me toward their location. This is not a post directed at the developer only, this is directed at anyone who has or may have insight on this matter. I really liked what I saw in the demo and am willing to go through the hassle of debugging it myself if it means I get to play it to its end.
EDIT: For those curious about the exact details of the crash: It either happens when I press Enter on New Game or after the initial "ugh" "nnngh" "....". The game window just closes afterwards. The worst part is, I don't think there is a way to run it from the terminal to get the output like you can with linux, so we don't even get to see which part of the code it crashes in or what kind of errors it spews out right before dying. I'll try booting it on a physical windows machine, see if that works.
Do you know any RPG Maker RV game I could test this with? Also, I've tested it on a physical windows 7 install and it worked flawlessly. I think Virtualbox and Wine are the problem here (for some reason). I'll try virtualbox without any acceleration, see if that helps. Also, whenever the app crashes with wine, the standard "report problems" window shows up but telling it to "show more details" causes many lines of
0074:fixme:dbghelp:elf_search_auxv can't find symbol in module
to show up and then the window closes and I get no feedback. So I don't even get to read the crash report.
Thank you for responding to my comment.
EDIT: I've tried to repackage the game with nw.js by removing everything except the www folder and the package.json file then unpacking the nw.js zip on the game. I've tried both the SDK and the normal release but both of them got stuck in the Now Loading screen. This happened on a bare metal linux mint install.
EDIT 2: I have tested another RPG Maker NW application (Verdant Village) and it seemed to be working well, although i *did* use their native linux version. I'll try downloading their windows version and try it with wine to see if the problem is Wine or just the game.
EDIT 3: I have made some interesting observations. First of all, running Verdant Village with wine did not work, meaning wine and RPGMaker RT *are* a problematic combination. However, when I used the repackaging technique (remove everything except the package file, add nw.js files in), their game worked flawlessly. I will now try just unpacking the nw.js SDK runtime inside the windows distribution of Ghost Hospital to see if the problem was me removing one too many files.
PS: Sorry for spamming the thread so hard, just needed to give you (and the community) every bit of information I could.
FINAL EDIT: I have found every problem inside the game that's preventing it from booting. I will post it on a separate thread so other users can see it. If you're curious: I debugged the program by opening the index.html in firefox. (I did have to set the privacy.file_unique_origin flag in about.config to false to stop the cross origin request warnings) I then looked at the errors and debugged from there.
I love this game so very much already!! From the lovable and creative characters to the suiting and catchy soundtrack to the important inner meaning- it's all so wonderful!! Thank you for this ^^
(Also: Is the soundtrack available for download? If not, do you plan on making it download/buyable in the future? I just- I love it sm-)
Thank you so much! At the moment, the soundtrack is not buyable, but what does exist is on the youtube channel of our composer in a playlist! We hope you'll enjoy everything to come, too!
Hi, I'm running Linux and having problems getting this game working, and I was hoping you could help. Here is the error message in the window:
And here is the output of the program when run through my terminal (bash; with my name removed):https://pastebin.com/b0P0kQa7
Two other things to note: The game requires canberra-gtk-module on Linux to be installed on the end user's computer, it seems, which would be worth noting on the game's page, if not bundled with the game (which is fair). Second, the text files shipped on the Linux version seem to be mangled, which breaks a JavaScript file (I can't remember which one, sorry) due to a stray line comment.
Thanks in advance.
Hey there!
The halloween update was more of a progress report than an add-on. As much as I'd like to release the game incrementally, I plan to have a full release, and it'd probably be annoying for people to continually figure out how to migrate their saves. Keep an eye out, though, I plan to have the full version ready by this fall!
I just played the game a few days ago and I wanted to say I LOVE IT!!! I have an anxiety disorder and I can relate to Robin sooo much. I love her as a character and the battle functions are really unique with her.
Honestly, I just made an account to write this and say keep doing what your doing! The game is amazing and I look forward to the full game in the future!!