Kalistrasza
Newbie
- Jan 31, 2018
- 20
- 18
- 170
How did you manage to trigger the IUD removing dialogue with Susan?I got Susan pregnant, but how do I get her pregnancy bar to increase faster?
How did you manage to trigger the IUD removing dialogue with Susan?I got Susan pregnant, but how do I get her pregnancy bar to increase faster?
My error looks almost the same, every save from 2.2.1 and earlier don't work... sigh...I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/tv.rpy", line 98, in script call
call megan_tv_3 from _call_megan_tv_3
File "game/tv.rpy", line 98, in script call
call megan_tv_3 from _call_megan_tv_3
File "game/tv.rpy", line 98, in script call
call megan_tv_3 from _call_megan_tv_3
[Previous line repeated 34 more times]
File "game/script.rpy", line 411, in script call
call inc_time from _call_inc_time
File "game/script.rpy", line 1244, in script call
call process_video_views(lindsay_video_1[0]) from _call_process_video_views_6
File "game/script.rpy", line 5431, in script
File "game/script.rpy", line 5431, in <module>
TypeError: 'int' object is not subscriptable
Thank you brother, i would never have figured it out.They are not broken entirely, meaning that you can fix some of them.
As far as I can tell, every time the dev is adding an item or a character in the game while you load your game from an older save (obviously) the old save does not reconcile with the new stuff thus resulting in an error. to fix this (at least this is what I did and I am not sure if it's tight or wrong but it kind of worked) you just go and buy the items and meet with the new characters, and things sort of fix themselves.
There is one bug that is not fixed and you will have to edit it a bit. If you have started from a save of a previous version and you try to access the Status on Calvin's pc it will result in an error.
You will have to open the file that contains that error and correct it from the wrong one univeristy to the right one university. And you are all set, at least for the Status page. I just can't remember at all which file was it. If you make a screenshot of the error, I will help you out if you don't figure it out on your own.
Keep interacting with her when you have sex with her then, keep doing that when she is in the living room by herself, then you talk with her, it should trigger a question should pop up asking to remove it or not.How did you manage to trigger the IUD removing dialogue with Susan?
Talk to owner strip club (Just go strip club and find him) then talk to MeganHow do we make Megan a stripper?
Hi, the issue is that the label doesn't exist.Sorry to say, but this version has a bug in the parent's room nightstand. When I click on "sniff Susan's panties," the game crashes.
if master_bedroom_bureau_1:label master_bedroom_bureau_1:Hi, the issue is that the label doesn't exist.
Go to script.rpy on line 6529 and change
if master_bedroom_bureau_1:
to
label master_bedroom_bureau_1:
Watch out the your codes indentations etc.
Hope this helps.