It worked perfectly just like this awesome game Thank You so muchopen the console (shift+o) and type:
seenhulk = False
Then, DO remove your mask when you first meet her please!
It worked perfectly just like this awesome game Thank You so muchopen the console (shift+o) and type:
seenhulk = False
Then, DO remove your mask when you first meet her please!
transform rachelslap:
"medbay/tarapanties03.png" with dissolve
pause 1
"medbay/tarapanties03b.png"
pause .5
"medbay/tarapanties03.png" with dissolve
pause 1
"medbay/tarapanties03c.png"
pause .5
repeat
transform rachelslap:
"medbay/tarapanties03.png" with dissolve
pause .75
"medbay/tarapanties03b.png"
pause .19
"medbay/tarapanties03.png" with dissolve
pause .75
"medbay/tarapanties03c.png"
pause .19
repeat
show nextidle
call screen rachelslap
screen rachelslap:
add rachelslap at center
modal True
button:
xpos .91
ypos .44
xysize(140, 80)
action Jump ("RachelSlapEnd")
label RachelSlapEnd:
hide nextidle
play music "Sounds/slap.mp3"
pause .25
show nextidle
call screen rachelslap
screen rachelslap:
add rachelslap at center
modal True
button:
xpos .91
ypos .44
xysize(140, 80)
action Jump ("RachelSlapEnd")
label RachelSlapEnd:
stop music
hide nextidle
The church in general seems glitched. Every day its always empty which makes it impossible talk with the father and learn the lore for the church eventDon't know how you ended up in that situation but open the console and type:
missionchurch = False
You have to add Angie in your harem.She will provide the lubricant for the cyborg during sex.where can i find a item for the cyborg that she what
There is no update for that part currently,I guess.i found two girl say this option is unavailable. one of the girl with her breast getting big for being horny and one of them with red swimsuit in the pool.
YESSSSSS!!!!!!Changelog from 0.6 said:...
HAREM: Pregnancy system implemented. So far, 5 girls can get pregnant and give birth (Amy, Michiko, Nancy, Taylor and Zara).
HAREM: Extra impregnation sex scene for each girl that can become pregnant.
...
Thanks, I'll apply your code changes to the next version!A small mod if you're interested:
To make the medbay spanking scene with Dr Tara and Nurse Rachel a bit more lively with matching sound, make 2 modifications.
Make a backup of script.rpy and medbay.rpy (and move these backups outside the game folder), or make sure you have the original files nearby, in case something goes wrong.
In script.rpy, find the following:
modify the pauses to:Code:transform rachelslap: "medbay/tarapanties03.png" with dissolve pause 1 "medbay/tarapanties03b.png" pause .5 "medbay/tarapanties03.png" with dissolve pause 1 "medbay/tarapanties03c.png" pause .5 repeat
Then in medbay.rpy, find:Code:transform rachelslap: "medbay/tarapanties03.png" with dissolve pause .75 "medbay/tarapanties03b.png" pause .19 "medbay/tarapanties03.png" with dissolve pause .75 "medbay/tarapanties03c.png" pause .19 repeat
and replace with:Code:show nextidle call screen rachelslap screen rachelslap: add rachelslap at center modal True button: xpos .91 ypos .44 xysize(140, 80) action Jump ("RachelSlapEnd") label RachelSlapEnd: hide nextidle
Code:play music "Sounds/slap.mp3" pause .25 show nextidle call screen rachelslap screen rachelslap: add rachelslap at center modal True button: xpos .91 ypos .44 xysize(140, 80) action Jump ("RachelSlapEnd") label RachelSlapEnd: stop music hide nextidle
Edit: note to EpicLust - in the very next line the wrong avatar is used
ra "Did you see? ...
should be
ta "Did you see? ...
open console, type:I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/pool.rpy", line 577, in script call
call GwenDialogueRape
File "game/gym.rpy", line 2209, in script
mc "Damn, I made a right dreamy mess. I'd better clean all of it before I leave or people will think I'm a total pervert. Which I definitely AM NOT."
File "game/script.rpy", line 16501, in execute
screen calendar():
File "game/script.rpy", line 16501, in execute
screen calendar():
File "game/script.rpy", line 16506, in execute
text ( "{}".format( [ None, "Morning", "Afternoon", "Evening", "Night"][period] ) ) style "periodWeek" xpos 1532 yalign 0.01
IndexError: list index out of range
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/pool.rpy", line 577, in script call
call GwenDialogueRape
File "game/gym.rpy", line 2209, in script
mc "Damn, I made a right dreamy mess. I'd better clean all of it before I leave or people will think I'm a total pervert. Which I definitely AM NOT."
File "G:\Epic\Apocalypse-0.6-pc\renpy\ast.py", line 690, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "G:\Epic\Apocalypse-0.6-pc\renpy\exports.py", line 1316, in say
who(what, *args, **kwargs)
File "G:\Epic\Apocalypse-0.6-pc\renpy\character.py", line 1131, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "G:\Epic\Apocalypse-0.6-pc\renpy\character.py", line 842, in do_display
**display_args)
File "G:\Epic\Apocalypse-0.6-pc\renpy\character.py", line 591, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "G:\Epic\Apocalypse-0.6-pc\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "G:\Epic\Apocalypse-0.6-pc\renpy\display\core.py", line 2687, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "G:\Epic\Apocalypse-0.6-pc\renpy\display\core.py", line 3071, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "G:\Epic\Apocalypse-0.6-pc\renpy\display\core.py", line 531, in visit_all
d.visit_all(callback, seen)
File "G:\Epic\Apocalypse-0.6-pc\renpy\display\core.py", line 531, in visit_all
d.visit_all(callback, seen)
File "G:\Epic\Apocalypse-0.6-pc\renpy\display\core.py", line 531, in visit_all
d.visit_all(callback, seen)
File "G:\Epic\Apocalypse-0.6-pc\renpy\display\screen.py", line 424, in visit_all
callback(self)
File "G:\Epic\Apocalypse-0.6-pc\renpy\display\core.py", line 3071, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "G:\Epic\Apocalypse-0.6-pc\renpy\display\screen.py", line 434, in per_interact
self.update()
File "G:\Epic\Apocalypse-0.6-pc\renpy\display\screen.py", line 619, in update
self.screen.function(**self.scope)
File "game/script.rpy", line 16501, in execute
screen calendar():
File "game/script.rpy", line 16501, in execute
screen calendar():
File "game/script.rpy", line 16506, in execute
text ( "{}".format( [ None, "Morning", "Afternoon", "Evening", "Night"][period] ) ) style "periodWeek" xpos 1532 yalign 0.01
File "<screen language>", line 16506, in <module>
IndexError: list index out of range
help
I'll look into it, but that's weird, I didn't change anything and it wasn't like that before.The church in general seems glitched. Every day its always empty which makes it impossible talk with the father and learn the lore for the church event
You need a tip from Marnie about the location of the Red Canyon. It's mentioned in the hints guide.dude for the dead of me i cant trigger gwen or amy and angy dates i just dont know what to do, they are all on 4 and im also already on the d missions help
In v0.6 there is a new var that increase each time you pay the fees for an impregnable harem girl when you reach 3 the option become available in their sex menu. So play a few week and it will become available, also you can only impregnate one girl per week.how can i pregnate nancy? i cant find in the harem sex as an option
In English?Извините, я только начал играть. Я уже добрался до Тейлора, но у меня нет велосипеда, как мне его получить? заранее спасибо
Normally, yes, saves should be compatible.Love the game! Just wanted to know one thing, is there a way to transfer saves from the last version (v0.5.2) to the current (v0.6) one?