eu tou nessas três missões faz tempo alguém me ajuda pelo amor de Deus se n eu vou enlouquecer /Já estou nessas três missões há algum tempo. Alguém me ajude, pelo amor de Deus, se não, vou enlouquecer.
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?
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!
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
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.
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.
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
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?
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 :/
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.
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.
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.😘
← Return to game
Comments
Log in with itch.io to leave a comment.
I really like Kari, he is too adorable!
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?