You must be 18+ to view this content

Seiyuu Danshi: 18+ BL/Yaoi Visual Novel / Dating Sim Game may contain content you must be 18+ to view.

Are you 18 years of age or older?

or Return to itch.io

Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 1,073 to 1,112 of 1,218 · Next page · Previous page · First page · Last page

Hey, just so you know I'm getting an error when Haato goes into the agency and says "Tocchan I'm here to play". I have the most recently updated demo. I'm assuming this is just because the demo isn't cleared for the scene, but I figured I'd let you know anyway. Let me know if you want the error code. Thanks for all your hard work! :)

Oh yeah, that will be fixed later when I'm cleaning up Tocchan's route xD

(+1)(-1)

You own this game

DownloadPurchased for $31.99 347 days ago

I am WAITING in the corner for this.

So far, I love the demo! I don't enjoy so many explanations about the gameplay, but I understand for some people might be useful, so it's okay. And I guess we now have the option of adopting a pet?? That's really great!

Anyway, I wanted to let you know I found this bug, during the night masturbation session: 

[code]

I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'foreplay/mc/expressions/faces/moaning.png'>:
IOError: Couldn't find file 'foreplay/mc/expressions/faces/moaning.png'.

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

Full traceback:
  File "residentialdistrict.rpyc", line 253, in script call
  File "mcroom.rpyc", line 518, in script call
  File "screens.rpyc", line 1458, in script call
  File "mcroom.rpyc", line 518, in script call
  File "screens.rpyc", line 1458, in script call
  File "mcroom.rpyc", line 518, in script call
  File "screens.rpyc", line 1458, in script call
  File "mcroom.rpyc", line 518, in script call
  File "screens.rpyc", line 1458, in script call
  File "talkresidentialdistrict.rpyc", line 1217, in script call
  File "screens.rpyc", line 1534, in script call
  File "mcroom.rpyc", line 518, in script call
  File "screens.rpyc", line 1458, in script call
  File "dressupnew.rpyc", line 32, in script call
  File "mcroom.rpyc", line 518, in script call
  File "screens.rpyc", line 1458, in script call
  File "mcroom.rpyc", line 518, in script call
  File "screens.rpyc", line 1458, in script call
  File "main.rpyc", line 344, in script call
  File "joblist.rpyc", line 525, in script call
  File "main.rpyc", line 344, in script call
  File "mcroom.rpyc", line 518, in script call
  File "screens.rpyc", line 1458, in script call
  File "main.rpyc", line 344, in script call
  File "mcroom.rpyc", line 518, in script call
  File "screens.rpyc", line 1458, in script call
  File "main.rpyc", line 344, in script call
  File "main.rpyc", line 388, in script call
  File "nightevents.rpyc", line 328, in script call
  File "nightevents.rpyc", line 410, in script
  File "C:\Users\Usuario\Documents\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\ast.py", line 652, in execute
    renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
  File "C:\Users\Usuario\Documents\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\exports.py", line 1180, in say
    who(what, *args, **kwargs)
  File "C:\Users\Usuario\Documents\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\character.py", line 1016, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "C:\Users\Usuario\Documents\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\character.py", line 817, in do_display
    **display_args)
  File "C:\Users\Usuario\Documents\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\character.py", line 566, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\Usuario\Documents\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Usuario\Documents\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\display\core.py", line 2635, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\Usuario\Documents\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\display\core.py", line 3118, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\Usuario\Documents\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\display\core.py", line 2041, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 485, in renpy.display.render.render_screen
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\Usuario\Documents\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\Usuario\Documents\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\Usuario\Documents\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\Usuario\Documents\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\display\screen.py", line 661, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\Usuario\Documents\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "accelerator.pyx", line 108, in renpy.display.accelerator.transform_render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\Usuario\Documents\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\display\image.py", line 414, in render
    return wrap_render(self.target, width, height, st, at)
  File "C:\Users\Usuario\Documents\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\display\image.py", line 229, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\Usuario\Documents\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\display\layout.py", line 331, in render
    surf = render(self.child, width, height, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\Usuario\Documents\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\display\layout.py", line 1259, in render
    return renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\Usuario\Documents\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "C:\Users\Usuario\Documents\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\Users\Usuario\Documents\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\display\im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "C:\Users\Usuario\Documents\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\loader.py", line 555, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'foreplay/mc/expressions/faces/moaning.png'.

Windows-8-6.2.9200
Ren'Py 6.99.14.3.3347
seiyuudanshi 0.1
Tue May 15 20:44:49 2018
[/code]

Yeah, it's already fixed by an upload today (probably you downloaded it yesterday?)

I have a question...so I already purchased the game for $28,99 but I'd like to have acess to the beta. Can I just add another 20$ instead of paying $48,99?

The only current method available is asking itch.io (by e-mailing support@itch.io) to refund your purchase and then re-purchase the game at $48.99 tier.

I download the new demo version 2.0 for Windows, and at the start, when I input the name for MC it crashes.


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

While running game code:
AttributeError: 'unicode' object has no attribute 'block'

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

Full traceback:
  File "main.rpyc", line 75, in script call
  File "main.rpyc", line 629, in script
  File "C:\Users\marug\Desktop\MiEscritorio\Juegos\Seiyuu Danshi!\SeiyuuDanshiDemo-2.0-pc\renpy\ast.py", line 2159, in execute
    next_node(self.lookup())
  File "C:\Users\marug\Desktop\MiEscritorio\Juegos\Seiyuu Danshi!\SeiyuuDanshiDemo-2.0-pc\renpy\ast.py", line 2144, in lookup
    return renpy.game.script.translator.lookup_translate(self.identifier, getattr(self, "alternate", None))
  File "C:\Users\marug\Desktop\MiEscritorio\Juegos\Seiyuu Danshi!\SeiyuuDanshiDemo-2.0-pc\renpy\translation\__init__.py", line 190, in lookup_translate
    return tl.block[0]
AttributeError: 'unicode' object has no attribute 'block'

Windows-8-6.2.9200
Ren'Py 6.99.14.3.3347
seiyuudanshi 0.1
Mon May 14 09:31:48 2018
[/code]

I oddly don't get the same error. Hmm... Were you able to play through the old demo just fine?

(+2)

Omg! I’m so hyped for this game! I just finished the demo, I played it twice and then pre ordered the full game today! It looks better than any other YaoiRP Dating Sim game i’ve played! And i’ve played quite a few. I can’t wait!!! >:D Is the official release date still accurate? Best of luck to the MeYaoi game team! Thanks for creating such an amazing game!  xoxo 

Probably not, still need to "clean up" 3 other guys routes + recording VA + "clean up" secret character routes D:

Aiming to release before the year end for sure tho. 

You'll make me cry T_T 

Good luck! Looking forward to the finished version!

Will you update the beta with more of the other guy's routes besides Toru, or is the next version gonna be the release version?

Asking cause I really like Shiba and Nakane.

Yes, I'll update the beta whenever I'm done "cleaning up" each guy's routes. Gonna release Shuu next (currently waiting for artist to finish final CG, which is taking a while since she's busy with her thesis right now), followed by Hikaru. The other remaining two's orders are still not decided.

