A downloadable game for Windows, macOS, Linux, and Android

Sign up for Patreon and play the NEXT UPDATE weeks in advance! https://www.patreon.com/adventurertrainer


Adventurer Trainer is an🔞 free non-commercial fan-made porn-parody Dating Sim/Visual Novel with RPG elements, set in a fictional universe loosely based on Konosuba and other titles. You will meet familiar characters, embark on exhilarating adventures, solve mysteries and more!

The current game version is 0.2.0a, complete with 145k words, 106 events and 31 H-scenes.


  • Animated H-scenes!
    High quality animations to satisfy any adventurer ;)
  • Your choices matter!
    Roleplay as Kazuma the way you want, and reap your rewards in the form of dynamic dialogue, loot, etc
  • Non-linear sandbox exploration!
    Spend your day the way you want to, be it adventuring, working at the guild, or spending time with your favorite Konosuba girl.
  • jRPG-like combat system and dungeon crawling
    Level up, equip better weapons and armor, and hunt monsters to your heart's content!
  • Various minigames
    Low on money? Work as the guild receptionist to dispatch adventurers on various jobs! Or maybe you'd like to go fishing instead?

_______________________________________________________________

Thank you for your support and I hope you enjoy playing the game! Leave any comments and feedback below and please consider supporting me on Patreon to receive perks such as early access to game builds, custom adventurers, etc.!



- Early-access to new builds!

- Cheats!

- Receive previews of the new updates!

- Vote on new content

- Your name in game's credits

- Your own Guild Adventurer / Guild Quest / Book

- Custom renders!

... and more!

IMPORTANT: The game is absolutely free-to-play. You are not required to donate any money, but your contributions are always greatly appreciated!

Updated 28 days ago
StatusIn development
PlatformsWindows, macOS, Linux, Android
Rating
Rated 4.7 out of 5 stars
(872 total ratings)
AuthorPastryIRL
GenreVisual Novel
Made withRen'Py
TagsAdult, Comedy, Eroge, Erotic, Hentai, JRPG, Parody, Porn, Romance, Story Rich
Average sessionA few hours
LanguagesEnglish
InputsKeyboard, Mouse, Touchscreen
LinksPatreon

Download

Download
Windows / Linux Build (v0.2.0a) 2 GB
Version 0.2.0a 28 days ago
Download
Android Build (v0.2.0a) (.zip) 1.3 GB
Version 0.2.0a 28 days ago
Download
Mac Build (v0.2.0a) 2 GB
Version 0.2.0a 28 days ago
Download
Android Build (v0.2.0a) (.apk) 1.3 GB

Install instructions

1. Extract and run.

Development log

View all posts

Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 1 to 40 of 603 · Next page · Last page
(1 edit)

Defeated the boss at the tomb, level 4 (GEEZ is he tough!!) went down to level 5, then said "yeah that's enough", got the "checked out the tomb, great!" thing, then a traceback that would not let me continue (ignoring it gave new tracebacks) so after defeating that Ghost guy I had to rollback because it wouldn't let me continue, means I need to club him again... here's the traceback after I tried to ignore it...

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/scripts/adventuring/battle.rpy", line 2374, in script call

    call screen adventure_screen(adventure)

  File "game/scripts/adventuring/battle.rpy", line 2374, in script call

    call screen adventure_screen(adventure)

  File "game/scripts/adventuring/battle.rpy", line 2371, in script call

    $ adventure.battle.next_unit_turn_start()

  File "game/scripts/city.rpy", line 106, in script

    with dissolve

  File "game/scripts/adventuring/party.rpy", line 605, in execute

    screen draw_unit(unit, x, y, czoom, anim, is_selected=False):

  File "game/scripts/adventuring/party.rpy", line 605, in execute

    screen draw_unit(unit, x, y, czoom, anim, is_selected=False):

  File "game/scripts/adventuring/party.rpy", line 608, in execute

    if isinstance(unit, Monster) and adventure.battle is not None:

  File "game/scripts/adventuring/party.rpy", line 608, in <module>

    if isinstance(unit, Monster) and adventure.battle is not None:

