- Sep 3, 2017
- 4,397
- 15,702
What the guy you quoted said was reasonable. If anything, it's you who's going massively overboard. Weirdo.Please don't have children.
Actually, there is, although I hesitate to call it an actual H-scene.No sex yet though.
Have you seen games, movies, books made by uninspired authors? Sometimes its better to leave something unfinished, than making some shitty ending that annoys all your audience.So rather than continue the other game...time was wasted on THIS?!
True but since his last post he has gone silent. By his own words he stopped work on The Awakening mail girl scenes to work on this game.Have you seen games, movies, books made by uninspired authors? Sometimes its better to leave something unfinished, than making some shitty ending that annoys all your audience.
Switching projects is normal and healthy, if he didnt sign any contract and took someone's money before finishing it.
is milfylicious good ?The game looks very promising. Beautiful characters. -- No sex yet though. OK, it's a new project -- let's hope it doesn't turn out to be the same hitch as his other games and that a 4th game/project follows quite quickly. I think we can say more after 2 - 3 updates.
following your comment for obvious reasons!So rather than continue the other game...time was wasted on THIS?!
While running game code:
File "game/club_logic.rpy", line 1005, in <module>
File "game/club_logic.rpy", line 1001, in count_music_files
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'E:\\New folder\\Purple_Orchid-0.2-pc\\game\\music'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "E:\New folder\Purple_Orchid-0.2-pc\renpy\bootstrap.py", line 359, in bootstrap
renpy.main.main()
File "E:\New folder\Purple_Orchid-0.2-pc\renpy\main.py", line 526, in main
renpy.game.context().run(node)
File "club_logic.rpyc", line 996, in script
File "lib/python3.9/future/utils/__init__.py", line 444, in raise_
File "club_logic.rpyc", line 996, in script
File "E:\New folder\Purple_Orchid-0.2-pc\renpy\ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\New folder\Purple_Orchid-0.2-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/club_logic.rpy", line 1005, in <module>
File "game/club_logic.rpy", line 1001, in count_music_files
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'E:\\New folder\\Purple_Orchid-0.2-pc\\game\\music'
Error at launch
Code:While running game code: File "game/club_logic.rpy", line 1005, in <module> File "game/club_logic.rpy", line 1001, in count_music_files FileNotFoundError: [WinError 3] The system cannot find the path specified: 'E:\\New folder\\Purple_Orchid-0.2-pc\\game\\music' -- Full Traceback ------------------------------------------------------------ Full traceback: File "E:\New folder\Purple_Orchid-0.2-pc\renpy\bootstrap.py", line 359, in bootstrap renpy.main.main() File "E:\New folder\Purple_Orchid-0.2-pc\renpy\main.py", line 526, in main renpy.game.context().run(node) File "club_logic.rpyc", line 996, in script File "lib/python3.9/future/utils/__init__.py", line 444, in raise_ File "club_logic.rpyc", line 996, in script File "E:\New folder\Purple_Orchid-0.2-pc\renpy\ast.py", line 823, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "E:\New folder\Purple_Orchid-0.2-pc\renpy\python.py", line 1178, in py_exec_bytecode exec(bytecode, globals, locals) File "game/club_logic.rpy", line 1005, in <module> File "game/club_logic.rpy", line 1001, in count_music_files FileNotFoundError: [WinError 3] The system cannot find the path specified: 'E:\\New folder\\Purple_Orchid-0.2-pc\\game\\music'
Worked perfect for me, thank you. Only played the first two levels but no crashing issues and the in-game music was fine. Seems to just be that initial launch that's looking in the wrong spot.Temporary solution, create a directory called music in the /game folder , not sure if will crash later though