Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 824 to 863 of 1,023 · Next page · Previous page · First page · Last page
(-2)

Does anybody else keep having problem that you can't download the files for the android version of the game?

(+1)(-2)

would you mind explaining what you mean by that?

(-2)

I literally cant even download the game. The download just stops...

(-2)

Nevermind....i didn't have enough storage...

(1 edit) (+1)

So! I've got some good news for my fellow android users. I've found a way to utilize mods while playing the game. All you have to do is head to the google play store and download 2 apps and an extension; The Joiplay emulator and it's ren'py extension as well a Zarchiever,  from there you download the windows version of the game onto your android, extract the zip file, then do the same thing for any mod you want, extracting them into the mods folder of the extracted game's files. The rest should be simple enough for you all to figure out, if you want I can list all the mods I've found have difficulties working. And before you ask, yes this works with 23.5f.

(+1)

Here's a way that I found. 

First Download ZArchiver and the Mod of your choice. (Make sure first the is compatible to the current version.)

Open ZArchiver and go to MGD's data files. (Android>data>monstergirldreams.program>files)

In that folder create a new folder and name it as "game". (Without the quotation marks.) 

In the New "game" folder create a new one and name it as "Mods". (Without the quotation marks. ) 

You can decompress/unzip/transfer the mod files you downloaded in the new "Mods" folder. 

*You can turn off the mod by renaming the folder and adding an underscore before the name. 

i.e. Waifupocalypse (Turned On) 

       _Waifupocalypse (Turned Off) 

*This way shows me errors if I turn on the images setting for the game. It can be solved just by turning off the images setting. 

*Check the wiki of MGD to make sure which mods are compatible.

*Make sure to make a backup save before you use mods. (Make two saves if you have to. I haven't ruined my game yet but better safe than pissed off at me for not reading this part.)

Yeet, have a good day. 

(+1)

... Huh, that's a pretty smart way of doing it, good job Pancake!

So how do i update an old save on android when I press the button it dosent work. I spent a while leveling to get to 78 do I have to restart withe the current version?

Ty and much love

(1 edit)

I recently tried to get mods following the instructions in the folder and was wondering if i needed to get previous versions of the game to get them to function (specifically Mari the Butterfly) and if that is the case how do i get previous versions of the game? 

While running game code:

  File "game/script.rpy", line 374, in script call
    call loadDatabase from _call_loadDatabase
  File "game/gamecode/LoadDatabase.rpy", line 7, in script
    python:
  File "game/gamecode/LoadDatabase.rpy", line 1084, in <module>
    for count in range(len(currentData["MonsterGroups"][countT]["Monsters"])):
KeyError: u'Monsters'

Help when i try to play the game on android for some reason I cant press any of the buttons on the title screen. I tried redownloading the game but it no work 

This is the traceback file. [code]

I'm sorry, but an uncaught exception occurred.


While running game code:

  File "renpy/common/00gamemenu.rpy", line 173, in <module>

  File "game/on_charactermenu.rpy", line 548, in execute

  File "game/on_charactermenu.rpy", line 548, in execute

  File "game/on_charactermenu.rpy", line 553, in execute

  File "game/screens.rpy", line 569, in execute

  File "game/screens.rpy", line 569, in execute

  File "game/screens.rpy", line 574, in execute

  File "game/screens.rpy", line 577, in execute

  File "game/screens.rpy", line 583, in execute

  File "game/screens.rpy", line 586, in execute

  File "game/screens.rpy", line 614, in execute

  File "game/on_charactermenu.rpy", line 553, in execute

  File "game/on_charactermenu.rpy", line 554, in execute

  File "game/on_charactermenu.rpy", line 854, in execute

  File "game/on_charactermenu.rpy", line 860, in execute

NameError: Name 'powerDisplay' is not defined.


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


Full traceback:

  File "00gamemenu.rpyc", line 173, in script

  File "renpy/ast.py", line 922, in execute

  File "renpy/python.py", line 2218, in py_exec_bytecode

  File "renpy/common/00gamemenu.rpy", line 173, in <module>

  File "renpy/ui.py", line 298, in interact

  File "renpy/display/core.py", line 3007, in interact

  File "renpy/display/core.py", line 3418, in interact_core

  File "renpy/display/core.py", line 566, in visit_all

  File "renpy/display/core.py", line 566, in visit_all

  File "renpy/display/core.py", line 566, in visit_all

  File "renpy/display/core.py", line 566, in visit_all

  File "renpy/display/screen.py", line 432, in visit_all

  File "renpy/display/core.py", line 3418, in <lambda>

  File "renpy/display/screen.py", line 443, in per_interact

  File "renpy/display/screen.py", line 631, in update

  File "game/on_charactermenu.rpy", line 548, in execute

  File "game/on_charactermenu.rpy", line 548, in execute

  File "game/on_charactermenu.rpy", line 553, in execute

  File "game/screens.rpy", line 569, in execute

  File "game/screens.rpy", line 569, in execute

  File "game/screens.rpy", line 574, in execute

  File "game/screens.rpy", line 577, in execute

  File "game/screens.rpy", line 583, in execute

  File "game/screens.rpy", line 586, in execute

  File "game/screens.rpy", line 614, in execute

  File "game/on_charactermenu.rpy", line 553, in execute

  File "game/on_charactermenu.rpy", line 554, in execute

  File "game/on_charactermenu.rpy", line 854, in execute

  File "game/on_charactermenu.rpy", line 860, in execute

  File "renpy/text/text.py", line 1525, in __init__

  File "renpy/text/text.py", line 1644, in set_text

  File "renpy/substitutions.py", line 270, in substitute

  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat

  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat

  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field

  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value

  File "renpy/substitutions.py", line 228, in __getitem__

NameError: Name 'powerDisplay' is not defined.


[/code]

I can't equip anything so I can't get through the will-power temple final fight. 1v1 or 1v2. I'm locked at a standstill because of this.

BTW the android version has a bug. When I try to open the character menu to equip items or runes and stuff like that, it gives me a trace back error. It's getting annoying, could you please try to fix it?

(+1)

when does the next update come out, if you don't mind me asking?

(+1)

When it's doneᵀᴹ

(+1)

Patience is not the ability to wait, but the ability to keep a good attitude while waiting.” 

-Me at the start of corona virus.

(+1)

To follow him on Patreon like us, so you gona know when something is up going :)

