Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 473 to 512 of 811 · Next page · Previous page · First page · Last page

Hello, I followed the guide and there is a quest that asks for minotaur essence being mixed with the pond. However I keep getting this error.

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/main_forest_01.rpy", line 618, in <module>

NameError: name 'devilsnare_item' is not defined

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

Full traceback:

  File "main_forest_01.rpyc", line 618, in script

  File "renpy/ast.py", line 1898, in execute

    if renpy.python.py_eval(condition):

  File "renpy/python.py", line 2276, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "renpy/python.py", line 2269, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/main_forest_01.rpy", line 618, in <module>

NameError: name 'devilsnare_item' is not defined

Windows-10-10.0.19041

Ren'Py 7.4.11.2266

Outland Wanderer 0.0.12

Fri Dec 30 23:58:09 2022

[/code]

Sorry Sorry! It's a typo! I'll fix it next update!

Fish? Im pretty sure it's not a quest? Instead it's a way to get the trinkets?

yep its not a quest!

How do I encounter wuldon? I looked at the guide and it supposed to go to amble and jogs place and then the farm land. But I can't find him

Quest 1. Have you encounter wuldon before?

Quest 2. You meant quest Cure for madness right?

Oh yeah,if you haven't encounter him yet. Like never seem him before. You need you visit the split trails at dark forest. and do the flower pot puzzle 

Yeah I found it now, thank

(+2)

Soo… i played it. I liked it. It’s a great and relaxing and i think that’s all i can say… hmm… wait no there i one i gotta say… -FLIRT! WHADAYUMIN -FLIRT!?! I AM PLAYING AS SEXY DRAGON BOY WITH A CUTE FACE, BIG MUSCLES AND [T H I C C A S S] AND FOR REASON WHEN I PUT UP ANYTHING ON ME I LOOK LESS ATRACTIVE THAN WHEN I WAS BARE NAKED! WHAT ARE YOU TRYING TO SAY BY THAT F1SH? ARE TRYING TO SAY THAT OUR DRAGON IS TOO SEXY FOR THEM CLOTHES! THAT THIS ALL PLEBIAN CLOTHING ONLY RESTRAIN HIS LUSTFUL POWER?! AND ONLY THE FINEST DRESES, MADE BY TALANTED BULL TAILORS, CAN NOT ONLY MATCH! BUT ALSO INCREASE HIS POWER!!? IN THAT CASE!… (/// Th..thank you ///) End

Welp that was dumb hope you like it

(+1)(-1)

This right here is why I'm in the furry fandom it's wholesome laughs and being over the top for no reason and maybe a little bit of horny...OK a lot of horny

(+1)

DAwww! Well I'm glad you liked the game haha! If you gotta flirt, being naked is one of the better strategy indeed! (and eye candy for your opponent :3)

Where can I get Golem's hand?

Buy from sebas shop (after you done with rolling stone quest)

I can't do any of the dungeons because of this error can someone help me please 

(1 edit)

If you're in v0.0.12, try downloading the newest version! The bug should be fixed by now~

I downloaded the one here but it won't let me use my save data 

the one above is v0.0.11, you can't use saves from v0.0.12 to load v0.0.11 games~ I'll check it but i think you'll need the latest version of v0.0.12

it is version 0.0.12

(-1)

every time I try to to go into the feral werewolf's dungeon I get this. 


[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "renpy/common/000statements.rpy", line 569, in execute_call_screen

    store._return = renpy.call_screen(name, *args, **kwargs)

  File "renpy/common/00action_other.rpy", line 537, in __call__

    rv = self.callable(*self.args, **self.kwargs)

  File "game/dungeon_map.rpy", line 115, in moveTo

  File "game/dungeon_map.rpy", line 458, in movingSprites

NameError: global name 'nosferat_sprite1' is not defined

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

Full traceback:

  File "dungeon_map4.rpyc", line 977, in script

  File "renpy/ast.py", line 2015, in execute

    self.call("execute")

  File "renpy/ast.py", line 2003, in call

    return renpy.statements.call(method, parsed, *args, **kwargs)

  File "renpy/statements.py", line 278, in call

    return method(parsed, *args, **kwargs)

  File "renpy/common/000statements.rpy", line 569, in execute_call_screen

    store._return = renpy.call_screen(name, *args, **kwargs)

  File "renpy/exports.py", line 3136, in call_screen

    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)

  File "renpy/ui.py", line 298, in interact

    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

  File "renpy/display/core.py", line 3325, in interact

    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)

  File "renpy/display/core.py", line 4160, in interact_core

    rv = root_widget.event(ev, x, y, 0)

  File "renpy/display/layout.py", line 1102, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "renpy/display/layout.py", line 1102, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "renpy/display/layout.py", line 1102, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "renpy/display/screen.py", line 727, in event

    rv = self.child.event(ev, x, y, st)

  File "renpy/display/layout.py", line 1102, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "renpy/display/behavior.py", line 983, in event

    return handle_click(self.clicked)

  File "renpy/display/behavior.py", line 918, in handle_click

    rv = run(action)

  File "renpy/display/behavior.py", line 323, in run

    new_rv = run(i, *args, **kwargs)

  File "renpy/display/behavior.py", line 330, in run

    return action(*args, **kwargs)

  File "renpy/common/00action_other.rpy", line 537, in __call__

    rv = self.callable(*self.args, **self.kwargs)

  File "game/dungeon_map.rpy", line 115, in moveTo

  File "game/dungeon_map.rpy", line 458, in movingSprites

