- Feb 11, 2018
- 1,555
- 2,277
Can't wait to jump back into this one. Haven't played 1.8 or so. Apparently I've missed a lot.
For some reason I don't have the images folder showing so I can't follow along with the guide. Do I have to redo it without using winzip or is there another issue?Go to the first page and download the Guide. Turn to page 9 and follow the directions and use the pictures to confirm you are placing the files in the correct locations.
Sounds like you will need to download and run unren.bat and extract the RPA packages. The Guide has info on this too. Don't mess with anything else, just unlock the RPA packages. Download unren.bat and place it in the HI folder and run it and select ONLY option1. When it finishes you should be able to see and access the images folder.For some reason I don't have the images folder showing so I can't follow along with the guide. Do I have to redo it without using winzip or is there another issue?
If I may make a couple suggestions ...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 829, in execute
File "game/screens.rpy", line 829, in execute
File "game/screens.rpy", line 838, in execute
File "game/screens.rpy", line 519, in execute
File "game/screens.rpy", line 519, in execute
File "game/screens.rpy", line 572, in execute
File "game/screens.rpy", line 572, in keywords
File "game/screens.rpy", line 1624, in set_resolution
Exception: Could not set video mode.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "D:\12\HolidayIsland-0.2.1.0-pc\renpy\bootstrap.py", line 316, in bootstrap
renpy.main.main()
File "D:\12\HolidayIsland-0.2.1.0-pc\renpy\main.py", line 578, in main
run(restart)
File "D:\12\HolidayIsland-0.2.1.0-pc\renpy\main.py", line 143, in run
renpy.execution.run_context(True)
File "D:\12\HolidayIsland-0.2.1.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 "D:\12\HolidayIsland-0.2.1.0-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\12\HolidayIsland-0.2.1.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 "D:\12\HolidayIsland-0.2.1.0-pc\renpy\game.py", line 332, in call_in_new_context
return renpy.execution.run_context(False)
File "D:\12\HolidayIsland-0.2.1.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 "D:\12\HolidayIsland-0.2.1.0-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\12\HolidayIsland-0.2.1.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 "D:\12\HolidayIsland-0.2.1.0-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\12\HolidayIsland-0.2.1.0-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\12\HolidayIsland-0.2.1.0-pc\renpy\display\core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "D:\12\HolidayIsland-0.2.1.0-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "D:\12\HolidayIsland-0.2.1.0-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "D:\12\HolidayIsland-0.2.1.0-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "D:\12\HolidayIsland-0.2.1.0-pc\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "D:\12\HolidayIsland-0.2.1.0-pc\renpy\display\core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "D:\12\HolidayIsland-0.2.1.0-pc\renpy\display\screen.py", line 440, in per_interact
self.update()
File "D:\12\HolidayIsland-0.2.1.0-pc\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 829, in execute
File "game/screens.rpy", line 829, in execute
File "game/screens.rpy", line 838, in execute
File "game/screens.rpy", line 519, in execute
File "game/screens.rpy", line 519, in execute
File "game/screens.rpy", line 572, in execute
File "game/screens.rpy", line 572, in keywords
File "<screen language>", line 575, in <module>
File "game/screens.rpy", line 1624, in set_resolution
File "D:\12\HolidayIsland-0.2.1.0-pc\renpy\exports.py", line 3177, in set_physical_size
renpy.display.interface.set_mode(size)
File "D:\12\HolidayIsland-0.2.1.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.2.1.0
Sat May 16 20:08:53 2020
some help after i change the resolution it stop work every time i open it
I have to play the game from the beginning againAly and Amy are plane scenes are now permanent, you will get the achievement regardless of the save you use IF you unlocked the scenes previously.
In short, start a new game, make Amy your plane girl, unlock achievement then load your old save with Aly as plane girl.
Yes, for about 2 minutes OMG! The end of the world...I have to play the game from the beginning again
same for me, I keep hitting reception thinking they need to mention it maybe... but nothing.Should i reinstall? or am i missing something?
View attachment 660399
Do pull ups with Faye when she's wearing her skimpy swimwear. The sauna needs to be unlocked.Should i reinstall? or am i missing something?
View attachment 660399
Yes. Already noted by the orignal poster.He probably mixed up Alice with Aly. They sound similarly.
That is not the case from 2.1 onwards. https://f95zone.to/goto/post?id=3495088secondly, curse you for making two mutually exclusive scenes that both trigger on the plane ride over, leaving the other scene unable to obtain without the use of potential game breaking cheats
Much is a side effect of the huge size of the game and years of focus on foundation work.Mini-Review, now that I've chewed through the latest update:
... more elaborating on their personalities ...