Create and Fuck your AI Slut -70% OFF
x

TheVegnar

Active Member
Jul 4, 2021
904
878
216
Why is it bugged, there is nothing wrong with Kurdorf and the crystal that is all that happens in the game now, the Gold work puzzel teaches you the Transform spell

Hypnosis is unrelated to that, have you see the scene with Mr Beasley, Amy and Catherine? Then charmed him and talked about how he did it, then bought and read the hypnosis book. Then learned the training from him?

Is there anyone you have not charmed?
Wait a sec, the Gold Worm teaches the Wealth Spell.
 

Jeskes

Newbie
Apr 25, 2017
50
37
244
I am unsure what you mean here exactly. When the game shows an image it tries multiple versions, png, jpg, gif, mp4 with mp4 last. If you get an error of a mp4 image not shown it means the image is not available
This is an old reply, but it hits a problem I have. I like the game, but have wanted to replace some of the default images and videos with videos of my own that I've copied from other games. Unfortunately many of these are in the webm format and thus fail the checks. Any chance to add webm to the supported formats in the future versions, perhaps even adopt the format for the game? It's definitely superior to gif for one.

At a glance it seems like it wouldn't be terribly difficult to manually edit this in, but I might have to keep doing it if the files keep being updated in the future versions.
 

cmacleod42

Engaged Member
Game Developer
Aug 29, 2017
3,419
2,190
470
This is an old reply, but it hits a problem I have. I like the game, but have wanted to replace some of the default images and videos with videos of my own that I've copied from other games. Unfortunately many of these are in the webm format and thus fail the checks. Any chance to add webm to the supported formats in the future versions, perhaps even adopt the format for the game? It's definitely superior to gif for one.

At a glance it seems like it wouldn't be terribly difficult to manually edit this in, but I might have to keep doing it if the files keep being updated in the future versions.
I can add webm but I will not include any such images in any release. I would prefer to retain a maximum of compatibility and webm is not supported by all browsers. It is by a majority but not all.

We do already support mp4 videos, so you could re-encode your webm's to mp4 or jpg depending on if they are video or still images. Otherwise try and just rename the webm to a .jpg or .mp4. Browsers will usually recognise what the file actually is from meta information and render the image correctly anyway.

You may otherwise like to look into the mod system in the game, this would allow you to create an alternate imageset that will first be loaded/checked before the default version
 
  • Like
Reactions: Durisaz

wpji2356

Newbie
Jun 1, 2019
29
8
188
I can add webm but I will not include any such images in any release. I would prefer to retain a maximum of compatibility and webm is not supported by all browsers. It is by a majority but not all.

We do already support mp4 videos, so you could re-encode your webm's to mp4 or jpg depending on if they are video or still images. Otherwise try and just rename the webm to a .jpg or .mp4. Browsers will usually recognise what the file actually is from meta information and render the image correctly anyway.

You may otherwise like to look into the mod system in the game, this would allow you to create an alternate imageset that will first be loaded/checked before the default version
How to add pictures and read them in the game
 

cmacleod42

Engaged Member
Game Developer
Aug 29, 2017
3,419
2,190
470
How to add pictures and read them in the game
Simplest is just overwrite the image you wish to replace. You can change the file type, but webp is not supported.

Otherwise please check the readme.txt file in the Mods folder. Create a simple mod using this guide, minimal code is needed just the detailsx.js file and the rest is create the folders needed and copy the files in. Just replicate the basic folder structure, ie an Images folder etc, check the existing mods for a simple guide.

A simple way is copy the MoniqueAva one, remove the personMod.js file and rename and edit the details js file, then delete and add files as wanted. Leave the personMod and update if you want to alter game logic and not just images
 

wpji2356

Newbie
Jun 1, 2019
29
8
188
Simplest is just overwrite the image you wish to replace. You can change the file type, but webp is not supported.

Otherwise please check the readme.txt file in the Mods folder. Create a simple mod using this guide, minimal code is needed just the detailsx.js file and the rest is create the folders needed and copy the files in. Just replicate the basic folder structure, ie an Images folder etc, check the existing mods for a simple guide.

A simple way is copy the MoniqueAva one, remove the personMod.js file and rename and edit the details js file, then delete and add files as wanted. Leave the personMod and update if you want to alter game logic and not just images
Thank you, I meant to continue adding pictures based on the original rather than replacing them. English is not my native language. I'm using translation software to communicate. I don't know if you can understand
 