NameError: global name 'nosferat_sprite1' is not defined

Windows-10-10.0.19041

Ren'Py 7.4.11.2266

Outland Wanderer 0.0.12

Wed Dec 28 03:13:39 2022

[/code]

(1 edit)

If you're in v0.0.12, try downloading the newest version! The bug should be fixed by now~

Im missing two scenes in the gallery the ones that come before losing in Feral Battle can anybody tell me what they are it is bothering the hell out of me.

Hey! It's the cgs with learning from Amble and Jog. You might have encountered them already, but with the new gallery I changed to code a bit so you'd have to unlock them again! Sorry about it!

Oh thank you so much for the Reply sorry about answering a week later.

I'm sorry but i can't trigger the quest 'The Cure for Madness' despite spending  a while now. The Guide said to head to Log and Amber place to trigger it but nothing happen yet even after multiple in-game days. I have already save Vurro and complete the 'Courier training…?' quest. If this information is helpful then i met Wuldon first before facing Vurro and saving him.

hey! you can try redownloading the new patch~ maybe there's some bugs that I've fixed.

(2 edits)

Already done that I'm afraid. Which is why I'm currently clueless as to how to proceed... Does triggering the quest required me to complete the defeating landshark quest a number of times?

(1 edit)

hello~ no it doesn't! The requirements for triggering it was 1. After you talk to Amble/Jog about the werewolf, 2. Before the Wuldon quest begins. If you meet those requirement, you have a 30% chance of meeting him in the field :p

If you can't meet Wuldon, please check if you've talked to Amble/Jog, or if the quest is already active in the Journal Page.

Hope that helps~

(1 edit)

Not yet I'm affraid, Amber and Jog doesn't seem to have any new dialogue options to talk about the werewolf when i try to talk to them, and no new quest appear either.

They will call you and talk to you. Not you talk to them.

Hello, it seems like i can't start the next puzzle,  i had done the green ones, but i can't start the white place one, or am i the one missing something?

It doesn't show any steps when i step onto the Sanctuary pressure plates

how can we get out of that floor? i think i finished everything there, im just fighting slimes on doors nonstop

https://docs.google.com/document/d/1YyocNbHVpvzn2I-uMEyUOJ1qGFIUcCKtUlpLEAua7FE/...

It's a guide i found in the comments

(+1)

Ah nvm i just found out there's another Pressure plate..

It's already open?

Hi, I would like to know something that this game stays whenever I enter my tablet, it enters but I can't play because it always keeps leaving as soon as I start to play, can you fix this please

Hello!

Dear Courier.

Im Claw or Revan, is working on the 0.0.12 guide. Maybe gonna finish 3-4 days from now and as soon as the public update come the guide will update to the newest version :D

How many days to wait after vurro reads the journal? And how to complete the Dark Forest Qurst?

