Sep 26, 2021
107
117
Have to ask, you did download the Companion Mod from the developer's Patreon page and follow the instructions exactly on how to install?
Yes, I followed all of the directions and have copied all of the files and pasted them into the game folder for the game itself. However, unlike the other Mac user, the Mod Icon shows up for me, but every time I click on it, the game cashes.
 

darkhound1

Well-Known Member
Game Developer
Aug 8, 2017
1,862
8,841
Yes, I followed all of the directions and have copied all of the files and pasted them into the game folder for the game itself. However, unlike the other Mac user, the Mod Icon shows up for me, but every time I click on it, the game cashes.
Since you don't provide a crash report, I'm just taking an educated guess :)
You're getting some error about a missing image. In that case check where you copied the folder named "nemod". it needs to be copied into the folder HI\game\images.
 

poptawt

Newbie
May 8, 2020
45
30
Program won't start in linux. Below is the traceback. I did try the "delete the persistent save".

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/functions.rpy", line 5679, in <module>
AttributeError: 'module' object has no attribute 'LifoQueue'

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

Full traceback:
File "/media/MyStuff/AG/HI/HolidayIsland-0.3.5.0-pc/renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "/media/MyStuff/AG/HI/HolidayIsland-0.3.5.0-pc/renpy/main.py", line 515, in main
renpy.game.context().run(node)
File "game/functions.rpyc", line 5678, in script
File "game/functions.rpyc", line 5678, in script
File "/media/MyStuff/AG/HI/HolidayIsland-0.3.5.0-pc/renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/media/MyStuff/AG/HI/HolidayIsland-0.3.5.0-pc/renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/functions.rpy", line 5679, in <module>
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/site-packages/requests/__init__.py", line 43, in <module>
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/site-packages/urllib3/__init__.py", line 8, in <module>
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/site-packages/urllib3/connectionpool.py", line 58, in <module>
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/site-packages/urllib3/connectionpool.py", line 65, in ConnectionPool
AttributeError: 'module' object has no attribute 'LifoQueue'

