Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 19 to 58 of 58 · Previous page · First page

Any chance that all of your games will be available for android users?

(+1)

Unfortunately no. The animations aren't compatible.

You can play pretty much all Ren'Py coded games with joiplay on Android → https://play.google.com/store/apps/details?id=cyou.joiplay.joiplay Don't forget to install the addons!

I purchased the game and downloaded it on Mac, but it won't let me download it. Iv'e tried deleting it and re-downloading it, using Firefox instead of Safari, and it still won't let me open the game to play it.

What's happening when you try to download?

Hi guys,
I wanted to whishlist Mister Versatile on Steam but I can't enter the store page anymore. Reason: "This content is not allowed in your country". I'm from Germany. I can't believe it's supposed to be like that. Is this some kind of mistake?

(1 edit)

I'm very sorry.  Steam blocked ALL adult games from Germany 3 days ago.  Even if we put out a censored version of a game, they will call it 'Adult'.  We hope they fix their age verification system soon to get this sorted.  There's nothing we can do on our end.

Thank you - and it's fine. I was just baffled because I never encountered something like that. I didn't think it was your doing, don't worry :) Happy holidays.

Happy holidays!

(+1)

Unasked-for suggestion.


Consider using webp for images and opus for audio, and something like webm for animations in the future.  Opus for audio is the easiest swap over mp3, being both higher quality and smaller.  webm over animated gifs is also pretty easy, at least the way you're using them for full screen animations.  webp probably needs a bit of testing as it has a higher cpu cost, so on the slowest systems could add lag, though the faster load times on rotating disk for the oldest computers might completely erase those costs.


These changes would shrink the 3.3GB current footprint to less than 2GB which would decrease costs for everyone inlcuding you.

Definitely not worth it for this game at this point.

(+1)

Thank you!  I will ask our programmer.

hey i fownloaded it after i bought it but it wont let me open it as it just comes up saying error and errorname the name lang is not defined 

That's weird.  It sounds like the language feature did not download correctly.  Could you please delete and download again?  Let me know if that works?

hello i am crashing when they are doing the animation for the base to explain how we can escape

This has been fixed in the newest build.  Please DL again.

thank you I downloaded it two days ago is there a newer build

Yep!  One went up last night.  This one fixes it.

(+1)

tyvm

As expected, I'm loving this game; unfortunately, I too have run across an error. (Lascivion route, Linux)


I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/CG/Lascivion_MV_afterfuck1.png '>:
  File "game/script.rpy", line 13779, in script
    scene LascivionMVAfterFuck1 with Dissolve(3.0)
IOError: Couldn't find file 'images/CG/Lascivion_MV_afterfuck1.png '.

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

Full traceback:
  File "game/script.rpy", line 13779, in script
    scene LascivionMVAfterFuck1 with Dissolve(3.0)
  File "/home/nogitsune/.config/itch/apps/mrversatile/MisterVersatile-1.0-linux/renpy/ast.py", line 1387, in execute
    renpy.exports.with_statement(trans, paired)
  File "/home/nogitsune/.config/itch/apps/mrversatile/MisterVersatile-1.0-linux/renpy/exports.py", line 1592, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "/home/nogitsune/.config/itch/apps/mrversatile/MisterVersatile-1.0-linux/renpy/display/core.py", line 2248, in do_with
    clear=clear)
  File "/home/nogitsune/.config/itch/apps/mrversatile/MisterVersatile-1.0-linux/renpy/display/core.py", line 2699, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/home/nogitsune/.config/itch/apps/mrversatile/MisterVersatile-1.0-linux/renpy/display/core.py", line 3191, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "/home/nogitsune/.config/itch/apps/mrversatile/MisterVersatile-1.0-linux/renpy/display/core.py", line 2091, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 546, in renpy.display.render.render_screen
  File "render.pyx", line 247, in renpy.display.render.render
  File "/home/nogitsune/.config/itch/apps/mrversatile/MisterVersatile-1.0-linux/renpy/display/layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "/home/nogitsune/.config/itch/apps/mrversatile/MisterVersatile-1.0-linux/renpy/display/transition.py", line 361, in render
    top = render(self.new_widget, width, height, st, at)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "/home/nogitsune/.config/itch/apps/mrversatile/MisterVersatile-1.0-linux/renpy/display/layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "/home/nogitsune/.config/itch/apps/mrversatile/MisterVersatile-1.0-linux/renpy/display/layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 247, in renpy.display.render.render
  File "/home/nogitsune/.config/itch/apps/mrversatile/MisterVersatile-1.0-linux/renpy/display/image.py", line 500, in render
    return wrap_render(self.target, width, height, st, at)
  File "/home/nogitsune/.config/itch/apps/mrversatile/MisterVersatile-1.0-linux/renpy/display/image.py", line 306, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "/home/nogitsune/.config/itch/apps/mrversatile/MisterVersatile-1.0-linux/renpy/display/im.py", line 584, in render
    return cache.get(self, render=True)
  File "/home/nogitsune/.config/itch/apps/mrversatile/MisterVersatile-1.0-linux/renpy/display/im.py", line 266, in get
    surf = image.load()
  File "/home/nogitsune/.config/itch/apps/mrversatile/MisterVersatile-1.0-linux/renpy/display/im.py", line 629, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "/home/nogitsune/.config/itch/apps/mrversatile/MisterVersatile-1.0-linux/renpy/loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'images/CG/Lascivion_MV_afterfuck1.png '.

