Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 25 to 64 of 115 · Next page · Previous page · First page · Last page
(+1)

oh wow, that wasn't what i was expecting. i was so hooked into the storyline and i hope robin turns out okay in the end

(+1)

I played for a bit and it's an awesome game! However, I just can't seem to be able to save, I'm using a Mac and for some reason it wouldn't let me. Anyone else with the same problem?

(+1)

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!

(+2)

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

(+1)

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!

(3 edits) (+3)

Been following the development of the game for a year now and i love it, the colors, the graphic, the characters, the battle system... can't wait for the full game to be out, good luck!

(+1)

My only issue is that some graphic and sound assets clash with the game's overall aesthetic, but I'm assuming these are being used as placeholders.

Overall, I really dig this game and am looking forward to see what comes next.

Thank you! Some of the assets are RPG Maker default placeholders, yeah, but we're working to make sure as much of this game is original as possible. Thank you for the praise, we appreciate it!

Is there a place I can go for the full version?

Unfortunately, the game is still in development, and this is the fullest available version there is. Thank you for your support!

--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!

(3 edits) (+1)

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:

  1. Go into the game folder.
  2. Navigate to www/fonts
  3. Find the file named 8BitOperatorPlus-Regular.ttf
  4. Rename it to 8bitoperatorplus-regular.ttf (without the capital letters)
  5. Restart the game if it's open

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.

(1 edit)

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.

(1 edit)

Interesting...does this happen with any other RPG Maker MV games? I've never heard of this problem before, usually the game at least gives an error message when it crashes.

(Linux Fix is also on the way, dw)

(4 edits)

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.

(+1)

When I start a ghost battle, I think:

"Purification in progress"

(+1)

I'd be lying if I said OFF wasn't a major stylistic inspiration for this project lol

(+1)

🖤👻🖤

 ¡ʞɹoʍ pooƃ ˙uɐɔ ı uǝɥʍ ǝʇɐuop ƖƖ,ı ˙ǝʇɐpdn uɐ ʎƖƖɐuıɟ s,ǝɹǝɥʇ pɐƖƃ ɯɐ puɐ Ɩɐʇıdsoɥ ʇsoɥƃ ƃuıʎɐƖd pǝʎoɾuǝ ı ˙ɟƖǝsʎɯ ʇı ɟo ǝɯos oʇ ǝʇɐƖǝɹ puɐ ʇdǝɔuoɔ ʎɹoʇs ǝɥʇ 'ɔıʇǝɔsɐ ɐqƃ ǝɥʇ ǝʌoƖ ı ˙˙pɐǝp ʇ,usı ʇɔǝɾoɹd sıɥʇ ʇɐɥʇ ʍouʞ oʇ ʇɐǝɹƃ s,ʇı

˙ǝɹɐ ǝʍ ʍouʞ ǝʍ -ʇɔǝɾoɹd ǝɥʇ ɹoɟ pǝʇᴉɔxǝ os ǝɹ,noʎ pɐlƃ ǝɹ,ǝM ¡uoʇ ɐ sʞuɐɥ┴

I just played this game for the first time and got so excited!!! You are amazing! Thank you for creating such fun art and a good story!

Is the full game out? The main page shows Demo 1.2.0 files and then 0.1.8.5 files.

when i the full version coming?

(+2)

So good!! I can't wait for the full version

(2 edits)

app.nw/save/ is read only so my saves won't work please can you review this. I have tried moving the file to desktop and to applications folder but neither solution has worked I really like this game but, it is so frustrating to have to start over every time I open the app. Thanks :) I'm on mac btw

this game looks super cute and interesting and i super want to play but my own anxiety got super spooked after the giant letters of YOU NEED TO LEAVE NOW at the IV bags

AAAA

it gave me a heart attack

(+2)

UGH that was literally amazing, I've been looking for something like this game for the longest time. I really hope you continue working on it, I had such an enjoyable time playing it, even if it was short. Keep it up <3

(+2)

I enjoyed this game a lot! I especially had lots of fun with seeing the disappointed red dialogue from constantly checking the trash lol Can't wait for the full game!

(+1)

quick qustion where are you gonna release (steam, epic games, itch.io). and also great game cant wait for the full game to be out

Thank you! Currently I'm aiming for the end of this year or early next year, but this being a passion project, it's a bit up in the air. Thank you for your patience!

(+1)

it was very good! cant wait for the full game

(+2)

honestly so enjoyable, I'm excited for the full game!

(2 edits) (+1)

Great little demo! Definitely looking forward to seeing more of this! There are a couple small things I noticed (invisible wall next to the ghost nurse who saves for you if you try to walk right, a couple typos) but all and all it seemed very solid for it's current state! Keep up the great work!

Thank you for your feedback, and thank you for the compliment!

(+2)

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-)

(+2)

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!

(+1)

the Art Design and colors are amazing and the music can make the dead dance to death but sorry for asking but what is going on with the games development? I am kind of lost

(+2)

