Knight

Active Member
Jul 7, 2017
812
2,168
Amy's room even has a swimming pool!? :cry:
View attachment 3832368
All I see is her swimming pool... :mad: That's not fair! I should be the lottery winner! Right? I want my swimming pool! :mad:
Amy: That's what you think when a girl is barely naked in front of you! :sick:
The whole point is to get to the level where you can go over to any girls room and enjoy everything in it.
 

masseuse

Newbie
Oct 27, 2022
43
10
In general, you are right.
Unfortunately this one really is a bug. Copy & Paste error from previous version.
The number of days a girl spent on the island wasn't supposed to be reset for 0.4.5.0.
I have fixed the save game updater now, but it's too late if you already loaded a save game with the current version.

To change the days a girl has been on the island manually, open the console and type:
<name of the girl>.island_days = ...
So for example:
brenda.island_days = 50
Thanks. I was able to do this and unlock Brendas anniversary scenes this way. I used a development console file called dirtyconsol.rpy and I added it to renpy/common folder. the file is described here:
https://f95zone.to/threads/quick-tw...re-playing-any-renpy-game.131004/post-8999432

I hope this way do not cause unexpected problems.

I got another question regarding the new lewd beach walk scene with Natasha. It seems that I am not able to unlock the scene due to wrong bikini or bathing suit outfit. I tried the three possibilities for outfit, that I know of. Can some new outfit for her be discovered in some way?
 

Monsieur X

Engaged Member
May 26, 2018
2,556
3,427
Thanks. I was able to do this and unlock Brendas anniversary scenes this way. I used a development console file called dirtyconsol.rpy and I added it to renpy/common folder. the file is described here:
https://f95zone.to/threads/quick-tw...re-playing-any-renpy-game.131004/post-8999432

I hope this way do not cause unexpected problems.

I got another question regarding the new lewd beach walk scene with Natasha. It seems that I am not able to unlock the scene due to wrong bikini or bathing suit outfit. I tried the three possibilities for outfit, that I know of. Can some new outfit for her be discovered in some way?
Nope.
She must wear her skimmpy bikini.
 
Last edited:

crimsonxplt

Newbie
Jun 25, 2017
25
26
I've looked at the hints in the phone and maxed their stats but only get the same basic scenes. Do I just keep repeating them and hope for good RNG or is there something else I should be doing?
(I'd prefer not to cheat but i'm not making much progress.)
 

Bantry

Forum Fanatic
Oct 24, 2017
5,517
13,840
I've looked at the hints in the phone and maxed their stats but only get the same basic scenes. Do I just keep repeating them and hope for good RNG or is there something else I should be doing?
(I'd prefer not to cheat but I'm not making much progress.)
For starters, it's all guesswork on our part (those offering advice) since you didn't ask about a particular girl or scene. If you haven't done so already, you're best bet is to download and read the Companion Guide linked on the first page of this thread. Inside you will find all kinds of hints, tips, answers, some of which are quite detailed. If you still need help, come back here and ask, but try to include more details, so we know exactly what you are trying to accomplish.

Guide.jpg
 

-Archon-

Newbie
Feb 1, 2021
40
33
Hi all,

i dont know if this was already mentioned since 4.5.0 came out, havent found a post about it...

i cant open the solved ´´guess who´´ pics in the phone, when i click on the pics just nothing happens...
for the easteregg and/or dream images it works just fine...

greetings

screenshot1.jpg screenshot2.jpg
 

SiJa

Engaged Member
Feb 21, 2018
2,267
27,273
Hi all,

i dont know if this was already mentioned since 4.5.0 came out, havent found a post about it...

i cant open the solved ´´guess who´´ pics in the phone, when i click on the pics just nothing happens...
for the easteregg and/or dream images it works just fine...

greetings

View attachment 3838269 View attachment 3838270
I tested my version and no such issue, Guess Who works fine, even on an old save file.
Not sure what the issue could be.
Try loading another save file and see if it has the same problem?
 
  • Like
Reactions: -Archon-

-Archon-