AttributeError: 'NoneType' object has no attribute 'battle'

-- Full Traceback ------------------------------------------------------------

Full traceback:

  File "game/scripts/adventuring/battle.rpy", line 2374, in script call

    call screen adventure_screen(adventure)

  File "game/scripts/adventuring/battle.rpy", line 2374, in script call

    call screen adventure_screen(adventure)

  File "game/scripts/adventuring/battle.rpy", line 2371, in script call

    $ adventure.battle.next_unit_turn_start()

  File "game/scripts/city.rpy", line 106, in script

    with dissolve

  File "C:\Unzipped\adventurer_trainer\renpy\ast.py", line 1678, in execute

    renpy.exports.with_statement(trans, paired=paired)

  File "C:\Unzipped\adventurer_trainer\renpy\exports.py", line 1764, in with_statement

    return renpy.game.interface.do_with(trans, paired, clear=clear)

  File "C:\Unzipped\adventurer_trainer\renpy\display\core.py", line 2981, in do_with

    return self.interact(trans_pause=True,

  File "C:\Unzipped\adventurer_trainer\renpy\display\core.py", line 3587, in interact

    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore

  File "C:\Unzipped\adventurer_trainer\renpy\display\core.py", line 4060, in interact_core

    root_widget.visit_all(lambda d : d.per_interact())

  File "C:\Unzipped\adventurer_trainer\renpy\display\core.py", line 684, in visit_all

    d.visit_all(callback, seen)

  File "C:\Unzipped\adventurer_trainer\renpy\display\core.py", line 684, in visit_all

    d.visit_all(callback, seen)

  File "C:\Unzipped\adventurer_trainer\renpy\display\core.py", line 684, in visit_all

    d.visit_all(callback, seen)

  [Previous line repeated 3 more times]

  File "C:\Unzipped\adventurer_trainer\renpy\display\screen.py", line 476, in visit_all

    callback(self)

  File "C:\Unzipped\adventurer_trainer\renpy\display\core.py", line 4060, in <lambda>

    root_widget.visit_all(lambda d : d.per_interact())

  File "C:\Unzipped\adventurer_trainer\renpy\display\screen.py", line 487, in per_interact

    self.update()

  File "C:\Unzipped\adventurer_trainer\renpy\display\screen.py", line 680, in update

    self.screen.function(**self.scope)

  File "game/scripts/adventuring/party.rpy", line 605, in execute

    screen draw_unit(unit, x, y, czoom, anim, is_selected=False):

  File "game/scripts/adventuring/party.rpy", line 605, in execute

    screen draw_unit(unit, x, y, czoom, anim, is_selected=False):

  File "game/scripts/adventuring/party.rpy", line 608, in execute

    if isinstance(unit, Monster) and adventure.battle is not None:

  File "game/scripts/adventuring/party.rpy", line 608, in <module>

    if isinstance(unit, Monster) and adventure.battle is not None:

AttributeError: 'NoneType' object has no attribute 'battle'

Windows-10-10.0.19045 AMD64

Ren'Py 8.1.2.23090503-Pastry0.4

Adventurer Trainer 0.2.0a 0.2.0a

Sun Feb 16 19:37:01 2025

Edit to add something: It's happened a few times, something about completing a quest to nighttime seems to cause the glitch that can't be ignored, and requires redoing it.

I had a really weird bug, and not sure what happened. It was raining, I fed the cat a salmon, then went to the blacksmith. I purchased a robe and a building supplies, and it immediately jumped back to just after I fed the cat (so the two purchases were undone). Went back to the blacksmith, got the robe, saved it, then got the building supplies, with no issues. No traceback, just "weird glitch". 

You need to get YunYun some hentai goodness! 

(-1)

We need Chinese

Is there a way to donate on itch.io to this game? I don't really like using patreon...

Something I was curious on, but there's things I have gotten that I have no interest in, but no one is willing to buy anything. Wiz, the intern and...ugh the blacksmith lady are all willing to sell me stuff, but they all refuse to buy any of my stuff. Am I doomed to have a bunch of items I don't really want because no one wants my stuff? While I am sure no one is interested in "Megumin's panties" the bracelets and such should be possible to sell to the merchants!

Keep forgetting, is the pickle potion a "search the alleys" item or a "search the forest and it's an item there"? (or both...)

Upon seeing a succubus among the people available for work while Kazuma was working the guild, was half-expecting him to make a comment about how he'd try to find some way to go on a date with her! :P 

(1 edit)

There's no way currently to sell items in the game. However, there is a cheat option that clears the inventory, and another cheat that lets you add any item, so there's that.

To get the pickle potion, keep exploring the alleyways, it is there. (And once you got it, you can use it from your inventory.)

I second the suggestion that Kazuma should try to hit on girl adventurers, and get in trouble for it. Would be in character.

世界一やお前!

its started throwing errors when i equipped items with regeneration (mana or health) was doing it in 1.9 too

(+2)

I love how accurate to the lore this game is.

(+1)

Please make more Roxy scenes

I dont know ı this is a bug or not  but when i feed chomuseke (God ı hope write this right) she gave me "megumins bikini,megumins maid uniform" and something ı forget its name but ı cant see them in the inventory or the place ı wear charecters new skins its like they are just vanished in the thin air.

So ı want the ask this where are they ?! 

(+2)

I should probably make it more clear, but those are wearable outfits for repeating H-scenes; Megumin has one of those.

(+3)

I see you're a man of culture as well, Gabriel is playing a good VN in her room, I already like your game but that little detail just makes it 10 times better, thank you so much

Can you tell me the name? I looked for it and couldn't find it. 

(+1)

It's called "Lessons in Love", you can find it here in itch.io

(+1)

this game is peak i dont care about hentai i just love humor and RPG elements i would love to support this project but i got no money

(+1)

the Chris scenes are peak I can only pray for a naizuri scene for her and/or Megumin

(+4)

Man this game is so good i cant wait for more updates 

(+1)

Bro megumins explosion gave me a screen that said an exception has occurred, that's one powerful explosion

(+1)

blew up the whole game :)

