1.80 star(s) 25 Votes

fulcrum

Engaged Member
Feb 2, 2018
3,510
2,048
Advent Games drinking sake calls drinking beer (text and variable substract beer)

Code:
 "[drink_alcohol_sake.item_name] ( [inventory_alcohol_sake] )":
                        if inventory_alcohol_sake > 0:
                            $ current_speaker = p
                            p "Let's drink sake."
                            $ current_speaker = s

                            if trust_level < 3:
                                s "Ehm...[persistent.player_name]. I'm too young to drink alcohol."
                                jump do_nothing
                            else:
                                s "Ehm..."
                                s "OK."
                                $ current_action = action_refresh_beer <<<<<
                                $ had_drink = True
                                $ inventory_alcohol_beer -= 1 <<<<<
                                $ d20roll = renpy.random.randint(1, 20)
                            jump running_commentary
1717083740572.png
 
Last edited:
  • Like
Reactions: Advent Games

Xiba21

Member
Aug 5, 2020
241
200
can someone make a mod for this game to increase the stats of both characters and the money plz
 
Nov 2, 2023
33
45
Its an Interesting Game!
But right now its to hard to get up Attraction, to much Time Consumeing to come to the Nudity Party. Well yes you can Peek and Be a Creep, but this isnt the right way for me :giggle:
 

Advent Games

Living Together! with Imouto
Donor
Game Developer
Jun 6, 2023
323
648
No more work and school
And you're complaining...why? :LOL:

Joke, it's a bug when you go to sleep between 23:00 and 0:00. It's slated to be fixed in 0.38.

how do you do the chores in the house? like dishes etc
If you are home during the day while she's gone, you can do the chores from the menu. If you work all day or if you work when she's home, she will do the chores instead.
 

SirAuron20

Active Member
May 11, 2017
777
596
last question, are there any lewd scenes yet? if so what do i need to start unlocking more things besides peeking at her in the bathroom and at night.
 

Advent Games

Living Together! with Imouto
Donor
Game Developer
Jun 6, 2023
323
648
last question, are there any lewd scenes yet? if so what do i need to start unlocking more things besides peeking at her in the bathroom and at night.
There are 5 lewd scenes, 2 on the toilet, 2 in the shower room, and there's the nighttime activity. In 0.37 it is possible (though hard) to get her to accept you looking at her boobs while she's awake.
 

Chó Lái Xe

New Member
Mar 5, 2022
14
8
Look great , love the music (y) but sometimes she scared me a little bit by her animation sliding show up and staring at me or maybe i just played horor game to much
 
  • Like
Reactions: Advent Games

Advent Games

Living Together! with Imouto
Donor
Game Developer
Jun 6, 2023
323
648
total modifications that override the normal renpy saving menu (or access to it) often get pushback.
I notice. People see the renpy tag and have certain expectations. The day and evening cycle plays very similarly to Imouto Life!, yet they don't complain about 'quick menus' and 'skips' and 'roll backs' for that game. It's not a Visual Novel, at least the main gameplay loop isn't and its not tagged as a VN but as a dating sim either ─ yet the renpy tag is there so I guess (despite being an indie-dev who's supposed to seek new norms), I'm expected to follow industry standards.
 

Blumph

Member
Sep 4, 2019
385
361
I notice. People see the renpy tag and have certain expectations. The day and evening cycle plays very similarly to Imouto Life!, yet they don't complain about 'quick menus' and 'skips' and 'roll backs' for that game. It's not a Visual Novel, at least the main gameplay loop isn't and its not tagged as a VN but as a dating sim either ─ yet the renpy tag is there so I guess (despite being an indie-dev who's supposed to seek new norms), I'm expected to follow industry standards.
There's 'Different to Innovate' and there's 'Different to be Difficult'; if I get in an automobile, I expect certain controls to function in a particular way. If pushing the turn signal stalk down turns on the 'Right' turn signals, and the throttle and brake pedals are replaced by needing to pull the steering wheel towards me or push it away, I'm probably going to be at least slightly put out.
 

Advent Games

Living Together! with Imouto
Donor
Game Developer
Jun 6, 2023
323
648
There's 'Different to Innovate' and there's 'Different to be Difficult'; if I get in an automobile, I expect certain controls to function in a particular way. If pushing the turn signal stalk down turns on the 'Right' turn signals, and the throttle and brake pedals are replaced by needing to pull the steering wheel towards me or push it away, I'm probably going to be at least slightly put out.
The rollback wouldn't even work since the values are parsed through functions separate from renpy. That's because those parts of the game are not a Visual Novel and those mechanics are largely incompatible. But, I don't want to be too contrarian here and I know most players have no idea of what's under the hood. They just see the renpy tag and expect it to be a certain way. I'll try and add as much quality of life as I can to the game while keeping it a dating sim.
 

Advent Games

Living Together! with Imouto
Donor
Game Developer
Jun 6, 2023
323
648
i dont understand the period cycle on the calendar or how it effects the game?
The calendar is only for you to track her cycle. It lets you predict when it's a dangerous day. You have to find out the relevant information (bleed days) yourself. This mechanic will be fleshed out (like finding used pads) in the near future ^_^
 

pepiteaux12

Active Member
Nov 8, 2017
716
213
hi hello ,here is a mistake that can happen ,when we want to see in the bathroom


-- Full Traceback ------------------------------------------------------------

Full traceback:
File "Scripts/night_behavior.rpyc", line 496, in script call
File "Scripts/night_behavior.rpyc", line 496, in script call
File "Scripts/night_behavior.rpyc", line 496, in script call
[Previous line repeated 13 more times]
File "Scripts/evening_behavior .rpyc", line 1484, in script
File "G:\P\Favori\LivingTogether_alpha_037-0.37-pc\renpy\ast.py", line 921, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "G:\P\Favori\LivingTogether_alpha_037-0.37-pc\renpy\exports.py", line 1373, in say
who(what, *args, **kwargs)
File "G:\P\Favori\LivingTogether_alpha_037-0.37-pc\renpy\character.py", line 1266, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "G:\P\Favori\LivingTogether_alpha_037-0.37-pc\renpy\character.py", line 927, in do_display
display_say(who,
File "G:\P\Favori\LivingTogether_alpha_037-0.37-pc\renpy\character.py", line 624, in display_say
raise Exception("The say screen (or show_function) must return a Text object.")
Exception: The say screen (or show_function) must return a Text object.

Windows-10-10.0.19045 AMD64
Ren'Py 8.0.3.22090809
Living Together 0.37
Sat Jun 1 10:37:15 2024
[/code]
 
  • Like
Reactions: Advent Games
1.80 star(s) 25 Votes