Hi Dev,
first, sorry to bother you.
I'm enjoying your game "Bound by lust" and I noticed several typos of the same type while playing. It's ok to have typos in a game, especially if English is not your main language but, the sheer number of this particular typo actually decrease the overall quality of your game in my opinion.
In English, after the auxiliary "Did", the next verb is not accorded to the tense.
Examples:
Incorrect sentence: "She did liked him."
Correct sentence: "She did like him."
You made this mistake so many times that it actually motivated me to write you this message, haha.
Here is a quick way to actually fix it throughout your game without losing too much time, you can use an editor (such as Notepad++) that use regexp and search for "did[a-z ]*ed" (without the ""). Notepad++ allows you to open a whole folder to search throughout all the files in it, saving much time.
Keep in mind that that regexp will catch everything, even correct sentences, it will also not catch typos that you might have done with irregular verbs (I don't think I saw one though). It's just to help you pinpoint the typos faster.
While I'm at it, I might as well tell you what I have on my mind:
There is another typo:
game\script\story\P.E._teacher_EV.rpy
Ligne 1769: mc "Why did she threatens him..." <- threaten whithout the 's'
The renders are really white, at the point that I looked if the "Gamma" option existed xD (but we get used to it as the game progress)
I had crashes on scenes that are in the 2release folder. Search for "anim/2release/" and replace by "anim/old/2release/" (my version of the game is modded, I'm not sure if this bug is in the original version.)
Aside from that, I really like your game, it has good characters, story, and animation. Though I'm no a fan of giant boobs, there is Anath so I'm happy.
I whish you good luck with your game, and I hope you'll continue to update "Bound by lust" in the future!
Vodsky