Ehem. First, Journal, 1 weeks. Second,dark forest quest isnt complete, yet.

When the guides will be release?

when the public update release :D

How can save to Vurro werewolf ? I don't want to kill him

After you defeat him you should be given the choice to save him.

which choice ?

"Rescue the werewolf"

You can check my guide. It contain all the information bout quest :D

(3 edits)

thank you but how many days Vurro will wakes up in Wuldon home ? also where is Forgotten Sanctuary place ?

You need to find Wuldon in a few places  (Lusterfield farms, I think Mossy Freshwater, and outside Haskell's place)  then get some help from Sebas and Ole, they'll lead you to the slime territory (including Forgotten Sanctuary)

1 weeks

Scusate ma come faccio ad fare la missione del dungeon degli Slime ?

SPOILERS












can anyone help me with solving the slime dungeon puzzles i got through the first part but now theres buttons with symbols on them?

(1 edit) (+1)

Spoiler














There are 2 parts to the puzzle(s)

1. Step on all symbols least lines to most lines

2. Never step on a tile more than once

Deleted 1 year ago
(1 edit) (+1)

This p*rn ads really piss me off smh....


Other than this spammer,do you guys know how to unlock 2 new dungeon? Slime one

(+2)

Sorry! The spam has been here like daily and I'm deleting/banning/reporting them but they keep coming back~ I'll uh keep the comments clean though.


Spoiler:
Slime dungeon are accessed through werewolf's questline~ Start quest in Lusterfield after saving Vurro~ (Only in Vurro Path for now)

(+1)

Ehem. Mind taking a look at my guide? :D

(+3)

*****SPOILER ALERT******




Hi f1shsticker,

So I was unable to trigger the event where you find Wuldon in the field.  So after looking into the code for the event of finding Wuldon in the field, I found that you need to have "quest23.status == False" which refers to the training against the goat soldiers.  I think you might've meant to put quest26 (cure for madness) instead.  When I changed it and reloaded with the RenPy editor, I could finally get to see Wuldon in the farmland.

I have never programmed in python or renpy so i do not know if this is accurate or not. 

I hope this information will be useful to you.

Otherwise, I really enjoy the work you have done so far.  It's a masterpiece even though it is still in developpement.  Thank you for everything and I hope you will continue to work on this project ^^

Thank you so much, you are right! I put in the code last second and forgot to check it beforehand! New Build will come out soon!!

(+1)

how can i get a cure for madness quest i already save vurro but the quest still not active

Ey! Sorry for the bug~ The patch is fixed now! Try downloading it again and it should work fine~

(1 edit) (+2)

Good afternoon or smt). I have a question - where to find Wuldon after Jog says he is on the farm? I spent an hour(real time hour) just looking there, on the river or elsewhere and nothing. Is this a bug or am I very unlucky? Thanks for the reply.

Ey! I'm really sorry for the bug~ The patch is fixed now! Try downloading it again and it should work fine~

(2 edits)

I still haven't found a way to get into any dungeon other than the Minotaur one, I know one of them is to explore the sparkling lagoon but I've done that a lot of times and still haven't gotten anything.

For now most dungeons are quest-dependent~ try out the guide above to see which quest leads to which dungeons :p Hope I can help~

Where's the guide (I am very blind)

It's a fan-made guide! it's in the itch page, near the "click this patreon" button.

Alternatively though, here's the Link

Thank you for the hellppp

(+3)

Hello! Merry Christmas and A Happy New Year to yah!

Now onto the encountered bugs: (p.s. after every update I'll be doing a new playthrough because apparently old save files retain soem old bugs that were fixed… yeah…)

1) Courier badge, which used to be equipped in top 3rd slot, now equips in top 2nd slot, which seems to be unintentional since Lothar doesn't count the badge equipped in 2nd slot while talking with him in the tavern after completing postal training, he does "see" it in the inventory and on old saves where the badge is equipped in 3rd slot

2)Sundersilk Cascades don't have a node on the map if they are accessed early in the game

3) During Suspicious Activity if you answer that you are from Lusterfield the guard will say the line "General, he's from Lusterfield." and the next line is "General... I think he's from the town..." 

