Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 122 to 161 of 221 · Next page · Previous page · First page · Last page
(+2)

When will the slave market humiliation scene become available?

Hi, I think I'll move the slave market to its own game

(-1)

Hey, does anyone know why the game crashes everytime I enter the bathing area scene? With the stones- it always says this;

[code]

I'm sorry, but an uncaught exception occurred.


While loading <'Image' 'bath_hard0002.jpg'>:

  File "renpy/common/00library.rpy", line 295, in say

IOError: Couldn't find file 'bath_hard0002.jpg'.


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


Full traceback:

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "sim.rpyc", line 11, in script call

  File "slavemarket.rpyc", line 9, in script call

  File "sim.rpyc", line 11, in script call

  File "bath.rpyc", line 3089, in script

  File "/data/user/0/vyle.com/files/renpy/ast.py", line 694, in execute

    renpy.exports.say(who, what, *args, **kwargs)

  File "/data/user/0/vyle.com/files/renpy/exports.py", line 1320, in say

    renpy.store.say(who, what, *args, **kwargs)

  File "renpy/common/00library.rpy", line 295, in say

  File "/data/user/0/vyle.com/files/renpy/character.py", line 1127, in __call__

    self.do_display(who, what, cb_args=self.cb_args, **display_args)

  File "/data/user/0/vyle.com/files/renpy/character.py", line 842, in do_display

    **display_args)

  File "/data/user/0/vyle.com/files/renpy/character.py", line 591, in display_say

    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)

  File "/data/user/0/vyle.com/files/renpy/ui.py", line 289, in interact

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

  File "/data/user/0/vyle.com/files/renpy/display/core.py", line 2690, in interact

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

  File "/data/user/0/vyle.com/files/renpy/display/core.py", line 3174, in interact_core

    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)

  File "/data/user/0/vyle.com/files/renpy/display/core.py", line 2086, in draw_screen

    renpy.config.screen_height,

  File "render.pyx", line 516, in renpy.display.render.render_screen

  File "render.pyx", line 244, in renpy.display.render.render

  File "/data/user/0/vyle.com/files/renpy/display/layout.py", line 722, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 151, in renpy.display.render.render

  File "render.pyx", line 244, in renpy.display.render.render

  File "/data/user/0/vyle.com/files/renpy/display/layout.py", line 722, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 151, in renpy.display.render.render

  File "render.pyx", line 244, in renpy.display.render.render

  File "/data/user/0/vyle.com/files/renpy/display/layout.py", line 722, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 151, in renpy.display.render.render

  File "render.pyx", line 244, in renpy.display.render.render

  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render

  File "render.pyx", line 244, in renpy.display.render.render

  File "/data/user/0/vyle.com/files/renpy/display/image.py", line 500, in render

    return wrap_render(self.target, width, height, st, at)

  File "/data/user/0/vyle.com/files/renpy/display/image.py", line 306, in wrap_render

    rend = render(child, w, h, st, at)

  File "render.pyx", line 151, in renpy.display.render.render

  File "render.pyx", line 244, in renpy.display.render.render

  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render

  File "render.pyx", line 244, in renpy.display.render.render

  File "/data/user/0/vyle.com/files/renpy/display/im.py", line 580, in render

    return cache.get(self, render=True)

  File "/data/user/0/vyle.com/files/renpy/display/im.py", line 266, in get

    surf = image.load()

  File "/data/user/0/vyle.com/files/renpy/display/im.py", line 625, in load

    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)

  File "/data/user/0/vyle.com/files/renpy/loader.py", line 576, in load

    raise IOError("Couldn't find file '%s'." % name)

IOError: Couldn't find file 'bath_hard0002.jpg'.


[/code]

I have update the bug fix. It's in version 1.3.2

thsi doesn’t work on apple :(

(-1)

hi I like the game, the animation the characters and everything. But it keeps bothering me about the ending i f you could please save ray from d and be with nine instead. And make it HUMANE(not shouting) thanks

(-1)

oh the theme of the game yeah, but please still help him live with humans with nine not that shizer

lol. For this game, I haven't have that option

(+1)

Cool story. Can't wait to see more of your stuff. Keep up the great work.

(+1)

Thanks :))

(+1)

is this game abandoned? it's pretty much fun but it looks incomplete.


Also, is there a walkthrough? :)

This game is amazing! Btw I want to follow you in Twitter to support you, can you accept me?😁

Thanks :)) I don't use Twitter or any social media anymore. You can support by donating here. Usually there's a Patreon. But it was closed

Hey! I really liked the game. But I got an error when Dietrick bathes Ray.

same here

I have fixed that. Please check version 1.3.2

Enjoyed this game! Looking forward for the next update <3