Ah, so close yet so far. Well nothing to do but wish her good fortune I suppose.

She should be finished with the thesis by end of May though, so not much longer :) 

(+2)

Will there be merch, after the release(i want that toru mousepad so hard, but have not enough money for patreon, atm ;_;)

(+1)

Yep. I'm gonna put up the remaining stock (leftover from pre-orders and such) up for sale after the game is released.

(+1)

Not sure I'll be able to get the game at the preorder [as I'm working on getting a job] but I loved the game. Also that you don't pick who you want to date after barely meeting them, like you do in so many others. Instead, you spend time and kind of get to know them.


Hope to pick this up at some point. :D

When you pay $51.99 do you get the full game, the art book, AND the beta or just the full game and art book? If it's the latter how much for all three?

You get full game, art book, and beta.

Oh okay! Thank you! ^^ I'm sorry if I asked a question that was answered a million times over. I didn't really check out all the comments.

You're their customer, so I think that it's only polite for them to be appreciative of your interest. ^^

True enough, but I always think I'm annoying when I ask questions. It's just a thing with me.

You're not being annoying at all ^^

Hehe, you seem like a sweetie~

hello! I would like some clarifications. If i were to purchase the Seiyuu Danshi Toru Beta (48.99), does the payment includes the full game once it release? does it also include future playable routes in beta versions? or does it come separately?

