4.70 star(s) 26 Votes

SonsOfLiberty

Discussion Dynamo
Compressor
Sep 3, 2022
27,237
239,970
Christmas Eve [v2.0.0 Redux] [Jonesy]

NOTE: This is the bug fixed version.

COMPRESSED:

Win/Linux:
- - -

Mac:
- - -
 
Last edited:

cpdp11

Newbie
Jul 5, 2020
62
83
Small fix for people like me who get an error when starting a new game (v2.0.0)
(line 46 of script.rpy)

Python:
#if not hasattr(persistent, 'gallery_unlocked'):
if not hasattr(persistent, 'gallery_unlocked') or not persistent.gallery_unlocked:
 

*Jonesy*

Obscenely Wholesome
Game Developer
Oct 12, 2022
96
752
Small fix for people like me who get an error when starting a new game (v2.0.0)
(line 46 of script.rpy)

Python:
#if not hasattr(persistent, 'gallery_unlocked'):
if not hasattr(persistent, 'gallery_unlocked') or not persistent.gallery_unlocked:
Thanks for this. I'll apply this and repost the links in a bit. Just out of curiosity, what error were you seeing? It works fine on my PC without this fix.
 

cpdp11

Newbie
Jul 5, 2020
62
83
Thanks for this. I'll apply this and repost the links in a bit. Just out of curiosity, what error were you seeing? It works fine on my PC without this fix.

If you didn't see the error, I think it's probably because of an old save.
If you start a new game without an existing save, you might see the following error.

Code:
While running game code:
  File "game/script.rpy", line 100, in script call
    call initialize_gallery from _call_initialize_gallery
  File "game/script.rpy", line 71, in script
    $ gallery.add_image("scene1", "images/gallery/thumb1.jpg", "images/gallery/image1.jpg")
  File "game/script.rpy", line 71, in <module>
    $ gallery.add_image("scene1", "images/gallery/thumb1.jpg", "images/gallery/image1.jpg")
  File "game/script.rpy", line 51, in add_image
    if name in persistent.gallery_unlocked and persistent.gallery_unlocked[name]:
TypeError: argument of type 'NoneType' is not iterable
 

ImperialD

Devoted Member
Oct 24, 2019
11,750
11,961
i thought this vn was pretty damn awesome ... Jonesy ... altho i kinda hoped you would have added the dad getting to fuck the other girls as well .... but i still think it was awesome .... thats 2 you've made i enjoyed :love:
 

Jarulf

Well-Known Member
Aug 9, 2020
1,488
2,642
  • Like
Reactions: ImperialD

Oberlix

Member
Mar 13, 2020
268
210
So where is the new thing now in the oh so new patch, since my old save didn't work I started again but it ended exactly where my old one ended
 
4.70 star(s) 26 Votes