Yep lol

She have used the forbidden explosion 😂😂😂😂😂

Does this game have an ending?

not yet and probably not for a long time, i have a lot of content planned for it

That said, we are nearing the end of Episode 1

oh okay, thanks 

When I click the icon with the stairs to get to lvl 10 or I think 11 on the maze, the game whitescreens and crashes with "an exception has occured", what do I do?

Also if I "ignore it", I can still play, but weird things happen, for example, the traps already being disabled, or empty rooms, healing statues don't work, etc.

Also also I  can't engage in battles, going down floors returns me to the same place, it shows me the deepest floor reached is 13th

Could you post that full exception here or in the game's discord?

(1 edit)

as much as I wanted to, you've made it so regardless of which level you save at (Maze, dungeon, whatever), you restart at the beginning when you load the save file, and I'm not spending another 90 minutes getting to lv 10.

Oh, that's the other thing, it says "you can continue from this level later", but it never does, it always starts from the beginning lvl 1.


One last thing, stunned enemies in the maze don't stay stunned and sometimes are not detected as such, and so the party doesn't attack simultaneously - even though all enemies are stunned.

(+2)

W game loved the game grinded like 12k money and spent it all on booze

(+1)

Sounds just like my life

(+5)

How do I complete this fucking quest where I need to free a noble from hostages?

That the neat part: you don't



Joke aside i don't know how how to complete it XD

Left from the "Forest" location on Travel map, there should be "Brigands Camp" location. That is where you need to look for noble. I don't remember exactly, but you might need to send adventurers to investigation to unlock it (if it does not auto-unlocks).

I've already opened this quest, I just don't understand how to pick this damn lock to free her

I spent 3 hours on this quest, but I never completed it. I still don't know how to do it, this lock is too incomprehensible and complicated

it easy you need reach her and you can use a lockpick or go through it your self