(+6)

This is definitely one of the best h-games I've ever played. I've been enjoying myself with it since half a year ago, and been playing with it on and off with every update that came about. 

Commenting today since I've finally hit Level 264-- Which is more or less the closest thing to max level in terms of stat and perk caps (though I opted out of getting Unbounded), and I gotta say, DAMN was it satisfying after all that grinding. 

I look forward to all your future developments!! The work done for this game is absolutely spectacular. Though if there's one suggestion I may add - PLEASE allow the players to manually sort the perks they get on mobile. 


PS: On a friendly note, to other players that might see this - fastest method to stat/perk cap level is to just grind Sofia's third fight part 2 endlessly. Stack as many exp boosters as possible onto yourself; 3 Enlightenment Runes, Kinky Collar of Education, Blessing of Sexperience, the Studious perk, and fighting her at nighttime will net you a good 185% bonus, or 3705 exp per fight. There're a couple of effective ways to do this, but I'd personally recommend that you only even attempt to farm her after getting to level 70+ with Kotone's Hypno Lover perk. Bring a whole stack of Conscio Powder and Ardor Potions with you, you'll need it. 

Mighty tip; Sofia's first two attacks are basically harmless. They'll only increase your arousal - which is completely useless if you curbstomp her before she can do crap - and start the hypnotism countdown.  When you're still on the lower leveled end of the spectrum - spam her with Sense Weakness, Power Up! and Demon Layer in this exact order. Make absolutely sure to SAVE before you use Demon Layer. Don't worry if you fail the stat checks, just use up the energy needed to succeed at it. With any luck, you'll one-shot her with a critical. If not, reload again until you get a critical. Its faster and risks far less this way. If, however, your damage just isn't high enough to one-shot her yet, just spam Power Up! and Demon Layer till you win. Watch your energy - once you see yourself getting low before you hit a level up that'll refresh ya, use an Ardor Potion. Also, ensure that your hypnotism count stays above 3 as much as possible.

On your way to level 150, I'd advise you to focus on getting Luck and Technique to the cap first, and then Power and Willpower. They'll be the main contributors to a higher crit rate, crit dmg and winning at stat checks. For perks, prioritise them in this order - crit rate, crit dmg, dmg and etc. 

