Bantry

Forum Fanatic
Oct 24, 2017
5,517
13,840
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.
Providing you downloaded both v.0.4.5.0 and the update from the developer's Patreon page (sometimes the F95Zone links get corrupter), can't think of much else to try. Last question, are you playing on a PC, Mac or Android?
 
  • Like
Reactions: MarsUltor

Lewdop

New Member
Nov 2, 2021
10
1
Providing you downloaded both v.0.4.5.0 and the update from the developer's Patreon page (sometimes the F95Zone links get corrupter), can't think of much else to try. Last question, are you playing on a PC, Mac or Android?
on PC
 

Ardash

Newbie
Jul 3, 2022
42
32
Thanks for your feedback. I edited the description for Ivy's second Easter Egg to look for it on her second arrival to the Island. This will be in the next reissue of the Guide with the next release.
My bad! Found egg on first arrival.
If you invite Ivy not departed before you can get easter egg.
If you invite Ivy departed before you must select right answer in dialogue for easter egg route.
You don't have permission to view the spoiler content. Log in or register now.
 

SnobbyCoder60

New Member
Jul 18, 2024
2
0
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.

View attachment 3843768
thank you, but i looked at the guide and i didn’t find anything about the apps i was talking about; i am referring to the hacking applications that appear into your phone when you reach lv3 of hacking.

Lewdop on which device are you playing on?
 

Bantry

Forum Fanatic
Oct 24, 2017
5,517
13,840
thank you, but i looked at the guide and i didn’t find anything about the apps i was talking about; i am referring to the hacking applications that appear into your phone when you reach lv3 of hacking.
Are these the ones you are asking about?
Capture.JPG

I think the title of each app is kind of self-explanatory, but if I remember correctly; the first allows you to hack a girl's subdermal to get all her info, like stats, locations, etc. The second, even though it is start the hack and forget it, this one tells you how far along you are in the hacking progress. The 3rd tells what hacking level you have attained, level 1, level two, level three. Again, not sure I remember correctly, since it has been so long since I needed to hack a girl's subdermal, but that should be pretty close to what each one does. Hope that answers your question.
 
  • Like
Reactions: SnobbyCoder60

Bantry

Forum Fanatic
Oct 24, 2017
5,517
13,840
How do i get Jessica Photoshoot Appointment?
As the hints in your phone say, that is part of the Jennifer's photo quest for her friend Nathan. Download and read the Companion Guide linked on the first page of this thread to get all the details, since there are more girls involved than just Jessica.

Guide.jpg
 
  • Like
Reactions: sfcpres

darkhound1

Well-Known Member
Game Developer
Aug 8, 2017
1,862
8,841
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
Funny how you think that not mentioning that you are using a translated version will solve anything.
My english version doesn't have that problem.
 

masseuse

Newbie
Oct 27, 2022
43
10
I am a bit concerned about Amy, because her moaning sounds have been send out on the resorts speaker system constantly for several days now. It started as an event with a sneak visit to her room and then calling out her name and walk in. Then she asks MC to leave room, and he do so. The sounds continue when you load saved games from other places later on.
 

Bantry

Forum Fanatic
Oct 24, 2017
5,517
13,840
I am a bit concerned about Amy, because her moaning sounds have been send out on the resorts speaker system constantly for several days now. It started as an event with a sneak visit to her room and then calling out her name and walk in. Then she asks MC to leave room, and he do so. The sounds continue when you load saved games from other places later on.
No idea what is causing that to happen, but the way to turn off the moaning was already posted here.

https://f95zone.to/threads/holiday-island-v0-4-5-1-darkhound1.3782/post-14130387
 

Lewdop

New Member
Nov 2, 2021
10
1
do game work for anyone who have window 11? just wanna check if its my pc/window 11 or maybe a bug from game?
 
4.00 star(s) 246 Votes