Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

tukcuxd

43
Posts
84
Following
A member registered Sep 13, 2022

Recent community posts

(1 edit)

error in the end of day 13 (Kody route)

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/Days/week 2/Day13_Kody.rpy", line 1635, in <module>

AttributeError: 'wardrobe' object has no attribute 'expressions'

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

Full traceback:

  File "Days/week 2/Day13_Kody.rpyc", line 1635, in script

  File "C:\Hero's_Advent_Patreon-1.22-pc\renpy\ast.py", line 1138, in execute

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

  File "C:\Hero's_Advent_Patreon-1.22-pc\renpy\python.py", line 1122, in py_exec_bytecode

    exec(bytecode, globals, locals)

  File "game/Days/week 2/Day13_Kody.rpy", line 1635, in <module>

AttributeError: 'wardrobe' object has no attribute 'expressions'

Windows-10-10.0.19045 AMD64

Ren'Py 8.1.3.23091805

Hero's Advent 1.22 1.22

Wed Apr  3 17:02:13 2024

[/code]

Thank you, kul, for that excellent novel. I've been following every update since the first one, actually one of the best novels and I'm looking forward to the release of Dragon Island. Best wishes <(owo)/

23.12.23

OMG KEN UPDATE, YEEEY <333

update :D

poggers, new update next month >:o

yeeey, new update :3

When is APTCH updated the ending? : Um... quite busy at the moment with my commis chef training. The next few months I'll start working on the vn again

Whether APTCH will be a second part?

: Yes, of course. I have lots more planned for the story. I love working on this VN, so expect to see a lot more.

How are you looking at the game story?

: Right now there's a lot of branching plots to write, and it's a bit difficult. Part 2 explore more on the world with more dating elements, but it will be focused on another main character.

Fire up, Ari. We will be happy to wait for this grand update! ||wo)/

The main thing is not to push yourself and do it with pleasure. >w<

Buenos días :ь 

Happy birthday, atmac 🥰

I sincerely wish you the best, you are very talented one 😸

Happy ending but sad to see such a great story come to an end. Thanks again guys for your efforts, end... 🥲

Happy birthday amigooo // u w u //

Thank you for this brilliant chapter <3

I restart game, and it's happened again

Bug :(

Rahim give me 1 piece of cloth

waiting so muchhhh for Arches Build 8 - Permanance))))

You can never get it back…

ty guys for this exellent vn <3

(っ • ₃ • )っ🎔 Howly, Paintfox, Kardamon, Anthemics , Orion, Gumdrop Studios.

It's cg from memories from journey. That cg don't unlock in this gallery.

(1 edit)

You need to go by Red route


In this moment go wake up the others

Take the peek on his slit

Lick slit

And pay the price. Enjoy

omg, Tai route is ended 🥲 It was a very touching story. 

I don't know Cyrus' mother's name, it's just my guess.

I can't say for sure, but the hair color is the same, in the RTF we saw only 3 humans with white hair. It could be that Cyrus' mom got implants or body parts replaced, so far there is no confirmation. Let's wait for chapter 14, maybe this chapter will at least explain something to us.

          !!!      Spoilers     !!!







WHAT? DID I UNDERSTAND CORRECTLY? THE WOMAN WHO HIRED LANCE IS CYRUS' MOTHER? OHHH MY GOSH... 😳 This is VERY unexpected 🤯

omg this is so cute, i think it was worth the wait.

I think Chapter 16 will be so horny // owo //

Happy New Year)

I'm very interested in the full update 10. Detective Lyall takes over :p

yay, new update :) 

Oh, ok i found it. You need to unlock Private Show (work in Tavern) and help Cane with "Beer task" 3 times. After that, you will have a new "Ask about the favour" dialog, and choose "Sex".

Thanks <3

You need just get a quest from Cane to fix apron.

and this after equip any object in inventory (also at the beginning of the game)

[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/inventory.rpy", line 137, in equip

  File "game/character.rpy", line 157, in equip_armor

  File "game/character.rpy", line 188, in statAdd

AttributeError: 'Player' object has no attribute 'eqmax_lust'

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

Full traceback:

  File "main_lusterfield01.rpyc", line 49, 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/layout.py", line 273, in event

    rv = d.event(ev, x - xo, y - yo, st)

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

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

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

    rv = d.event(ev, x - xo, y - yo, st)

  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 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/inventory.rpy", line 137, in equip

  File "game/character.rpy", line 157, in equip_armor

  File "game/character.rpy", line 188, in statAdd

AttributeError: 'Player' object has no attribute 'eqmax_lust'

Windows-10-10.0.19041

Ren'Py 7.4.11.2266

Outland Wanderer 0.0.10

Wed Nov 23 20:48:26 2022

[/code]

(2 edits)

and have that after skill up in start | after clicking cancel, I teleport to a random location (If I'm in Lusterfield, I teleport to Summery Farmland):

[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/character.rpy", line 84, in addstat

AttributeError: 'Player' object has no attribute 'eqmax_lust'

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

Full traceback:

  File "main_forest_01.rpyc", line 299, 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/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 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/character.rpy", line 84, in addstat

AttributeError: 'Player' object has no attribute 'eqmax_lust'

Windows-10-10.0.19041

Ren'Py 7.4.11.2266

Outland Wanderer 0.0.10

Wed Nov 23 20:40:29 2022

[/code]

I have this after any battle with Caproot (lose/win)

Does anyone know how to get CG with Cane in new update?

(1 edit)

I have this too, file version is 0.0.9, that's probably why

Soft fabric can only be crafted on Rahim's workbench. For crafting you need:

Cashmere x2 (drop from Goat Huntsman) 

Flax flower x2 (can be found in the Sparkling Lagoon | Swamp near the forest) 

Patch x3 (drop from Dummy) 

OlW-0.0.5 is an old version of the novel, but with a Russian translation, in the old version the second mannequin is very strong and the bugs are not fixed.

I am very glad that this novel has been translated into Russian.  Mostly because I'm Russian and don't know English very well. Я хочу сказать большое спасибо Фрасти за работу / I want to say a big thanks to Frasty for job.

LETTSSSSS FKKNNNNNNN GOOOOOOOOOOOO!!!!

Wait, is that a prank? 

???