Thank you :))

When is the next update?

Sorry, I have life problems. I still working on it but will be less frequent. It might be half a year to 2 months later

When is new update coming? Have been waiting for it for whole lockdown.. It's been long time you posted an update... Is everything okay?

Hi, thank you for your concerns, I have life problems. Mostly about money and job. I'm still updating the game but it less frequent

Deleted 1 year ago
(+4)(-1)

Eeew,why dont you make your own game with good animation?🤷‍♂️

Deleted 1 year ago
(+1)

But it's good at all

Deleted 1 year ago
(+1)

its okay😁

Hey, I downladed the game from the main site and I already extracted it but how come I can't see the game icon?

All that's there are files. Help!

(+5)

Love your game, the art and animation, though I think you need to work on the Prince a little since he seems more like a Tsundere and not a cruel prince. Maybe you can have people treat him depending on how he interact with the first character he met (forgot his name). A suggestion for the slave market thing, maybe have his brother buy him and "save him", he is still royalty and the brother seems like someone who would do that, but no longer holding as much authority as he once did, some of the servants started to abuse and molest him, lets face it no matter how cruel a person is as long as his hot they will have admirer who would like a piece of them. Heck maybe some of the squire who use to work for him, and with the Price pride he would probably remain quiet.

Or you could have a romantic ending where the prince lead an army of monster to destroy the kingdom, and have revenge on those who "abandon" him and take his rightful place as a king, a puppet king for his monster husband and master but a king none the less.

(+2)

I love your game. Few suggestions: Make the prince forcibly behave like a dog and make the monster whip him each time he refused ,then make him. Or make him pull a carriage (with the monster in it) naked with the sword handle in his asshole throughout the marketplace and Humiliate him in public as much as possible and have the citizens laugh and mock him in the background. Give the citizens a chance to spank their prince and force the prince to thank them for punishing him.

(1 edit) (+1)

i hope that theres a way to play the game so that you can stay wth one person and they somewhat treat you as a slave but nothing sexual until you both like each other so that although your his slave you still love one another would be a good ending 

(+2)

Hey dev, what happened with your patreon website? I was looking for and i didn't found it. Did you give up from developing the game? I hope it don't. Keep safe and keep with you amazing job, i'm really excited for new updates. Love ya ❤

(+1)

The bath scene is error in PC ver. any solution?

(+1)

I follow your work since 2018-2019, and it is SO AMAZING. I always get excited for new updates, i hope you never stop doing this kind of art and get valued and recognized. I keep looking at this page everyday to see if it have a new update lol. I hope you be well during this quarentine and keep safe, love u ❤

how do you get the scene where the trees have sex with the prince

Hi! I encounter some problem in game. 

Couldn't load the bath_hard 2, 3, and 4. See the code below. 

But still I would like to praise you. Great job! If not the best, this is one of the best game I've ever played. I would like to make donation as well. But I can't find your patreon. Hope to get some feed back. Thanks. 


[code]
I'm sorry, but an uncaught exception occurred.

While loading <'Image' 'bath_hard0004.jpg'>:
  File "renpy/common/000window.rpy", line 95, in _window_auto_callback
  File "renpy/common/000window.rpy", line 85, in _window_hide
IOError: Couldn't find file 'bath_hard0004.jpg'.

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

Full traceback:
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "sim.rpyc", line 11, in script call
  File "bath.rpyc", line 3091, in script
  File "/data/user/0/vyle.com/files/renpy/ast.py", line 1255, in execute
    statement_name("scene")
  File "/data/user/0/vyle.com/files/renpy/ast.py", line 45, in statement_name
    i(name)
  File "renpy/common/000window.rpy", line 95, in _window_auto_callback
  File "renpy/common/000window.rpy", line 85, in _window_hide
  File "/data/user/0/vyle.com/files/renpy/exports.py", line 1578, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "/data/user/0/vyle.com/files/renpy/display/core.py", line 2240, in do_with
    clear=clear)
  File "/data/user/0/vyle.com/files/renpy/display/core.py", line 2690, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/data/user/0/vyle.com/files/renpy/display/core.py", line 3174, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "/data/user/0/vyle.com/files/renpy/display/core.py", line 2086, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 516, in renpy.display.render.render_screen
  File "render.pyx", line 244, in renpy.display.render.render
  File "/data/user/0/vyle.com/files/renpy/display/layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "/data/user/0/vyle.com/files/renpy/display/transition.py", line 360, in render
    bottom = render(self.old_widget, width, height, st, at)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "/data/user/0/vyle.com/files/renpy/display/layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "/data/user/0/vyle.com/files/renpy/display/layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 244, in renpy.display.render.render
  File "/data/user/0/vyle.com/files/renpy/display/image.py", line 500, in render
    return wrap_render(self.target, width, height, st, at)
  File "/data/user/0/vyle.com/files/renpy/display/image.py", line 306, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 244, in renpy.display.render.render
  File "/data/user/0/vyle.com/files/renpy/display/im.py", line 580, in render
    return cache.get(self, render=True)
  File "/data/user/0/vyle.com/files/renpy/display/im.py", line 266, in get
    surf = image.load()
  File "/data/user/0/vyle.com/files/renpy/display/im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "/data/user/0/vyle.com/files/renpy/loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'bath_hard0004.jpg'.

