Rowan Reins
Newbie
- Jan 30, 2022
- 31
- 52
You should be able to do so on anything but mobile, if you know what your doing (creating a false save, renaming the old save to the name of the false save, replacing it, etc)...Can I not play the new update with my old save ?
luse mtool to launch the game make sure your outside the cafe go to variables select katie (97) set it to 0 then when you enter the second katie dissapaers and you get the dialogue of it being your first time in there and not knowing who katie isHow to solve this problem without using the 50 save slot? This quest also blocks Brenda's "Put the book down" quest.
Previous page has a solution. #9,611 - the post directly prior to you commenting on one of my posts.Dammit stuck in Cup a Feel
guess i gotta wait for a patch or something
upload a copy of your latest save in a zip.i saw it man :/
Both saves are after I talked to her so im fucked till another workaround can happen
i dont feel like starting over since ive already done so much
upload a copy of your latest save in a zip.
See if this fixes your issue. I toggled a variable.
Nice it workedSee if this fixes your issue. I toggled a variable.
it now says failed to load img/system/VNButtons.png when I click the nw file what do I do?!
Running Linux version, having error:
Code:Failed to load img/system/VNButtons.png
I'm having the same issue, anyone else?
Running through terminal this is the output of the console after launch.
/home/xxxxxxxx/Downloads/DD_V06_BETA_Linux/DD_V06_Beta_Linux/nacl_helper
[16821:16821:0212/202903.449552:ERROR:nacl_fork_delegate_linux.cc(311)] Bad NaCl helper startup ack (0 bytes)
[16847:16847:0212/202903.744090:ERROR:gl_angle_util_vulkan.cc(17)] Failed to retrieve EGLDisplay
[16847:16847:0212/202903.744141:ERROR:vulkan_instance.cc(91)] Failed to get vkGetInstanceProcAddr pointer from ANGLE.
[16848:16855:0212/202908.777705:ERROR:cert_verify_proc_builtin.cc(592)] No net_fetcher for performing AIA chasing.
[16848:16855:0212/202916.833050:ERROR:cert_verify_proc_builtin.cc(592)] No net_fetcher for performing AIA chasing.
[16848:16853:0212/202916.833134:ERROR:cert_verify_proc_builtin.cc(592)] No net_fetcher for performing AIA chasing.
Well, from my research, it seems that there's a problem with the Linux build.Is the paid
Same issue. Anyone have luck resolving this?
# Step 1 - install php in your OS.
# Step 2 - install chromium in your OS.
# Step 3 - open a terminal in the folder where Game.exe is found and run the following commands.
php -S 127.0.0.1:3333 &
chromium --app=http://127.0.0.1:3333
thought it was only used to summon the demon chickYeah in the other world, which you can access in the room on the bottom left corner next to your bedroom with the red pentagram.
That room is shining like a christmas tree, how did you never go into it and check what it does.
Thanks for responding to us. Seems like a clean Linux plays a couple weeks away.Well, from my research, it seems that there's a problem with the Linux build.
I've managed to run the windows build through Chromium, the Linux build has the same issue even if it's launched through the browser.
The problem is that I haven't found a way to import the file50 save file into the browser, the savefiles when launched through the browser are not read/write from the local folder, instead it's saved as a key value in the indexedDB. And since the contents of the file are compiled, I couldn't insert it into the db.
If you are still interested in playing this build from the start you can do it easily with these steps:
You can create a script if you want and customize it to your own preferences.Code:# Step 1 - install php in your OS. # Step 2 - install chromium in your OS. # Step 3 - open a terminal in the folder where Game.exe is found and run the following commands. php -S 127.0.0.1:3333 & chromium --app=http://127.0.0.1:3333
What this basically does is that it runs a webserver in your pc where the game is served and you play the game through the browser.
I will patiently wait for the public release, if I can solve the import of the savefile, I will try to post the steps.