masseuse

Newbie
Oct 27, 2022
31
6
Will be updated when Guide is issued with next release.
Thanks. I suggest, that some more accurate information about looks is included too like below. Perhaps DrSoong can confirm these values as well. It looks to be the same as the new Charm numbers. It could be that looks level 1 needs 5 or 6 points.

I am a nerd regarding numbers, and I have tried to figure out about looks in the game.

You got Looks Increase Points and the current value of MC can be seen in the medical version of the app from doctor. You can increase looks points by one by applying beauty cream once. But you need to wait at least 4½ hour from last time you used the cream. Otherwise, you will not get a look point. Use of night time require more than 4½ hour.

The Looks level will be determined (as the other stats) Sunday at 2400 hour as this:

Looks level 1 to 2 require 6 points
Looks level 2 to 3 require 10 points
Looks level 3 to 4 require 15 points
Looks level 4 to 5 require 20 points

So in order to level up from 2 to 3 in one week, you need to apply the cream more than once a day.

The points value is reset to zero at update.

The guide notes, that Jennifer decides actions based on looks level. In general, I have not seen girls actions changed based on looks level. However, when MC have an interaction with at least some girls, the girls increase in affection and love is influenced by Looks level. Higher Looks level cause higher increase in affection and love. When you apply hair styling (2 more in looks level), the increase will be 2 more.
 

DrSoong

Member
Donor
Jan 8, 2022
492
932
Thanks. I suggest, that some more accurate information about looks is included too like below. Perhaps DrSoong can confirm these values as well. It looks to be the same as the new Charm numbers. It could be that looks level 1 needs 5 or 6 points.
Looks needs the same values for upgrade as Charm (5/10/15/20).
 
  • Like
Reactions: masseuse

Bob Plodder

Newbie
Nov 5, 2018
47
17
Game does not start, instead I get this report - any ideas? Thanks a lot for the help!!!

While running game code:
File "renpy/common/00start.rpy", line 208, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 387, in script
$ __gl_test()
File "renpy/common/00start.rpy", line 208, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 387, in script
$ __gl_test()
File "renpy/common/00gltest.rpy", line 387, in <module>
$ __gl_test()
File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test
_gl_performance_test()
File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test
ui.interact(suppress_underlay=True, suppress_overlay=True)
Exception: DirectSoundCreate8: No audio device found

-- 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 208, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 387, in script
$ __gl_test()
File "renpy/common/00start.rpy", line 208, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 387, in script
$ __gl_test()
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gltest.rpy", line 387, in <module>
$ __gl_test()
File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test
_gl_performance_test()
File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test
ui.interact(suppress_underlay=True, suppress_overlay=True)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3062, in interact
self.start()
File "renpy/display/core.py", line 2096, in start
renpy.audio.audio.init()
File "renpy/audio/audio.py", line 903, in init
renpysound.init(renpy.config.sound_sample_rate, 2, bufsize, False, renpy.config.equal_mono)
File "renpysound.pyx", line 390, in renpy.audio.renpysound.init
File "renpysound.pyx", line 97, in renpy.audio.renpysound.check_error
Exception: DirectSoundCreate8: No audio device found
 

Puppet Master

Active Member
Aug 21, 2018
953
1,778
Fix for game not starting from page 1 of forum:

The symptom : the game doesn't start anymore (cause not yet identified).

Fix :

DELETE the Persistent file in these two folders (Save & AppData).
Save folder... (Holiday Island/game/saves)
AppData folder (C: user/***/AppData/roaming/RenPy/Island-1499865023)*** your user id
Note : this action will remove some of the girls scene: plane girl scene and girl arrival)
 

DuckSwim

Well-Known Member
Jan 19, 2018
1,460
8,932
Game does not start, instead I get this report - any ideas? Thanks a lot for the help!!!

While running game code:
File "renpy/common/00start.rpy", line 208, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 387, in script
$ __gl_test()
File "renpy/common/00start.rpy", line 208, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 387, in script
$ __gl_test()
File "renpy/common/00gltest.rpy", line 387, in <module>
$ __gl_test()
File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test
_gl_performance_test()
File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test
ui.interact(suppress_underlay=True, suppress_overlay=True)
Exception: DirectSoundCreate8: No audio device found

-- 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 208, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 387, in script
$ __gl_test()
File "renpy/common/00start.rpy", line 208, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 387, in script
$ __gl_test()
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gltest.rpy", line 387, in <module>
$ __gl_test()
File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test
_gl_performance_test()
File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test
ui.interact(suppress_underlay=True, suppress_overlay=True)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3062, in interact
self.start()
File "renpy/display/core.py", line 2096, in start
renpy.audio.audio.init()
File "renpy/audio/audio.py", line 903, in init
renpysound.init(renpy.config.sound_sample_rate, 2, bufsize, False, renpy.config.equal_mono)
File "renpysound.pyx", line 390, in renpy.audio.renpysound.init
File "renpysound.pyx", line 97, in renpy.audio.renpysound.check_error
Exception: DirectSoundCreate8: No audio device found
Some Renpy versions requires a sound device and a connected audio unit.
Plug in a recognized audio device, +speaker or headphones attached to it
 
  • Like
