its not even loadingThe conversion functions are in the Flash version. Depending on what items you had, and your ship, this may not load anyway. Rumor has it there will be an update to the conversion function at a later date.
TiTsEd does not work on the JavaScript version, but someone is working on a compatible save editor. In the meantime, you can use Browser Console commands to make the changes you want.@Theron Assuming TiTsEd works with the new version of the game, could make a few tweaks to this please?
- Change the nipples, penis, pussy, and tailcock colors to indigo.
- Add the ribbed flag to both the penis & pussy.
- Add the Attack Drone*, Auto-Autofellatio, Dumb4Cum, Drone Control*, Milk Fountain, Panic Ejaculation, & Treated Milk perks.
* Assuming adding these won't cause issues with leveling in the future.
pc.createPerk("Drone Control[right here],0,0,0,0,"Grants any drone you control (whether you made or acquired it) a damage bonus equal to 25% of your Intelligence.");
pc.createPerk("Drone Control",0,0,0,0,"Grants any drone you control (whether you made or acquired it) a damage bonus equal to 25% of your Intelligence.");
The conversion process is supposedly successful, but I'm getting an error when I try to load the converted save to test.Could someone convert these files for me? And if possible remove the bubble butt perk?
After I converted it to a .json file and then trying to load the file I got this error:Can someone please convert this to a .json file for me?
Honestly, I have no idea whats wrong with it nor how to fix it.The selected file could not be loaded.
Feel free to report an issue to us and attach the save in question.
Error: e.locationStorage is undefined
Huh, that's weird. Maybe I messed up the file by typing in the file type manually upon saving. Can you see if either of these can be converted?After I converted it to a .json file and then trying to load the file I got this error:
Honestly, I have no idea whats wrong with it nor how to fix it.
If you want I've attached the json file just incase this gets fixed later.
I took a look at both a normal save from the Javascript version and a converted, unedited save side-by-side to see if save editing is somehow screwing with the data in the converted version. The save data in the Javascript Version has several very notable differences from the converted version when looking side by side. I am in no way prepared to make something to fix this issue, but someone really should get on this, as this prevents people from bringing their saves from the SWF version over to the latest JavaScript version. For Example, when looking for locationStorage on a converted save, locationStorage was indeed nowhere to be found, yet look in the second picture and you'll see that it can easily be found. And this might just be the tip of the iceberg in terms of missing data.
It loads fine but the obvious problem is that whatever was in his storage is now completely gone."locationStorage": {
"classInstance": "LocationStorage",
"neverSerialize": false,
"version": 2,
"locations": {}
},
I'm a they, actually, and thank you for fixing it! = )Well, I managed to get @ChromaTaphore's save to actually load by adding this to the end of the save file:
It loads fine but the obvious problem is that whatever was in his storage is now completely gone.
So, I guess get those items back by using the cheat menu?
So, the problem for some people is that the convertor is just not converting the locationStorage to the new files.
I'll attach the file for Chroma.
The latest Flash version is 0.8.160.I'm having some trouble with the loading of converted files. I convert them from the 0.8.148 flash version to a json file.
I will try that. I deleted my post, since the save was broken.The latest Flash version is 0.8.160.
This is the same problem that Chroma's save had.Version 0.8.160 didn't work. Loaded the savefile. Saved it to file, converted, Java version doesn't load.
Error: Cannot read properties of undefined (reading 'locations')
to the end of the file and it will then load correctly."locationStorage": {
"classInstance": "LocationStorage",
"neverSerialize": false,
"version": 2,
"locations": {}
}
Thank you very much!This is the same problem that Chroma's save had.
For some reason the convertor isn't adding some save's locationStorage to the file.
You can fix it by adding:
to the end of the file and it will then load correctly.
But, whatever was in any location storage (either in ship, nursery, or Queen Tavira's storage) will be lost.
I've done and tested it on your save file.
It seems like this location storage error is more common than I thought.I had converted this file from v0.8.160 to the latest version, but when i loaded it up, i got a undefined location error. This file was edited using TiTSEd to be more to my liking, an i would like some help getting it working.