What's new

Re: Akabur Games

Ok I figured it out but now my system is telling me that the execution of scripts is disabled. So now I have to go dig and fix that.
 
Re: Akabur Games

Ok I have to ask, can you please upload the decrypted files? I have gotten 3 different errors now. I get a new one every time I fix one, so now I get: PS C:\Users\Steven> C:\Users\Steven\Desktop\Life with Hermione - Copy\LWHERMIONE-1.0-win\game\unrpyc.ps1
Get-ChildItem : Cannot find path 'C:\Users\Steven\Desktop\Life with Hermione - Copy\LWHE
RMIONE-1.0-win\game\game' because it does not exist.
At C:\Users\Steven\Desktop\Life with Hermione - Copy\LWHERMIONE-1.0-win\game\unrpyc.ps1:
5 char:13
+ $files = dir <<<< $WorkPath\game\*.rpyc
+ CategoryInfo : ObjectNotFound: (C:\Users\Steven...0-win\game\game:String
) [Get-ChildItem], ItemNotFoundException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetChildItemCo
mmand

Exception calling "ReadAllBytes" with "1" argument(s): "Empty path name is not legal."
At C:\Users\Steven\Desktop\Life with Hermione - Copy\LWHERMIONE-1.0-win\game\unrpyc.ps1:
7 char:50
+ $FileContent = [System.IO.File]::ReadAllBytes <<<< ($file.FullName)
+ CategoryInfo : NotSpecified: :)) [], MethodInvocationException
+ FullyQualifiedErrorId : DotNetMethodException

Cannot index into a null array.
At C:\Users\Steven\Desktop\Life with Hermione - Copy\LWHERMIONE-1.0-win\game\unrpyc.ps1:
8 char:32
+ $NewContent = $FileContent[ <<<< $RpycHeaderSize..($FileContent.Length - 1)]
+ CategoryInfo : InvalidOperation: (System.Object[]:Object[]) [], RuntimeE
xception
+ FullyQualifiedErrorId : NullArray

Set-Content : Cannot bind argument to parameter 'Path' because it is an empty string.
At C:\Users\Steven\Desktop\Life with Hermione - Copy\LWHERMIONE-1.0-win\game\unrpyc.ps1:
9 char:56
+ Set-Content -value $NewContent -encoding byte -path <<<< "$($file.Fullname)"
+ CategoryInfo : InvalidData: :)) [Set-Content], ParameterBindingValidatio
nException
+ FullyQualifiedErrorId : ParameterArgumentValidationErrorEmptyStringNotAllowed,Mic
rosoft.PowerShell.Commands.SetContentCommand

python.exe : C:\Python27\python.exe: can't open file 'C:\Users\Steven\Desktop\Life with
Hermione - Copy\LWHERMIONE-1.0-win\game\unrpyc.py': [Errno 2] No such file or directory
At C:\Users\Steven\Desktop\Life with Hermione - Copy\LWHERMIONE-1.0-win\game\unrpyc.ps1:
10 char:6
+ & <<<< $Python $WorkPath\unrpyc.py $file.FullName
+ CategoryInfo : NotSpecified: (C:\Python27\pyt...le or directory:String)
[], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
 
Re: Akabur Games

Try running the powershell script one level up in the folder hierarchy.
 
Re: Akabur Games

try change the foldername to not contain any spaces (" "). It usually does the trick with filenames not found
 
Re: Akabur Games

Offhand, this is why: C:\Users\Steven\Desktop\Life with Hermione - Copy\LWHERMIONE-1.0-win\game\game

You put the PS script in the \game folder, it should just be under \LWHERMIONE-1.0-win, with the .exe for the game. Anyway, here are all the files that can be decompiled. The screens.rpyc file appears to import from some libraries the unrpyc script can't handle properly. That might actually be why un.rpyc failed when you tried it. It might hit that file first and stop, decompile everything into memory and die before it writes any files, or it just cleans up everything it did write after an error.
 

Attachments

  • lwh_rpy.zip
    21.8 KB · Views: 1
Last edited:
Re: Akabur Games

