I found some bugs:
- Trying to buy a potion send me back to the starting menu
- Bella memory are shown as 500 coins each, but are in fact 5000 coins each.
- The big rat doesn't give any coins on kill.
- the buying of blessings might be bugged since I need to have more coins than they cost to buy them.
- The random enemy fighting is going out of bond, you probably forgot that the list goes from 0 to length-1.
- Ginny first memory, ass of steel, count for 2 memory seen, making it so that you end with 5/4 memories in the end.
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/locations/forbidden_forest.rpy", line 68, in script $ enemy = enemies[randomNumber] File "game/locations/forbidden_forest.rpy", line 68, in <module> $ enemy = enemies[randomNumber] IndexError: list index out of range -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/locations/forbidden_forest.rpy", line 68, in script $ enemy = enemies[randomNumber] File "C:\Users\dubre\Documents\Adult\DefenseAgainsttheDarkArts-0.5.5-pc\renpy\ast.py", line 914, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\dubre\Documents\Adult\DefenseAgainsttheDarkArts-0.5.5-pc\renpy\python.py", line 2028, in py_exec_bytecode exec bytecode in globals, locals File "game/locations/forbidden_forest.rpy", line 68, in <module> $ enemy = enemies[randomNumber] File "C:\Users\dubre\Documents\Adult\DefenseAgainsttheDarkArts-0.5.5-pc\renpy\python.py", line 847, in __getitem__ rv = list.__getitem__(self, index) IndexError: list index out of range Thank you very much! These are some major issues I need to fix. Windows-8-6.2.9200 Ren'Py 7.3.5.606 Defense Against the Dark Arts 0.5.5 Sat Sep 05 23:12:52 2020
I enjoy both positive and negative reviews. Positive reviews give me a motivational boost, where negative reviews tell me where I can improve. About versioning, someone's 0.2 might be someone else's 0.5. My versioning doesn't only take into account content, but also functionality.The fact that this game is at 4.5 stars is proof that this site's review system is busted. There is NO CONTENT in this game!! It's less than 10 minutes long! 0.5 my ass, I know versioning is subjective but you seriously need to add a couple of zeros before that five. The art is great and the writing is decent but there's so little of it that it doesn't make a difference.
Maybe it's true content is too easy to get, that's why I lowered the amount of coins you start with and added the battle functionality. I am always looking at ways to improve the game, and I have a few ideas in mind. A lot more content is on the way. The most important part of this version is that the UI, day/night system and battle system are functional (with some bugs here and there) and we are going to build only better updates from here.