Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 142 to 181 of 221 · Next page · Previous page · First page · Last page
(+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 215 days ago

Thank lol

Does prince and Nine have a sex scene?

No

(+1)

This actually reminds me of a fantasy/idea. It could be interesting for the Prince to be thrown around by different monsters with all different genitalia and breeding methods, like a gallery of different ways to fuck him or get him pregnant. Just imagine, Prince as a incubator for all the monsters.

Also, I can see there most likely won't be an ending where Prince will be kinda like himself and happy next to Dietrick, but it would be really nice and hot to see a scene where the Prince thinks that he is in "heaven" when with Dietrick. And in the mind control way, but just breaking from sex and Dietrick becoming  kinda like safe and familiar. Kinda like a situation where he under all of it is just really scared to make Dietrick mad and just keep pleasuring him.

The scenes to this point have been amazing and pretty sure I dry came from the mpreg scene

Thanks :))

I can really see this game story developing like diedritch? Train the prince and dregade him more until he opens himself with him, and tells what is making him not wanting to love anyone. Something like his mother had loved his father completely but his father didn't return his mother love and she went insane, start to seek pleasure with other, try to cause jelousy in her husband, create scandals, but nothing worked and the king found another wife? His brother's mother. When this happened the prince mother mad and exausted tried to assassinate the other wife, and was executed and thats why the prince was a virgen and tried to avoid relationships. In this point we can have like two finales, one that ur actions in game made diedeitch discard the prince after he had fun and trained him staying that he was boring and command him to serve as a monster nusery/hatcher and another that diedritch really falls a bit for him and have him remaing by his side and eventually leaves his seed in him. After some years the prince father see his kingdom fall apart because his sucessor was easily influenced, and goes seek his abandoned son out to help him or the stone that the prince wanted. In the first path the ex-king and his soldier goes through the florest killing beast until they found the prince that is now just a recipient for the monster seeds, without will or soul and he didn't even talk anymore, and they decide to kill him for not let the monster population increase, diedritch appaers too late to kill the intruders and kay was shot and is dying,. In the second path when the ex king try to enter in the woods and start killing monster, diedric appaers and shows them the prince, everyone is shocked to see that the fierce prince is now submissive and a father, and the prince just look at them and says to didritch "i don't know them, my only family is master" and turns arround and walk away while diedritch kill everyone.

P.s. nine could be somekind of incubus and help in some sex scenes or punishiments too

great ideas

hey will the game be free after the ending ?

yeah. Always free.

When is the main monster fall in love with Prince events?  The one who held the prince hostage.

he likes the prince since the start

The Main demon or nine?

When will the slave market version be available?

I think around 2 months later. 

When will the game be finished?

Phew that's a big qus. Basically after this slave market even there will be around 3 more endings. That is the end. I guess around half a year later or less.

Add many humiliation scenes . In front of his citizens . As extreme as possible.

Yes. You will see it a lot. In the ending. Basically hell be walked like a dog to the palace. Plenty of public stuffs there. This slave market event too. 

(+1)

Can somebody help??? I'm trying to get the group sex and male preg part but no matter what I do I can't get that scene. Some help would be nice, thanks!

When the pride and psyche are at a high level , choose sex"anul",then feed him water several times

or you can jump to End of the sim (before intro) to have group sex option. It'll be male preg though

is th game finished now?

It'll be long, half a year more I think. I can do like 2 to 3 weeks per animations. Not to mention coding and story. After this slave market, I'll go to the endings

Is the game gonna include beastiality? Cause the comments seem to be hinting it?

yes

i like this game a lot, but i really hoped there would be some humiliation, but the story seems to be completely in the forest without anyone to see it, i think it will be good for the story if you make the prince behave very arrogantly to everyone around him and then get humiliated in a variety of ways in front of each and every one. i like the story so for , but humiliation is a bit mild so far.

Hey, from this point on we have public humiliation a lot

(1 edit)

I really love this game and the ending is pretty good , hope will have more update 💓💓💓 and ummm i am an artist , if you want i can help you for free 

Hey! Thank you. Yeah, it'll be great if u are willing to help. I always on the edge at deadline lol. Too much too do

i'm not really good at english , do you have fb account ?

It's easier for us to text on a social media account

(1 edit)

Is there a walkthrough? How do I get the bath event?

Yeah, the walkthough is on my patreon page, https://www.patreon.com/vivigame
Maybe I will create a walkthough button in game menu.

(+1)

