Thanks! I just finished the demo without other issues =)
FMinuzzi
Creator of
Recent community posts
No worries, it's all part of game dev =P Hope it's ok if I keep posting these (I'm really enjoying the demo, haha!)
This one happened when Cody used Heartbreaker, though I was able to choose ignore and continue. (Although now that I think about it, I loaded a save mid-battle, which maybe I shouldn't have...)
I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 572, in script call call ironFistChapter1 from _call_ironFistChapter1 File "game/script_ironFist.rpy", line 924, in script call $ mapTransition() File "game/script_ironFist.rpy", line 1190, in script call $ mapTransition() File "game/script_ironFist2.rpy", line 158, in script call $ phoneTransition() File "game/script_ironFist2.rpy", line 257, in script call call blueYellowFight from _call_blueYellowFight File "game/scripts/other/setup.rpy", line 117, in script call call battle pass (fixedset = 'blueyellow', party_list = party_list, skipEnd = False, battle_music ="An Unwavering Will", preambleScreen="blueYellowFight") from _call_battle File "game/scripts/battle/battle.rpy", line 663, in script call call turn_actions from _call_turn_actions File "game/scripts/battle/player_actions.rpy", line 22, in script $ endTurn() File "game/scripts/battle/player_actions.rpy", line 22, in <module> $ endTurn() File "game/scripts/define/battle_def.rpy", line 597, in endTurn audienceChk(currentplayer) File "game/scripts/define/battle_def.rpy", line 990, in audienceChk globalCards.append(pickevi) UnboundLocalError: local variable 'pickevi' referenced before assignment -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 572, in script call call ironFistChapter1 from _call_ironFistChapter1 File "game/script_ironFist.rpy", line 924, in script call $ mapTransition() File "game/script_ironFist.rpy", line 1190, in script call $ mapTransition() File "game/script_ironFist2.rpy", line 158, in script call $ phoneTransition() File "game/script_ironFist2.rpy", line 257, in script call call blueYellowFight from _call_blueYellowFight File "game/scripts/other/setup.rpy", line 117, in script call call battle pass (fixedset = 'blueyellow', party_list = party_list, skipEnd = False, battle_music ="An Unwavering Will", preambleScreen="blueYellowFight") from _call_battle File "game/scripts/battle/battle.rpy", line 663, in script call call turn_actions from _call_turn_actions File "game/scripts/battle/player_actions.rpy", line 22, in script $ endTurn() File "E:\SteamLibrary\steamapps\common\CHI Project Demo\renpy\ast.py", line 823, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "E:\SteamLibrary\steamapps\common\CHI Project Demo\renpy\python.py", line 1178, in py_exec_bytecode exec(bytecode, globals, locals) File "game/scripts/battle/player_actions.rpy", line 22, in <module> $ endTurn() File "game/scripts/define/battle_def.rpy", line 597, in endTurn audienceChk(currentplayer) File "game/scripts/define/battle_def.rpy", line 990, in audienceChk globalCards.append(pickevi) UnboundLocalError: local variable 'pickevi' referenced before assignment Windows-10-10.0.19045 AMD64 Ren'Py 8.2.3.24061702 CHI Project 2.0 Wed Dec 18 17:29:15 2024
Thank you! I kept playing and got quite far, but hit another error when fighting blue and yellow (can't remember what triggered it this time, sorry)
I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 572, in script call call ironFistChapter1 from _call_ironFistChapter1 File "game/script_ironFist.rpy", line 924, in script call $ mapTransition() File "game/script_ironFist.rpy", line 1190, in script call $ mapTransition() File "game/script_ironFist2.rpy", line 158, in script call $ phoneTransition() File "game/script_ironFist2.rpy", line 257, in script call call blueYellowFight from _call_blueYellowFight File "game/scripts/other/setup.rpy", line 117, in script call call battle pass (fixedset = 'blueyellow', party_list = party_list, skipEnd = False, battle_music ="An Unwavering Will", preambleScreen="blueYellowFight") from _call_battle File "game/scripts/battle/battle.rpy", line 663, in script call call turn_actions from _call_turn_actions File "game/scripts/battle/player_actions.rpy", line 22, in script $ endTurn() File "game/scripts/battle/player_actions.rpy", line 22, in <module> $ endTurn() File "game/scripts/define/battle_def.rpy", line 597, in endTurn audienceChk(currentplayer) File "game/scripts/define/battle_def.rpy", line 986, in audienceChk pickevi = evi[p.clues] IndexError: list index out of range -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 572, in script call call ironFistChapter1 from _call_ironFistChapter1 File "game/script_ironFist.rpy", line 924, in script call $ mapTransition() File "game/script_ironFist.rpy", line 1190, in script call $ mapTransition() File "game/script_ironFist2.rpy", line 158, in script call $ phoneTransition() File "game/script_ironFist2.rpy", line 257, in script call call blueYellowFight from _call_blueYellowFight File "game/scripts/other/setup.rpy", line 117, in script call call battle pass (fixedset = 'blueyellow', party_list = party_list, skipEnd = False, battle_music ="An Unwavering Will", preambleScreen="blueYellowFight") from _call_battle File "game/scripts/battle/battle.rpy", line 663, in script call call turn_actions from _call_turn_actions File "game/scripts/battle/player_actions.rpy", line 22, in script $ endTurn() File "E:\SteamLibrary\steamapps\common\CHI Project Demo\renpy\ast.py", line 823, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "E:\SteamLibrary\steamapps\common\CHI Project Demo\renpy\python.py", line 1178, in py_exec_bytecode exec(bytecode, globals, locals) File "game/scripts/battle/player_actions.rpy", line 22, in <module> $ endTurn() File "game/scripts/define/battle_def.rpy", line 597, in endTurn audienceChk(currentplayer) File "game/scripts/define/battle_def.rpy", line 986, in audienceChk pickevi = evi[p.clues] File "E:\SteamLibrary\steamapps\common\CHI Project Demo\renpy\revertable.py", line 221, in __getitem__ rv = list.__getitem__(self, index) IndexError: list index out of range Windows-10-10.0.19045 AMD64 Ren'Py 8.2.3.24061702 CHI Project 2.0 Tue Dec 17 21:45:31 2024
Hi! This is coming from the Steam demo, but hopefully it'll still be useful! (Happened when Skylar used a skill against me)
I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 572, in script call call ironFistChapter1 from _call_ironFistChapter1 File "game/script_ironFist.rpy", line 127, in script call call natSkyFight from _call_natSkyFight File "game/scripts/other/setup.rpy", line 30, in script call call battle pass (fixedset = 'skylarTestA', battle_music ="Phonon", jumpNext = "skyCodyFight", preambleScreen = "natSkyFight", retry = False) from _call_battle File "game/scripts/battle/battle.rpy", line 666, in script $ monsterTurns() File "game/scripts/battle/battle.rpy", line 666, in <module> $ monsterTurns() File "game/scripts/define/battle_monsters.rpy", line 92, in monsterTurns monsterAtk(m, t) File "game/scripts/define/battle_monsters.rpy", line 423, in monsterAtk monsterDmg(m, p) File "game/scripts/define/battle_monsters.rpy", line 657, in monsterDmg if dialogue == "skyVnat": NameError: name 'dialogue' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 572, in script call call ironFistChapter1 from _call_ironFistChapter1 File "game/script_ironFist.rpy", line 127, in script call call natSkyFight from _call_natSkyFight File "game/scripts/other/setup.rpy", line 30, in script call call battle pass (fixedset = 'skylarTestA', battle_music ="Phonon", jumpNext = "skyCodyFight", preambleScreen = "natSkyFight", retry = False) from _call_battle File "game/scripts/battle/battle.rpy", line 666, in script $ monsterTurns() File "E:\SteamLibrary\steamapps\common\CHI Project Demo\renpy\ast.py", line 823, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "E:\SteamLibrary\steamapps\common\CHI Project Demo\renpy\python.py", line 1178, in py_exec_bytecode exec(bytecode, globals, locals) File "game/scripts/battle/battle.rpy", line 666, in <module> $ monsterTurns() File "game/scripts/define/battle_monsters.rpy", line 92, in monsterTurns monsterAtk(m, t) File "game/scripts/define/battle_monsters.rpy", line 423, in monsterAtk monsterDmg(m, p) File "game/scripts/define/battle_monsters.rpy", line 657, in monsterDmg if dialogue == "skyVnat": NameError: name 'dialogue' is not defined Windows-10-10.0.19045 AMD64 Ren'Py 8.2.3.24061702 CHI Project 2.0 Mon Dec 16 20:14:09 2024
Tender sits nicely between 'real' and 'surreal'. Some conversations I could see myself having with people, others are (probably) just outcomes of dating alien creatures in a strangely rigid dating system.
Most of what I can say about this game - how frustrating it can feel to find someone decent to talk to out of a wide pool, wanting to win a character over but not knowing how, wondering if silence means they're busy or not interested - just goes to show that Tender acts exactly as it should. Just make sure to remember that when you start playing!
This might be too late, but it is!
https://store.steampowered.com/app/1604640/Tender_Creature_Comforts/
A very interesting adventure game which sees Dot travelling back in time and learning about her family's history with her neighbourhood in Detroit - which helps her figure out what to do with her own future.
It's short, free, and a great way to explore a time and place not all of us are familiar with. Definitely give it a go!
An enjoyable, short-ish game featuring a non-binary ace protagonist whisked away by aliens to live out (or prolong) the rest of their life.
It's labelled as a dating sim (and there are robots and humans to date!), but it's at least as much about your character's medical condition and journey, and the support they get along the way. Even 'bad' endings and failed dates add to your story, the same way the game encourages you to enjoy life while you have it. I would suggest playing as many routes as you can, to flesh out the characters =)
Placebo Love is a thoughtful exploration of loneliness, connections, and many different kinds of bonds.
It's a scheduling game with many helpful conveniences to help you see all the content, with pleasant music and art, and occasional minigames to give things a different feel.
I broadly enjoyed the characters (especially CC!), although the overarching mystery didn't quite capture my imagination. That said, the game is overall well worth playing!
This is a lovely game! I learned about psychology and philosophy alongside enjoying the characters' interactions, all with a nice presentation (in terms of the art and music, but also the crafting and enchanting).
I want to see more games like this - whether I agree with every character/story/theme or not, I found it interesting.
Mini Review:
A space exploration and trading game with a nice atmosphere, perfect to play in short sessions. It’s a very relaxed experience, despite the fact that you know your trip is one way – it’s all about what you see along the way. Chart your way through each zone, choosing areas you think will want your trade goods, or whose descriptions sound interesting. Once you land, you might trade your wine for an interesting sculpture, collect samples to help someone’s research, or recruit crew members to help you travel. It’s a lovely game to dip into space, take in a few planets at a time with some lovely ambient music, and come out refreshed.
Five characters, five stories told in different ways. Glimpse the characters’ past and present in this fantasy world, see what drove them to this point, what motivates them to fight, what it is they can’t afford to lose. There’s lots of different threads to follow, and while it may not be clear how it all connects at first, seeing all the different perspectives made the story come to life for me. Definitely a treat for fans of fiction (interactive or otherwise)!
Mini Review: The Silence Under Your Bed is an easy-going kind of creepy. As with any good collection of stories, each is unique and memorable, a bite of something flavourful and uncanny. The art and music help each story stand on their own while forming a coherent whole. It’s the perfect game if you’re in the mood for a pleasantly chilling atmosphere!
Hello! I'm working on my submission, and I have two quick questions about the word/art limit.
- I've been adding up all the words that could be presented to the reader across all playthroughs and keeping them under 1000. I have one passage (let's say 50-words long) that the reader can go to a few times across the story, which I counted as 50 words. I just wanted to check you don't think it should count as 200, 250 or 300 words, depending on the number of times the player finds that same passage.
- Are cover and/or background images okay for a prose submission?
Thanks, looking forward to seeing other people's entries!
Flo
I just submitted Attunement to the AceJam! There's still a bit of time before the deadline, so if anyone would like to try the game, I'd love some feedback (and let me know if you want to be credited as a tester!).
Anaïs' monthly ritual, used to strengthens the bonds with her magical items, is interrupted by her partner Grant. Rather than put it off, she decides to continue, and use it as an opportunity to tell him a bit more about herself, as she created the items during moments of personal realization and change. Among these are the first time something magical happened to her and her first inkling that she might be asexual.
Attunement is a twine game, and takes 20-30 minutes to play.