Finally, i'm on the last script for Life with Hermione. Will be uploading the pre patched game on this thread when it is finished, hope to be done in about 30 minutes to an hour.
 
Re: Akabur Games

Well it took me 3 hours longer than I anticipated but I managed to translate all of the scripts that decompiled. However the game is unplayable due to an error with the screens.rypc file. If anyone knows enough about Python to fix the error then we will have a fully translated Life with Hermione game. I did not translate badroom2 since it looks like a repeat script but if it starts showing up in the game I will finish translating it. Here is the link to the game exactly the way it is on my computer:
 
Re: Akabur Games

Probably works but not well tested:

mega.nz/#!DtxliLyI!OOo7MW7TlbxoWVyoW6t4sZRMT8lynp_ZDuhNqeOS7hE

The screens.rpyc seemed broken. I replaced it with a new copy.

Fixed a bunch of syntax errors.

Removed the duplicate badroom, because it stopped the game from loading.

Edit: Fixed typo that prevents you from switching to the next day
 
Last edited:
Re: Akabur Games

Probably works but not well tested:

mega.nz/#!DtxliLyI!OOo7MW7TlbxoWVyoW6t4sZRMT8lynp_ZDuhNqeOS7hE

The screens.rpyc seemed broken. I replaced it with a new copy.

Fixed a bunch of syntax errors.

Removed the duplicate badroom, because it stopped the game from loading.

Edit: Fixed typo that prevents you from switching to the next day

Oh, seems interesting!
I tried from the beginning, but is this supposed to be some sort of sequel, as you see multiple CG just after you began to play?
 
Re: Akabur Games

Probably works but not well tested:

mega.nz/#!DtxliLyI!OOo7MW7TlbxoWVyoW6t4sZRMT8lynp_ZDuhNqeOS7hE

The screens.rpyc seemed broken. I replaced it with a new copy.

Fixed a bunch of syntax errors.

Removed the duplicate badroom, because it stopped the game from loading.

Edit: Fixed typo that prevents you from switching to the next day

just wondering cause im a noob, but where to switch to english? :)
 
Re: Akabur Games

Oh, seems interesting!
I tried from the beginning, but is this supposed to be some sort of sequel, as you see multiple CG just after you began to play?

I don't know. Just thought i do something usefull for a change, instead of always "leeching" here, and fixed velsomnias version. Maybe he knews more about the game. As far as i can tell it's probably a work in progress (?).

Edit: The CGs are artwork from akabur that were not used for witch trainer, if i'm correct.

just wondering cause im a noob, but where to switch to english? :)

The menues are not translated. Hit the top most button and nearly all the rest is translated.
 
Last edited:
Re: Akabur Games

I don't know. Just thought i do something usefull for a change, instead of always "leeching" here, and fixed velsomnias version. Maybe he knews more about the game. As far as i can tell it's probably a work in progress (?).

Edit: The CGs are artwork from akabur that were not used for witch trainer, if i'm correct.



The menues are not translated. Hit the top most button and nearly all the rest is translated.
ooh okay, thx :)
 
Re: Akabur Games

I don't know. Just thought i do something usefull for a change, instead of always "leeching" here, and fixed velsomnias version. Maybe he knews more about the game. As far as i can tell it's probably a work in progress (?).
Yes, for now it's really short.
 
Re: Akabur Games

Akabur updated a new video : Let's NOT play PT:G ...... Either the troll title is misleading or he's really trolling again
 
Re: Akabur Games

I'm downloading the fixed version now to see what else needs to be translated. Thank you for fixing the errors.
 
Re: Akabur Games

He does say all CGs/scenes/90% game is complete/in there ...... Just needs sounds/music/a few more scenes to be added. I'd say ~June and we might get the game.
 
Re: Akabur Games

Yeah, I hope he adds a lot more because it was a lot shorter than I expected.
 
Re: Akabur Games

Edit: The CGs are artwork from akabur that were not used for witch trainer, if i'm correct.
If I remember this game correctly, no. Those are just images Akabur created for his HentaiUnited page or his other gallery quite a while ago. They've been appropriated by modders and put into a couple of different modded versions of WT, and I guess this guy wanted to use them for another story.
 
Back
Top