At the end, the narrator says about having music, and if you open the 'options.rpy' file and then find these lines of code:
'## Uncomment the following line to set an audio file that will be played while ## the player is at the main menu. This file will continue playing into the ## game, until it is stopped or another file is played.
define config.main_menu_music = "example"'
Then you can uncomment (remove the hashtags) for the final line and then put the name of your music file (for example, example.mp4)
You can put the music file in your renpy games 'game' folder ^-^
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'.
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!
This is so cute! This was well executed and I liked all the options and main menu. The story has a lot of random silliness which gave me a few chuckles. You have a talent here and I can see you making a really fun and popular dating sim type. This was fun!
Bug report: On day 3, if you make a wrong choice it sends you back to day 2 but also carries over the (-)'s from day 3 added on to in still. I had the trapezoid at like -7 at one point which was hilarious
← Return to game
Comments
Log in with itch.io to leave a comment.
Hi! I really liked this game!
At the end, the narrator says about having music, and if you open the 'options.rpy' file and then find these lines of code:
'## Uncomment the following line to set an audio file that will be played while
## the player is at the main menu. This file will continue playing into the
## game, until it is stopped or another file is played.
define config.main_menu_music = "example"'
Then you can uncomment (remove the hashtags) for the final line and then put the name of your music file (for example, example.mp4)
You can put the music file in your renpy games 'game' folder ^-^
Hopefully this helps, sorry if it doesn't!
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!
This is so cute! This was well executed and I liked all the options and main menu. The story has a lot of random silliness which gave me a few chuckles. You have a talent here and I can see you making a really fun and popular dating sim type. This was fun!
Bug report: On day 3, if you make a wrong choice it sends you back to day 2 but also carries over the (-)'s from day 3 added on to in still. I had the trapezoid at like -7 at one point which was hilarious