RPGM A Simple Life with My Unobtrusive Sister [v0.85] [Countercurrent Tea Party]

3.30 star(s) 22 Votes

Ferghus

Engaged Member
Aug 25, 2017
3,143
4,936
468
while this is a demo version of the game, at the moment there are no conditions for "Bad Ending" or "Game Over". In general, do what you like in the game, and to view existing scenes, fulfill the conditions for launching them, for more details, see the .

With the latest update to version 0.79D, some scenes were "broken" by an attempt to expand the content, that is, there are no sounds and pictures that are now in the scene scripts, but they are not yet in the game files. They promised to fix it in version 0.79F

About the scene in the living room. You need to click on your sister at about 21:00 and there will be a chance that she and her brother will go watch TV. I don't know any additional conditions yet, I'll have to look for triggers in the scripts.
Weird. I got the TV scene at around 20:00 I think. I had just gotten my ass beat at a dungeon, ate purple slop, and had a single conversation about health in lewd topics, and immediately got the scene. For reference, I only have 28 points with the sis.
 

Box Trot

Newbie
Jan 25, 2025
40
18
27
Hey y'all, I just started playing this game. I gotta ask, what's the preferred style of play here? Is it better to kill as many things as you can until you wipe, or is it better to leave the dungeon early? I noticed that your stats kinda goes up as you play, but I don't know what's causing it to. What do you do with drops that are neither gear, consumables, or food?

I also noticed that the overview mentions a time limit. Has that been implemented yet or no? I think the game mentions something about getting alchemical ingredients to stave off the imouto's symptoms, but I can't figure out what it is I'm supposed to be looting, if anything.
Personally~ my go to is to farm the first layer first before going any deeper~ gather as much Phoenix feathers from the corpse flowers and once you got some decent stuff to increase your health go to the second layer and get the ninja skills from the hidden safe room~ also~ try running up on walls as there are some secret passages that you can go through that leads to hidden loot~

If your talking about the Clock on the upper right then yes~ you will go home at 17:00~
If your talking about Imouto's medicine then no~ there is no time limit for that~ you can get that medicine by beating a boss that is on the lowest accessible layer currently~ After that be sure to use the Star Gate which is the Red Door(if you forgot how to access it, you can click the Exit Sign just under your Gear Hotbar) and go home that way~
 
  • Thinking Face
Reactions: Ferghus

Fox Taihen

Newbie
Apr 6, 2022
32
28
69
Personally~ my go to is to farm the first layer first before going any deeper~ gather as much Phoenix feathers from the corpse flowers and once you got some decent stuff to increase your health go to the second layer and get the ninja skills from the hidden safe room~ also~ try running up on walls as there are some secret passages that you can go through that leads to hidden loot~

If your talking about the Clock on the upper right then yes~ you will go home at 17:00~
If your talking about Imouto's medicine then no~ there is no time limit for that~ you can get that medicine by beating a boss that is on the lowest accessible layer currently~ After that be sure to use the Star Gate which is the Red Door(if you forgot how to access it, you can click the Exit Sign just under your Gear Hotbar) and go home that way~
How to learn skills from Ninja? I broke the tombstone down and cooked for her.
 

Uzur123

Member
Jan 23, 2020
442
321
197
How to learn skills from Ninja? I broke the tombstone down and cooked for her.
In that case, you should already have the basic ones. "Backstab" is trained by using it on enemies. And "breath control" is improved by "Dancing" in the bathroom while sister is washing. Or by "Work out!" at night in front of sleeping sister.
 
  • Like
Reactions: iamsensei

Desiut31

New Member
Nov 18, 2020
4
0
78
I played this game for almost 1:30 hours and i only got bath scenes, i did food things and talking but its the pathing of this game is so slow. It is normal or u can do soemthing to get the scenes faster?
 

Uzur123

Member
Jan 23, 2020
442
321
197
I played this game for almost 1:30 hours and i only got bath scenes, i did food things and talking but its the pathing of this game is so slow. It is normal or u can do soemthing to get the scenes faster?
in the current version there is an item ("gloves of saint maiden"), when equipped it/it's helps with increasing sympathy (red hearts), but it also "interferes" with increasing obscenity (purple hearts). And it "interferes" because it completely discourages the brother's desire, which is needed for night scenes. From personal experience, the effect of the glove extends not to the skinship, but to the "hand" button when the sister is sitting.