Yes, and yes. No, you won't have to buy anything separately, just when the game is released or as each route is, you'll have to go to your purchases page and download it.

If I bought the preorder one, do I still need to purchase the game again?

Btw, is the full game ready now?

By preordering, you bought the game early, so you won't have to purchase it again. However, the game isn't finished yet and currently is in beta.

I'm curious, will we be able to buy the OP song once the game releases?

(+1)

Since it's only 1 song, probably will just give it out as artbook bonus :)

Ffffffff, I love you.

Deleted 5 years ago
(+1)

Yeah, main game only. 

Hello! How can I upgrade to be able to play the beta if I have already bought the game at 28.99$ ? I don't want to pay the whole 48.99$ 

Currently there's only 1 way to upgrade purchase: contact itch.io (support@itch.io) and ask for a refund (say it's to upgrade to higher tier), and then make another purchase at 48.99. 

Hi! Your game looks awesome, you guys are doing a great job on it. The trailer is especially cute and funny. I have a question though, will it still be $28.99 when it comes out in June? Or is that just the pre-order price??

It is pre-order price. Final price will be increased a bit, though it is still not yet decided. 

Aw, well, I hope it doesn't end up too much higher, I don't know if I could afford it if it was.

Hey, how are you doing? I’ve a question, because I’m totally lost rn, do I have to pay more than 28.99 to play the full version when the game is released? (I already bought it). Thanks in advance, and take care! 

You can pay 28.99 to pay the final game. The 48.99 is only a price for those who want to play the beta version. 

(+1)

What are the chances of the official release date being postponed again?

(+1)

Oh, this has such great potential! I haven't seen a BL or even a hetero VN game as complex as this. The art is fantastic  and the 'mini-games' and events are so creative.

I'm definitely going to buy it as soon the full game is released! I hope that the game is released by June 2018 but don't neglect your health, developer-san!

Thank you so much for starting this wonderful project and on working really hard on it!

(1 edit)

Hello, what's exactly tour beta ??(Sorry, I'm not a native english sepaker)

If game will be offically relased, tour beta edition will still be worthful??

Beta means you get to play first before the game officially releases. Right now, only Toru (the red-haired guy) route is playable. When the other guys' routes are finished, the beta will be updated (so you will be able to play the other guys' routes as well).

When game official releases, you also get to download the "full version" as well.

Deleted 6 years ago

It's better to ask itch.io directly. E-mail support@itch.io to contact itch.io directly. 

(1 edit)

 So, I got the newest version of the beta, and I wanted to ask if it is possible to give Valentine chocolate to Shuu. On  Twitter, you said that in the 1.05 version it possible  to have a confession scene with Shuu, but I cant give  Valentine chocolate to him or meet him anywhere else except his apartment on Monday and Wednesday.  Is it supposed to be like this and will be able to spend time with him more often after Valentine's day? (Sorry I'm not sure if it's a bug or no, and if I should write an email about this or no).

Confession scene is not Valentine's day. All his special scenes (valentine, white day, etc) are not finished yet. . 

ok. Thank you

I managed to give Chocolate to Shuu on Valentines. He's just not in his mansion, he's outside ^_^

I see others have asked about paying the remainder for beta since they preordered and I was wondering if you could let me know about this as well when itchio gets back to you? I am also interested in this. Thank you!

(1 edit)

Itch.io has responded, and "topping up" previous purchase isn't something that is currently supported. Currently, the only way to do it would be to ask for a refund, and then re-purchase with a higher value. If you want to do this, send me an e-mail to meyaoigames@gmail.com with your itch.io account e-mail address (I'll relay to itch.io regarding the refund).

is it possible to do this after the official Release? Because I do not want to take Money from you, when you are still at work (it is not much I know, but every little bit helps)

please make an android version of this game😭 make an android version even if its a demo only😭

It won't be possible. I asked them a year ago and this was the response:

"Nope. The game is too complex to be ported to mobile.

I think it would be filled with bugs."

I have a similar question to the other two asked. A year ago I purchased the preorder for $30. Is there any way I can pay $19.99 to have access to the Toru beta without paying all over again ($49.99)? When I clicked buy and input $19.99 it wouldn't let me and said I had to make a minimum purchase of $28.99 to buy the full game (that file is already unlocked for me) and $49.99 to have access to the Toru beta (that file was grayed out unless I entered $49.99). 

