Create and Fuck your AI Slut -70% OFF
x

PastryIRL

Member
Game Developer
Sep 19, 2021
381
1,849
239
After its explosion, the game crashes.
Could you send the full traceback (or the very end of it at least)?

prob not a bug but i noticed if you hit an enemy with both dagger and poison weaknesses with serpent's blade the combo counter only goes up by 1. should it be 2? :unsure:
That's intentional
:Yesyes:


How many floors does the freaking Labyrinth have?!
The Labyrinth is infinite
:ReimuWinkNGNL:
Seeing how far you can push and collecting its rewards the whole way is the point.

oddly enough error did not happen a second time though.
I knew I shouldn't have made that change so close to the release day
:raphiHappier:
Didn't have enough time to test all of it.
 

wiizaardd

New Member
Nov 18, 2019
1
0
107
Hey, what newest update adds?
It sais 45k words added but i loaded up my save and all i got was colliseum, goddess, megumi and succubus girl event and thats it
 

Reficul

Member
Jul 4, 2017
131
297
288
The Labyrinth is infinite
:ReimuWinkNGNL:
:ReimuWinkNGNL:
Seeing how far you can push and collecting its rewards the whole way is the point.
That's what I started suspecting, eventually. Will you remove the "Danger: Boss present!" warning for it, then? Because it is rather misleading, in my opinion.
 
  • Heart
Reactions: PastryIRL

PastryIRL

Member
Game Developer
Sep 19, 2021
381
1,849
239
Will you remove the "Danger: Boss present!" warning for it, then? Because it is rather misleading, in my opinion.
The Watchers at the end of the level technically count as bosses, which is why the warning is shown; I also plan to add unique bosses to floors 5/10/15 etc in the future. I can see how it can be seen as misleading though.

Hey, what newest update adds?
It sais 45k words
You can read the changelog here or ; there is only +15k words in this update, +45k would be kind of insane.
 
  • Like
Reactions: Reficul

Succubus Hunter

Devoted Member
May 19, 2020
9,348
18,317
863
Hey, Adventurers!

v0.2.0a is now in Public Access! It fell short of my intended targets for content, but it's still a good-sized update. Lots of gameplay/technical changes and improvements, three new H-scenes, a bunch of fixes, and a much-awaited infinite dungeon!

As always, I look forward to hearing your thoughts and hope you enjoy the newest release!

You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.

v0.2.0a
Win/Linux
: MEGA
Mac: MEGA
Android: MEGA

Download links also available on itch:
Thank you so much for sharing your work here and engaging with us so frequently (y)

What? but what about my awesome dude, Dude?
View attachment 4478092
"Catchphrase!"
Free Guy was a great movie! (y)

AdventurerTrainer-0.2.0a
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
Thank you for making a torrent of this update! (y)
 
  • Heart
Reactions: PastryIRL

billyjoebobmartin

Active Member
Dec 8, 2020
810
1,213
290
hey pastry, do you know if it's possible to make save files actually save your progress, boons, and buffs while in the infinite dungeon? tbh it would really help me if i can walk away and boot it up again later continuing where i left off.
 

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
23,148
312,456
998
Adventurer Trainer [v0.2.0a] [PastryIRL] - Compressed

Win/Linux [532 MB]
- - - -

Mac [528 MB]
- - - -

You don't have permission to view the spoiler content. Log in or register now.
 

nur.abil

New Member
Sep 7, 2024
6
0
11
where can I get the codes without subscribing to patrion or how can I change the code to receive gold
 
Aug 1, 2020
15
11
71
guys, i launch the game but it does not appear, when i go to task manager it shows that is on but i can't see it through the applications or windows. What can i do?
 

Illicit Heart

Formerly 'Ancient Devil'
Dec 20, 2023
157
125
143
Can someone tell me how to unlock remaining 2 characters. Their conditions are fulfilled except the hidden condition for the one above Roxy.
There is a hidden condition in luna scene 4 also, for which I have no idea how to proceed.
Screenshot 2025-01-29 132818.png
 

Thanny

New Member
Dec 20, 2017
7
7
117
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.
 

PastryIRL

Member
Game Developer
Sep 19, 2021
381
1,849
239
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.
Thank you for the bug reports, will get it fixed!
And thank you for the high praise!
 
  • Like
Reactions: gojira667
4.60 star(s) 46 Votes