4,00 звёзд 238 Votes

hanumania

Member
12.07.2023
227
308
Hello, I tried adding a blank txt file called "use_fixed_resolution_720.txt" (no quotes) in ~/renpy-8.1.1-sdk/HolidayIsland-0.3.8.0-pc/game,
but I still get the following crash. Any advice? Thank you!


Код:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000namespaces.rpy", line 33, in set
    def set(self, name, value):
Exception: config.developer_show_all_exceptions is not a known configuration variable.

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

Full traceback:
  File "options.rpyc", line 16, in script
  File "/home/xyz/renpy-8.1.1-sdk/renpy/ast.py", line 2508, in execute
    self.set()
  File "/home/xyz/renpy-8.1.1-sdk/renpy/ast.py", line 2526, in set
    ns.set(self.varname, value)
  File "renpy/common/000namespaces.rpy", line 33, in set
    def set(self, name, value):
  File "/home/xyz/renpy-8.1.1-sdk/renpy/defaultstore.py", line 101, in __setattr__
    raise Exception('config.%s is not a known configuration variable.' % (name))
Exception: config.developer_show_all_exceptions is not a known configuration variable.

Linux-5.15.0-82-generic-x86_64-with-glibc2.35 x86_64
Ren'Py 8.1.1.23060707
Holiday Island 0.3.8.0
Fri Sep  1 19:52:12 2023
 
16.03.2018
50
40
for 'favor' though, each girl has a different amount in their statistics, so I'm not clear how collecting company favor equates to upgrading the favor in a girls stats (like we do for things like Lust, Affection or Love)
Each girl does have a favor stat, in addition to the "Company Favor" currency Evil13 was talking about. From what I remember, to increase a girl's individual favor:
- Win at poker, and give them back their clothes 'for a later favor'
- At the pool, put on sunscreen when they are in the lounge chairs (without getting pervy)
- Help them bench press at the gym
- When you turn in sperm samples, I think you also get individual favor with the girl whom you give it to.

I'm sure there are others, and some of these might not be correct, but I'm pretty sure at least some of them work.
 
Последнее редактирование:
  • Yay, update!
Реакции: MrD812

Sparhawker

Active Member
23.03.2022
946
282
Each girl does have a favor stat, in addition to the "Company Favor" currency Evil13 was talking about. From what I remember, to increase a girl's individual favor:
- Win at poker, and give them back their clothes 'for a latter favor'
- At the pool, put on sunscreen when they are in the lounge chairs (without getting pervy)
- Help them bench press at the gym
- When you turn in sperm samples, I think you also get individual favor with the girl whom you give it to.

I'm sure there are others, and some of these might not be correct, but I'm pretty sure at least some of them work.
ahh, right, thanks for that, that's what I needed to know.
 

Sparhawker

Active Member
23.03.2022
946
282
OK, I must have missed something.
I have a quest with Lacey to ask her about her first bikini contest, but it says she has to be wearing a green dress.
Is there a trigger for a green dress. I haven't seen her in one, so, is it only on a specific night?
 

Elde

Newbie
11.02.2020
93
96
Hi people ! anyone know how far are we to the "complete" tag ? i wanna play this game again but if you say it will be finish within in a few update i will wait a bit :p
 
  • Haha
Реакции: junior366

Sparhawker

Active Member
23.03.2022
946
282
re-posted as I still can't find the requested green dress :-

OK, I must have missed something.
I have a quest with Lacey to ask her about her first bikini contest, but it says she has to be wearing a green dress.
Is there a trigger for a green dress. I haven't seen her in one, so, is it only on a specific night?
 

Monsieur X

Engaged Member
26.05.2018
2 543
3 399
re-posted as I still can't find the requested green dress :-

OK, I must have missed something.
I have a quest with Lacey to ask her about her first bikini contest, but it says she has to be wearing a green dress.
Is there a trigger for a green dress. I haven't seen her in one, so, is it only on a specific night?
Check the hints in her gallery, you may miss a chat with her about something, at the nightbar maybe.
I don't remember if you can ask her to change outfits, did you try that ?
 
  • Like
Реакции: Sparhawker и luisar018

Sparhawker

Active Member
23.03.2022
946
282
OK, so Amy.....been a long way with Amy , but a little confused that her 'Affection' stat is still stuck at 75.
Most of the other girls, when their stat maxes out below 100, I have been able to do something to increase the max stat, but for Amy I just can't see what needs doing and I think I've tried everything.

Any ideas?
 

zapallbugs

Engaged Member
10.07.2018
2 327
2 691
OK, so Amy.....been a long way with Amy , but a little confused that her 'Affection' stat is still stuck at 75.
Most of the other girls, when their stat maxes out below 100, I have been able to do something to increase the max stat, but for Amy I just can't see what needs doing and I think I've tried everything.

Any ideas?
Use the phone, Luke. Have you completed all her quests?
1693989182045.png 1693989218776.png
 

hanumania

Member
12.07.2023
227
308
I fixed the problem. I was running this through the RenPy launcher utility. It runs fine as a shell script.
In terminal (Linux):
~/gamelocation/ sh ./HolidayIsland.sh


Hello, I tried adding a blank txt file called "use_fixed_resolution_720.txt" (no quotes) in ~/renpy-8.1.1-sdk/HolidayIsland-0.3.8.0-pc/game,
but I still get the following crash. Any advice? Thank you!


Код:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000namespaces.rpy", line 33, in set
    def set(self, name, value):
Exception: config.developer_show_all_exceptions is not a known configuration variable.

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

Full traceback:
  File "options.rpyc", line 16, in script
  File "/home/xyz/renpy-8.1.1-sdk/renpy/ast.py", line 2508, in execute
    self.set()
  File "/home/xyz/renpy-8.1.1-sdk/renpy/ast.py", line 2526, in set
    ns.set(self.varname, value)
  File "renpy/common/000namespaces.rpy", line 33, in set
    def set(self, name, value):
  File "/home/xyz/renpy-8.1.1-sdk/renpy/defaultstore.py", line 101, in __setattr__
    raise Exception('config.%s is not a known configuration variable.' % (name))
Exception: config.developer_show_all_exceptions is not a known configuration variable.

Linux-5.15.0-82-generic-x86_64-with-glibc2.35 x86_64
Ren'Py 8.1.1.23060707
Holiday Island 0.3.8.0
Fri Sep  1 19:52:12 2023
 
4,00 звёзд 238 Votes