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)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
Sorry, but what did you change in there?I've fixed the bug when talking to the nun.
Use the fixed files.
Remember to delete the nun.rpyc and script.rpyc files before running the game.
I'm having the same problem. Has this been resolved yet, or is the fix not yet complete?Wholesome ending does not trigger, its stuck in paying the lease
In script.rpy I added self.scene_list=[] in "class GameCharacter(object):" and modified the nun part to look like this:Sorry, but what did you change in there?
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 youEasy way to fix that is just to create an image of the missing one and put in game\images\maps folder (for the mall)
  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
	$ renpy.show(f"{holder.prefix}{option}strip_club_lap_dance_1",tag="girl")
	You need to change the lines:Got this error when trying to give Tal a lapdance.
Change it to this, but now the file is not found.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
that becomes susan254strip_club_lap_dance_1 which is not found.Python:$ renpy.show(f"{holder.prefix}{option}strip_club_lap_dance_1",tag="girl")
can you please share the rpy file pleaseIn 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
https://f95zone.to/threads/live-in-corruption-v2-6-1-dirty-secret-studio.197598/post-17885886can you please share the rpy file please