Linux-5.4.0-48-generic-x86_64-with-debian-buster-sid
Ren'Py 7.3.2.320
Mister Versatile 1.0
Wed Oct 28 15:00:06 2020

Thanks. This will be fixed by the next build.

Deleted 28 days ago

Here is fine!  If it's to do with a missing image we've already updated this for the next build.

Deleted 28 days ago
(+1)

I'm playing on a Mac and I encountered errors in Driller, symbiote, and Captain routes. These errors all occur after you select one of the choices presented. But overall, nice job! The game was light-hearted and fun.

Please consider adding a gallery!

ps. may I know if the symbiote is topable...? Tried several times but no dice :\ 

The gallery is on it's way.  Could you be more specific about the errors so we can get these fixed?  We'd really appreciate it.

(+1)

Sure. In Driller's route, if you choose to reveal your true identity to Driller, an error occurs. It says it can't find the png.

Lascivion route: After the nsfw scene with Lascivion and Cap, and then after the nsfw scene with Lascivion and MC (LascivionMVAfterfuck1), an error occurs. It also says a png is not found 

Thank you!

Yeah, I found some of those bugs as well. Just look for "png '" in script.rpy and substitute it by "png'". :) Looking forward to the next build! I was missing the gallery already. 

(1 edit)

The route for identity revealed with Driller won't work. It's showing error.  On Mac as well.

(1 edit)

I have the same issues on Mac as well. I had no issues with the Cap's route, but the option you have after Driller reveals his name leads me to the error below

I copied the error code here without the full traceback if that's what you asked for:

While loading <'Image' u'images/CG/Driller_reveal_ID1.png '>:
  File "game/script.rpy", line 8948, in script
    scene DrillerRevealID1 with dissolve
IOError: Couldn't find file 'images/CG/Driller_reveal_ID1.png '.

EDIT

As Mattific said the Lascivion route has the same error:

While loading <'Image' u'images/CG/Lascivion_MV_afterfuck1.png '>:
  File "game/script.rpy", line 13594, in script
    scene LascivionMVAfterFuck1 with Dissolve(3.0)
IOError: Couldn't find file 'images/CG/Lascivion_MV_afterfuck1.png '.

THANK YOU!  This is just what we needed!

Please please please let me turn off the voice acting, it's so off-putting.

We will have that in the Config section of our next build.  Hopefully up in a few days.

Thank you.

(+3)

I will protect my puppy and murder anyone who tries to hurt him. *hugs Chihuahua furiously and glares at the world*

Same with Driller. *growls and drags both men away to 'safety'* xD

I like the path and choises, they are very meaningfull. It's not like in some other VNs, where you get a choise "Walk to the right"/"Walk to the left" and then some random outcome.

Deleted 3 years ago
Deleted 3 years ago

Wait, I'm confused. Is the game finished and we can buy it now or is it finished March 10 for next year???

(1 edit)

March 10 was the start of the kickstarter I think.

It should be available now/ soon (since the file listed here is still Beta 1.0) since Steam is late in approving the game. 

EDIT: I just played the Steam version for 5 minutes (it has voice acting so must be the final version), so it's out now even though it still says coming soon on the game page.

Oooh cool cool cool! I'll probably buy it later since I have to catch my bus for work.

(+2)

Hey everyone, we're going to do a simultaneous release on Steam and Itch.  We're just waiting for Steam approval right now.  Hopefully we'll have this up soon!  (Sorry for the delay!)

Will buying it here also come with a Steam access code?

(-1)

No, sorry.

What time will this be released? Super excited!!

Can we please get an android version?

Unfortunately, the animations are not compatible with Android.  

I bought the pack with the digital copy from your buy a coffee can I please get the Itch.co copy when it comes out

Please send a message to us here stating what you want and include your email address.  We need it to find your pledge:
https://ypressgames.com/contact/

Will we be able to download this from itch.io instead of steam when it releases?

Looks like a fun vn so far by the demo~

will have for android?

no, many people have asked.

probably because of the adult content. 

is the window version of this compatible for 32 bit?

Yes.  32 or 64.  Sorry we didn't see this sooner!

Deleted 3 years ago

Message us through Kickstarter.

Is there an opt-out option for name in credits?