Hi there! Updates have been a bit slow due to personal reasons (it's just me and a few other people making this game, please understand), but progress is still coming! With some luck I'm hoping to have the full project ready by late 2019.

(1 edit) (+2)

I completely understand and will wait till the end of time and space when the sun will cease to exist

Good luck I hope the best for you and your team 

(+4)

Not Sorry!

(+6)

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.

Thanks for letting me know! I have no idea what RPG Maker is doing that mangles this so badly for Linux, but I'm looking into solutions. I'm tired of you guys not being able to play it!

(1 edit)

a question: how can I have the hallowen uptade? I downloaded the 1.2.0 version and it doesn't come with the uptades... what should I do? D: 

(+1)

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!

(+1)

thanks! :D

(+1)

By this fall ?! That's amazing to hear ! :D

(+1)

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!! 

Thank you! I'm glad this game resonates so much with you, hearing people say this makes the whole thing worth it! Thank you very much, and I'll keep updating!

(+2)

Quick question: does the demo allow me to transfer save to the completed version (whenever that is done)? 

Good question! Unfortunately I'm not currently aware on a way to do that with RPG maker, but it's one of my concerns too. I'll do my best to find a way to do that!

Using Mac, demo 1.2.0. Can't save -- game just bleeps and no save is made. Entering the options menu crashes the game when I back out. Error message attached.

What I've seen looks interesting, so I'm looking forward to playing the game proper.

(+1)

put it on your desktop, it had something to do with being able to access files easier, it should save after that

Fixed the problem! I was able to complete the demo. Enjoyed the retro feel thoroughly.

Hey there, it's probably because RPG maker is weird and very particular- try moving the game to your desktop or into the documents folder and see if that helps. Thanks!

(+1)

i like the game.

got the full game, but it ended on a cliffhanger, so it's not even a full game! It's more like a demo!

(+1)

Well, that's because it is a demo! I hope to release the full game later this year, though, so hang tight! Thanks!

(+2)

I don't like the game... because i haven't played it yet =P. 

Jokes aside I want to download this, but I am in a country where internet is expensive to get... hopefully i'll experience this game soon

I hope so too, and I hope you'll enjoy it way more than I enjoyed that joke. :U

(+1)

I apologize.. seems like it wasn't well received. I got a friend to help me download it. So I'm going to try it out today.

(+1)

I apologize... seems like the joke wasn't well received. Anywho, I downloaded this with my campus wifi. 

I like it already. Don't mind a little suggestion, but I wonder if you could make it compatible with a joystick? 

(+1)

Damn... I finished it... but i want more... It was real good. Hopefully this gets an ending. When I finally get a decent job, i'll probably donate

(+1)

Donated 5$, i hope this project thrives!

Thank you! We'll do our best!

(2 edits)

Thought this game was super good, I loved the story, and didn't have any issues besides the game freezing on me for a few seconds but it didn't happen often so it was a great experience. Honestly the main character is relate able to even those who have minor depression or anxiety I feel, you guys are great keep up the good work.

Thank you! I'm glad that you're able to relate to the story, and I'm currently looking into ways to optimize the game's speed! I hope you enjoy the full product just as much!

HELLO,

I TRIED TO SAVE MY GAME BY TALKING TO THE GIRL AT THE FRONT DESK/COUNTER AND WHEN I WANTED TO SAVE, THERE WAS THIS WEIRD NOISE THAT CAME UP WHENEVER I TRIED SAVING.

THANKS.

(+1)

Hi there,

I've seen other people with this problem. Your issue might be that the game files are stored in a place the engine is having trouble writing to. Try moving the game folder/file to either to desktop or the documents folder. Let me know if this helps!

 

HELLO, WHENEVER I TRIED TO GO TO KEYBOARD CONFIG., THIS ERROR WOULD ALWAYS POP UP AND THE SCREEN WOULD JUST FREEZE.

THANKS

Hi there, what operating system are you using?

(1 edit)

I kept getting this error when I enter Carna's room, after a few lines of dialogue between Robin, Jay, and Carna. Sarc. Ghost began talking and Carna spoke about him joining the corrupted or something (I didn't have enough time to read it) ,then this came up.  Making the scene blurry but you can still play the game to some extent. I even skipped the blurry dialogue to see if the game will (maybe) clear up, when I fought her.  But no, I defeated her with a blurry scene.

I think deleted something on accident or messed up the settings.  I don't know.

Please help. 

Hmm, that's strange. What platform are you playing this on?

The .ogg should be in there by default...I'm not sure what the deal is, but it seems like you're playing on an older build! I hate to ask you to redownload and start all over, but the problem is almost definitely fixed in the newest build. There's a chance you can copy your save file over to the new game, but I can't speak to how well it would work. I wish I could help you more, but it's very hard for me to go back and edit an old build! Sorry!

(+1)

This was a great game super good story and art, i did however notice a bug. when you enter carna's office it asks you if you want to enter again i think this may only happen on the right door. this game was still fantastic, can't wait for future updates!

Viewing most recent comments 25 to 64 of 115 · Next page · Previous page · First page · Last page