Hi , You need to use a lot of gas.ok im confused the subway scene is my game bugged or does it only go as far as the chick showing her panties then calling the cops ?
Hi , You need to use a lot of gas.ok im confused the subway scene is my game bugged or does it only go as far as the chick showing her panties then calling the cops ?
If I remember who she is correctly from the name. Get on the subway to the other part of town, she is in the sky scrapper apartments there.Where do I find Sophia?
You might have to unlock it first, by going with the family, I can't remember.If I remember who she is correctly from the name. Get on the subway to the other part of town, she is in the sky scrapper apartments there.
Yeah you could be right. I think thats in the living room with the mum and daughter.You might have to unlock it first, by going with the family, I can't remember.
I believe you're right. If I rightly recollect you have to enslave your mother and sister first, then the option to visit grandma appears in the living room.Yeah you could be right. I think thats in the living room with the mum and daughter.![]()
I think you're asking if one day we will have the option to let others have their way with our sex slaves in the game? My Spanish is poor so I'm relying on an online translator. I don't know that there's been a direct answer from the developer to that question. Certainly we have seen elements of that theme. As the ladies become more corrupted their promiscuity increases and we hear about them fooling around. The patients in the hospital, the congregation in the church, the teachers in the school bathroom ...a few other places too. Most often, however, it's other women or sex slaves having their way with our sex slaves. The daughters mildly humiliating the mothers, the ladies at the park playing with the nun Maria, etc. If I had to guess the direction of the game, the main character will always be the guy in charge and other men will never directly have sex with the slaves. Of course, as a creator on Patreon I'm sure Mr C. will adapt his story to whatever his top contributors want to see. Those are my guessesLa opción de dejar que alguien más se folle a nuestras esclavas llegará algún día??
I personally hope there is no other interaction with other men of any kind. I'm extremely possessive over my slaves XDI think you're asking if one day we will have the option to let others have their way with our sex slaves in the game? My Spanish is poor so I'm relying on an online translator. I don't know that there's been a direct answer from the developer to that question. Certainly we have seen elements of that theme. As the ladies become more corrupted their promiscuity increases and we hear about them fooling around. The patients in the hospital, the congregation in the church, the teachers in the school bathroom ...a few other places too. Most often, however, it's other women or sex slaves having their way with our sex slaves. The daughters mildly humiliating the mothers, the ladies at the park playing with the nun Maria, etc. If I had to guess the direction of the game, the main character will always be the guy in charge and other men will never directly have sex with the slaves. Of course, as a creator on Patreon I'm sure Mr C. will adapt his story to whatever his top contributors want to see. Those are my guessesEnjoy the game.
You have to turn the Mom and Daughter into slaves first, then talk to them in the livingroom, they will ask to go to Sophies place.You might have to unlock it first, by going with the family, I can't remember.
Ok yym, this looks interesting, thx for your efforts.
But so far it doesn't solve the "my club" fatal exception for me.
As I have no technical insight, can you bear with me and tackle these questions?
1) I downloaded the plain text file you attached (screens.txt) - I knocked off the initial figure 7724_ or something, which I supposed was a f95 code and didn't fit the "screens.rpy" filename in the game's "games" folder - and renamed the ".txt" tag to ".rpy" as you suggested. - I already noted a potential snag there. The file still came up as a .txt file, not an .rpy file - do you have to rename the tag in a particular program, or something?
2) I lifted the original "screens.rpy" file out of the "games" folder and parked it safely somewhere else, in case I needed it again (wise precaution), and inserted your "screens.rpy" file - actually still identified as a text file despite the typed-in replacement with a ".rpy" tag as you suggested, but anyway, "here's hoping" etc. - and relaunched the game.
3) Game launched ok - went to "my club" bar - and, same fatal exception as before. (Can't find "screens club_bar_member", etc.)
I notice also, in the "games" folder, there's also a "screens.rpyc" file - I don't know if that is significant?
I would have tried inserting the fault-solving text direct from your posted (not attached) code, but I can't open the screens.rpy file (or, FWIW, the screens.rpyc file) in plain text, Notepad or even Notepad++, the last of those disappointing. I thought Notepad++ opened files plain text could not reach. But not in this case.
Anyway, so far, it's "case unsolved" with the club-bar-member glitch. Can you help/advise? (Apols again for having no machine-code-type savvy myself.)
Please make use of the Edit feature.Sorry
"and something" should read "add something" eg. .rpy_orig
Thanks for taking the time to help out with that.1) You have to go into View -> Options for Windows 10, go to the View tab, uncheck "Hide extensions for known file types" or else it doesn't actually allow the extension type to be changed. You end up just actually renaming the file to screens.rpy.txt. It's a default precaution by Microsoft to prevent people from accidentally messing things up if they aren't technically adept. Once you've done that, if the game is closed it should automatically reload, and replace the screens.rpyc with a new file derived from the version I uploaded. Or you can delete the screens.rpyc to ensure it does this automatically on load up. If it still has errors you can hit Shift+R in game to reload manually.
Notepad++ definitely should open the screens.rpy file. That's what I use to make all my modifications. Not sure why you're having errors there. Even Notepad should do it but it doesn't have the fancy formatting of Notepad++.
I have attached a save, it should be approximately around the start of 1.85. I don't always do all content in each update in order so just poke around a bit but it should be about right.
The .rpyc is a compiled version of the .rpy script file that the game actually reads. That's probably what you opened with Notepad++. There's no reason for a .rpy file to appear garbled. What the game does when it loads is it checks for any .rpy files, and compiles them into .rpyc. I put the script that I changed for people who know how to insert into .rpy files on their own. I don't think the indentation carried over when I pasted it; python requires indentations of 4 single spaces for any statements within a block. The only difference between the screens.rpy in your folder and the one I uploaded is the script I added. You can compare them with a program like WinMerge if you're not sure. Again, that's also why I recommend simply backing up the original screens.rpy.Thanks for taking the time to help out with that.
I'm still not sure, though.
My lack of certainty has to do with:
a) the fact that there's a screens.rpy file AND a screens.rpyc file (I'm not sure what the differential function between the two might be - in simpler language, why both are needed) - I don't want to tinker with one and perhaps make it worse (e.g. game doesn't load). I'd trial-and-error it if I knew what I was doing, i.e. had some insight as to what works what how.
b) I don't want to bugger up my system for the entry fee to the club bar. If I really don't know what I'm doing, I'd probably prefer to leave the guests in the bar to get on with their fun without me.
HOWEVER, - if your sentence "Or you can delete the screens.rpyc to ensure it does this automatically on load up. If it still has errors you can hit Shift+R in game to reload manually" actually belongs in a separate paragraph, so to speak - meaning: if I can do that and forget all about the rest of that paragraph - just delete (or rather, remove and keep safe separately for possible reinstatement later) the .rpyc - without touching the .rpy - I'd certainly try that. Can I do that, would you say?
Notepad++ btw simply opens the .rpy file as a sort of garbled-looking machine code sequence for me, I don't know how I would edit it as I can't find any "English-language" text to amed/adjust/edit. Not sure what i am doing wrong there.
Try Monday MorningI need help with the hospital seen. There is no "Lobby" selection.