partanen

Selectively Active Member
Uploader
Donor
Sep 13, 2017
2,012
13,720
tried to use it but the saves just dont show up in the game :/
Do you know that there's another location for Saves too? And that you need to either put right persistent -file into Saves -folder(s) too and/or have a save-file with same name in Saves -folder already to be replaced??
 

jikorde

Member
Mar 4, 2018
260
254
tried to use it but the saves just dont show up in the game :/
Do you know that there's another location for Saves too? And that you need to either put right persistent -file into Saves -folder(s) too and/or have a save-file with same name in Saves -folder already to be replaced??
This. If you have at any point saved your game before, it creates another folder in your appdata/renpy folder. Then it uses whichever save is more recent from the two(appdata and the actual game folders) when you load. Delete or move both save folders if you want to use my saves.
 

hw17

Member
Aug 2, 2017
184
71
i tried deleting both saves and then put urs but nothing, i even tried to put urs in the "hidden" folder but still nothing, i open the game, load and then nothing..
 

jikorde

Member
Mar 4, 2018
260
254
i tried deleting both saves and then put urs but nothing, i even tried to put urs in the "hidden" folder but still nothing, i open the game, load and then nothing..
If you are getting nothing, then I'm not sure what you are doing. I know there was a bug fix on darkhound's patreon that had to do with fixing saves, but I don't think mine would be effected.
So what are you doing? Dragging and dropping my folder into the saves folder? Grabbing the files out of a girls folder and dropping them into the saves folder(what you are suppose to do?)? Dropping the "Complete as of xxx" files into the save folder, which need to be renamed before use? Because only one of those work and that might be your issue.
 

Daloza

Active Member
Jun 5, 2018
802
1,224

Full save. As usual, has a save for every sex scene or prolonged scene, including Jennifer's background story and her showing you the new room. Also set up saves for the contests with only the smaller chested girls in one save, and bigger in the other so that if you wanted to see anyone in those, you can. Also a finished 1.3.2 save if you just want to pursue new content.

Now included is a spreadsheet with sex counts for the girls. iI's not super accurate as some girls switch sex types midscene for just a moment or finish in a different way then the scene focused on, but it should do to tell people what a girl has.

I am missing Yumiko's room visit scene. I redid everything you can do with her and never got her room number, so either something glitched or you get that from some really odd location.
I have uploaded your saves on mega.
 

Vulgi

Member
Jul 3, 2017
173
231
i have still the problem that jennifer never shows up in her room .. any ideas Oo ?

"what i did so far"
fresh install "after deleted everything"
tried a few "older" savegames
 

darkhound1

Well-Known Member
Game Developer
Aug 8, 2017
1,810
8,501
For the Preferences crash from the initial menu, I compared the extracted and decompiled *.rpy files from the previous version to this one, and it appears that in the script.rpy, the last 2 lines of the following code have been deleted.
Python:
init -1:
    $ games_played = 1
    $ g_what_messages = "A"
    $ g_selected_conversation = ""
    if hasattr(store, "g_textbox_transparency") == False:
        $ g_textbox_transparency = 35
If you restore them, there is no crash anymore.
Thanks, I already knew that and fixed it. There is a quick fix download at my patreon page.
 

allo allo

Newbie
Jul 1, 2017
41
5

Full save. As usual, has a save for every sex scene or prolonged scene, including Jennifer's background story and her showing you the new room. Also set up saves for the contests with only the smaller chested girls in one save, and bigger in the other so that if you wanted to see anyone in those, you can. Also a finished 1.3.2 save if you just want to pursue new content.

Now included is a spreadsheet with sex counts for the girls. iI's not super accurate as some girls switch sex types midscene for just a moment or finish in a different way then the scene focused on, but it should do to tell people what a girl has.

I am missing Yumiko's room visit scene. I redid everything you can do with her and never got her room number, so either something glitched or you get that from some really odd location.
I've saved the files in both the appdata location and the actual directory itself, but certain scenes (such as Jessica pool scene) are getting an uncaught exception error (which I've pasted below). Does anyone know how to fix this?