Newbie
Feb 1, 2021
40
33
I tested my version and no such issue, Guess Who works fine, even on an old save file.
Not sure what the issue could be.
Try loading another save file and see if it has the same problem?
Hi,

thx SiJa, that solved the problem, loaded an 4.1.0 savefile and the game updated itself to 4.5.1, now the pics work, but when i started a fresh game in 4.5.0 and updated to 4.5.1 it was the problem i posted before, maybe it has something to do with the layout change...
however, now it works, thank you...

4.1.0 layout GuessWho-4.1.0.jpg

4.5.1 layout GuessWho-4.5.1.jpg
 
  • Like
Reactions: junior366

Lewdop

New Member
Nov 2, 2021
10
1
tried play game but i keep getting error message that say "bool object is not callable?" what cause it? did i something wrong?



While running game code:
File "renpy/common/000statements.rpy", line 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
TypeError: 'bool' object is not callable

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "intro.rpyc", line 320, in script
File "intro.rpyc", line 320, in script
File "renpy/ast.py", line 1969, in execute
self.call("execute")
File "renpy/ast.py", line 1957, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 2983, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", 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 3586, in interact_core
if renpy.display.draw.update(force=self.display_reset):
TypeError: 'bool' object is not callable

Windows-10-10.0.22621
Ren'Py 7.4.4.1439
Holiday Island 0.4.5.1
 

SnobbyCoder60

New Member
Jul 18, 2024
2
0
Lewdop My version works fine, yours seems to be a problem related to your game file.
Try to reinstall it in the proper way (original game+.4.5.1patch) and it will be fine.

by the way, does anyone know how to hack subdermal plants?
I just reached hacking lv3 and three apps appeared onto my screen, but i can’t guess out how they work…
 

Bantry

Forum Fanatic
Oct 24, 2017
5,517
13,840
Lewdop My version works fine, yours seems to be a problem related to your game file.
Try to reinstall it in the proper way (original game+.4.5.1patch) and it will be fine.

by the way, does anyone know how to hack subdermal plants?
I just reached hacking lv3 and three apps appeared onto my screen, but i can’t guess out how they work…
Since you didn't give us any idea of which new apps you're inquiring about, the standard answer is, have you checked the Companion Guide linked on the first page of this thread? It covers the majority of the apps on your phone.

Guide.jpg
 
  • Like
Reactions: SnobbyCoder60

Randy King

New Member
Jul 17, 2024
2
1
When I click the quest,it will catch the following exception.I think it maybe caught by Jessica into my room and after comunicating with me.

I search this exception track for a lot of time.I think it caused by an incorrect convertion of string to unicode.But I can't find the solution.Thanks sincerely!



I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 460, in script
call screen main_game(location)
File "game/script.rpy", line 460, in script
call screen main_game(location)
File "renpy/common/000statements.rpy", line 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
Exception: Open text tag at end of string u'{color=#f79e50}Reward: {/color}\u6765\u81ea\u6770\u897f\u5361\u7684\u8fd1\u8ddd\u79bb{b}\u611f\u8c22{/b\uff5d!'.

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "game/script.rpy", line 460, in script
call screen main_game(location)
File "game/script.rpy", line 460, in script
call screen main_game(location)
File "renpy/ast.py", line 1969, in execute
self.call("execute")
File "renpy/ast.py", line 1957, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 2983, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", 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 3512, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 437, in visit_all
self.child.visit_all(callback, seen=None)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 557, in visit_all
for d in self.visit():
File "renpy/text/text.py", line 1754, in visit
self.update()
File "renpy/text/text.py", line 1731, in update
tokens = self.tokenize(text)
File "renpy/text/text.py", line 2205, in tokenize
tokens.extend(textsupport.tokenize(i))
File "textsupport.pyx", line 127, in renpy.text.textsupport.tokenize
Exception: Open text tag at end of string u'{color=#f79e50}Reward: {/color}\u6765\u81ea\u6770\u897f\u5361\u7684\u8fd1\u8ddd\u79bb{b}\u611f\u8c22{/b\uff5d!'.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Holiday Island 0.4.5.0
Thu Jul 18 21:48:35 2024
 

