cmacleod42

Engaged Member
Game Developer
Aug 29, 2017
3,115
1,812
OK so people keep saying cast clairvoyance in the hidden room with mirrors, but all it says is that its a place of power. Its not unlocking Mirror of Souls what did I mess up?
Talk to Victoria or Cherry
or bring Lilith into the Hidden Room
 
Last edited:

PoEbalu

Well-Known Member
Apr 27, 2017
1,003
1,794
should't there be tags like harem and femdom ? since that what this game is all about. domination and harem building.
 

cmacleod42

Engaged Member
Game Developer
Aug 29, 2017
3,115
1,812
should't there be tags like harem and femdom ? since that what this game is all about. domination and harem building.
It is not strictly about femdom as in the most common usage of female on male domination, there is some but I do not think enough for a tag. Otherwise you could use the Report link to ask the thread owner to add tags using the "Other" option
 

PoEbalu

Well-Known Member
Apr 27, 2017
1,003
1,794
It is not strictly about femdom as in the most common usage of female on male domination, there is some but I do not think enough for a tag. Otherwise you could use the Report link to ask the thread owner to add tags using the "Other" option
neither it strictly about male domination,but here we are with male dom tag. since gender is a choice it's both male and fem dom and those tags do exist,but femdom were excluded from this game's tag for some reason. point is,tag games properly dont do half-assed job. improper tagging should be a crime imo.
 

ckfk

Newbie
Jan 4, 2021
67
5
Here's a quick brain dump of some bugs I've encountered along the way:

