Thanny

New Member
Dec 20, 2017
3
2
There's a bug when you're adventuring out in the rain, where applying the wet effect causes a crash because no duration was specified, leaving the variable as NoneType, breaking the comparison to an integer. I added a simple workaround to ability.rpy in the initialization function of class AbilityEffectApplyStatusEffect(), setting duration to 1 if it was a NoneType. You could also add the duration in weather.rpy, but that would leave open the chance for a similar bug in the future.

There's another bug when Megumin tries to cast Explosion when she has the True Sight boon, related to checking for target validity based on stealth. Happens whether or not anything is in stealth, and whether or not any monsters present are capable of stealth. Haven't looked far enough into the code to see exactly how to avoid the issue, but here's the end of the last log:

Code:
  File "game/scripts/adventuring/battle.rpy", line 2556, in script
    $ adventure.battle.use_ability(adventure.battle.current_target_rank)
  File "game/scripts/adventuring/battle.rpy", line 2556, in <module>
    $ adventure.battle.use_ability(adventure.battle.current_target_rank)
  File "game/scripts/adventuring/battle.rpy", line 830, in use_ability
    messages, ability_use_stats = ability.use(self.current_unit, targets, self.active_boost)
  File "game/scripts/adventuring/ability.rpy", line 707, in use
    result = status_effect.on_ability_use(user, target, self, boost, is_crit, damage, self.damage_type, manacost=manacost)
  File "game/scripts/adventuring/boons.rpy", line 298, in on_ability_use
    if any([isinstance(x, StatusEffectStealthed) for x in target.status_effects]) and ability.target_is_enemy:
  File "game/scripts/adventuring/boons.rpy", line 298, in <lambda>
    if any([isinstance(x, StatusEffectStealthed) for x in target.status_effects]) and ability.target_is_enemy:
AttributeError: 'RevertableList' object has no attribute 'status_effects'
I suspect some special handling of Explosion, which works on enemies in stealth (as it should), is conflicting with the True Sight boon.

All that said, this game has by far the best combat mechanics in a porn game I have ever seen. It is legitimately fun to play for that alone.
 

Onebi6f4607

Newbie
Mar 25, 2018
26
23
Decided to check Adventurer Trainer again, and heeeey, it updated! And quite a lot from since the previous patch where I asked about Darkness's Accuracy Training on itch.io. Gonna be honest, when I saw that the changelog said that there was a massive story rewrite and the bit with a bodyswap was done away with to make Kazuma the Protagonist, I was skeptical. But I figured... Hey, I like Konosuba and I liked what was shown with Adventurer Trainer so far. So I gave it a try anyway.

I really like the animated opening, and I can definitely tell that there's more passion in the writing now -- you can always sort of tell when the writer is really getting into it, and that's the general vibe I'm getting here. I also like the gameplay loop changes, and the Persona 5 influences are a nice touch.

So, it's pretty safe to say that my initial skepticism ended up not being necessary. While I still prefer the "custom character" over Kazuma personally, especially with the reputation system, I've pretty much elected to headcanon it. The character I was playing actually got amnesia and really thinks he's Kazuma now. Boom, minor problem (entirely on my end) solved.

As always, I look forward to more! I still got plenty to play through as is on this new update.

And, a pet peeve put aside;
You don't have permission to view the spoiler content. Log in or register now.
gotta say... this makes me a bit sadge, had my hopes up for the revelations or desicitions about this, not because self insert, but because Kazuma doesnt fuck anyone, not even in the novels or in his fantasies so yeh this time he decided to return to his shitty life and exchange someone more "adecuate"/"up for the handicap isekai", and so far its was really nice especially the thougts about the characters and the posible outcomes for not being an asshole: "Fuck the quest and the demon lord, im gonna throw a birthday party for Yunyun and be nice to Aqua for once".

But that was...3 years ago? it may have been to annoying for the future plans
 

PastryIRL

Member
Game Developer
Sep 19, 2021
367
1,685
But about Lolisa, I am not sure. I have done everything I could think of but there is no check mark in front of hidden condition.
Visit Aqua's room at night to get drunk first; I'll probably add that as an additional hint to Lolisa's event

why can't it be opened with the joiplay app???
The game runs on my own heavily customized version of Renpy. I'm assuming that's why Joiplay doesn't support it
 
  • Like
Reactions: Ancient Devil
4.70 star(s) 44 Votes