Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

*govel for yuri mode*

And appreciation aside, some bug or questionable things in 0.0.5a, web version:
- i'm pretty sure i've read somewhere you can use the lactation spell again to turn it off, but I'm not able to (may be me that is dumb)
- click and space bar are both counted when performing a block. If you do a correct timing with space, then click, you'll have the failed result
- when the "Hold instead of mashing" setting is set to of, you can still hold space to fill the spirit deflection bar REALLY fast (so fast you even get a javascript error after the fact ; which does not seem to block the game)
- if you use shit + digit, there is a change the text will disappear after picking a choice. It reappear after hitting shift again (note: some keyboard need to use the shift key to access number). The game shortcut work even when not using shift, so it's not really an important bug
- melia is too cute ! can't wait to be able to interact with her

(+1)

I’ll look into these!

Regarding lactation: lactation being off does not make it so you can’t lactate, it just stops you from regaining the ability to lactate over time, if that makes sense. So it’s possible to shut off lactation, and still be able to lactate one more time afterward.

I’m not sure I understand what you mean about the shift key. Shift should just show the hotkeys. You are not supposed to have to should it down to activate the hotkeys. Is that what’s happening for you?

(+1)

I'm not sure I understood what you meant about the lactation. I'm fairly certain I've saw somewhere you can use the lactation spell a second time to turn it off ; so I assumed the spell act as an on/off switch for milk production (as in, it add or remove the milk action), but again the spell does not seem to be castable a second time
(I have no clue where i've read that lactation thing, and hope I was not just dreaming)


As for the shift key, on some non-english keyboard (let's take azerty as an exemple), you need to type shirt + & key to type "1".
Using shortcut that way (with shift held down) often hide the chatbox when picking a choice (this happens fairly often in sexy encounters).
It's also a pretty natural things to attempt when you use shift to look at a shortcut.

On that note: it seem shortcuts works on the key location on the keyboard and not the character itself, which make pressing the "&" key work to access the "1" shortcut (since it's the same location on keyboard) ; which entierly circumvent the bug.
It also means some shortcut are badly placed on other layout (ex: q and a are swapped on an azerty keyboard), but I dont think it's worth trying to correct the shortcut's display for all keyboard layout, unless an automated way to do it exists.

(+1)

I’m not sure I understood what you meant about the lactation. I’m fairly certain I’ve saw somewhere you can use the lactation spell a second time to turn it off ; so I assumed the spell act as an on/off switch for milk production (as in, it add or remove the milk action), but again the spell does not seem to be castable a second time (I have no clue where i’ve read that lactation thing, and hope I was not just dreaming)

That is how it’s supposed to work, I just looked and I did make a mistake with the game logic! I’ll fix that for the next release.

As for the keyboard stuff, I just write something like if (e.key = "1") in the game code to determine which key is pressed. It seems like some keyboards or some browsers/operating systems are reporting Shifts as Controls and certain symbols as numbers for some reason. I may need to by some keyboards to see what’s going on. This is not something I even thought to check though, so thanks for letting me know.

(+1)

Thanks for the future fix with the lactation spell !

For the keyboard stuff, there is kinda two part :
- doing shift + shortcut and releaseing shift closely after (it seem the one that pop a cut in in the sex scene - like "Eat Her Out" in a yuri scene) does hide the text panel until you press shift again
- shortcut not display. From your explanation, I assume "key" in your exemple correspond to the physical key location - which is kinda great for having shortcut put at the right place on the keyboard / not put shortcut at pretty weird places, but have the side effect of having a desync between what is shown and the key to press for user that dont use qwerty keyboard. I'm really not sure if there is a way to ask for user's layout and customize the shortcut accordingly.
And you're welcome

(+1)

The bug with holding space during spirit deflection and the one with the lactation spell should be fixed!

I’m still researching the keyboard situation, no idea how long that’ll take.

Thanks again for bringing these issues to my attention.