Yeah, this might seem out of place considering this is a NSFW sex slave abusing game, but I think Ray should at least be given some friends and ally, even just 1 insignificant support, the way I see his characterization, he is indeed arrogant, but not a bad or evil person, just a really arrogant, short-tempered and disrespectful prick, who believes strength makes him right, but still not even reaching abusive and cruel, from what I gather his statements on killing monsters in battle are fair since it was a wartime campaign, he didn't seem to use the status as a prince to an advantage to look down on others just his strength which he worked hard on and deserves to be proud and prideful about it, he's not a psycho who likes killing, he's mean but not by much especially if you take his interaction with Nine and a subtle caring side for his brother Ren(and his father) whenever he gets mentioned. The point is at least give him a loyal friend supporter who sees past the bad side of him and focuses on his good traits that a lot of people overlooked cause Nine seems not enough for it, by that I mean putting another perspective on Ray's character, I hope you also give light for his good side, or make Ren have a more active and caring role as family love. Can't help it, I symphathize with game characters, a bit of a softie(yeah, I get it, seems like a contradiction since I play this game). 

Again this seems out of place for a game with this kind of theme, but hey, let's at least please try to balance the brutal abuse with some compassion for Ray. 

Also I totally support the monster x prince ship, even though I hate Stockholm syndrome, but hey, that's what we get. 

(1 edit)

Lol, hey thank you. Your thought is a lot similar to me lol. Yeah, he had a friend. We will meet him in the slave market event.

i like the idea of forcing the proud prince to walk like a dog and bark like a dog . then force the proud prince to eat food in the dirty ground . then let the prince suck the street dogs dick and get his asshole fucked by street dogs . make the proud prince resist for each and every thing and then beat his butt till he submits, but he still resists at the next humiliating task . if he says he is thirsty , you can force him to drink dog piss in front of everyone instead of the monster piss , i think this will all be humiliating if it is done in front of people that he abused and tortured in the past so that they can laugh at it and participate in humiliating the prince. 

the monster removed the handle from the sword , maybe make him create a tail butt plug and plug it into his butt hole . 

tail butt plug

tail butt plug idea

tail butt plug idea

(1 edit)

The but-plug idea are great but for the rest of the character interpretation of the prince would just mess up the games story, I mean even if you want that then the whole story would have to be redesigned because there is a glaring inconsistency towards the prince's character it's clear to anyone who played it and actually read and understood the dialogue of the story that he:

*never touched or cheated on a woman

*is actually a virgin(until he met the monster of course) 

*was not evil or abusive, just the really arrogant 

*gets what he wants done with strength but never hurt innocent people, like with Nine for example

So that doesn't seem to fit the story. 

Yeah, there will be public humi a lot from this point on

ya, i think the prince should be portrayed more evil , maybe make him abuse and beat his servants and cheat on women , so the servants and the woman whom he cheated on can then humiliate and laugh at the prince as he gets humiliated . also the prince could take money from the people by force at the beginning , so the people can use his butt hole and mouth hole for prostitution to earn back their money.

lol

(+1)

I enjoyed this but I find it really jarring to start the game as the prince, switch to playing as the demon driving him into submission, and when you finally reach the goal of making him submit, you suddenly switch 1 who you are playing as and 2 who's side you are on.

It's very disconcerting to go through the game as one person and then suddenly you're supposed to be rooting for the person you just spent the entire game driving into submission. 

The beginning was fine, since it did a very good job of setting up how horrible the prince is as a person, so you don't really feel as bad when doing stuff to him, or it drives you to want to do stuff to him bc of how bad he is. It's just the sudden switching at the end that irks me. 

I also encountered a weird glitch. You say if the water is > 60 the prince will ask to relieve himself, for me he only did it once. Later on I had him at 200+ water to try triggering it and he never asked for the rest of the game.

we are ultimately just rooting for the proud prince to get humiliated . it would be enjoyable if the monster drags the prince back into the country and humiliate him in front of people who are also rooting for the proud prince to get degraded because he is evil .

(+1)

Hey thanks :))
Also, is it still 200+ when you end the day? I have check and saw it works fine but yeah, the game is long, I might miss some bugs

I went through over half the game with >60 and it not ever triggering the event

when is it going to be completed....

After slave market and a side ending. There will be 2 endings when the prince being walked to the castle on 4. 2 endings u already see, I'm thinking of changing it. Then done

(1 edit)

how many endings are there right now?

(+1)

2. I'm thinking of 3 new one. And edit the first 2 or delete 1 of the first 2

can you do some CMNM,CFNM scenes , he would be very humiliated in a public punishment and degradation.  put him in the stocks and have everyone play with his asshole and whip and cane his ass. love this game

CMNM? CFNM? Lol I have never heard of those words before? Yes. Next release is slave market. There will be lots of humiliation and degradation

Viewing most recent comments 142 to 181 of 221 · Next page · Previous page · First page · Last page