cmacleod42

Engaged Member
Game Developer
Aug 29, 2017
3,419
2,190
470
Thank you, I meant to continue adding pictures based on the original rather than replacing them. English is not my native language. I'm using translation software to communicate. I don't know if you can understand
To add additional alternatives is more complex, you would have to do coding changes. There are some cases you can just edit
Javascripts/images.js
mostly poledancing images but anything already listed in said file could be extended with a mod changing this file and adding more images. Otherwise you need to copy events and change the image selection code

Ideally the images.js was meant to simplify this but it is not completely in place/tested yet.
 

Jeskes

Newbie
Apr 25, 2017
50
37
244
I can add webm but I will not include any such images in any release. I would prefer to retain a maximum of compatibility and webm is not supported by all browsers. It is by a majority but not all.
I hadn't consider this. That is a fair point.

We do already support mp4 videos, so you could re-encode your webm's to mp4 or jpg depending on if they are video or still images. Otherwise try and just rename the webm to a .jpg or .mp4. Browsers will usually recognise what the file actually is from meta information and render the image correctly anyway.

You may otherwise like to look into the mod system in the game, this would allow you to create an alternate imageset that will first be loaded/checked before the default version
I'll look into this. Thank you.

EDIT: Renaming the webm files into mp4 seems to work perfectly. Replacing jpg files with renamed webm files also seems to work by default with Firefox. My Chromium browsers don't initially seem to be able to handle them, but I can just use Firefox. Thanks for the idea!

To add additional alternatives is more complex, you would have to do coding changes. There are some cases you can just edit
Javascripts/images.js
Did notice that in the character js files for some scenes there is a value that I could adjust to tell the code to check for a different number of images. from which it will pick a random one. These are probably the easiest the adjust because one can just edit, say, a value of 3 into a 5. You'll need to edit this again if the character gets updated and the file needs to be replaced.
 
Last edited:

cmacleod42

Engaged Member
Game Developer
Aug 29, 2017
3,419
2,190
470
EDIT: Renaming the webm files into mp4 seems to work perfectly. Replacing jpg files with renamed webm files also seems to work by default with Firefox. My Chromium browsers don't initially seem to be able to handle them, but I can just use Firefox. Thanks for the idea!
A webm would likely have to rename to a mp4 as they should use the same element to display. You could likely rename a webp to a jpg and work ok, as they are more closely aligned, but if you just have webm files then just rename to mp4
 

cmacleod42

Engaged Member
Game Developer
Aug 29, 2017
3,419
2,190
470
Hey I'm using joiplay to play the game but I can't seem to be able to save. Can anyone help?
Saves are stored in browser local storage or in indexDB storage. You may wish to check if there are any settings in joiplay about storage, or check the browser setting under privacy/security and similar when you are playing
 
Last edited:

s197382

New Member
Apr 25, 2017
4
0
112
Alison's Chant You now know how to protect yourself magically, as long as you have at least 20 mana,Unable to learn Defending yourself with magic( book red)
 

cmacleod42

Engaged Member
Game Developer
Aug 29, 2017
3,419
2,190
470
Alison's Chant You now know how to protect yourself magically, as long as you have at least 20 mana,Unable to learn Defending yourself with magic( book red)
Sorry I do not know what you are saying here, do you mean Alison will not teach you? If so you need more magical experience, go an charm someone else and check back
 

e6mill

Forum Fanatic
Aug 4, 2022
4,542
9,129
628
There is no spell per se for the chant. Click the yellow notepad along the bottom of your phone, and the the magic wand (I think) on the left and it should tell you that you know how to defend yourself.
 

DracoFlaco

Member
Feb 14, 2018
225
215
169
everytime i undo an action or load a save everything in the file is gone, even my inventory items, is this because of anything?
 

cmacleod42

Engaged Member
Game Developer
Aug 29, 2017
3,419
2,190
470
everytime i undo an action or load a save everything in the file is gone, even my inventory items, is this because of anything?
Nothing in the game, it probably is most likely a browser setting or add-on that is restricting the use of local storage/indexDB/cookies.
Either that or a very broken download. If you have nothing that seems likely for the storage/cookie etc lines then try and redownload

when i call kylie to the pool she does not come. is it a bug?
It was, please use 14.14b
 
4.30 star(s) 63 Votes