
Outland Wanderer
A downloadable game for Windows, macOS, Linux, and Android
Outland Wanderer
A Visual Novel RPG set in a fantasy world
Player is an outsider stumbling upon the continent of Mokken. In his attempt to travel back to his own Tribe, he bonds and form different relationship with the locals, tackles on unknown forces, and discovers his own destiny.
Latest Patreon Updates: v0.0.25
Current Public Version: v0.0.24
====================================================
Caution: This game contains explicit nudity of male anthropomorphic animal. It is intended only for mature audience. Part of the sexual, story content may be sensitive to some audience. The story and narrative are purely fictional for entertainment purposes only.
====================================================
Unofficial Guides:
Fanmade Guide (English) by Claw
====================================================
What do we have currently?
(including early access content)
- Over 30 Unique Quests
- Over 30 Unique CGs
- Over 10 Crawler-style Dungeons
- Over 15 Unique Characters
and much much more!
What's the Direction of this game?
- NSFW CG Scenes:
A focus on delivering different NSFW CG scenes in different scenarios, including the consequences of battles, or progression with a character. Scenes involving more kinks will include a warning beforehand.
- Quest Log
A Branching storyline where every choices, every quests you take on, will have a wider consequences in the future. Quests are given by the characters and have different variety in terms of content.
- RPG Battle System
A Traditional RPG battle system involving the main five stats (STR, INT, TEN, CHA, AGI), a turn-based battle between different kinds of enemies, which requires using different strategies, and abilities, some foes might have an interest in you after battle...
- Inventory/Equipment/Crafting/Shop
A basic inventory system where items are collected, bought or crafted from scratch, equipment to put on to customise your appearance. Potions and food can be consumed as well.
- Dungeon Exploration
Explore dungeons around the map, solves different puzzles, defeat different monsters and complete unique quests within the dungeon! Dungeon controls involves WASD or Arrow Key movement, or on-screen button.
Future Plan:
- More Character Emotion Sprite
- Adopting (NSFW) CG Scenes
- Explore New Area / Courier Quest line
- Music/Sound
- Dungeon Exploration
- Other Translation
Credits:
Creator:
f1shsticker Twitter
Code:
Music:
Will o Wisp Soundcloud
Pinewood Jerry Twitter Discord
Script:
lonelytree Discord
Magnolia
Nyarlothotep Twitter
Translation:
French - Sannom Paul Twitter Discord
Portuguese - Fabio Twitter
Russian - Frasty Discord
Chinese - 逆戟鲸 CopTimer Twitter Discord
If you are interested in joining the simplified chinese translation team, you can check out the github, or contact 逆戟鲸 through twitter or discord!
(The initial conception is inspired by my experience of games of similar genre, especially Tavern of Spear and Lustful Desires! A major thank you to the creators of these amazing games, please do check them out if you haven't already!)
If you have any questions please do comment below!
P.S. : The save directory for the game is " Test1-1648890977"
For Windows, the save location is "%APPDATA%/RenPy/Test1-1648890977"
If you use IOS exclusively and wish to play the game. Check out some paid ren'py reader apps like Spark or RenPyLinter. Have Fun!
(New Updates take a day or two to screen out all the bugs, thank you so much for your patience!)
Comment below on stuff you want to add in future updates! Or any bugs you found so it'd be fixed asap!
If you like the game :3 don't hesitate to rate it or share it with anyone! I'd love to see your support in any form :D
Status | In development |
Platforms | Windows, macOS, Linux, Android |
Rating | Rated 4.7 out of 5 stars (502 total ratings) |
Author | f1shsticker |
Genre | Adventure, Role Playing, Visual Novel |
Made with | Ren'Py, Clip Studio Paint |
Tags | Adult, Bara, Erotic, Fantasy, Furry, Gay, Monsters, NSFW |
Average session | A few hours |
Languages | English, French, Portuguese (Brazil), Chinese (Simplified) |
Inputs | Keyboard, Mouse, Touchscreen |
Links | Twitter/X, Community, Patreon |
Download
Click download now to get access to the following files:
Development log
- [P] Patron Update v0.0.25/ [R] v0.0.24Nov 02, 2024
- [P] Bear Update v0.0.24 / [R] v0.0.23May 19, 2024
- [P] Intro Update v0.0.23 / [R] v0.0.22Feb 24, 2024
- [P] Howling Update v0.0.22 / [R] v0.0.21Dec 13, 2023
- [P] Snow Update v0.0.21 / [R] v0.0.20Oct 06, 2023
- [P] Vote Update v0.0.20 / [R] v0.0.19Sep 08, 2023
Comments
Log in with itch.io to leave a comment.
SEGUNDO MELHOR RAPAZ
A FLORESTA ESCURA
BROTHER'S KEEPER
ALGUÉM ME AJUDA NESSAS MISSÃO PFVR JÁ CONCLUI AS OUTRAS MENOS ESSAS
is this vn abandoned?
Nope, it's WIP.
Bro Im in the werewolf part and why dose vurro got to die 😭 can it be possible to save him somehow please
I don't think I can handle vurro death can there be a possible second route to vurro where you save him like I don't know like be able to take there curse and put it inside yourself or something 😭
May I ask whether the delay of opening the backpack is a little large and whether it will be improved after opening it? Although I don't know much about this, is it better to set the backpack as an independent interface?
I'm sorry if I feel offended.
I expect him to have a better Chinese translation.😭😭It is difficult for me to promote the plot without Chinese translation. I really like this game.
hey i'm getting a strange error while i'm trying to save the game
I will put the error below.
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00action_file.rpy", line 414, in __call__
renpy.save(fn, extra_info=save_name)
RuntimeError: maximum recursion depth exceeded in cmp
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "renpy/ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ ui.interact()
File "renpy/ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 2166, 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 "renpy/display/core.py", line 3208, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/transition.py", line 53, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "renpy/display/layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 793, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1430, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 288, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/behavior.py", line 1174, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 1095, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 388, in run
new_rv = run(i, *args, **kwargs)
File "renpy/display/behavior.py", line 395, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 414, in __call__
renpy.save(fn, extra_info=save_name)
File "renpy/loadsave.py", line 431, in save
reraise(t, e, tb)
File "renpy/loadsave.py", line 417, in save
dump((roots, renpy.game.log), logf)
File "renpy/compat/pickle.py", line 51, in dump
cPickle.dump(o, f, PROTOCOL)
RuntimeError: maximum recursion depth exceeded in cmp
Windows-10-10.0.26100 AMD64
Ren'Py 7.7.3.24061702
Outland Wanderer 0.0.24
Tue May 13 01:21:45 2025
[/code]
Sorry! This error seems to happen sometimes, I'm not very sure where the problem came from, it could be a ren'py problem. But I think going back and loading a previous save would be ok. The game code will also get updated in a later update!
did try that, eventually i end up in the same error but on a diffeent place
Another great VN abandoned....
Nope still being developed ( but very slowly)
How do I play it on Chrome Os?
I downloaded the apk and installed it but somehow it crashes or something and wouldn't work. This is literally the reason why I bought a device with bigger storage please help
its only for windows, mac, linux and android
actually chrome os uses APK files which is basically android. All other android apks work on chrome os just this.
Oi pessoal alguém pode me ajudar eu tento salvar o jogo mais fala que o limite foi realizado
Como resolver isso?
My PUR is decreasing, how do I increase it? And how can my PUR be reduced?
Not sure if this game is still being updated here but I ran into an annoying UI bug: at some point after entering the werewolf territory map, all the right side icons (journal, backpack) shifted down. The problem is now that the map icon returned, it's covered with the backpack. The backpack icon is covered by the journal and there's now an extra journal above that. I can't access the map anymore as a result.
Update: It did correct itself after winning a battle (with a werewolf). Nonetheless, the bug exists.
Hello,
I think I have bugged out the Seasons of Blossom quest. I searched the outpost and immediately found the chrysanthemums and did not have the scene with Furkan. So now with the flowers in my inventory there is no option to report back to Rahim.
When will Cane get an update to his romance route?
Hello, the Portuguese translation is not working on Android, how can I solve it?
Please fix the performance of the game for android! I can't play anymore because any action I take results in a crash and then the game closes!
what do i do with "visit potion maker". who is the potion maker?
Where can i get this
Is the game dead?
The game isn't dead! They're still active on Twitter and Patreon.
I don't think they're releasing any more builds before the game is done though.
It doesn't say it anywhere but it's safe to assume by how much the game already has presented to us, the developers are probably more focused on finally finishing the game or preparing some major/minor update to the game that's not too far away.
I'm no developer myself but assuming a project is dead when the game already has this much in development provided to the community feels wrong, if you look at the development logs you can see from previous updates of the game that it took about 3 - 6 months for an update to come about.
So, considering that is been about 4 months now since the last update. It's likely a new update will be out around early/late April or May. All I could say is to be patient with the developers, join their Discord for more information or follow their twitter since their last tweet was this month on the 9th!
someone whose seen like 4 VN/games die, yeah there is no way it's dead. creator has a couple recent updates on twitter talking about the game.
and I don't got any proof but I don't think they plan to switch to making everything then releasing the game. no idea why I just don't think it's likely. could be wrong lol
I have a question am i able to edit the saves because i had my old ones not working anymore i wanted to add the money and exp i had but i think you have save protection on as i can edit it but not load them after
请问我如何找到mimic这个怪。
还有如何解锁盗贼老板的cg
请问能把中文完成吗
Update?
"you dont say"
Could anyone help me or give me any tips?
Try feathers
So now I understand, I was confusing the iron ore with the scythe lol
ive done a bunch of the quests and i looked at the guide. its saying that i should get a letter to unlock the goat tribe but i havent gotten it yet. also what is the ancient tree?
what day do u get the letter
Hello, this game is amazing! I started playing it in 2022, but it’s been a while since I stopped because the Brazilian Portuguese translation hasn’t kept up with the new updates. Unfortunately, I don’t speak English, and I’m using a translator to write this message. I hope that, in the future, my language will be included in the recent updates. For now, all I can do is wait :/
loghouse
I got a problem,I completed the 'kill a feral werewolf' mission from Rabid wolf before I received ‘the Dark Forest’ from Furkan, which caused me to be unable to complete the mission given by Furkan.
Hello, good morning. I love the game. I played version 0.24 on mobile and had progressed well in the game. I recently installed version 0.25 for PC using joyplay. I uploaded and downloaded the save through sync. However, in this process I lost all the scenes in the gallery. Could someone help me?
I'm sorry for the translation. I'm Brazilian and don't speak English.
中文
Can you please update your guide PLEASE 🙏🏻?
Can you update your guide?
Hey can you update your guide?
I have a few questions:
1. Is there a werewolf bad ending? If so, how do you get it???
2. What's purity do exactly?
3. Can I get a kiss?
Oh I can answer the first one. If I remember correctly, you have to continuously take the werewolf chief's side in every quest/option until he eventually asks you to go rat out two escapees, then you must let them escape once you get the chance.
After that, you won't be allowed to enter the werewolf den, but you *will* get an option asking if you really want to proceed. Selecting yes will throw you into a bad ending with the werewolves.
Tysm!
Hey! Sorry for being a bit late.
For the second one, currently Low purity might lead to some bad ends. You can skip over those scenes with a higher purity stat.
Also, here's a kiss.😘
thxx, I do have one more question, will there be a way to increase Purity status in the future?
Update quickly
I have a question, how are we suposed to change the purity status? I am tinkering for a whilhe now and I still couldn't change the value
Lose against mimic or nosferat
Oh, didn't try the first one yet(I did not unlocked the second enemy, and only fought the mimics on the quest so I never return there) , thanks!
I can't get the bad ending in the bandits, I've surrendered more than 20 times and it still won't pop up. What to do🥲
Hello, please note that most bad ends require a lower purity in order to trigger the scene! For the bandits it's around (85)
Can anyone tell me how to get the option to craft health potions cause I can't seem to find a way to craft them😞?!