Bantry

Forum Fanatic
Oct 24, 2017
5,517
13,840
When I click the quest,it will catch the following exception.I think it maybe caught by Jessica into my room and after comunicating with me.

I search this exception track for a lot of time.I think it caused by an incorrect convertion of string to unicode.But I can't find the solution.Thanks sincerely!



I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 460, in script
call screen main_game(location)
File "game/script.rpy", line 460, in script
call screen main_game(location)
File "renpy/common/000statements.rpy", line 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
Exception: Open text tag at end of string u'{color=#f79e50}Reward: {/color}\u6765\u81ea\u6770\u897f\u5361\u7684\u8fd1\u8ddd\u79bb{b}\u611f\u8c22{/b\uff5d!'.

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "game/script.rpy", line 460, in script
call screen main_game(location)
File "game/script.rpy", line 460, in script
call screen main_game(location)
File "renpy/ast.py", line 1969, in execute
self.call("execute")
File "renpy/ast.py", line 1957, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 2983, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", 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 3512, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 437, in visit_all
self.child.visit_all(callback, seen=None)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 557, in visit_all
for d in self.visit():
File "renpy/text/text.py", line 1754, in visit
self.update()
File "renpy/text/text.py", line 1731, in update
tokens = self.tokenize(text)
File "renpy/text/text.py", line 2205, in tokenize
tokens.extend(textsupport.tokenize(i))
File "textsupport.pyx", line 127, in renpy.text.textsupport.tokenize
Exception: Open text tag at end of string u'{color=#f79e50}Reward: {/color}\u6765\u81ea\u6770\u897f\u5361\u7684\u8fd1\u8ddd\u79bb{b}\u611f\u8c22{/b\uff5d!'.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Holiday Island 0.4.5.0
Thu Jul 18 21:48:35 2024
Same answer as above.

Have you installed the latest update/bugfix 0.4.5.1? According to your attached traceback, you haven't.

View attachment 3840549

You can find the update here.

 
  • Like
Reactions: junior366

Lewdop

New Member
Nov 2, 2021
10
1
Lewdop My version works fine, yours seems to be a problem related to your game file.
Try to reinstall it in the proper way (original game+.4.5.1patch) and it will be fine.

by the way, does anyone know how to hack subdermal plants?
I just reached hacking lv3 and three apps appeared onto my screen, but i can’t guess out how they work…
i did, i tried use 7zip and winrar. even apply update/patch from patreon. still same problem.
 

Bantry

Forum Fanatic
Oct 24, 2017
5,517
13,840
i did, i tried use 7zip and winrar. even apply update/patch from patreon. still same problem.
To make sure we're on the same page, You made a copy of your 'save's folder (if you have one) and then you downloaded both ver. 0.4.5.0 and the update, 0.4.5.1 from the developer's Patreon page. Then you did a clean install of v.0.4.5.0 (not overwrite any other installed version) and then after that was installed, you installed the update of v.0.4.5.1. Then you can move your 'saves' folder back into the game folder. If you're just starting the game, you won't have a 'saves' folder.





Is that correct?
 

Lewdop

New Member
Nov 2, 2021
10
1
To make sure we're on the same page, You made a copy of your 'save's folder (if you have one) and then you downloaded both ver. 0.4.5.0 and the update, 0.4.5.1 from the developer's Patreon page. Then you did a clean install of v.0.4.5.0 (not overwrite any other installed version) and then after that was installed, you installed the update of v.0.4.5.1. Then you can move your 'saves' folder back into the game folder. If you're just starting the game, you won't have a 'saves' folder.





Is that correct?
its fresh start, no any old save folder. all i did was just install v.0.4.5.0 (no overwrite any) then i put v.0.4.5.1 into game file inside holiday island file then it ask me if i want overwrite scripts.rpa. i choose yes . thats all. other word its as you said.
 
  • Like
Reactions: Bantry
4.00 star(s) 246 Votes