4) When fighting Kari he can drain your MP even if you have 0MP

5) Knight Breastplate very weirdly interacts with Tenkis bag in inventory screen

(3 edits) (+1)

6) If you equip a trinket and complete the requirements of getting it again you get a duplicate of it

7) Suppose I don't need to tell you about that deadass abysmal chance to find Wuldon 

💀

8) If you had abilties menu open in combat, enemies grappling you does not prevent you from using them

9) If you press right immedeatly after entering the Damp Cave dungeon, you get an error that you can ignore/rollback

Selling too many different things to Sebas produces this error

I guess you could call it stock overflow *ba-dum tss*

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/main_lusterfield01.rpy", line 1164, in <module>

Exception: Grid overfull.

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

Full traceback:

  File "main_lusterfield01.rpyc", line 1164, in script

  File "renpy/ast.py", line 928, in execute

    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)

  File "renpy/python.py", line 2245, in py_exec_bytecode

    exec(bytecode, globals, locals)

  File "game/main_lusterfield01.rpy", line 1164, in <module>

  File "renpy/ui.py", line 298, in interact

    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

  File "renpy/display/core.py", line 3325, in interact

    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)

  File "renpy/display/core.py", line 3737, in interact_core

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

  File "renpy/display/core.py", line 568, in visit_all

    d.visit_all(callback, seen)

  File "renpy/display/core.py", line 568, in visit_all

    d.visit_all(callback, seen)

  File "renpy/display/core.py", line 568, in visit_all

    d.visit_all(callback, seen)

  File "renpy/display/screen.py", line 441, in visit_all

    self.child.visit_all(callback, seen=None)

  File "renpy/display/core.py", line 568, in visit_all

    d.visit_all(callback, seen)

  File "renpy/display/core.py", line 570, in visit_all

    callback(self)

  File "renpy/display/core.py", line 3737, in <lambda>

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

  File "renpy/display/layout.py", line 546, in per_interact

    raise Exception("Grid overfull.")

Exception: Grid overfull.

Windows-10-10.0.19041

Ren'Py 7.4.11.2266

Outland Wanderer 0.0.11

Sat Dec 24 01:29:06 2022

