Create and Fuck your AI Slut -70% OFF
x

Jurandirr

Member
Dec 4, 2018
287
331
243
Does anyone know how to fix Ami? or tot rigger the threesome with her and Megan? the options never show up.

I also, cant get her to the mall, when she is there i can only chitchat, do i need to do something?
 
  • Like
Reactions: gale

sergeyzz

Newbie
Jul 27, 2020
16
9
22
Errr did susan still bugged when at mall wearing miniskirt?she didnt appear but she's there

And why some picture or scene missing when wearing some costume or clothes

Also error appear when susan strip scene, either ask for lap dance or lap dance scene for other, it still can be ignored but its annoying
 
Last edited:

nakonnako

Member
May 1, 2018
321
182
227
Errr did susan still bugged when at mall wearing miniskirt?she didnt appear but she's there

And why some picture or scene missing when wearing some costume or clothes

Also error appear when susan strip scene, either ask for lap dance or lap dance scene for other, it still can be ignored but its annoying
Easy way to fix that is just to create an image of the missing one and put in game\images\maps folder (for the mall)
 

ThEReAlIcEmAn

Newbie
Nov 25, 2022
47
46
117
Sorry, but what did you change in there?
In script.rpy I added self.scene_list=[] in "class GameCharacter(object):" and modified the nun part to look like this:
if 1 not in nun_char.scene_list:
if nun_char.affection<50:
text "Raise Affection to 50+"
if nun_char.lewdness<50:
text "Raise Corruption to 50+"
if 1 in nun_char.scene_list and len(nun_char.scene_list)<2:
if nun_char.lewdness<100:
text "Raise Corruption to 100+"
text "Check on Sister Ophelia at the library"

And in nun.rpy I added in screen nun_hub(): below the part "Ask what she's reading"

if 1 in nun_char.scene_list:
textbutton "Take the nun to the bathroom" action Jump("nun_library_2") text_outlines [ (absolute(3), "#000", absolute(0), absolute(0)) ]

These changes were for version 2.4.1 and I updated the files just before they released version 2.5.0
 
  • Like
Reactions: nakonnako

sergeyzz

Newbie
Jul 27, 2020
16
9
22
Easy way to fix that is just to create an image of the missing one and put in game\images\maps folder (for the mall)
Ahh i just did that by using other susan at mall image and change it to name that used to be shown, now all her scene completed, thank you
 

f9z5

Newbie
Jan 14, 2022
79
76
141
Got this error when trying to give Tal a lapdance.

Python:
  File "game/misandry_club.rpy", line 373, in <module>
    $ renpy.show(holder.prefix + option + "strip_club_lap_dance_1",tag="girl")
TypeError: can only concatenate str (not "int") to str
Change it to this, but now the file is not found.

Python:
$ renpy.show(f"{holder.prefix}{option}strip_club_lap_dance_1",tag="girl")
that becomes susan254strip_club_lap_dance_1 which is not found.
 

ThEReAlIcEmAn

Newbie
Nov 25, 2022
47
46
117
Got this error when trying to give Tal a lapdance.

Python:
  File "game/misandry_club.rpy", line 373, in <module>
    $ renpy.show(holder.prefix + option + "strip_club_lap_dance_1",tag="girl")
TypeError: can only concatenate str (not "int") to str
Change it to this, but now the file is not found.

Python:
$ renpy.show(f"{holder.prefix}{option}strip_club_lap_dance_1",tag="girl")
that becomes susan254strip_club_lap_dance_1 which is not found.
You need to change the lines:
$ renpy.show(holder.prefix + option +
for this one:
$ renpy.show(holder.prefix + "_" + get_clothes(option) +

I have updated my post with the changes and updated with the file misandry_club.rpy .

https://f95zone.to/threads/live-in-corruption-v2-6-1-dirty-secret-studio.197598/post-18204552
 
Last edited:
  • Like
Reactions: nakonnako

Charles381

New Member
Apr 5, 2020
3
0
76
Why does the wholesome path not trigger at all, can someone properly explain what is needed for the wholesome path, what should be avoided and what should be done? i have already done the creep path and the friendly one i do not find it interesting i want to try the wholesome one
 

brainstorm5

Member
Dec 18, 2021
213
149
166
In script.rpy I added self.scene_list=[] in "class GameCharacter(object):" and modified the nun part to look like this:
if 1 not in nun_char.scene_list:
if nun_char.affection<50:
text "Raise Affection to 50+"
if nun_char.lewdness<50:
text "Raise Corruption to 50+"
if 1 in nun_char.scene_list and len(nun_char.scene_list)<2:
if nun_char.lewdness<100:
text "Raise Corruption to 100+"
text "Check on Sister Ophelia at the library"

And in nun.rpy I added in screen nun_hub(): below the part "Ask what she's reading"

if 1 in nun_char.scene_list:
textbutton "Take the nun to the bathroom" action Jump("nun_library_2") text_outlines [ (absolute(3), "#000", absolute(0), absolute(0)) ]

These changes were for version 2.4.1 and I updated the files just before they released version 2.5.0
can you please share the rpy file please
 
3.70 star(s) 24 Votes