Thanks, didn't know that! Thought it needed all that stuff to run, lol.
REEE2752
Creator of
Recent community posts
Sorry, but you can’t pull the statue right now, this is the extremely rough jam version so that isn’t a thing yet. I probably should’ve thought about that when I was making the game 😭
I’ll add a control description once I get home and have access to my computer.
(instead I was worried about the combat, which ended up taking too long, which is why there’s a disturbing lack of rooms in this release)
I'm Glad you enjoyed the game! Unfortunately, I have tried to do this, but the following error appears:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
IOError: Couldn't find file 'blocke_cream_shoppe.ogg'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "C:\Users\reee\Documents\renpy-7.3.5-sdk\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\reee\Documents\renpy-7.3.5-sdk\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\reee\Documents\renpy-7.3.5-sdk\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\reee\Documents\renpy-7.3.5-sdk\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\reee\Documents\renpy-7.3.5-sdk\renpy\display\core.py", line 3380, in interact_core
renpy.audio.audio.periodic()
File "C:\Users\reee\Documents\renpy-7.3.5-sdk\renpy\audio\audio.py", line 1060, in periodic
six.reraise(exc[0], exc[1], exc[2])
File "C:\Users\reee\Documents\renpy-7.3.5-sdk\renpy\audio\audio.py", line 1038, in periodic_thread_main
periodic_pass()
File "C:\Users\reee\Documents\renpy-7.3.5-sdk\renpy\audio\audio.py", line 979, in periodic_pass
c.periodic()
File "C:\Users\reee\Documents\renpy-7.3.5-sdk\renpy\audio\audio.py", line 457, in periodic
topf = load(self.file_prefix + filename + self.file_suffix)
File "C:\Users\reee\Documents\renpy-7.3.5-sdk\renpy\audio\audio.py", line 73, in load
rv = renpy.loader.load(fn)
File "C:\Users\reee\Documents\renpy-7.3.5-sdk\renpy\loader.py", line 576, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'blocke_cream_shoppe.ogg'.
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Polygonal Realm 1.2
Fri Jun 19 17:51:51 2020
```
It's a long error screen, sorry! The file is right in the specified spot, and I don't know what the problem is. But thanks for trying to help, anyways!