Linux-5.16.10-arch1-1-x86_64-with-glibc2.2.5
Ren'Py 7.4.4.1439
Holiday Island 0.3.5.0
Wed Mar 9 13:09:24 2022
i am getting this same issue on my mac :(

deleting persistent files isn't working. can someone please help? i went back a few page and there's no answer yet
 
Last edited:

Not Data

Newbie
Aug 23, 2020
77
143
ANAL RETENTIVE MUSINGS - NEW DINING ROOM EDITION

I have only played 3.5 a few times and this is all I've noticed so far. BTW, I love the new outdoor dining room. It looks awesome and so do everybody sitting there. Now on to the nitpicking:

1. Does the MC eat while standing up? The icon says "You get something to eat from the buffet" or something like that. Key word may be "get" rather than "eat". But if the "you are hungry" icon pops up before you go there, it will disappear after you "get" something, but before you sit down. Perhaps after sitting down, we can see the MC stuffing his mouth going "num num num" ala the Cookie Monster.

2. Somebody else pointed this out, but I noticed it too. On rainy days, the outdoor dining room is still in use with no evidence or precipitation. Could there be a protective covering out of camera range? But then, the rain would still be visible in the background. It is possible the rain slowed down to a drizzle or temporarily stopped. But every time? How con-veen-ee-ent!

I suppose we can have have everybody return to old dining room on rainy days. Is it still there? Or is it being remodeled for another purpose? If yes, what would you like to see it become? My vote would be for a game room. We can then play a new game or two with the girls besides poker.


3. Is it me or do the same girls seem to always sit at the same table in the same chair? Have the girls developed social cliques? Is it like high school again with a nerd table, a jock table, etc.? Or are the girls creatures of habit who like to sit at the same spot every time. You might be like that if you go to a class or church. You would think Amy and Alice would like to eat together some times. But as you keep playing the game, keep watching for this and see if you notice any patterns. Do we have a bunch of Sheldons who don't like others sitting in their spot?

I have yet to discover most of the new updates and I am looking forward to them. I don't like to do them all too early. This keeps game nice and fresh. Game will seem new for a long time. Maybe even up to next update. But I am having trouble getting Deliza started on her new nursing gig. She is not behaving any differently than before the update. I look forward to the new Companion Guide to help here. But if anybody wants to give me a boost, I would appreciate it. I don't care if it's Moderna or Pfizer. Better make if J&J so you don't have to separate the advice in two separate posts.
 

darkhound1

Well-Known Member
Game Developer
Aug 8, 2017
1,862
8,841
Program won't start in linux. Below is the traceback. I did try the "delete the persistent save".

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/functions.rpy", line 5679, in <module>
AttributeError: 'module' object has no attribute 'LifoQueue'

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

Full traceback:
File "/media/MyStuff/AG/HI/HolidayIsland-0.3.5.0-pc/renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "/media/MyStuff/AG/HI/HolidayIsland-0.3.5.0-pc/renpy/main.py", line 515, in main
renpy.game.context().run(node)
File "game/functions.rpyc", line 5678, in script
File "game/functions.rpyc", line 5678, in script
File "/media/MyStuff/AG/HI/HolidayIsland-0.3.5.0-pc/renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/media/MyStuff/AG/HI/HolidayIsland-0.3.5.0-pc/renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/functions.rpy", line 5679, in <module>
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/site-packages/requests/__init__.py", line 43, in <module>
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/site-packages/urllib3/__init__.py", line 8, in <module>
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/site-packages/urllib3/connectionpool.py", line 58, in <module>
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/site-packages/urllib3/connectionpool.py", line 65, in ConnectionPool
AttributeError: 'module' object has no attribute 'LifoQueue'

Linux-5.16.10-arch1-1-x86_64-with-glibc2.2.5
Ren'Py 7.4.4.1439
Holiday Island 0.3.5.0
Wed Mar 9 13:09:24 2022
Try the attached fix. Replace the file "functions.rpyc" in the folder Holiday Island\game\ with the one from the attached zip.
 

Not Data

Newbie
Aug 23, 2020
77
143
Next update, the new restaurant on rainy days :)
The rain is animated like in all other outside areas.
View attachment 1698415 View attachment 1698416 View attachment 1698417

You will also be able to just click on a girl to sit at her table.
Cool! Right now, I believe Jessica and Natasha always sit at far right. One time Jessica left and Natasha arrived to take the same spot. Depending on who is on the island, I am guessing it will not be possible for certain girls to be dining at the same time. Not a bad thing. Just interesting trivia.
 
  • Thinking Face
Reactions: MarsUltor

DuckSwim

Well-Known Member
Jan 19, 2018
1,552
9,848
3. Is it me or do the same girls seem to always sit at the same table in the same chair? Have the girls developed social cliques? Is it like high school again with a nerd table, a jock table, etc.? Or are the girls creatures of habit who like to sit at the same spot every time. You might be like that if you go to a class or church. You would think Amy and Alice would like to eat together some times. But as you keep playing the game, keep watching for this and see if you notice any patterns. Do we have a bunch of Sheldons who don't like others sitting in their spot?
17 girls use the restaurant.
Each girl has 3 renders, except Amy who has 7.

Total cost = 55 renders.

The restaurant's table seating seems like it is served by 3 different base setups.
So it would require at least 110 additional renders for the girls to be able to sit anywhere at their table.

To have them sit at any place at any table would cost a lot more.
Would be a big step backwards to the old days of render replication, time spent for little to no gain.

Solution : fixed seating.
 
Last edited:

darkhound1

Well-Known Member
Game Developer
Aug 8, 2017
1,862
8,841
Cool! Right now, I believe Jessica and Natasha always sit at far right. One time Jessica left and Natasha arrived to take the same spot. Depending on who is on the island, I am guessing it will not be possible for certain girls to be dining at the same time. Not a bad thing. Just interesting trivia.
The girls are split into an early and a late group. The members of the early group will eat/stay for a random time. If the place is occupied, the member of the late group using the same seat cannot join.
So yes, girls using the same spot can never be together at the restaurant.
The reason is the number of necessary renders and very complicated code to do it differently.
 
4.00 star(s) 246 Votes