Bantry

Forum Fanatic
Oct 24, 2017
5,401
13,443
Ok i will give it a go tonight and comfirm if it works. If i delete the game and reinstall it will it remember my saves. For some reason the game doesnt want to open
Your 'Saves' are stored in two different locations providing you're running a Windows system. Both in the 'game' folder within the folder 'saves' and also within the folder 'Island-xxxxxxxxx' which can be found in:
'C:\Users\your name\AppData\Roaming\RenPy'

Just copy and save either folder to somewhere you can find again and after re-installing copy and paste back into the correct location.
 
  • Like
Reactions: brianiac

Garchomp619

Newbie
Jul 7, 2018
47
7
Hey, are there cheats to this game to increase a girls stats? I would really like to know because Im trying to get an arrival scene from one of the girls and its from THE beginning.
 

ironsmash

Member
May 11, 2017
181
303
Got a strange bug I never came accross with Renpy games.

Game crashed on me while switching windows to go back to desktop.

Now it opens, but when I click on load or anything it freezes and do nothing more.

Tried erasing roaming renpy folder. Erased the game / recopied it, changed windows profile, tried new game without the saves... no success.
 

Bantry

Forum Fanatic
Oct 24, 2017
5,401
13,443
Got a strange bug I never came accross with Renpy games.

Game crashed on me while switching windows to go back to desktop.

Now it opens, but when I click on load or anything it freezes and do nothing more.

Tried erasing roaming renpy folder. Erased the game / recopied it, changed windows profile, tried new game without the saves... no success.
Hold on a minute while I scan your traceback report .... Oh wait you didn't include one and my Ouija Board is broken. Well it can't diving anything either. However, since I can read the changelogs and use the 'Search' function, I'm going to go out on a limb and say that you have an incorrectly installed game. Chances are you have only installed 0.1.9.0 beta and have yet to install the separate bugfix/update 0.1.9.1 beta which must be installed after 0.1.9.0 and addressed some of the known issues.

If I'm wrong .... Well I already said I couldn't read your traceback report and my Ouija Board wasn't working.
 

Ramirez™

Member
Aug 29, 2016
467
468
I need help, this message appears every time I try to do anything in the starting menu

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 273, in script
python:
File "renpy/common/00start.rpy", line 273, in script
python:
File "renpy/common/00start.rpy", line 277, in <module>
renpy.call_in_new_context("_main_menu")
File "game/screens.rpy", line 792, in execute
File "game/screens.rpy", line 792, in execute
File "game/screens.rpy", line 801, in execute
File "game/screens.rpy", line 484, in execute
File "game/screens.rpy", line 484, in execute
File "game/screens.rpy", line 537, in execute
File "game/screens.rpy", line 537, in keywords
File "game/screens.rpy", line 1583, in set_resolution
Exception: Could not set video mode.

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