```

(+1)

heya! Thank you for the bug report! Again~ I'm very grateful aaaaa~

I've fixed some of them~ including the wuldon thing... in the farm... (i've set up the requirement wrongly when I copied it from the early access version ;v )

But I've got to eat something first so I'll do a comprehensive bug check in an hour~

HHHHHey! I'm back from Christmas thing. Did a cool check with the code.


1. It should work fine now :p I think I originally had an idea of combining the two slots into one single type. But uh, I think it'll be difficult code wise to mess with the system. (But then I forgot I changed it somehow~...)


2. Added! Somehow forgot about it totally~


3. My code logic wasn't very good at that point aaa, fixed in next patch~ 

4. I thought of it because he'd be much less stronger if you have no mana, though it probably fits him lore-wise, I'll change him next patch


5. Weird, though I'd say the bag is not intended to be there for all clothes, (it'd probably makes sense for him to not wear his bag while in Armor?)

6. Oh! Sorry about it, I've done the trinket inventory check but forgot about equipment... Thank you soooo much for letting me know!!!

7. RIP... fixed though

8. Ah, I'll revamp the item menu next patch!

9. Oh damn, that's a rare bug and... idk what causes it, maybe it's Ren.py side? I'll see if I can fix it though, for the next patch! 


Thank you so much for listing the bugs again! I'm just grateful for you to help bug proof the game, (though bugs pops up like every patches because I'm clumsy as hell, I really think it helps with my code and I hope to make the future patches as few bugs as possible! Thank you so much agian! <3

(+1)

Could anyone tell me how do I move files from one version to another? I don't have my saves everytime I install a new version.

Try accessing it through SD:/Android/data/com.{gamename}.program/files/saves/ :3

Hope this helps~

Ehem. Claw here!

As the guide maker.

I already write the 0.0.11. as soon the public update come. Ill update the guide. But it need 1 day to make it all in order.

Why the game keep crashing in android 11 every 2-5 mins? :(

Im on android 11 and it's dosent crash.

What name of your phone?

Im using samsung a10, idk why the game crashing everytime

8

i use infinix hot 11s nfc

Love this VN so much but i wish there is more bottom MC scene when he's winning a fight :(, other than that its a great game tho;D

(1 edit)

hey can someone give me a copy of your progress? i lost all my progress before please

So, I got a bit confused about mention of a golem near a river when I got to the part in a quest where we meet Kari at the goat village, but I never found that golem at the river. Looking at the guide it looks like this is from a quest called 'Rolling Stone' but I never started or even saw that quest, it's not even in my quest log. Idk if there's a glitch that makes it not show up or if I didn't do the right thing, so, how do I start that quest? I think I can load an earlier save (current public build, this is my first time playing) and hopefully start it somehow

Ey~ you can start the quest after meeting lothar in the tavern (at night)

Is it an rng that he asks for it? Because I'm not seeing it there either. I'm avoiding talking to him out in the town because then he'll start off with bringing me to the alley to ask me to go investigate the goat village, and I don't know if that will interfere with rolling stone, I don't think he was talking about anything for the rolling stone quest either after I had started the goat investigation quest

hmm maybe you've already finished the quest? You can only get the goat invasion quest after rolling stone~ It's the one with kicking sebas~

I don't think so because like I said above I hadn't encountered a golem or even gotten a golem hand, nor did Sebas and Lothar even try to hit each other, I only remember Sebas mentioning maybe he wanted to get back at Lothar for kicking him that one time

damn damn! I'm not sure~ it's an early quest so I don't know if it's a problem of my part. I'll be sure to check though~

Cane's favor is really cute. I hope we see a continuation before v0.15 or around it ( with more spicy events ). really good work ;)

I think we not gonna get that for now.

As the writer say the next update gonna be wuldon. Rahim. Amble. And kari

anyone have pass the slime forgotten sanctuary?

Helloo. So. You on the patrion version?. I recommended you to join the discord server. There is more people who have patrions ver that can help you :D

This showed up after defeating one of the Caproots (carrot monster)

(+1)

sorry for the error! It was fixed in the latest patch~

some dialogues do not appear when I put in Portuguese

So sorry! The translation should be live now~

thanks :3

I'm thinking I'm stupid because I don't know how to do some missions on the cell phone and they are crafting I really don't know, and there are also bugs in the languages

Hey~ Check out Claw's Quest Guide on the page. You can also ask me any specific questions~

Sorry for a day of not replying, but thanks

I can't update the game since 0.0.8 to 0.0.10. When I try to download and update the game, it says the game couldn't update. I don't want to uninstall and install again just in case I lose my data. What can I do?

hey there :3 try moving your save to the newer version
SD:/Android/data/com.{gamename}.program/files/saves/


or you can wait for v0.0.11 to see if it helps~

(+1)

Is anyone else having an exception pop up after defeating carrot thing? Playing on android and idk what to do about

有没有中文翻译?

Deleted 1 year ago
(-1)

I have a problem with the dark cave.I got stuck in the middle of the barrels and i can't reset the puzzle.AND I DIDN'T SAVED THE GAME.pls help

I'm getting an exception error when trying to access Sebas' shop.

(+1)

Oh! Sorry it might be because his inventory is full~ I'll fix it next patch~

(+2)

https://docs.google.com/document/d/1Gf5bH2WWvdn7ojDWXONNI22289E_2dCcHGkgudEoqEg/...

Here is a little quest guide from Claw. Or me:p

How do I unlock Cane's favor ? do I have to continue the main quest to do it ?

You need to finish atleast 3 beers quest from cane and atleast 3x time works a servers or personal server (idk if the personal server included)

Hope this answer your question!

(1 edit)

Is it possible to clear the minotaur trial where you carry the crumbling statue? it always seems to crumble when im close and i cant seem to get any closer so im just wondering if its possible?
Please respond to when you have the time

https://docs.google.com/document/d/1Gf5bH2WWvdn7ojDWXONNI22289E_2dCcHGkgudEoqEg/...

You can find you're question about all the question here :D

Viewing most recent comments 473 to 512 of 811 · Next page · Previous page · First page · Last page