(1 edit)

Will the game have a Russian language?

Potentially in the future

been waiting eagerly for the release! had i money to spent i would to get it early lol. but i recently bought a new apartment, so i am completely spent for a while lol.

Congratulations on the new apartment! :)

I had a feeling, being able to pet the characters got me suspicious, (albeit i loved the wholesomeness,)

but the Raid: Shadow Legends put me on edge, just before showing Lessons In Love.

I felt like a couple of those bits were inspired. It probably wasn't, but if it was, that was just AMAZINGLY coincidential, (other than the unpromotional ad)

LiL was a big inspiration for me :)

(+2)

can I copy my saves over to the new version?

(+1)

I haven't check this page for 2 day and of course it at *THIS TIME* you drop the public version XD

(1 edit) (+2)

Just as I couldn't get this off my mind, the public release came out recently! let's go!!!

hi, I have a question about the version. is it normal that when installing version 2.0a, I have it displayed as version 1.6 (android)?

As long as it's showing 0.2.0 in the game menu (look in the bottom left corner), you're fine

(+1)

where does one find the grand library 

(1 edit) (+4)

NEW UPDATE FINALLY DROPPED AFTER A MONTH OF PREDICTED PUBLIC RELEASE?!?! HELL YEAH, "WHOOHOOOOO, THAT'S WHAT I'VE BEEN WAITING FOR". I checked everyday for 50 days for the update. I may be downloading for free but I swear in my life that I'll pay for this game in the future when i graduate and get a job. The effort for a mere ero game is top notch..... Though I noticed that the size of afk previously is 1.9gb, now the 2.0 is 1.3gb.. What happened, I genuinely like to know. 

(+1)

I'm here to deliver ;)

Android version now has compressed visuals (albeit with no effect on perceived quality) since we've hit the hard limit of 2gb apk files.

(+2)(-1)

Does it have netorase / willing cuck options?

They can't be unfaithful to you but you can be unfaithful, although they will take it as an open relationship

(-1)

So you can't make them sleep with monsters and other men right now? Will that be added in the future?

(+2)

love the game i feel it will end whit a deep combat not that im against it <3

(+1)

Does installing the new version mean i have to delete the game first and lose all my progression?

(+2)

Installation differs by the platform, but generally speaking you don't have to uninstall and you can keep your save files when upgrading to the new version

Ah i see. That's good to hear. Thanks for the info and quick reply!

If your playing on android, then there are a few extra steps.

(+5)

when i saw the new version..... a part of me want to scream YEAHHHH
the other part remember that i have others people sleeping

but Al only has one arm. WHERE THE FUCK DID THE OTHER ONE COME FROM????

(+1)

Magic~

or it's a prostetic arm he take off who know

(+2)

it still feels illegal af :Sob:
it isn't that big of a deal but i'm a big fan of rezero and two armed Al? More like lAl...

(+2)

I'm actually really glad that at least somebody noticed that :D

Even the people who like Re:zero mostly didn't realize the change

Yoo how do i finish that princess lock pick thing the 2 arrows keeps  countering each other im dying 💀💀

(-2)

I guess you just head straight to missions. I don't have that kind of problems bc before I progress the story, I maxed my party. I suggest you always use darkness' bait, she's the most useful in the party for me, try as much as possible to protect the other 3. Kazuma is the main damage, use volley. Aqua for some healing and support for potions. Megumin, if you can and if enemy is 4, use explosion. 

(+1)

Porfavor añadir el idioma Español, me encanta el juego

Doo da doo

How do confusion and fear interact?


Been going through darkness's skill upgrades, and for intimidate there are two upgrades that aren't mutually exclusive, one that aplies fear, and one that applies confusion, fear has a high chance to make the target skip turn, confusion has a chance to make them a target at random, how do they interact? Does one take priority over the other?

(+1)

Fear takes priority; confusion affects the target during their action, while fear prevents said action entirely

Nice, that sounds like a very strong combo then

Viewing most recent comments 1 to 40 of 603 · Next page · Last page