- Jan 30, 2020
- 1,313
- 351
Sorry Doragin. "Liked" this post by mistake... Don't know what happened!Aren't the scenes from The Sims?
Sooo... not renders as stated, but screenshots/videocaps.
You can masturbate with them in the office, same with the bra from the drawer below. Then you put it back where you found it and wait for the next day.so is lifting her skirt all i can get her to do. also what do you do with the panties
In terms of requests yes, there are some random events with Noelle around the house.so is lifting her skirt all i can get her to do. also what do you do with the panties
Go to preferences and there is an option to set the window opacityDoes the android port have text box opacity or atleast the dialog box is transparent because i hate playing with half of the screen black
I have resumed the game, when I advance a little more I will see what I think.Thanks for the support guys, I really don't deserve it after all the shit.
Hey, life happens sometimes. I'm just happy you're back and am looking forward to more content.Thanks for the support guys, I really don't deserve it after all the shit.
Tnx i always ask before i download the android port because some android ports dont have them and i just waste my time downloading to find out half of the screen is blackThanks for the support guys, I really don't deserve it after all the shit.
In terms of requests yes, there are some random events with Noelle around the house.
Go to preferences and there is an option to set the window opacity
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.
File "game/scripts/screens/pc/movie_screen.rpy", line 2: u'window_screen' is not a keyword argument or valid child for the screen statement.
zorder 104 modal tag window_screen
^
Ren'Py Version: Ren'Py 7.4.2.1292
Tue Sep 7 09:17:57 2021
screen porn_movie_screen(movie):
zorder 104 modal tag window_screen
if movie == "movie1":
imagebutton:
idle "pornhob_movie1_image"
action SetScreenVariable("in_app", "pc_pornhob_screen")
image pornhob_movie1_image:
"gui/PC/movie1 frame 1.png"
pause 0.4
"gui/PC/movie1 frame 2.png"
pause 0.4
repeat
# Decompiled by unrpyc: https://github.com/CensoredUsername/unrpyc
I don't have a mac to test the releases so I can't release to macs, maybe in the future who knows.wish it had mac build wanted to try this
Are you talking about the Love + notifications? Those increase the experience point but you need several of those to increase the level itself.Hey I started a new game and Noelle's values are not increasing even though it is displayed ... is that a mistake?
Is this in the PC version? Can you send me the save file. I can't seem to reproduce the error.how to fix?Code:I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again. File "game/scripts/screens/pc/movie_screen.rpy", line 2: u'window_screen' is not a keyword argument or valid child for the screen statement. zorder 104 modal tag window_screen ^ Ren'Py Version: Ren'Py 7.4.2.1292 Tue Sep 7 09:17:57 2021
my movie_screen.rpy
Code:screen porn_movie_screen(movie): zorder 104 modal tag window_screen if movie == "movie1": imagebutton: idle "pornhob_movie1_image" action SetScreenVariable("in_app", "pc_pornhob_screen") image pornhob_movie1_image: "gui/PC/movie1 frame 1.png" pause 0.4 "gui/PC/movie1 frame 2.png" pause 0.4 repeat # Decompiled by unrpyc: https://github.com/CensoredUsername/unrpyc
I have dyslexia or something, I keep making typos and I read everything twice, amazing. I already fixed that one and about 5 other mistakes for the next version.Hey welcome back! Glad you're still working on the game. Take all the time you need, but make sure you never give up and finish the game. Otherwise, you'll never finish anything. First game should be short and sweet. Always keep in mind you can make a part 2 in the future or add your ideas in another game.
For the current game, I was messing around contacting Lilith while I was in the caffee with her. Nice attention to detail that it has a different answer if you're with her or not, but I found this little typo lol:
View attachment 1392957
Also, really great job on the Luna event where she mind control you! I've played a lot of these types of games and never have I experienced my mouse being forced to click Yes as the answer. Most of the time you just have disabled options, but I really like your method!
that error was caused after using unren to depack, decompile rpyc, and enable console/dev console. game works fine out of the box just using the RPA archives, but as soon as i do that the game wont even launch cause of that error.Is this in the PC version? Can you send me the save file. I can't seem to reproduce the error.
I see try to turn thisthat error was caused after using unren to depack, decompile rpyc, and enable console/dev console. game works fine out of the box just using the RPA archives, but as soon as i do that the game wont even launch cause of that error.
possibly some bizarre aretefact for decomping the rpyc's into rpy's makes the complied script not decompile completely correct? but if that's the case you'd thing decompile would fail ought right or end up with rpy's that were complete gibberish.