Full traceback:
File "C:\Users\cliente\Desktop\HolidayIsland-0.1.9.0-pc\renpy\bootstrap.py", line 316, in bootstrap
renpy.main.main()
File "C:\Users\cliente\Desktop\HolidayIsland-0.1.9.0-pc\renpy\main.py", line 578, in main
run(restart)
File "C:\Users\cliente\Desktop\HolidayIsland-0.1.9.0-pc\renpy\main.py", line 143, in run
renpy.execution.run_context(True)
File "C:\Users\cliente\Desktop\HolidayIsland-0.1.9.0-pc\renpy\execution.py", line 908, in run_context
context.run()
File "renpy/common/00start.rpy", line 273, in script
python:
File "renpy/common/00start.rpy", line 273, in script
python:
File "C:\Users\cliente\Desktop\HolidayIsland-0.1.9.0-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\cliente\Desktop\HolidayIsland-0.1.9.0-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00start.rpy", line 277, in <module>
renpy.call_in_new_context("_main_menu")
File "C:\Users\cliente\Desktop\HolidayIsland-0.1.9.0-pc\renpy\game.py", line 332, in call_in_new_context
return renpy.execution.run_context(False)
File "C:\Users\cliente\Desktop\HolidayIsland-0.1.9.0-pc\renpy\execution.py", line 908, in run_context
context.run()
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "C:\Users\cliente\Desktop\HolidayIsland-0.1.9.0-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\cliente\Desktop\HolidayIsland-0.1.9.0-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "C:\Users\cliente\Desktop\HolidayIsland-0.1.9.0-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\cliente\Desktop\HolidayIsland-0.1.9.0-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\cliente\Desktop\HolidayIsland-0.1.9.0-pc\renpy\display\core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\cliente\Desktop\HolidayIsland-0.1.9.0-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\cliente\Desktop\HolidayIsland-0.1.9.0-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\cliente\Desktop\HolidayIsland-0.1.9.0-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\cliente\Desktop\HolidayIsland-0.1.9.0-pc\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "C:\Users\cliente\Desktop\HolidayIsland-0.1.9.0-pc\renpy\display\core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\cliente\Desktop\HolidayIsland-0.1.9.0-pc\renpy\display\screen.py", line 440, in per_interact
self.update()
File "C:\Users\cliente\Desktop\HolidayIsland-0.1.9.0-pc\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 792, in execute
File "game/screens.rpy", line 792, in execute
File "game/screens.rpy", line 801, in execute
File "game/screens.rpy", line 484, in execute
File "game/screens.rpy", line 484, in execute
File "game/screens.rpy", line 537, in execute
File "game/screens.rpy", line 537, in keywords
File "<screen language>", line 540, in <module>
File "game/screens.rpy", line 1583, in set_resolution
File "C:\Users\cliente\Desktop\HolidayIsland-0.1.9.0-pc\renpy\exports.py", line 3177, in set_physical_size
renpy.display.interface.set_mode(size)
File "C:\Users\cliente\Desktop\HolidayIsland-0.1.9.0-pc\renpy\display\core.py", line 2055, in set_mode
raise Exception("Could not set video mode.")
Exception: Could not set video mode.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Holiday Island 0.1.9.0
Thu Feb 06 23:35:55 2020
Did you see the title of this thread?
Holiday Island [v0.1.9.1 Beta]

Did you see what it says at the bottom of your traceback?
Holiday Island 0.1.9.0

Did you see the differences?
And I don't mean the []
 

Bantry

Forum Fanatic
Oct 24, 2017
5,401
13,443
Reading.png

Thank you Ramirez™ . Honestly I don't know why I bother to try and help. Specifically said that Inhuman Reactions! had not correctly installed the bugfix/update to 0.1.9.1. I will repeat myself one more time. 0.1.9.0 must be installed first and THEN 0.1.9.1 is a separate install. DO NOT try and download 0.1.9.1 and install it by itself. If for some reason you can't find it on the first page, go directly to the developer's Patreon page and download from those links.



Capture.PNG
 
  • Like
Reactions: junior366

Monsieur X

Engaged Member
May 26, 2018
2,529
3,365
Saves Holiday Island v.0.191
I don't think anyone will post his/her saves.
The game being sandbox, if you use someone else saves you will miss several scenes that can't be replayed.
Anyway, look for post or into the profil of jikorde , he has a link in his signature to a saves repository.
 
  • Like
Reactions: brianiac

Bantry

Forum Fanatic
Oct 24, 2017
5,401
13,443
I don't think anyone will post his/her saves.
The game being sandbox, if you use someone else saves you will miss several scenes that can't be replayed.
Anyway, look for post or into the profil of jikorde , he has a link in his signature to a saves repository.
Save your breath, he's been asking for an Android version since last May. Then it was, when is the next update? Now it's saves. Another Noob with zero desire to play the game.
 
  • Like
Reactions: Monsieur X
4.00 star(s) 233 Votes