Besides, it is on lower backer levels, too, so this will be a lot of names...


a few generic hints

Advertise the campaign in all places where it might fall on willing eyes and ears. If I wouldn't check by here once in a while I would not have noticed it.
Respond to questions (and make a FAQ if they repeat, e.g. about the Android version).
Don't go too high with your goals; finances must be realistic of course, but you don't yet have a big name or a super-popular topic that automatically draws in backers. The demo is a good idea!
Have attractive rewards, attractive stretch goals (that are not based on antifeaturism),

To explain the last point:
Enamel pins and other little stuff could easily be seen as something that you could also obtain in masses at any exhibition, as promotional gifts. Yes, the logo is "unique" here, but still... I know it is not a cheapo-pin and small-scale production tends to be more expensive per unit. But spending 150 vs. maybe 50 dollars is quite a difference.
Toggling facial hair as stretch goal for several thousand dollars? That is more like you want/don't want beards and the likes? Feel the pain? Then pay to be released from the pain. Doesn't feel that good to a potential customer. Especially because this is easily achieved since most artists use layer technique anyway, so you just create a spearate layer for the body hair and switch it on/off ingame or once you export the sprites. Something that delivers actual content is a good addition, of course and we can understand that this needs more working hours and thus money.

(1 edit)

Hi Scratch the Itch!

If you don't want to be in the credits you just leave that question blank on the survey.

It's weird that Itch never notified us of comments here.  They do for our other games.  We apologize for responding so late!!

Here is our Kickstarter strategy.  This is our 6th campaign.  $35,000 during a pandemic ain't too shabby!
https://ypressgames.com/2018/04/22/how-our-yaoi-bara-visual-novel-kickstarter-made-almost-50000/

The price of our goals reflect the time and labor of the artists.  We have to price them for what they'll really cost.  Of course the artists use layers, but there's still hundreds of images and the body hair will be rendered in meticulous detail.  We take all of this into account!

We don't make a much larger quantity beyond what we need for the Kickstarter.  True, sometimes we have 6-10 extras of something.  These are given to the creators or offered to a few backers.  You won't find our stuff for sale at a convention!

Thanks for taking the time to give us some tips.  With Kickstarters it's literally throwing everything you can at it and hoping something sticks.  We're always open to suggestions!

Ah, that's always a pity if there are no notifications. Well, I guess it is by far too late now for Mr. Versatile, but I followed the campaign and saw it was successfully funded. I might check if there is some kind of late backer option or something maybe.
And yes, I know art sometimes seems expensive, but if you look at the work in hours that is done and life support cost currently in Northern American or European towns...

Well, and there still is Alpha Hole Prison, right? Maybe I can take a chance there.

Thanks for the reply and clarifications anyway!

By the way, the page with the additional stuff is slightly misleading, it seems to be about ko-fi but you end up on buymeacoffee, which is very similar but different owners as it seems.

I don't see where you say Ko-Fi is mentioned.  Ko-Fi closed our account for selling adult content.  Buy me a Coffee was our alternative.

https://ypressgames.com/2018/05/13/donate-for-my-magical-demon-lover-perks/

On this site for MMDL goodies. The text still says "Ko-Fi"s, the links are already chained towards buymeacoffee. Thus people might be confused.

Was okay for me, I just wondered and then bought you coffee. ;-)

Thanks for showing us that. It should have been taken down. We don't have a Ko-Fi account anymore.

I'm really sad, that this won't be on Android... I would definitely bought this, but since I won't be able to play it... Damn... 

You can always play it on your laptop....

What is the aproximate release date?

(+1)

The kickstarter page estimates release for end of 2020.

I need polymorphous thingz, and threesomes, Dis game hawt. 😂😂

Are you ever going to release it on android ?

Unfortunately, the cinematic scenes are not compatible.

(+2)

It's probably just me but Syd looks a bit like RuPaul

Not just you

Deleted 1 year ago

Partial voice acting is guaranteed.  Full is a Kickstarter stretch goal.  It's not too late to help us reach that goal.

Please install version for andriod

(-1)

Android is not compatible with our video scenes.

I have a problem, the link is no for Android, is for Linux, you mistook in the link can you fix it, i wanna play on Android

(+1)(-1)

We've fixed that.  Sorry, Android is not compatible with our video scenes.

Deleted 2 years ago
(+1)

Amazing!!

(+2)

Well my hopes got up unfortunately.  I think you lovelies but the linux build as an android by accident

We're so sorry about that!!  

(+1)

I'm in love with it already

(+1)

Do you think you could make an Android vers?

Unfortunately, no.  The videos in the game are not compatible.

(+1)

Sorry, the mac zip file isn't complete

Okay, we'll fix that ASAP!

Okay, it's fixed now.  Sorry about that

Viewing most recent comments 19 to 58 of 58 · Previous page · First page