I have used a tool to extract data.bin from a visual novel before and in the folder scenario it was a bunch of .ks files.
The only problem is that it seems that they are encrypted or something because they contain nonsense characters, script file 8 22 33 34_02 35_07 41 42 43
Here is files
https://mega.nz/#!Y5FBxaaJ!RkAdlisaeem7sCIr8QNZg3SQIsKI8SdJr2Hjs2jXPpI
Inochi no Spare 生命のスペア (.ks)
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Inochi no Spare 生命のスペア (.ks)
Open that file with a hex editor and at its beginning put the following bytes in INSERT mode:
0xff 0xfe
Now you can open the file with a text editor.
0xff 0xfe
Now you can open the file with a text editor.
-
- Posts: 8
- Joined: Mon Jul 09, 2018 5:24 pm
Re: Inochi no Spare 生命のスペア (.ks)
Thank you so much! Worked like a charm. So it's just encode? How stupid I am
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Inochi no Spare 生命のスペア (.ks)
It's simply an UTF16 text file (2 bytes for each character) without the initial tag, so the text editors read it as a normal UTF8 (default) and you see garbage text.
-
- Posts: 8
- Joined: Mon Jul 09, 2018 5:24 pm
Re: Inochi no Spare 生命のスペア (.ks)
the script cant be opened since *most likely* its encrypted (.tjs file). Can you help me with this Aluigi?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Inochi no Spare 生命のスペア (.ks)
It's not encrypted. It's a binary file containing unicode text strings (magic "TJS2100").
The format is not clear, maybe someone else will take a look at that.
The format is not clear, maybe someone else will take a look at that.
-
- Posts: 6
- Joined: Mon Dec 16, 2019 12:52 pm
Re: Inochi no Spare 生命のスペア (.ks)
Try it for TJS2100: https://github.com/marcussacana/KrKrZSceneManager