darkhound1

Well-Known Member
Game Developer
Aug 8, 2017
1,802
8,443
compressed version
This is already the compressed version. The game has more than 12.000 images, a lot of them in 2560x1440 resolution + sound and music. The Android extra compression comes with a big quality hit (which is accceptable on the small screen of a phone or tablet imo, but not on a PC monitor).
If you compress it further, it won't look good any more.
 

ViaraMatan

New Member
Jan 30, 2020
1
0
Hi,

I wanted to load an older save game out of a whim and the game crashed. Since then the game won't start and I got this report:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 283, in script
python:
ScriptError: could not find label 'start'.

-- 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 "renpy/common/00start.rpy", line 283, in script
python:
File "renpy/script.py", line 910, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'start'.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439

Sun Mar 20 15:42:35 2022

What can I do? Please help me.
 

V0idSeeker

Newbie
May 20, 2019
62
108
Noticed a new outfit for Jennifer, including sprites for the restaurant. Any idea how to unlock that? Tired to look it up but I haven't found anything
 

horo portto

Newbie
Jun 21, 2017
30
17
darkhound1
There are some bugs in the complementing a girl functionality in the restaurant
1. Unlike anywhere else in the game complementing a girl in the restaurant forwards time.
2. After getting a flash/kiss/hug after complementing a girl asking for flash/kiss/hug is disabled for a while.
3. Aly gets resized after complementing her character
screenshot0001.png
4. Complementing Feye initiates a strange conversation. Save file where this can be replicated is attached.
edit more info: She needs to stay in the restaurant and same thing happens with tit flashing.

In case you didn't notice my previous post as I didn't tag you check also this https://f95zone.to/threads/holiday-island-v0-3-5-1-darkhound1.3782/post-7760282
 
Last edited:
  • Like
Reactions: UraN82

Nknows

Newbie
Dec 8, 2018
22
27
You probably didn't deleted the persistent file in your user profile.
After much searching, I was FINALLY able to locate that file. Deleted it, problem solved & game is running again. Thanks for your help.

FYI, doing a search for 'persistent' in File Explorer was the cure.

Thank God, I was started to have HI withdrawals!!!
 

asd2274899208

New Member
Oct 10, 2021
9
0
Yvette
I'll dump here some bug reports. This is a bit lazy but I some are just written as I remember them and the reports might be incomplete.

Jessica takes her night swim in rain. There are wrong overlays at the end of night swim scene.

(UG lab issues are from the last big update. These might be obsolete.)
When MC is in UG lab when week changes there is no end of week summary pop up and roles and training points are carried on to the next week.

No rain overlay in UG lab. It looks like sunshine in the room.

After Amy's arm wrestling scene when she asks MC to come to green room declining causes her anger to go down not up.

When Yumiko or Jennifer tell MC that the bar is about to close and player has any other girl info pinned in the quick access the bartender's info gets pinned. Also clicking the receptionist pins her info similarly.

When player visits the doctor's office actions are for the girl that the player has previously interacted there are active. Player can do actions with a girl that is not there.
View attachment 1712277

When player gives doctor enhanced sperm samples in exchange for 20 personal favors actual status change is sometimes 21 or 22 favors (depending on the girl I think). Just tried tried to reproduce this and at least Brenda got 21 and Delizia 20. I've noticed that the points get sometimes added for Delizia instead of the girl player is interacting with. I'm not sure about the preconditions here. This might only happen when there are two girls in the office.

The way things work at the moment it feels a bit strange that Delizia coming from back room scene can start when player is trying to leave the doctor's office.
where is lab,i can't find it.
 

TimMaster1234

New Member
Aug 15, 2019
14
6
Could somebody share his save file before he started with the new content, i completed almost everything from the last update but my old pc doesnt work anymore and I lost all my saves...
 

DerJohannes

Newbie
May 21, 2018
29
25
Hey i tried Updating my Game and when i click on the Phone Icon this Error appears, i imagine i did something wrong but im not sure, is there a way to fix this or should i redownload the game

Heres the Error Message:


I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/gui_screens.rpy", line 723, in execute
File "game/gui_screens.rpy", line 723, in execute
File "game/gui_screens.rpy", line 725, in execute
File "game/gui_screens.rpy", line 734, in execute
File "game/gui_screens.rpy", line 754, in execute
Exception: Imagebutton does not have a idle image. (auto=u'gui/phone_easter_eggs_%s.png').

-- 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.rpyc", line 436, in script
�2��+`W��=N�����;����6�9Xt� Y
File "game/script.rpyc", line 436, in script
�2��+`W��=N�����;����6�9Xt� Y
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 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3512, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/gui_screens.rpy", line 723, in execute
File "game/gui_screens.rpy", line 723, in execute
File "game/gui_screens.rpy", line 725, in execute
File "game/gui_screens.rpy", line 734, in execute
File "game/gui_screens.rpy", line 754, in execute
File "renpy/ui.py", line 952, in _imagebutton
idle = choice(idle, idle_image, "idle", required=True)
File "renpy/ui.py", line 946, in choice
raise Exception("Imagebutton does not have a %s image. (auto=%r)." % (name, auto))
Exception: Imagebutton does not have a idle image. (auto=u'gui/phone_easter_eggs_%s.png').

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Holiday Island 0.3.5.1
Mon Mar 21 17:34:37 2022
 

darkhound1

Well-Known Member
Game Developer
Aug 8, 2017
1,802
8,443
darkhound1
There are some bugs in the complementing a girl functionality in the restaurant
1. Unlike anywhere else in the game complementing a girl in the restaurant forwards time.
2. After getting a flash/kiss/hug after complementing a girl asking for flash/kiss/hug is disabled for a while.
3. Aly gets resized after complementing her character
View attachment 1715044
4. Complementing Feye initiates a strange conversation. Save file where this can be replicated is attached.
edit more info: She needs to stay in the restaurant and same thing happens with tit flashing.

In case you didn't notice my previous post as I didn't tag you check also this https://f95zone.to/threads/holiday-island-v0-3-5-1-darkhound1.3782/post-7760282
1. is a mistake everywhere else in the game -> fixed, will be part of the next update
2. yes it is, intended behaviour, it's the same as everywhere else
3. fixed, will be part of the next update
4. fixed, will be part of teh next update
 
4.00 star(s) 215 Votes