- Mar 3, 2019
- 423
- 571
Journal in your room.Please help how do you use the cheat codes
Thanks for the report, will get it fixed!I encountered this error with megumin's last H-event
IIRC that's Gabriel's slot, will fix as wellwho I miss here?
The counter might be including game over and easter-egg events right now, so don't worry about it. Will fix it in the next versionSeen Events 24/28, nothing in Main Events of Bonus Events (have them all). What am I missing?
Perverterd Kazuma is like wet waterMegumin yells "Explosion!", I scream "Update!"
Oh he's perverted alright.
Groping tag is there.
Thanks!
No Kuzuma yet? That's odd.Tremendous update. I loved the intro videos. The only thing I wish is for, as a fervent self inserter, is that you could change the name of the MC in the beginning, and be able to change all of its various versions.
I am referring to:
You don't have permission to view the spoiler content. Log in or register now.
Luckily I have URM so I can just do the rename text function, but it's annoying each time I see another version of the name, I'm not experienced with manipulating strings in Python/Ren'Py and making Aqua's drunken dialect based on a variable, but maybe in the case where a custom MC name is being used, an alternative could just be that when drunken-speech it is just italicized or bolded.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/guild.rpy", line 25, in script
call screen available_quests
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00action_other.rpy", line 537, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/quest_selection.rpy", line 21, in set_floor
self.start_quest()
File "game/quest_selection.rpy", line 43, in start_quest
adventure = Adventure(self.quest, floor=self.floor, party=self.party)
File "game/scripts/adventuring/adventuring.rpy", line 19, in __init__
self.party = Party(self.heroes)
File "game/scripts/adventuring/party.rpy", line 36, in __init__
self.update_ranks()
File "game/scripts/adventuring/party.rpy", line 243, in update_ranks
unit._rank = available_ranks.pop(0)
IndexError: pop from empty list