ibnarabi

Member
May 21, 2021
197
923
160
You don't need to be a dick about it. I understand that concept just fine; I already said it's different from mom_workday_breakfast ("the one where you notice the smell of bacon and coffee coming from the kitchen"). I was asking whether it was different from mom_serve_breakfast_request (which is also breakfast in bed), because if it is meant to be the same event, I wanted to understand how the game logic ties the two together, without having the same label.
I'm not being a dick, those are different things. A define statement is not a label statement, and it certainly isn't an event.
def add_mother_obedience_breakfast_action
The define statement sets a single variable to a value at init time. The variable is treated as constant, and should not be changed after being set.
label mom_serve_breakfast_request(the_person):
Label statements allow the given name to be assigned to a program point. They exist solely to be called or jumped to, either from Ren'Py script, Python functions, or from screens.
The flow is into the crisis events in mom_workday_breakfast.rpy ; some of those are not yet linked up, as the scenes they are intended for are being built. The types of events being used;
obedience_event, love_event, slut_event, story_event --> mom_breakfast_crisis_action
 

rb813

Well-Known Member
Aug 28, 2018
1,587
1,089
326
Anyone know how to make employs wear uniform showing their breast without bra ? they keep wear random bra even I didn't put it.
You would need to have a work uniform set in either the Full or Underwear category that doesn't have a bra.
 
  • Like
Reactions: Shurouga

rb813

Well-Known Member
Aug 28, 2018
1,587
1,089
326
...So anyway, what I'm trying to understand here, when I see an almost-empty script that just has a define statement and a label, is what I should be doing to verify that they are just empty placeholders that haven't been developed yet. If I search "mother_obedience_breakfast_requirement" and "mother_obedience_breakfast_action" and "mother_obedience_breakfast_label" and none of those are referenced in any other scripts, can I confidently say that those elements have not been implemented in the game yet?

I have had some experiences digging through the scripts of other games, where an element is invoked without using the full name of it (because the thing that's invoking it uses a dynamic string), so I don't want to assume that not finding the full name of a define or label anywhere else means that it's not referenced anywhere else.

EDIT: And to be clear, I'm trying to understand how this kind of thing works for this game in general, so that I can look at any script and get a sense of whether an element of it is actually implemented in the game or not. The breakfast in bed thing is just an example for the purposes of illustration.
 

SDN111

Member
Sep 26, 2023
185
132
129
Here is a link to the latest developer build, compiled with the current mods -> Virgin Tracker, Kaden, Kina, moresomes, and the RealPornMod, already integrated within. Up to date as of 30 minutes ago. Win64, I downloaded and tested the upload, all is well.

Mega

Pixeldrain LabRats2-Reformulate-2024.06-code-beta-win.zip

:)
Well it is already outdataed.
 

Shurouga

Member
Aug 18, 2021
112
64
152
I unlocked tier 2 serum but stephanie didn't offer me option for tier 3 upgrade . anyone know how to unlock tier 3 ?
 

AXELXX

Newbie
Apr 10, 2018
69
26
161
Here is a link to the latest developer build, compiled with the current mods -> Virgin Tracker, Kaden, Kina, moresomes, and the RealPornMod, already integrated within. Up to date as of 30 minutes ago. Win64, I downloaded and tested the upload, all is well.

Mega

Pixeldrain LabRats2-Reformulate-2024.06-code-beta-win.zip

:)
Can the beta version be installed?
 

AXELXX

Newbie
Apr 10, 2018
69
26
161
Here is a link to the latest developer build, compiled with the current mods -> Virgin Tracker, Kaden, Kina, moresomes, and the RealPornMod, already integrated within. Up to date as of 30 minutes ago. Win64, I downloaded and tested the upload, all is well.

Mega

Pixeldrain LabRats2-Reformulate-2024.06-code-beta-win.zip

:)
I wanted to set the_person.hymen = 0 and got an error in the console
 

beefenstein

Member
Jan 29, 2019
260
180
174
Can you currently progress with Ashley past her giving you BJs? The personal story page for her makes me think you can't.
 

beefenstein

Member
Jan 29, 2019
260
180
174
Yes, you can get to all forms of encounters with her although story isn't finished and there is a placeholder summary event.
Thanks. I guess I'm either missing something for it or the random event just hasn't triggered out of pure luck then.
 
Jun 8, 2017
231
266
222
So I only got into the game when the current stable release dropped, usually when does the next stable update drops and do saves tend to work when going to a new update or do people usually start over?
 
  • Like
Reactions: beefenstein

SDN111

Member
Sep 26, 2023
185
132
129
So I only got into the game when the current stable release dropped, usually when does the next stable update drops and do saves tend to work when going to a new update or do people usually start over?
Normally new versions will break previous saves.

Stable releases were coming out every 1-3 months. Currently one of the main developers is in an early transition period for a new job.
 
Jun 8, 2017
231
266
222
Normally new versions will break previous saves.

Stable releases were coming out every 1-3 months. Currently one of the main developers is in an early transition period for a new job.
Okay thanks. Also you wouldn't happen to know a method to bring a serum over from another game? Either the serum or the research itself. I want basically have a NG+ type of serum and the one I had for the end of my last game was really good but I can't trigger the attic time capsule event on my last save without running into non-stop errors.
 
4.60 star(s) 79 Votes