Skeltom

Engaged Member
Oct 9, 2017
2,631
3,166
So from what I gather the beta releases are incomplete chapters? I haven't played since chapter 1 Christmas or whatever it was but the release method seems wonky to me. Beta, R1 then Gold, is that how it goes for a full chapter?

I'm not trying to be pissy I genuinely don't understand. It seems the chapters are released in three stages instead of just waiting until its complete.
 
  • Like
Reactions: 7211aaron

nice4u222

Newbie
May 22, 2018
43
12
Hey guys i hope you all are fine.
Guys i will like to share my multimod of latest version which chapter 3 Beta.
IN multimod i had added gallery,Relationship cheat and galleryunlocker and my scene own scene gallery and choices changing too.
Guys in cheat you have to find a button called variable it is in light color you have to move your mouse to top of cheat screen and near close button there is button called varaible where you can change choices of the characters of previous chapter 2 too.
Here is the mod link:

Mega
and guys here are some previews

Guys here is my server link where i port and mod game regularly . Feel free to join me there




i will post my android port too in few minutes.

Thank you
The download is no longer available any chance you could reupload, thanks :)
 

QbA12348

New Member
Jun 1, 2018
5
19
Can anyone help me? I don't know what's exactly wrong, I downloaded today's update but when I loaded the game it still end's in the exact same moment as chapter 2
 

AmBush-UK

Member
Aug 1, 2018
423
436
Hey guys i hope you all are fine.
Guys i will like to share my multimod of latest version which chapter 3 Beta.
IN multimod i had added gallery,Relationship cheat and galleryunlocker and my scene own scene gallery and choices changing too.
Guys in cheat you have to find a button called variable it is in light color you have to move your mouse to top of cheat screen and near close button there is button called varaible where you can change choices of the characters of previous chapter 2 too.
Here is the mod link:

Mega
and guys here are some previews

Guys here is my server link where i port and mod game regularly . Feel free to join me there




i will post my android port too in few minutes.

Thank you
The file you are trying to download is no longer available.
Scratch that:
You must have updated as i was clicking to download
 

SerHawkes

Engaged Member
Oct 29, 2017
3,211
14,718
Can anyone help me? I don't know what's exactly wrong, I downloaded today's update but when I loaded the game it still end's in the exact same moment as chapter 2
If you have a Walkthrough mod or if you copied over to where you have it, issues generally show up.
 
  • Like
Reactions: Meushi

noscruples

Member
Dec 18, 2019
122
134
Wow, okay. If you're going to start the game with a loading screen saying "game is better with the sound on" than it's probably better to not earrape immediately after that WITH THE MAIN MENU TRACK PLAYING LIKE THIS. Permenantly muted from the volume mixer thereafter.
 
  • Angry
Reactions: Carefree247

GregIsLove

Newbie
Apr 19, 2020
50
156
Hey br
Hey bro use this link I added one more features to mod :

Mega

And bro scene gallery is in preference option in main menu
Delete old one as it was not compatible with old one saves

There is a bug in this version of your mod preventing you from achieving jenny's full score in the prologue, its the choice in the office when you first meet and you either ask "You Alright?" or you "sit down" Here is the traceback.


Code:
I'm sorry, but an uncaught exception occurred.

While processing text tag {color=300FF00} in u'{color=300FF00}You alright?(jenny +1)'.:
  File "game/SCENES/Prologue/Pro_1.rpy", line 1661, in script
    menu :
Exception: Color string u'300FF00' must be 3, 4, 6, or 8 hex digits long.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/SCENES/Prologue/Pro_1.rpy", line 1661, in script
    menu :
  File "renpy/ast.py", line 1642, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "renpy/exports.py", line 1038, in menu
    rv = renpy.store.menu(new_items)
  File "renpy/exports.py", line 1274, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3101, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3611, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2441, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 492, in renpy.display.render.render_screen
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 777, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 777, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 777, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/screen.py", line 681, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 777, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 980, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/behavior.py", line 787, in render
    rv = super(Button, self).render(width, height, st, at)
  File "renpy/display/layout.py", line 1184, in render
    st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/text/text.py", line 2034, in render
    virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)
  File "renpy/text/text.py", line 607, in __init__
    self.paragraphs = self.segment(text.tokens, style, renders, text)
  File "renpy/text/text.py", line 1135, in segment
    push().color = renpy.easy.color(value)
  File "renpy/color.py", line 165, in __new__
    raise Exception("Color string {!r} must be 3, 4, 6, or 8 hex digits long.".format(c))
Exception: Color string u'300FF00' must be 3, 4, 6, or 8 hex digits long.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
A O A CHP_3_beta
Wed Jul  7 17:46:37 2021
 
  • Like
Reactions: AmBush-UK

Prikoke

New Member
Jul 15, 2017
13
24
I'm here for a few years now and, honest to God, when I play anything, Ren'Py I allways hit All Text and fast forward thru all the text. This was the first time I did not. And I liked it. Keep replaying cuz idk which chick to pic because all of them feel well developed (and can't decide what model is better)
 

Ceesko

Engaged Member
Jun 3, 2017
2,215
5,653
Depressed eyes, is this a new thing? Honest question. Everygirl has depressed eyes. Eyes that is either not look up straight or half open, constantly looking down on the street with smile that looks like it took a struggle to do. Why? This +all girls having serious psychological problem and need professional help, not the dick of the MC. For me is not sexy at all.
 
4.20 star(s) 232 Votes