Reactions: darkhound1

mmoo9154

New Member
Jun 26, 2023
6
3
Does anyone know how to get Brenda in the medical center so I can have her treat a sperm congestion? Even though she is on the island, she is never available as an option when I go to reception to request a job reassignment for the doctor. I am only able to select Desire or Lacey. (Faye is off-island.)
 

Bantry

Forum Fanatic
Oct 24, 2017
5,238
12,905
Does anyone know how to get Brenda in the medical center so I can have her treat a sperm congestion? Even though she is on the island, she is never available as an option when I go to reception to request a job reassignment for the doctor. I am only able to select Desire or Lacey. (Faye is off-island.)
Have you tried also sending Desire, Lacey and Alice off-island along with Faye? If Brenda is the only available nurse besides Delizia, she should be one of the choices. Also check to see that she doesn't have another assignment like Maid or Receptionist duty, both morning and night. If you can't send them all off-island, assign them duties like maid, morning, evening receptionist, etc. You're trying to limit the available girls the game can choose from.
 

xapican

Devoted Member
May 11, 2020
8,610
12,691
people, as I understand it, that the game in this page and the game that I play in the link is not one and the same suzhetnoya game, right? but it's strange that the names are very similar and the plot line of the game is almost the same .. maybe it's the same game but in different ways?

https://f95zone.to/threads/holiday-islands-v0-10-2-devon-andersson.11971/
Not at all, I played that game and it is a great game, this one over here is out longer, there where even a request to the dev of the other game to change the Title that is why it has the plural.
it's a shame that it was abandoned, had potential.
this game is about a guy living the dream, as only Male on an Island of super Sexy girls.
 

DuckSwim

Well-Known Member
Jan 19, 2018
1,460
8,932
people, as I understand it, that the game in this page and the game that I play in the link is not one and the same suzhetnoya game, right? but it's strange that the names are very similar and the plot line of the game is almost the same .. maybe it's the same game but in different ways?

https://f95zone.to/threads/holiday-islands-v0-10-2-devon-andersson.11971/
That one has been abandoned for years, since March 2019 by the looks of it from its dead patreon.
No relation beyond the name coincidence
 

RyanEighteen

Newbie
Jul 21, 2020
16
16
Great render! Danielle is so hot.

I haven't played the last few versions of this. Anyone know if there's been any new content with Danielle since the first few in the lab like two years ago? From what I played there hadn't even really been a lewd scene with her.

I check the logs when I can but haven't seen much of Danielle listed, so just want to be 100% before downloading. Thanks for any info.
 

DuckSwim

Well-Known Member
Jan 19, 2018
1,460
8,932
Great render! Danielle is so hot.

I haven't played the last few versions of this. Anyone know if there's been any new content with Danielle since the first few in the lab like two years ago? From what I played there hadn't even really been a lewd scene with her.

I check the logs when I can but haven't seen much of Danielle listed, so just want to be 100% before downloading. Thanks for any info.
Daniela
Rel 3.0 May 2021
Rel 3.6 Aug 2022
Rel 4.0 Somewhere in the Autumn most likely

The period of the last year or so has be characterized by a large share of rework and updating of the gameplay and old resort renders, Rel 3.7 and Rel 3.8.

Judging by the development news for Rel 4.0 and the public info on Patreon this period is over, and all content is now focused on moving the game forward (and completing the old girls).

We'll have to see where Rel 4.0 and the change it brings takes the game, until then the role for Daniela must remain speculation.
 
Last edited:

mmoo9154

New Member
Jun 26, 2023
6
3
Have you tried also sending Desire, Lacey and Alice off-island along with Faye? If Brenda is the only available nurse besides Delizia, she should be one of the choices. Also check to see that she doesn't have another assignment like Maid or Receptionist duty, both morning and night. If you can't send them all off-island, assign them duties like maid, morning, evening receptionist, etc. You're trying to limit the available girls the game can choose from.
Thank you! That worked. FWIW, it looks like Brenda was on maid duty and I didn't know it. Once she was off that, she showed up as an option for doctor duty.
 

sfcpres

Member
Mar 29, 2019
224
516
Not at all, I played that game and it is a great game, this one over here is out longer, there where even a request to the dev of the other game to change the Title that is why it has the plural.
it's a shame that it was abandoned, had potential.
this game is about a guy living the dream, as only Male on an Island of super Sexy girls.
That is how I found this game. I had downloaded the other game and while I was looking for something more about it online I found DH's game. So glad I made the change. The other game was good but doesn't match up here with the girls and story line.
 
  • Red Heart
Reactions: xapican
4.10 star(s) 219 Votes