Create and Fuck your AI Slut -70% OFF
x

PPE2RedDucks

Active Member
Oct 3, 2018
809
565
155
Holy shit Mr.C is such a goober... He's fucked up before but never this badly... I just realized he never properly implemented the bar scenes at the club for the Principal's family after they get enslaved cuz I almost never go there... I'm gonna attach a screens.rpy as a .txt, just rename the extension and overwrite the original screens file (or rename it as a backup) and it will enable the club content or if you'd rather paste what I changed into the script file directly I will add that as well:

init -501 screen club_bar_member:
add "images/4702.png"


imagebutton:
idle "images/buttons/back.png"
hover "images/buttons/back_hover.png"
action [Jump ("club3")]
xpos 1750
ypos 0


if becky_slave == 1:
imagebutton:
idle "images/becky_club_idle.png"
hover "images/becky_club_hover.png"
action [Hide ("map"), Hide ("park"), Hide ("room_ui"), Jump ("becky_openup")]
xpos 60
ypos 170


if dana_slave == 1:
imagebutton:
idle "images/dana_club_idle.png"
hover "images/dana_club_hover.png"
action [Hide ("map"), Hide ("park"), Hide ("room_ui"), Jump ("dana_openup")]
xpos 340
ypos 130

if principal_slave == 1:
imagebutton:
idle "images/mel_club_idle.png"
hover "images/mel_club_hover.png"
action [Hide ("map"), Hide ("park"), Hide ("room_ui"), Jump ("mel_openup")]
xpos 630
ypos 130
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.)
 
Last edited:
  • Like
Reactions: yoyomistro

yoyomistro

Engaged Member
Jan 15, 2017
3,136
4,696
445
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.)
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++.

is there a save from 1.85??? my games is all glitched please help me
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.
 
Last edited:
  • Like
Reactions: Abderus

LostKing

Member
Jul 20, 2020
196
403
247
What Should I do after
Woman:
I'll Call The Police!
Any Walkthrought?
Been a while but as I recall if you have the police slave Michelle she will attend if the woman calls the police to move the scenario forward.

Is Michelle corrupted on your game?
 

PinaColata

Member
Nov 16, 2017
381
31
115
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.
thaank you just one more question with your save i cannot see my phone or time of day??
 

yoyomistro

Engaged Member
Jan 15, 2017
3,136
4,696
445
thaank you just one more question with your save i cannot see my phone or time of day??
Really? I'm using AON's mod so I'm not sure if that affects the save... I haven't played the game without it in a long time so I can't test that, sorry. I think it changes their position so that's probably it. What you can try is loading the save, hitting Shift+R to reload, save it in another slot, and then reload again.
 

TheDevian

Svengali Productions
Game Developer
Mar 8, 2018
15,790
37,425
1,031
Yes I've already talked
Then each time you enslave certain groups (Mayor's family, church, cops, school, etc.) they become available to endorse you. You just enter the building and it should be an option. You might have to corrupt the secretary too. It depends on what parts of the Mayor plot you have done already.
 

DavidCF

Member
Aug 10, 2020
361
130
161
I've several problems but the most important things are these:

1) There is no option to get the VIP card for Casino. No new content with Julia and the twins. It doesn't trigger even though they all are near 400 corr. points.

2) Maria is upset because she might be expelled from the church. She says there are several nuns came to control her. MC is going to help her and maria says they are conducting doctrinal classes in prayer room. Then the option "Go to Prayer Room" appears. After I click on it, the game turns to Maria's prayer room scene everytime. It just triggers the wrong event.

It's been like this for many updates.

Is there any way to fix this?
1) The VIP card you get from the father at Aunt's house in the yard after the 3 woman are corrupted.
2) You need to check which time of day you are going to the church. Try Morning.
 
  • Like
Reactions: TheDevian
3.70 star(s) 210 Votes