(+1)

Have asked itch.io about the ways to do it. Will let you know again once I've received an answer. 

Okay, thank you!

(1 edit)

Itch.io has responded, and "topping up" previous purchase isn't something that is currently supported. Currently, the only way to do it would be to ask for a refund, and then re-purchase with a higher value. If you want to do this, send me an e-mail to meyaoigames@gmail.com with your itch.io account e-mail address (I'll relay to itch.io regarding the refund).

Thanks so much for all your help! Just re-purchased at the Toru demo tier ($48.99) and I'm loving it. This will definitely tide me over until the full game is out 

(2 edits)

Hello! I pre-ordered the game a month ago and I am interested in getting the beta. If I buy the game again, can I hope for getting the beta?

Have asked itch.io about the ways to do it. Will let you know again once I've received an answer. 

i pre-ordered awhile ago but i'm interested in getting the beta. is there any way to just pay an additional $25?

Have asked itch.io about the ways to do it. Will let you know again once I've received an answer. 

i absolutely love the demo when is the full game being released (=^x^=)

I played the demo halfway it crashed but it was a really good game! That being said i thought it was already out (Buy Now) and bought it, only to find out it's not out yet T_T . How do i get a refund (and buy it later on when it's out) ? 

Refund is handled by itch.io. Please contact support@itch.io for that.

I've actually decided to wait ^_^ but is there a way to top up to get toru beta? 

Sorry to ask a little confused can we buy it now? the button which said pre order is now buy? i just want to make sure before i make space on my laptop xD

No, it is still pre-order. Not sure why the button changes words.

okay thanks ^^

Looking forward to this game! Played the demo way back and was hooked! Glad to see progress is still being made, and look forward to seeing it completed!

I don't mind if the game needs to be pushed back more if need be, so much hard work and creativity has gone into this game and I look forward to it everyday. Thank you to everyone who has backed this masterpiece!

Thanks, it's really kind of you <3

I bought the game! I wish it comes out by June, on that month is my birthday~

when the game will be released?

June 2018 (estimated date).

hello, I was hoping I could find a way for me to get a refund on my pre-order! I'm so sorry! Do I need to find an email to ask for it back?.

Hello, if your purchase isn't too far back, I think itch.io support can help you. Just contact support@itch.io and ask for a refund. They might ask me for a confirmation later on, and I'll approve of it when they do.

okay thank you very much!

Deleted 5 years ago

Please wait until support gets back to you. It shouldn`t take that long. 

Deleted 5 years ago

Refund is handled by itch.io support. Please send another e-mail to the support mail. I can't do anything here.

Sorry, If I buy on another PC, can I change PC games? Can I play it on another PC?

Yes, you can download the game multiple times (no download limit).

I am so excited to play the full game, but it will only release in June, I need to raise money, 30 dollars is equivalent to 3 times my currency, more or less. T.T

Hello Meyaoi ~ I just saw the update in Kickstarter about Toru route beta to be sent soon but for backers only. Can I get the beta copy as well since I bought the game thru itch.io? :(

If you buy the digital copy + artbook pack, you can get the beta copy.

thanks for your reply! I'll just wait for the digital copy through my itch.io account once it gets released in the next few months. :)

I'm not sure where the questionnaire is, exactly, but i love the game so far!! I'm really happy you used the renpy engine, too since it's easier to understand + all those lovely save slots~!!^^ 

As for suggested improvements.. It took me a while to realize the FAME stats and FB number of "fans/following" were basically the same thing, so i hope you could tell us about that at some point - like when we first get to open the computer.

There was a scene with Hikaru where our character walks in on him accidentally, and it's just a personal preference, but i really just wanted to leave because of how persistent my character was about the autograph. It just made me not want my own character to do well in the game. I understand it's part of his personality, though, so that's alright~!

I really loved the customization choices at the mall, and i'm very excited to see the rest of the stores! The love interests are actually very charming. You've done great on them! I hope there will be more dialog for the side characters just so it's more fun to look around and talk to others. 

Lastly.. I'm still surprised that this is done in Indonesia?? If only i was in Jakarta, i would've loved to help out somehow! I hope the project goes really well for you all. Good luck~!!^^

Viewing most recent comments 1,073 to 1,112 of 1,218 · Next page · Previous page · First page · Last page