Have you updated your achieve extraction utility of choice lately?The archive is corrupt.. downloaded with MEGA.
Have you updated your achieve extraction utility of choice lately?The archive is corrupt.. downloaded with MEGA.
Same hereanyone getting bugged at Marias flat, the bug starts when u suck the chicks tit, i have the 4 girls on the couch and its like the image has froze, and every time u press movement keys it can move u but no idea where since image does not change
Worked, thanks for the suggestion...Reload this scene and use keyboard to skip dialogue not mouse.
Ps. can someone extract CGs?
When i upload the system.json compressed file to findout the encryption key, i still get an error :They used LZ-String to compress the json Files... I wrote a simple Decoder, which can be found here:You must be registered to see the links
After uncompressing the System.json there was no key, it was in inline within the Decrypt-Function oO
But I added today theYou must be registered to see the links, since more games starting to use this (why ever) - Also fixed the issue with the ZIP-Download...
this._encryptionKey = "37dbafbb3ecb4108414779db1d6cdf51".split(/(.{2})/).filter(Boolean);
{ "encryptionKey": "37dbafbb3ecb4108414779db1d6cdf51" }
For those who use the python script, don't forget to add hasEncryptedImages & hasEncryptedAudio values as well :2. Create \Sensual Samantha v0.15\www\data\System.json with encryptionKey value like this:
Code:{ "encryptionKey": "37dbafbb3ecb4108414779db1d6cdf51" }
{ "encryptionKey": "37dbafbb3ecb4108414779db1d6cdf51","hasEncryptedImages": "true","hasEncryptedAudio": "false" }
You can also paste the Encryption-Key into the Text-Field^^Found a way to decrypt pictures.
1. Get the encryption key at \Sensual Samantha v0.15\www\js\rpg_core.js:
2. Create \Sensual Samantha v0.15\www\data\System.json with encryptionKey value like this:Code:this._encryptionKey = "37dbafbb3ecb4108414779db1d6cdf51".split(/(.{2})/).filter(Boolean);
3. RPG-Maker-MV-Decrypter should now decrypt files correctlyCode:{ "encryptionKey": "37dbafbb3ecb4108414779db1d6cdf51" }