Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,382
48,992
Xmas has the two new scenes but doesn't have access to the extra scenes tab
Indeed. Not worth it imo unless one treats it as a completely separate VN. A "hybrid" build is possible but I'd confuse more folks than it'd be worth tbh. I've been making hybrids in another VN for years and folks still get confused on that one.

So, my personal recommendation is if you want to play the actual game, use the Extended Anniversary version. If you want to watch two 2023 Christmas scenes then play just those scenes in Basic Christmas version.

Hope that clarifies things a big for folks.

Bottom line: Anniversary is a true "Extended" version, Christmas is simply a "Basic" version. Make sense? Good. Happy holidays, I have pie to eat.
 

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,382
48,992
Sorry, I'm new to the game, which one should I download to play?
v1.3.5 Christmas Basic
v1.3.5 Anniversary Extended

which one is the right one
See post above mate. If you want to actually play the VN (if you are newer to the VN) then DL and play "Anniversary". This VN always gets deployed in two variants: Basic and Extended. Basic is just that, the VN with no cannon. Extended is Basic plus additional scenes/features. So there you have it, pick your poison. Regards.
 
  • Like
Reactions: Anders Niet

mgtoons

Member
Jul 25, 2018
320
753
Is there a reason all the girls look the same? I mean all the faces on the banner look like the same woman, just slightly different. Is that intentional or story related?
 

TGafy

Active Member
May 14, 2020
971
1,140
Is there a reason all the girls look the same? I mean all the faces on the banner look like the same woman, just slightly different. Is that intentional or story related?
No, they don't have any relation with each other. Dev made a remark about liking that particular model and made variations of it for the game.
 

misfolk

Active Member
Jan 22, 2021
884
1,349
Is there a reason all the girls look the same? I mean all the faces on the banner look like the same woman, just slightly different. Is that intentional or story related?
Intentional, dev wanted a game with girls he could jerk off to, and he has a type.
 

Hahn1900

Well-Known Member
Jan 3, 2021
1,496
3,350
is this game going somewhere or is it just farming?

I really liked it the first time I played it, but now it's just meeh
Its basically on hold since... dunno... a while... the story and relationships dont progress in any way, the whole thing just jumps from lewd scene to lewd scene without any meaningful other things.

But while i complain about it, the success shows that the DEV is on the right track somehow. The majority of people dont care for anything else than lewd scene... at least it seems that way. Cause since the DEV practically dropped everything else, the support numbers were increasing.

The last updates (well you cant call the christmas thing an update, there is no new content for the actual game) werent worth it, and i guess it will stay this way.
 
  • Like
Reactions: Imeigo

Slick Bean

Well-Known Member
Sep 9, 2023
1,060
1,698
N . O .
The Christmas event does have Extended version too?
Anniversary is a true "Extended" version, Christmas is simply a "Basic" version.
Indeed. Not worth it imo unless one treats it as a completely separate VN. A "hybrid" build is possible but I'd confuse more folks than it'd be worth tbh. I've been making hybrids in another VN for years and folks still get confused on that one.

So, my personal recommendation is if you want to play the actual game, use the Extended Anniversary version. If you want to watch two 2023 Christmas scenes then play just those scenes in Basic Christmas version.

Hope that clarifies things a big for folks.

Bottom line: Anniversary is a true "Extended" version, Christmas is simply a "Basic" version. Make sense? Good. Happy holidays, I have pie to eat.
See post above mate. If you want to actually play the VN (if you are newer to the VN) then DL and play "Anniversary". This VN always gets deployed in two variants: Basic and Extended. Basic is just that, the VN with no cannon. Extended is Basic plus additional scenes/features. So there you have it, pick your poison. Regards.
 
  • Like
Reactions: chuckypetya

Trminator

Member
May 3, 2017
272
631
Hey, DreamNow , just stumbled across an annoyance, again (wouldn't actually call it a serious bug...), and found an easy fix for it, so, here goes:

If you're in the main menu, and click on "Replays" in the top right, and then (accidentally or otherwise) click on the "bios" tab in the notebook, you're currently presented with an error (at least if in dev mode, not sure if it just ignores it and starts the game from scratch, otherwise, but either way, it doesn't show the bios page).
Fix is easy, since in notepad.rpy, lines 21ff. you got an unnecessary if...else. (both branches have the same code, and the expression in the IF is what's causing the issue (since "name" does not have a default value)... so, you can safely just remove the branching there, and just use the same three lines for the button, in any case. :)

(yes, I know, it'll just show a sea of questionmarks and the mostly blank bio of the MC, but it doesn't go into the whole story, or crash, if you try to rollback... ;) )
 

Gambit33

Member
Apr 10, 2023
124
312
Is it possible later on to turn the tables on Sasha? I put up with her idiocy to help Carol, and am wondering if it is worth it to keep with it for the chance to show the cunt her place or just nope out of the whole moronic situation.
 

k1ngSt0n3

Member
Jun 30, 2022
240
1,537
University of Problems [v1.3.5 Christmas Extended]
PC/Mac/Android/Patch - MEGA |
Install patch only on v1.3.5 Extended/Anniversary Extended
You don't have permission to view the spoiler content. Log in or register now.
As far as i can see, it is exactly the same as general release? No changes in those 2 new christmas scenes? :)
 

kino4ka

Member
Aug 6, 2018
381
260
Gallery Unlock Script

Description: A simple gallery unlock script. Just place it in the game folder and everything should be unlocked.
Game version: v1.3.5 Extended (but should work on newer versions as well)

Download: MEGA





Python:
# Use this unlock script at your own risk.
# https://f95zone.to/threads/.65957/post-10656261

# Start the deal with the devil
init 666 python:
    # Persistent update function
    def cGU_Set_Persistent(PersistentAttr, NewValue):
        if getattr(persistent, PersistentAttr) != NewValue:
            print('[GalleryUnlocker] Set persistent.' + PersistentAttr + ' = ' + str(NewValue) + ' (Old value: ' + str(getattr(persistent, PersistentAttr)) + ')')
            setattr(persistent, PersistentAttr, NewValue)

    for PersistentAttr in dir(persistent):
        for item in ['gallery_', 'lewd_', 'extra_', 'bg_']:
            if PersistentAttr.startswith(item):
                cGU_Set_Persistent(PersistentAttr, True)

    # Make sure the replay scenes are clickable
    for label in renpy.get_all_labels():
        renpy.game.persistent._seen_ever[label] = True
        renpy.game.seen_session[label] = True
You don't have permission to view the spoiler content. Log in or register now.
we need you hero :)
 

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,382
48,992
As far as i can see, it is exactly the same as general release? No changes in those 2 new christmas scenes? :)
sigh...here we go yet again.

No, it's not the same as the "general release" (Basic). Of course the 2 2023 Christmas scenes are the same... that's not the point though. The difference is Basic versus Extended. Again, this VN always comes in two variants every update being Basic & Extended. I've explained the differences between the two many times for years, I'm not going to do it anymore since there's a perfectly good search bar for that.
 
  • Like
Reactions: Porthas

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,382
48,992
I haven't downloaded the christmas update since it's not the extended version, is the christmas stuff locked?
No bud, it shouldn't be. "Specials" have never ever been a locked item in the past, both Christmas 2021 & 2022 (and now 2023 Anniversary) scenes are inside "Specials" and that entire page is a free-for-all. Christmas 2023 will be inside that same "Specials" gallery page as well. Don't worry 'bout it bud.
 
  • Like
Reactions: colombeen
4.20 star(s) 215 Votes