After you get to level 150, it gets a lot more simpler. If you've maxed out Luck and Technique already and also have the Pinpoint perks with Touch of Ecstasy, you should have a good 60% natural crit rate, and high enough stats to end her in one crit hit and another one or two normal hits. At this point, just spam Demon Layer on her endlessly and pray to RNG you get a crit in on the first 2 turns - watch out for your hypnotism countdown still though. No need to Save for every fight anymore either, though I'd still advise you to do it regularly (in my case, I'm only saving for every 3 level ups now). Energy shouldn't matter that much anymore, but do keep Ardor Potions around just in case.

Once you hit level 200, you should have almost all the damage boosting perks already, and got either Power or Willpower maxed out with the other one close by. Great job! If RNG likes you, you should be able to one-shot Sofia with a normal crit now, though your natural crit rate is still perma-stuck at a little over 60%. It takes about 5-6 fights per level up now, and close to 240+ 7-8 fights for one level if your exp gain remains a constant 3705.

To sum it up, just kill Enthralling Captivation 3 or 400+ times and you'll get there. As a bonus, you should have more than 10M gold too now.

...Oh wow, this got LONG.

Anyways, hope this helps! ADIOS!

the $5 tier on patreon doesn't make clear what art it is referring to in the Post-script...

I am curious on how I get my old save data? I have it on android.

(+1)(-4)

Ever thought at adding a restraint fetish to characters?

are you talking about the player character or monster girls?

Primary Player. But some monster girls could have it too.

have you met the hellhound in the bar? that seems to be part of her entire thing

What I had in mind was like: Maybe more damage in battle while restrained or harder to escape from restraints.

It's a debuff in this game, if that helps. Although I DO wish there was a way to up the odds of getting restrained, and to scale up an area's opponents' levels and damage.

So i just got back into this great game and im asking if there is a level cap? Im grinding the forest dungeon during the three night times with all exp increase items which nets me almost 7k xp (for one time slot) or 21k xp (all night) on a good run. Getting all my stats to 50 ish each and am at lv 93. All because I want to woop sofia's ass. I just want to know ahead of time to see if there is a max level before i continue to try taking  all my stats to a hundread per stat just so i can try to curb stomp her out of spite.

messing around with xp gains from a weak enemy(setting it to billions) i believe the cap is when you reach the insane limit for xp,like impossible to farm to in your lifetime high

How do you change xp gains to billions?

Thanks by the way

(+1)

The android version has an Old bug. The shop bug. I cannot buy, sell or buy skills at any way. I had the 2355 and updated to the latest version

(+1)

You actually have to hold your finger down on it

(+1)

Really?! I will test it then

(+1)

Thanks. It worked!

(+2)

I don't know if that's planned already or not, but I feel like there should be an interaction you can have with Vili and Venefica's sweets, maybe this could be how you get her "route" or something? I don't know

(+2)

I've been loving the game so far. Legitimately one of the most interesting and impressive Ren'py games I've ever seen, not even talking about the whole porn aspect. I have to wonder though, due to just burning curiosity: Is Kotone based on an actual erotic hypnotist? The dialogue of her hypnosis sessions seem so detailed and like they were done by a professional.

(+1)

Hey, just wondering, Will there be, in further versions, more barefoot trample fetish content (e.g. by adding characters with such skills or scenes like the Kunoichis or enhancing existent ones like Kotone, Aiko or Kyra)? By the way, awesome game, I'm at level 74 trying to farm stat points to get all the skills. Keep up the good work! :)

(+2)

In the newest Android update whenever you equip any item that reduces stats that save file crashes whenever you tap on one of your stats to look at it, and the effect seems to be permanent unless you load a previous save

(+1)

After finding out about the candy bar, my game crashes everytime I open the character menu (android).

How much more time?

(+2)

Nara is to op. Exp-Farm of the gods.

(+4)

up until the point you can start farming vili, and then sophia

(+2)

Feng is also good until you start farming Sophia.

Guess the game is made to be played this way... Maybe getting less and and less xp from the same creature would help...

Well. If you have all the weaknesses. Nara is enough to make you just want to restart the game. XD

(-1)

By the way, you climb up to Nara and face her you're good enough

(+1)

you see, that is a thing, there's just a minimum in the amount of xp you get from the monster.

Really you can just farm Jora...

Deleted 3 years ago
(+2)

This game is in early development, there aren't any "sex scenes" like cut scenes but yes, there is plenty of sex everywhere. If you don't like the "visual novel" aspect of this game where most of the sex happens, then it's up to you to decide whether you want to keep playing the game or uninstall it.

(1 edit) (+1)

Well, there are tons of it. Unless you talk about Visuals, then there are few as well, but mostly you need to use your brain

(+3)

I absolutly love the game so far! I have a question tho, how did you do the battle sections? Did you use Rnpy or another engine?

Can anyone answer my question? I don't know if the blessed rosary from the church is actually a good item can someone explain what it actually does? The 5-20 doesn't really makes much of a sense

(2 edits)

The roll of the dice checks you know have 5-20 in the normal (default is 1-20) + stats required + luck.

Is just for better checks. Honestly I don't think is a good accesory. Because you can level up your stats (or increase with other items or runes) and not necessary you have good rolls (is just RNG) just you always have 5 points in the normal roll.

(+11)

I must say, with no exaggeration, this game is fucking amazing and I really hope you continue to work on this. Outstanding work nonetheless

(+7)

The mechanics are better than a lot of modern ‘proper’ JRPGs.

How do I delete saves on mobile? I assumed long-press, since I can't tap the Delete key like I do on PC, but that doesn't work.

(+1)

Just overwrite the saves saving if there is no space.

(+2)

I do that, but sometimes it's nice to just clean up old saves I don't use any more. The PC version lets me do so, I just wish to also have the ability on mobile too.

(+2)

At the bottom left of the pages in your save tab, there's supposed to be a "delete" button, click it then click on the save needing deletion, I hope this helps! ^v^

(+2)

Thank you so much! I am so blind to have not noticed that before, lol.

File browser-> phone-> android-> data-> monstergirldreams.program-> files-> saves

(+6)

I just wanted to say that I'm enjoying this game, and that I appreciate all the effort that you put into making it. I hope life is treating you well, that you are doing well, and that you are staying safe. Happy New Year, lets hope this year will be a good one.

(2 edits) (+1)

the app doesnt seem to want to install on my phone idk whats wrong anyone else having this problem?


Edit:  ok I fixed it just need to have a lot of extra space for it to work

Can someone tell me what happened to the scrollback? Cant go back on what ive done anymore :(

(1 edit) (+1)

Scrollback doesn't exist in this game. Because otherwise, will be broken.

Just save before to make a decision or just save when a conversations starts if you don't know when the choice appears.

(+3)

it did though, idk which update got rid of it cause i missed out on a few but it was fairly recent. Could always use the mouse wheel to go back on yourself

(+1)

Sorry idk because I play on android

(1 edit) (+6)

Been playing for 2 weeks now and the game is great. Story is nice and the combat system is clean.

However, I don't know how to update the game without losing my saves. Should I copy and paste my Save folder to the new one? (Im playing on my phone)

I think im dumb

(+5)

Wich phone are you using? Most updates just require you do download the new version and install it as a update.Make sure you have a save in the town to load in after that.

Thanks

(1 edit) (+3)

You play from phone, so you just need to make the save you want to keep in town, then download the new version and install the update. There you go. The save in town will be playable. It can take a couple of seconds before you can do anything, after loading the save for the first time since the update, but it never gave any problem to me

Thank you for helping

if the save you make in the town errors for any reason, load the save again and overwrite the save immediately then load it again. Should fix any errors you may have.

(+8)

I just want to thank the developers for make this masterpiece and make it free ❤

Any idea when the next area will be released?

(+5)

Most likely in the next update.Might take a while since they will likely release the area with artwork for some characters.Guessin probably in 30 days or more.

(+1)

Yep, usually it's in 20-30day intervals.

Deleted post

So I think I'm stuck. I pass the power challenge but I can't get pass the 2nd trial for will. I have Kotone's hypno slave but I have no option to get pass the trial. Any ideas?

(1 edit)

Make it so that your max arousal is high enough, duh


You can do it with items or by leveling. You decide

(+1)

how much do I need? I have 245.

(+2)

I got it

Have you joined the discord server yet?

(1 edit) (+1)

kotone hypno slave make it harder sry bro

I love the game simply put one of my favorite porn games out there but now when I redownloaded the game this week I am unable to learn any new skills.

(+3)

I recommend reading the patch notes! Basically, tapping on the skills on mobile will now only show the description, you have to hold down on the skill to actually learn it! I hope this helps :3

Viewing most recent comments 824 to 863 of 1,023 · Next page · Previous page · First page · Last page