Status
Not open for further replies.

Agywinw72yjwk

New Member
Sep 20, 2020
10
2
3
How to
here is my unofficial android port of Daily Lives of My Countryside v0.1.8.1.
You don't have permission to view the spoiler content. Log in or register now.

have fun and please report problems (you can reach me ).
updated: 23.03.2021 (v0.1.8.1)


How to play interactive groping at night. I always stuck like i cannot use the longpress, then i got stuck on night groping. I cannot get out from that session bro. How to use it. Thanks
 
  • Like
Reactions: Perspektivniymax
Aug 29, 2020
62
14
59
Another awesome handdrawn h game which receives only 1 or 2 updates in a year like Amity Park & Bones Tales The Manor.
Besides making the game, milda has another job if you look at her star, so I will call him, milda does not reach the first expected goal, which is 2,000 dollars, I think it is currently 1,100 to 1,150 if she reaches the first goal set, such Once Milda decides to resign. I said maybe about his job, but he already set a goal to quit his job which is 5,000 and if he reaches that goal maybe we will have updates every 2 months or maybe 3
 

Iceloo

Member
Sep 20, 2019
105
740
301
For those who do not know, there is a very good mod page 127, there are 3 or 4 edited scenes
 

throwawayidk6969

New Member
May 15, 2021
1
0
1
It works when the MC is completely alone
The first scene with Betty makes the phone unusable. I saved prior to peeping at the pool and once I complete the scene with Betty I can no longer use the phone. I even tried going to MC's room right after to open the phone and even there it says I cannot use the phone right now. It was working fine up to that point even after receiving tools.
 

mr_tao

Member
Apr 21, 2019
369
372
259
Found a bug using the game on Linux: it fails to find some image files, "/img/system/SHud_A.png" and "/img/system/SHud_A.png".
2021-05-28_00:38:37.png


I know, I know, Linux is not officially supported.... but it's a RPGMaker MV game. Which means it's in actuality just a HTML5 game bundled with a OS-dependant Node-WebKit shell.
It's possible to simply run it with any browser or local NWJS implementation.

So, I found the source of the issue:
the plugin in /wwwjs/plugins/MOG_SHud.js tries to find, at lines 208 and 209, files registrated as "Shud_A" and "Shud_B"
But the game comes with the files "SHud_A" and "SHud_B"
This is not a problem on Windows, as the OS treats filenames as case insensitive, but it IS a problem on Linux(and, I guess, it would be on MacOs) as it treats filenames as case-sensitive.

The solution is quite simple: edit /wwwjs/plugins/MOG_SHud.js to look for the correct files

from
JavaScript:
S_Hud.prototype.load_img = function() {
    this._layout_img = ImageManager.loadSystem("Shud_A");
    this._meter_img = ImageManager.loadSystem("Shud_B");
};
to
JavaScript:
S_Hud.prototype.load_img = function() {
    this._layout_img = ImageManager.loadSystem("SHud_A");
    this._meter_img = ImageManager.loadSystem("SHud_B");
};
 

FlamesOfVengeance

Well-Known Member
Jul 16, 2019
1,624
2,000
450
What exactly am I supposed to do when Daisy is sleeping and the MC whips out his dick? Clicking on the pussy just makes it so that he pushes the tip in and doesn't move anymore and calls the whole thing off... This can't possibly be it, right?
 

mr_tao

Member
Apr 21, 2019
369
372
259
What exactly am I supposed to do when Daisy is sleeping and the MC whips out his dick? Clicking on the pussy just makes it so that he pushes the tip in and doesn't move anymore and calls the whole thing off... This can't possibly be it, right?
it's a bug, I think, it shouldn't show that until you meet Pixie
 

Joey's Conscience

Active Member
Sep 28, 2020
973
3,017
408
it's a bug, I think, it shouldn't show that until you meet Pixie
Nope
What exactly am I supposed to do when Daisy is sleeping and the MC whips out his dick? Clicking on the pussy just makes it so that he pushes the tip in and doesn't move anymore and calls the whole thing off... This can't possibly be it, right?
You're supposed to get her wet first. Spread the cheek with your hand, and you will see the tongue show up. Then fill the bar to make her cum. Then you can proceed with the dick tip.
 
  • Like
Reactions: SiyanBoy

FlamesOfVengeance

Well-Known Member
Jul 16, 2019
1,624
2,000
450
So after playing this for a few hours I can say that I'm really thrilled with the amazing artwork which even comes with nice animations as well. So that's definitely a big plus for the game but I feel it's still lacking in actual sex scenes in general... Now, I don't know if the game is still relatively new but it could certainly use some more scenes as the ones we have are really nice.

Me being a hopeless preggo-nut also makes me hope that maybe we'll have some juicy pregnancy content later down the line as it improves any game tremendously for me personally.

But yea, so far so good. Really looking forward to what this game will have to offer in the future.
 
  • Like
Reactions: vaaf
Status
Not open for further replies.
3.70 star(s) 228 Votes