---

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00console.rpy", line 769, in script
return
Exception: Could not find return label (u'E:\\downloads\\!flashget\\!games\\!!!Test\\HolidayIsland/game/events.rpy', 1531909541, 9739).

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

Full traceback:
File "D:\Videos\Definitely Not Porn\Games\Holiday Island\renpy\bootstrap.py", line 313, in bootstrap
renpy.main.main()
File "D:\Videos\Definitely Not Porn\Games\Holiday Island\renpy\main.py", line 513, in main
run(restart)
File "D:\Videos\Definitely Not Porn\Games\Holiday Island\renpy\main.py", line 139, in run
renpy.execution.run_context(True)
File "D:\Videos\Definitely Not Porn\Games\Holiday Island\renpy\execution.py", line 876, in run_context
context.run()
File "game/script.rpyc", line 769, in script call
�x�1�8��4�h~td��N%�.,P�"�"|]8C qH�
File "renpy/common/00console.rpy", line 769, in script
return
File "D:\Videos\Definitely Not Porn\Games\Holiday Island\renpy\ast.py", line 1468, in execute
next_node(renpy.game.context().lookup_return(pop=True))
File "D:\Videos\Definitely Not Porn\Games\Holiday Island\renpy\execution.py", line 664, in lookup_return
raise Exception("Could not find return label {!r}.".format(self.return_stack[-1]))
Exception: Could not find return label (u'E:\\downloads\\!flashget\\!games\\!!!Test\\HolidayIsland/game/events.rpy', 1531909541, 9739).

Windows-8-6.2.9200
Ren'Py 7.1.1.929
Holiday Island 0.1.4.0
Thu Jan 17 16:55:32 2019
 

darkhound1

Well-Known Member
Game Developer
Aug 8, 2017
1,810
8,501
I've saved the files in both the appdata location and the actual directory itself, but certain scenes (such as Jessica pool scene) are getting an uncaught exception error (which I've pasted below). Does anyone know how to fix this?

---

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00console.rpy", line 769, in script
return
Exception: Could not find return label (u'E:\\downloads\\!flashget\\!games\\!!!Test\\HolidayIsland/game/events.rpy', 1531909541, 9739).

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

Full traceback:
File "D:\Videos\Definitely Not Porn\Games\Holiday Island\renpy\bootstrap.py", line 313, in bootstrap
renpy.main.main()
File "D:\Videos\Definitely Not Porn\Games\Holiday Island\renpy\main.py", line 513, in main
run(restart)
File "D:\Videos\Definitely Not Porn\Games\Holiday Island\renpy\main.py", line 139, in run
renpy.execution.run_context(True)
File "D:\Videos\Definitely Not Porn\Games\Holiday Island\renpy\execution.py", line 876, in run_context
context.run()
File "game/script.rpyc", line 769, in script call
�x�1�8��4�h~td��N%�.,P�"�"|]8C qH�
File "renpy/common/00console.rpy", line 769, in script
return
File "D:\Videos\Definitely Not Porn\Games\Holiday Island\renpy\ast.py", line 1468, in execute
next_node(renpy.game.context().lookup_return(pop=True))
File "D:\Videos\Definitely Not Porn\Games\Holiday Island\renpy\execution.py", line 664, in lookup_return
raise Exception("Could not find return label {!r}.".format(self.return_stack[-1]))
Exception: Could not find return label (u'E:\\downloads\\!flashget\\!games\\!!!Test\\HolidayIsland/game/events.rpy', 1531909541, 9739).

Windows-8-6.2.9200
Ren'Py 7.1.1.929
Holiday Island 0.1.4.0
Thu Jan 17 16:55:32 2019
Try to rollback once and then continue playing. This could fix it and will in a lot of cases. If it doesn't, I don't know of any way to "save" that particular save file.
 

jikorde

Member
Mar 4, 2018
260
254
I've saved the files in both the appdata location and the actual directory itself, but certain scenes (such as Jessica pool scene) are getting an uncaught exception error (which I've pasted below). Does anyone know how to fix this?

---

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00console.rpy", line 769, in script
return
Exception: Could not find return label (u'E:\\downloads\\!flashget\\!games\\!!!Test\\HolidayIsland/game/events.rpy', 1531909541, 9739).

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

