Yes, please! Just a simple counter would be enough.Anyway I can convince the Devs to add how many children you fathered? Pretty sure I've enough kids to fill several schoolbusses.
Yes, please! Just a simple counter would be enough.Anyway I can convince the Devs to add how many children you fathered? Pretty sure I've enough kids to fill several schoolbusses.
Those commands will only work if you've entered a conversation with a girl (i.e. their info tab is listed in the top panel). "the_person" serves an object that you're modifying and only references the currently selected character. Otherwise, you'll need to use the character's identifier (i.e. Christine is referenced as "police_chief").I couldn't get any of those console commands to work. I get the following each time:
File "<string>", line 1 : expected statement
I'm not familiar with Ren'Py coding.
the_person.change_weight(amount = -2, chance = 100)
Anyway I can convince the Devs to add how many children you fathered? Pretty sure I've enough kids to fill several schoolbusses.
This feature already exists albeit it's shown on a girl's stat page and only indicates how many children she produced.Yes, please! Just a simple counter would be enough.
what I think he wanted is the total count from the whole town.This feature already exists albeit it's shown on a girl's stat page and only indicates how many children she produced.
Many thanks for the explanation. Couldn't figure out what that was but now that it's been explained it makes total sense!GrizzlyUK
Novelty is basically how rewarding sexing the girl is. This prevents someone banging 1 girl for clarity points indefinitely (low reward). In RL terms it's theoretically supposed to be you getting "bored" with the girl. Just give it some time and the sex will be "fresh"/"novel" again. TLDR it's a mechanic encouraging you to sleep around
I can't answer the rest. Just save often.
After the stripclub is closed, you can buy it few days later, the owner of the sex shop will talk about it.I just dont know how to buy the stripclub
I think this was a answer to my QuestionI'm not sure how randomly generated characters have their identifiers stored (I've yet to investigate that part of the code), but a list of unique characters and their identifiers can be found below:
I was already questioning myself if my question was formulatet so nobody understand what i am asking for.and here is it that i fail ... generating the daughters don`t give them the other Sisters as Aunts nor sets them as niece.
i looked up there identifier
this gives me a number that is i think unique and should identify the personCode:the_person.identifier
i tried
for purpose of the commando the identifier is 7777
which fails because he doesn`t regocnice the identifier as personCode:town_relationships.update_relationship(the_person, 7777 , "Aunt", "Niece")
i tried some other stuff but the only way the code above worked was like this
which only gives the_person the Aunt but not the aunt the niece.Code:town_relationships.update_relationship(the_person, mom, "Niece", "Aunt")
so i was wondering how must the string look like to use the identifier
town_relationships.update_relationship(the_person, mom, "Niece", "Aunt")
There is a start here.Can someone make a master walkthrough for most of if not all the quest lines in the game current?
Would using enum types rather than string comparisons all the time improve performance? Even if slightly.After quite some time i`am dipping into the game again and hell the code looks much better than before.
i have downloaded the dev version und looked a little bit around than played the "stable version", means i can not change the code, but the commandoline should do everything what i want. But i can fell out of touch with python and some things are not as clear for me as they where before. So i will ask and yes i tryed to find the things i want to do mostly in the dev code ... but was not able to translate it into commandos.
What want do to is the following. Finding ingame a npc without a story so i don`t mess up anything.So i look up the people archive and the unique persons that are patreon chars.
Find some one ingame who is not one of the above persons. Than i try to do what i want, generate a whole new family.
Setting the age of the person to 39.
start adding childrenCode:the_person.age =39
than i try changing there relationship all to sisters (converting the mother to some of them)Code:the_person.generate_daughter(True) the_person.kids=the_person.kids +1
now they are all sisters and we find out where they all liveCode:for sister in town_relationships.get_existing_children(the_person): town_relationships.update_relationship(the_person, sister, "Sister")
because they are generated in the home of the mother they are all there so we go there and change there age to over 38.Code:if not the_person.home in mc.known_home_locations: mc.known_home_locations.append(the_person.home)
the we give them all there own home
now i create the childrenCode:the_person.home = None if the_person.home is None: the_person.generate_home the_person.home.add_person(the_person) if the_person.home not in list_of_places: list_of_places.append(the_person.home)
and here is it that i fail ... generating the daughters don`t give them the other Sisters as Aunts nor sets them as niece.Code:the_person.generate_daughter(True) the_person.kids=the_person.kids +1
i looked up there identifier
this gives me a number that is i think unique and should identify the personCode:the_person.identifier
i tried
for purpose of the commando the identifier is 7777
which fails because he doesn`t regocnice the identifier as personCode:town_relationships.update_relationship(the_person, 7777 , "Aunt", "Niece")
i tried some other stuff but the only way the code above worked was like this
which only gives the_person the Aunt but not the aunt the niece.Code:town_relationships.update_relationship(the_person, mom, "Niece", "Aunt")
so i was wondering how must the string look like to use the identifier
I have a story suggestion of NTR that maybe NTR haters could get along. We can attach side quest to employees, so I am thinking with this system in mind.Jennifer is planned to have a corruption arc at her job (not explicitly NTR unless you're in a relationship with her) in the upcoming months. There is also some ideas floating around - that aren't set in stone - about girls sleeping around if they have high sluttiness and low obedience.
Starbuck has also mentioned she enjoys writing "reclamation" type content. However, the one instance she wrote it (employees fucking a delivery guy) resulted in some rather nasty backlash.
I am not a fan of NTR especially with family members, then I do not consider cheating NTR and only do when also the other elements like asshole NPC and invincible are included. My problem in general with NTR is that it takes away the focus from the male Mc as most important in game (also in sex scenes, it is a bit the same as with lesbian scenes or the father having sex with his wive shown, it is not why i download my average male mc gameI have a story suggestion of NTR that maybe NTR haters could get along. We can attach side quest to employees, so I am thinking with this system in mind.
So how about one employee you hired is in fact a spy/saboteur from a rival company, that blackmails you, which triggers another storyline? You can get NTR'ed by the female boss of the other company, or you can play your cards right and make her submit (and absorb company ressources and maybe dirty stuff).
It's funny that I was talking about the potential of NTR in this while I also completely agree with everything you're saying. I think the appeal of this game is MC being a total dick and giving everyone total dick lol. I worry how NTR would translate given that appeal. Like I said before though, Starbuck won't be doing NTR except for Camilla. This project will remain light-to-NTR free until someone horny and skilled enough makes itI am not a fan of NTR especially with family members, then I do not consider cheating NTR and only do when also the other elements like asshole NPC and invincible are included. My problem in general with NTR is that it takes away the focus from the male Mc as most important in game (also in sex scenes, it is a bit the same as with lesbian scenes or the father having sex with his wive shown, it is not why i download my average male mc game, if want to see a pretty female fucked all the time by different NPC's I will download a female mc game).
Secondly it always has a big impact on the females and/or MC personalities in game, whether the routes are skippable or avoidable, since those need to be a certain way to make the NTR believable in the first place. Like the Mom and Boss thing in this game with all respect make totally no sense with a Mom that is both in love and addicted to her sons cum and MC being quite rich before you ever get there.Rivals though or more women doing their own thing has been in game since start, candy is doing her landlord for example for rent, Camilla references regularly being reclaimed by her husband and so on. So it def would be possible to enlarge upon this and make those scenes shown, i for myself would just not advise to do it in main game as such, but to create a mod for that, so fans who love it can have it while staying out of main game for rest of us.
For now though i myself would def prefer if the devs themselves would work first on all those char lines that are still somewhere at first 1/3 and finish those .
I disagree, MC is complete psychopath. In lab rats 1 you can train the girls with free use and get the girls to fuck other guys in casual sex just because he feels like it. He's a complete sex fiend and care not about the women whom he fucks. It's the thrill of making the women do whatever he wants that make him hard.It's funny that I was talking about the potential of NTR in this while I also completely agree with everything you're saying. I think the appeal of this game is MC being a total dick and giving everyone total dick lol. I worry how NTR would translate given that appeal. Like I said before though, Starbuck won't be doing NTR except for Camilla. This project will remain light-to-NTR free until someone horny and skilled enough makes it
If you install the latest development version (Beta version, section in first post of this thread), then you have all files editable as plain text.Also, back when I was playing LR2 Modded fairly regularly all those 3+ years ago, I was submitting various spelling, grammar, etc corrections. Now, back then all the game files were loose and anyone was able to simply edit any *.rpy file quite easily, but now it seems that all the loose files are packed into Ren'py archive packages and, so far, I've not been able to find how to edit individual files to make my own corrections and/or find the relevant lines to report for correction. Could anyone please shed some light on how to go about that? I've tried using Unren to unpack the *.rpa packages, but that just results in a whole lot of *.rpyc files that I can't edit because I don't have anything that can edit them. Yes, after only a couple days of playing I've found a few spelling and grammar errors!![]()
I actually didn't know that about the first one. Your standpoint makes more sense given that. Doesn't change the fact that Starbuck has soured on NTR because of trolls though. That's what I remember her saying anyway.I disagree, MC is complete psychopath. In lab rats 1 you can train the girls with free use and get the girls to fuck other guys in casual sex just because he feels like it. He's a complete sex fiend and care not about the women whom he fucks. It's the thrill of making the women do whatever he wants that make him hard.