Lets just keep it simple, Mulan is taking us for fools, right now the X$ you are giving to Mulan could just go down the toilet, I believe that would be a way better investment.
Btw june update had no new content, it was some part of old art redone.last update was on 4th of june,
of, ur right, sorry, its hard to remember since it was so god damn long ago...Btw june update had no new content, it was some part of old art redone.
Just like always. In holidays of 2019 they delayed release in 4 months.The game was supposed to be released on August 2nd or 3rd week rightloved the game and the bimbo content but doesn't seem we gonna get any new updates this month as well
Thanks for the tip. Problem with this game is that the developer was not consistent with capitalization and there are quite some errors, due to the fact that Linux and Unix generally use case-sensitive file systems, so there are quite some files that are not found, because some letters are uppercase or lowercase when they shouldn't be.Haha, that was a good idea. Okay, so just opening index.html won't work, since the game needs to be served off of a server. File paths will be are relative to server, not absolute, which is why you see that failed to load message. Which is probably why web versions of this game, and many other games today, don't work properly.
Okay, so long story short. On Mac, you should have python installed by default. So start up a simple HTTP server in the www folder, and you should be good to go.
Steps:
1. Download game and extract .rar file.
2. Go into the www folder.
3. Open terminal in folder (or, skip step 2, and you can start terminal and cd into the www folder).
4. Check Python version. run "python --version" (without the quotes)
5.a. For python version 2.x.x, run the following command in terminal in the www folder, (without the quotes again)
"python -m SimpleHTTPServer"
5.b. For python version 3.x.x, run the following command in terminal in the www folder, (without the quotes again)
"python3 -m http.server"
6. Open web browser and go to localhost:8000 and you should be able to play.
Tested on Linux, don't see why it shouldn't work on Mac (or Windows, if python is installed) either.
Cheers.
[P.S.: If you want to read up about thisYou must be registered to see the links]
The game doesn't seem to have any cookies for the saves. At least that seems to be what no output fromThanks for the tip. Problem with this game is that the developer was not consistent with capitalization and there are quite some errors, due to the fact that Linux and Unix generally use case-sensitive file systems, so there are quite some files that are not found, because some letters are uppercase or lowercase when they shouldn't be.
Edit: A workaround I used was to copy the game to an old SD card I had lying around, which had a FAT32 filesystem and running the server from there.
Edit2: Loading a save does not work. Saving does, but on the menu, the "continue" button is grayed out and loading from the save menu fails with the failure sound. Doesn't show any window or anything saying what could have gone wrong.
select * from moz_cookies where baseDomain glob '*localhost*';
from cookies.sqlite would suggest. Neither do Firefox's developer tools show any cookies.Or maybe another excuse hope it's the release dateprogress report is up if someone can share (hope its a release date)