In the current game are no other special ways to speed things up yet. The best increasing of sympathy so far is "playing video games" (On the first day you "buy" and bring the game console, and on the second day the "play video games" function can be used, "what and how" - look for my messages in this topic above, through the forum search functions.), the best increasing of obscenity is "groping" the sister a lot at night (The main character's arousal must be above 25%).
 
Oct 24, 2023
36
41
128
Has anybody else seen that the game got taken down on itchio? The takedown notice says it was in violation of their adult content policy.
 

UruZai

Newbie
Sep 10, 2019
41
18
139
Hi everyone,
This game is cute, the animations are good, the voice acting is good, and so on!
But I just don't have the patience for going through the super uninteresting, extremely repetitive combat stuff... not at my age.
So, I went ahead and spent too much of the day figuring out cheat commands. Click F12 while in game and enjoy:


// A Simple Life with My Unobtrusive Sister — Complete Console Commands Reference

// AFFECTION & AROUSAL SYSTEM
//---------------------------------------------

// Game will lag during implementation // I did experience the game breaking when trying to do this over and over -
// before trying to save. I did fix itself after sitting on Loading... for about 20ish seconds. Restarting game helps a lot.
// Effects seem to not requires changing the day/sleeping as Panty conversation does yield positive results (maybe mult tries)
// Additionally, provides

// Increase Affection by 1000 // Must do before Arousal; Advised to produce 7 hearts first.
$gameVariables.setValue(17, $gameVariables.value(17) + 1000);

// Increase Arousal by 100% //
$gameVariables.setValue(16, $gameVariables.value(16) + 100);

// Set Arousal to exactly 99% // Not sure of the usefulness as it prevents more touching
$gameVariables.setValue(16, 99);




// SALMON ITEM COMMAND
// I didn't bother to figure out if giving the vendor enough salmon/king salmon does anything or not.
//---------------------------------------------

// Obtain Salmon (confirmed item ID: 67)
$gameParty.gainItem($dataItems[67], 1);

// ADD ALL CONSUMABLE ITEMS
// Be aware, this will give you a story item, as well, that triggers/transforms when going through the B portal
//---------------------------------------------
$dataItems.forEach((item) => {
if (item && item.consumable) {
$gameParty.gainItem(item, 99);
console.log("Added:", item.name);
}
});

// Giving sister \"Apple Apple Slime\" for dinner triggers the Video Game Event afterward.


// Set Yen to 999,999 (or any value you like)
$gameParty.gainGold(999999);

// STATS
// Be aware, after making these changes, the whole game seems to lag just a bit; especially the combat stuff.

// First run this to increase max stats
for (let i = 0; i < me._paramPlus.length; i++) {
me._paramPlus = 999;
}

// Second run this to fill it up
// I'm sure part of this is unneeded or does nothing
let me = $gameActors.actor(1);
me._hp = 9999;
me._mp = 9999;
me._baseParamCache[0] = 9999; // Max HP
me._baseParamCache[1] = 9999; // Max MP
stats?

----------

I'm a novice at programming and coding and data manipulation and what not, but this works.
If you have the energy, go ahead and improve them; I'm sharing here because I want people to benefit.

SALMON code, didn't work.
 

Inuesan

New Member
May 5, 2023
8
17
136
Sorry for google translate.
Lastest comment in Ci-en post:
"Why was my download link on itch deleted because of pornographic content?"
- "We have contacted itch officials to resolve this issue.

I dont know guys but I find it difficult to the dev to be able to turn this around.
Surely a lot of games will be banned in the coming days because of the card rules reforms.
I don't think this is the cause but it seems too much of a coincidence.

F
 

randomuser420

Newbie
Apr 1, 2021
83
275
176
I hope it's not related to the recent takedowns due to payment processor shenanigans.
Unfortunately, that might have been because of that. I checked the discord and from what it seems, it was mostly because of the "incest" part of the game, which is why some games got taken down on steam.
The payment processor and that other feminist group are going hard at this lol
 
  • Like
Reactions: leastdevotee

randomuser420

Newbie
Apr 1, 2021
83
275
176
Unfortunately, that might have been because of that. I checked the discord and from what it seems, it was mostly because of the "incest" part of the game, which is why some games got taken down on steam.
The payment processor and that other feminist group are going hard at this lol
ok, maybe not, they are saying on the discord that someone reported or claimed for copyright and then itch flagged for sexualizing minors.
Seems strange.
 
3.30 star(s) 22 Votes