- Some images don't load, due to varying models and varying folders for the same person (e.g. Mrs. Granger's turquoise, leather, shinyblue, natural, explicit, etc. have different images but some paths are mapped incorrectly)
- Some places are unavailable without cheats, for example, ursula's bedroom (132) doesn't show up in ursula's home (131)
- Once one plays the flappy bird game on the phone, every key press, in or out of the game, plays the flappy bird sound effect.
- confusion between charmed/uncharmed eye effects especially in the info page for the models e.g. when you look at the (i) on the image of the person (gifs are ok, i'd be pretty impressed for those!)
- some sms images don't work
- wrong images for certain models e.g. another alternative model is used for the image instead of the chosen model
- esmeralda is nude for no reason?
 
Last edited:

cmacleod42

Engaged Member
Game Developer
Aug 29, 2017
3,115
1,812
Here's a quick brain dump of some bugs I've encountered along the way:

- Some images don't load, due to varying models and varying folders for the same person (e.g. Mrs. Granger's turquoise, leather, shinyblue, natural, explicit, etc. have different images but some paths are mapped incorrectly)
- Some places are unavailable without cheats, for example, ursula's bedroom (132) doesn't show up in ursula's home (131)
- Once one plays the flappy bird game on the phone, every key press, in or out of the game, plays the flappy bird sound effect.
- confusion between charmed/uncharmed eye effects especially in the info page for the models e.g. when you look at the (i) on the image of the person (gifs are ok, i'd be pretty impressed for those!)
- some sms images don't work
- wrong images for certain models e.g. another alternative model is used for the image instead of the chosen model
- esmeralda is nude for no reason?
Can you give some specific cases of the missing or wrong images. I fix such issues when I encounter them in development and testing so I am not aware of any cases at this time. Let me know and I will check and fix

I will note a lot of cases like this can come from people who have just been applying updates and missed some, as the small a,b,c sort of updates often add new images and scene not just fix bugs
 

Silver889

New Member
Sep 30, 2021
6
6
For the record, in my experience with the latest patch there's still an error when trying to transform Davy into a girl after he moves home. When you click the transform button you move to the main part of the house- but no transformation.
 

cmacleod42

Engaged Member
Game Developer
Aug 29, 2017
3,115
1,812

zhengyus

Member
Feb 17, 2020
112
580
I like this game very much.
I wanted to translate the game into Chinese and found I had to modify the compiled.js. However, the content in compiled.js is very messy, and the content in the Source is easier to translate, but the game does not change after modification. How do I compile it? Also, I don't know JavaScript and only know some simple text editing software.
Sorry English is not my first language.
 

cmacleod42

Engaged Member
Game Developer
Aug 29, 2017
3,115
1,812
I like this game very much.
I wanted to translate the game into Chinese and found I had to modify the compiled.js. However, the content in compiled.js is very messy, and the content in the Source is easier to translate, but the game does not change after modification. How do I compile it? Also, I don't know JavaScript and only know some simple text editing software.
Sorry English is not my first language.
To edit
- change the files in the Javascripts/Source folder
- create the new compiled.js by running
Development/compile.bat
or
Development/compile.sh
Please note the bat currently assumes you have the Java development kit installed in the folder
C:\jdk20\bin\
If it is elsewhere then please edit the bat file to change the references, or install to said folder
 
  • Red Heart
Reactions: zhengyus

zhengyus

Member
Feb 17, 2020
112
580
To edit
- change the files in the Javascripts/Source folder
- create the new compiled.js by running
Development/compile.bat
or
Development/compile.sh
Please note the bat currently assumes you have the Java development kit installed in the folder
C:\jdk20\bin\
If it is elsewhere then please edit the bat file to change the references, or install to said folder
Snipaste_2024-01-11_19-59-43.jpg An error occurred while running compile.bat, the Javascripts folder was missing a few files, and the game would not run. Can you help me find out why?
 

cmacleod42

Engaged Member
Game Developer
Aug 29, 2017
3,115
1,812
View attachment 3251738 An error occurred while running compile.bat, the Javascripts folder was missing a few files, and the game would not run. Can you help me find out why?
I include all source files in the releases, but what you show there is an error in a line of Javascript in the bit
shouldn't
that bit should escape the '
shouldn\'t

To find the line of code run check.bat, it compiles each file separately and it will report the line of code that the compile error is in.

I note that the base source code should not have the issue you show there it is a standard sort of issue and as you show the compile picks it up and is easily corrected

If wanted I can post the source folder from the last release 14.14c but it should be in the last version I posted.
 

zhengyus

Member
Feb 17, 2020
112
580
I put the backup Javascripts in, and after running compile.bat, I can enter the game and play. However, Javascripts will lack the merged.js file than before, will this affect the game?
The previous mistake may have been caused by my wrong translation.
 

cmacleod42

Engaged Member
Game Developer
Aug 29, 2017
3,115
1,812
I put the backup Javascripts in, and after running compile.bat, I can enter the game and play. However, Javascripts will lack the merged.js file than before, will this affect the game?
The previous mistake may have been caused by my wrong translation.
merged.js is a temporary file made during the process (it is all the .js files concatenated together) and should be deleted at the end of a successful compile. It is not used to play the game as it should not exist, only compiled.js is needed
 
Last edited:

zhengyus

Member
Feb 17, 2020
112
580
Ok, thank you very much. I am ready to translate the game, but it seems very difficult, because I don't know how to troubleshoot if I encounter translation errors.
Thanks again.
merged.js is a temporary file made during the process (it is all the .js files concatenated together) and should be deleted at the end of a successful compile. It is not used to play the game as it should not exist, only compiled.js is needed
 

cmacleod42

Engaged Member
Game Developer
Aug 29, 2017
3,115
1,812
Ok, thank you very much. I am ready to translate the game, but it seems very difficult, because I don't know how to troubleshoot if I encounter translation errors.
Thanks again.
It would be difficult to translate, the game has not been developed with translation in mind and in quite a few cases you would need some knowledge of javascript as there is some coding that would need minor changes, particularly for characters that can change gender like Davy or Mayor Thomas

Generally for errors the compile process and the check.bat is a major way I use to find many errors and the rest is in testing by playing the scenes in the game

I could make the game easier to translate but it would be a lot of work to say extract text into a central object or something like that.
 

zhengyus

Member
Feb 17, 2020
112
580
It would be difficult to translate, the game has not been developed with translation in mind and in quite a few cases you would need some knowledge of javascript as there is some coding that would need minor changes, particularly for characters that can change gender like Davy or Mayor Thomas

Generally for errors the compile process and the check.bat is a major way I use to find many errors and the rest is in testing by playing the scenes in the game

I could make the game easier to translate but it would be a lot of work to say extract text into a central object or something like that.
If the game is relatively easy to translate, I believe that more people in more countries will like it, but I am more worried about the follow-up translation after each update, which needs to compare the modified parts of each text, which will be very troublesome.
 

cmacleod42

Engaged Member
Game Developer
Aug 29, 2017
3,115
1,812
was there a anime/video game version like this and if there was is it still around
No, you must have this confused with another game. There are limited other versions of this or mods released by fans to date. None were anime/video game related
 
4.30 star(s) 58 Votes