[/code]

(1 edit)

Wonderful game.

The other web page, that of "PATREON" says that it is deleted. I would like to make a donation, even if it is small, how can I do it?
Last question, how is the game progressing? Is there a long way to go to the next version?
I am loving it, I encourage you, you have all my support, I love the events and humiliations.

(+1)

And can u put where the prince is branded on is asshole it would be fun to see him jump around and when the hot iron touches his asshole he should pee and there should be a broken light bulb which still has current in it under his dick so when he pee his dick gets shocked

(+1)

Hey can u add that prince is taken to the slave market as a dog with locking butt plug and there it chain tied to the plug so when the monster pulls the chain prince asshole pains

(1 edit) (+2)

Suggestion: an ending where they really end up falling in love.

(+1)

Dev said they're planning a romantic ending as well. It's further down in the comments.

It must be nine and ray lets ship them come on

(2 edits) (+1)

Is there any chance of having a bad ending where the prince can die becauseof the demon not taking care of him properly, the monsters of the forest or the male preg? It could be interesting.

is there any chance that the game will be on iphones

Highly doubt it. Apple doesn't allow pornographic apps. It would have to be downloaded via a website and you would have to give the app extra permissions. So I guess not impossible but it would be a huge hassle.

(+1)

It was a great experience! Thank you for your dedication.  It is a very interesting game.  In the future, if voices are included, it will be beyond hot.  The only thing I would like to see more of is scenes in which he is forced to act like a dog.  

Thanks for making the game available!  ♥ ️

(1 edit) (+2)

When we will get next update here...slave market??I want prince to give birth to dietrick children...😘

(+1)

Aw man :( So Ray doesn't have a happy ending with Dietrick :(( I thought like, Dietrick or Ray would fall in love with each other or something lol

do u know any other game like this game....?

(+1)

Hi there, I have a suggestion...

can there be an event where Ray gets sick and the Dietrick can either help him or abuse him further...or Ray can helps the monster when he gets sick so that the monster can keep on protecting him from the other monsters

^.^)/

(1 edit)

Cool, played the latest update, was Shawn the friend? Liked his design. Stay safe from the virus and keep up the good work man. Though no offense the training part seemed lacking, it was more of an act like a dog if not hardcore abuse comes his way if he doesn't do it instead actual training like a threat, still I like it. 

(2 edits)

Wich part? Is there a part with him acting like a dog? I would love to know! Sorry for my bad english.

(1 edit) (+2)

When I  treated him like a human the Prince's food didn't go up and when the monster and the Prince had sex after the Prince felt like he was drowning and admited he can't swim during it,it said that it was missing the file

```
I'm sorry, but an uncaught exception occurred.

While loading <'Image' 'bath_hard0002.jpg'>:
  File "renpy/common/000window.rpy", line 98, in _window_auto_callback
  File "renpy/common/000window.rpy", line 60, in _window_show
IOError: Couldn't find file 'bath_hard0002.jpg'.

This is the android version

the same thing happened with the 1.3 pc version

(+1)

Same thing happened to me in android version..

(+2)

I'm just curious, but will there be a romantic ending? I understand this is a yaoi sex slave abusive game, and I really like it that way, but sometimes the main monster's soft side (if u can even call it that lol) comes out, and I think it would be really interesting for something like that. If not, doesn't matter, still a hella good game. Thank you!

(+2)

Yes, I planned to have a romantic ending

I'm uncappable to unlock the mpreg scene. Can someone help me?

Easiest way is to choose old player -> jump to end of the sim

I'm playing on Android, and for some reason the prince's water level can go up till and past 1000. Besides that love the game and I thank you for your efforts.

Yeah, I make it that way. I'll see if I can cap the water level

(+1)

hey can u add this :- that dietrick puts iron branding on princes butt (asshole) and balls/cock.

(+1)

Ya , it's a nice idea , branding him in the slave market in his ass hole would be nice. And make him scream and jump around while it happens.

Deleted 214 days ago

Thank lol

Viewing most recent comments 122 to 161 of 221 · Next page · Previous page · First page · Last page