Full traceback:
File "D:\Videos\Definitely Not Porn\Games\Holiday Island\renpy\bootstrap.py", line 313, in bootstrap
renpy.main.main()
File "D:\Videos\Definitely Not Porn\Games\Holiday Island\renpy\main.py", line 513, in main
run(restart)
File "D:\Videos\Definitely Not Porn\Games\Holiday Island\renpy\main.py", line 139, in run
renpy.execution.run_context(True)
File "D:\Videos\Definitely Not Porn\Games\Holiday Island\renpy\execution.py", line 876, in run_context
context.run()
File "game/script.rpyc", line 769, in script call
�x�1�8��4�h~td��N%�.,P�"�"|]8C qH�
File "renpy/common/00console.rpy", line 769, in script
return
File "D:\Videos\Definitely Not Porn\Games\Holiday Island\renpy\ast.py", line 1468, in execute
next_node(renpy.game.context().lookup_return(pop=True))
File "D:\Videos\Definitely Not Porn\Games\Holiday Island\renpy\execution.py", line 664, in lookup_return
raise Exception("Could not find return label {!r}.".format(self.return_stack[-1]))
Exception: Could not find return label (u'E:\\downloads\\!flashget\\!games\\!!!Test\\HolidayIsland/game/events.rpy', 1531909541, 9739).

Windows-8-6.2.9200
Ren'Py 7.1.1.929
Holiday Island 0.1.4.0
Thu Jan 17 16:55:32 2019
I figured out how to get Jessica's pool scene to work, and this should work for the others as well. Hit rollback and then rollback manually using your mouse or however you do it via keyboard a single line. You'll get another error screen but with ignore this time, click that and you'll get a grey screen but a working UI. Just go back to the pool and everything works. This should work for most saves if you know what you need to do. Not sure how I'll fix this other then changing where I made the saves though... Could you post any others you noticed were broken? I'll see about fixing them if I can and reupload when I'm done.
 

pgr42o

New Member
Dec 28, 2017
4
0
Hello. Why do i get theese errors?


I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'locations/loc__main.jpg'>:
File "renpy/common/000statements.rpy", line 519, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'locations/loc__main.jpg'.
 

luvanotafighta

New Member
Nov 14, 2018
3
0
Hello,

Thanks for the awesome update

Re: Desire Pink Maid Outfit

So I am having trouble trying to getting the scene to trigger. Can anyone provide a hint whether she needs to be on or off cleaning duties?

Thank you.
 

itsallgd

Newbie
Aug 14, 2018
29
5
Not sure if I'm pushing things to earlier than I should even with stats maxed out for the girls.. Is anyone else copping lust/affection check failed in red up top?
 

darkhound1

Well-Known Member
Game Developer
Aug 8, 2017
1,810
8,501
Hello,

Thanks for the awesome update

Re: Desire Pink Maid Outfit

So I am having trouble trying to getting the scene to trigger. Can anyone provide a hint whether she needs to be on or off cleaning duties?

Thank you.
Doesn't matter if Desire is the maid or not. Here is the code that checks if the event is triggered:
elif l_event_id == 4 and actions_left >= 26 and actions_left <= 35 and jobs.reception.id <> desire.id and jobs.doctor.id <> desire.id and desire in list_of_characters and natasha in list_of_characters and desire.lust >= 75

The event id is a random component.
It has to be between 13:30 and 18:00
Desire must not be the receptionist, she must not be the doctor, she has to be on the island and natasha has to be on the island as well (why you will see when you get the scene) and desire's lust has to be >= 75
 

JJadams

Member
May 25, 2017
347
451
So, for the new room, the quest tells me "talk to jennifer about the requirements for the new room. Visit her in her room". But she's never in her room (and I know her room number, I already made the visit of the new room). Any idea ?
 

Mnemonic801

Newbie
Nov 17, 2018
66
40
I'm not able to get the sex scene with Ivy.... so mad for that. And i hope in a future update with her. Thanks Darkhound1 your work is amazing.
 
4.10 star(s) 219 Votes