That's very strange. It's weird that enough of the game is working for you to get to the shop but buying things doesn't work. Does it have the same effect for all the items? Does it say "You don't have enough money" in the text area?Maybe there's something wrong with my system but when I play Wife Trainer I cannot buy anything. I can select it, and say "buy" it but it never completes - my money doesn't decrease and the item does not show up in the right hand inventory plane.
Hahaha! I am totally blind and misread the title in that thread. XDThat looks like a RenPy game, not a RAGS one.
Interesting. Can you try getting the console output from Chrome when you do this? I wonder if there's some kind of error.Windows 10, 32Gb memory. I have about $350 burning a hole in my pocket and I was trying to buy lingerie.
Interesting. Can you try getting the console output from Chrome when you do this? I wonder if there's some kind of error.
* Right click -> inspect element anywhere on the page
* Choose the 'console' tab
* Right click -> 'save as' on the console output
For example, this is the log of me going from the 'Start New Game' prompt straight to the store and buying Lingerie
{deleted}
I don't know how well it works. There's a Regalia bug at the very start where you can pick too many perks if you pick them in a certain order, some non-fatal crashes due to missing images, you can get stuck if you try to go to the car dealership but don't buy a car, etc etc etc. Might be worth fixing these issues just in the hope that it fixes issues in other games, though.
The saves go into your browser's localStorage, so they live somewhere near where your browser is installed, and last however long your browser feels like keeping that data around.Where is the default location for game saves in the web version?
Thanks for checking it out! If you can export a save before the problem happens and describe the steps you need to take to reproduce, that would be great. Or if it's close enough to the start no export required, I guess.Want to report that I did manage to break superpowered, used the mind control power on the mother that already had her will broken, but it gave me the option to break or fortify her will again, Couldn't click anything else after that.
Whoops! This is because the export button has been hosed in all the versions I've released so far due to a last-minute code change I made.I'm having issues getting the save to export properly, when I right click on the link to save the file all I get is a html file with the name of the game that I cannot import later.
So if you don't export, 'save' is really more like 'hold my beer'?The saves go into your browser's localStorage, so they live somewhere near where your browser is installed, and last however long your browser feels like keeping that data around.
I haven't fully tested the limits of how much data the browser lets you put in localStorage; it might be that after a certain amount of saves it decides the page is using too much data and deletes it. This might be why A Spell For All limits you to ~30 saves.
If you need to share saves across browser sessions or otherwise ensure the browser doesn't delete your saves, you can use the 'Export Saves' option to save them into a file and import them back into the browser later.
It should be a little safer than that; usually localStorage doesn't get cleared unless you go wipe out all your browser data or something like that. It will definitely get cleared if you're running in an incognito window. There might be other conditions at play if the content in localStorage takes up a lot of space (megs? gigs?).So if you don't export, 'save' is really more like 'hold my beer'?
I'm having issues getting Wife Trainer to export. I'm still getting a 12k HTML file rather than a json file.Whoops! This is because the export button has been hosed in all the versions I've released so far due to a last-minute code change I made.
When the export feature is working correctly, the link should say EXPORT and right click + save as should produce a .json file
I've fixed all the hosted versions (you may need to CTRL+SHIFT+R to hard-refresh and get the fixes)
As for the downloadable versions, here's reuploads of some of the supported-ish games:
You must be registered to see the links
You must be registered to see the links You must be registered to see the links You must be registered to see the links You must be registered to see the links
Or if you've already downloaded the games from before, you can extract this patch into a game dir (the extracted content should merge with the existing 'regalia' subdirectory if you did it right):
You must be registered to see the links
Yep, I definitely screwed up fixing both the hosted Wife Trainer and the patch.I'm having issues getting Wife Trainer to export. I'm still getting a 12k HTML file rather than a json file.