
Sisulizer
Members-
Posts
119 -
Joined
-
Last visited
-
Days Won
5
Content Type
Profiles
Forums
Blogs
Events
Everything posted by Sisulizer
-
extracting .pac file from giga's game Ai kiss(アイキス)
Sisulizer replied to highnoon1's topic in Fan Translation Discussion
Try modded GARbro for new Nexas by Ayamikaze -
Put the scripts in input folder and run the .bat, check script folder if you choose "dump to .json", my document or in same directory if it's "dump to .xlsx"
-
Use this tool. Simply put the scripts in input folder and run the .bat, check script folder if you choose "dump to .json", my document or in same directory if it's "dump to .xlsx" About repacking there's no need to create new .arc, just create folder with structure like this Script>CVTD, put all scripts in CVTD folder and place in same folder with game.exe
-
我が姫君に栄冠を WagaHime data extraction hacker advice
Sisulizer replied to Depressionz's topic in Fan Translation Discussion
If you need help, dm in discord Adrianrhod#0473 -
我が姫君に栄冠を WagaHime data extraction hacker advice
Sisulizer replied to Depressionz's topic in Fan Translation Discussion
This tool should be able to extract, but you need to find the key of the game first. Document about the engine, and after you find the key put it in this -
I simply used GARbro to extract/creating patch, choose no encryption when it shows the encryption scheme
-
What game is it?
-
Tool needed: GARbro Tactics script tool 1. The first thing you wanna do is use GARbro to extract resources from .arc, the scripts of Innocent Bullet are in data_000.arc>bin 2. Now, we use Tactics script tool to extract/insert the scripts, the manual how to use should be in the repository Sample translated line: Tips how to insert to avoid weird letters: Tactics_Script_Tool.exe -b shift-jis shift-jis <input_folder/input_file> 3. Finally, to make patch: create folders with same name as original folders which contain the files and place them in same directory with game.exe. + Example: bin\files, png\files, dds\files, human\content, etc. +For .dds image, use GARbro to convert to .png, edit and rename .png to .dds *Final result:
-
Dohna Dohna demosaic patch
Sisulizer replied to orangesunshine's topic in Fan Translation Discussion
It is safe -
Dohna Dohna demosaic patch
Sisulizer replied to orangesunshine's topic in Fan Translation Discussion
Actually there're some cgs showing up as black screen so here another fixed patch on f95 link. I don't if there will be more black screen cgs -
Dohna Dohna demosaic patch
Sisulizer replied to orangesunshine's topic in Fan Translation Discussion
There already a guy made uncensored patch on f95, here the link -
Here is another guide how to hack CMVS engine .pb3 and .ps3, tested on Amatsutsumi(English), Seishun Fragile, Kunado Kokuki. I haven't tested on older format like .ps2 and .pb2 so I can't guarantee, but it might work who knows? Tool requirement: _ Ps3 extract/insert tool (need python 3.x, also the line break should be \n) _ CmvsFileHook (need visual studio to build) _ GARbro (for extracting .ps3 and converting .pb3 to .png) _ xdb64 _ CFF explorer (or different tool to inject the dll) * The hook will help the engine jump to decryption algorithm (xor and decompress), that's why you just need to rename edited .png to .pb3 and put unencrypted ps3 in a folder which the hook preference to. * The process is kinda complicated so I recorded a video how to do step by step here: Link This is the final result: Kunado Kokuki: Amatsutsumi (Eng): (Because GARbro didn't work on this version so I use different tool to dump to bmp that explains why the image is not transparent) Seishun Fragile: All credit to Dir-A for his tool and guide
-
You can use CFF to inject the dll
-
Nicely work now
-
@Grayscale Read this , seems like this is how you hook to make it read without encrypt and repack the files. HD video how he did it
-
If only somebody can mode GARbro to extract without decyption...
-
That's decrypted script
-
That's what I'm afraid about, there's also this tool, but the it's only work fir extracting specific games, like cpz7unpack work for aoitori only
-
I also found this on github
-
Need to change also in cmvs.cfg Also you can't use GARbro to extract since it will decrypt the scripts and that method only work when every .ps3 is extracted but still encrypted like this
-
And I made a little change to the ps3dumper to make sure it copies all the text to the second line (this need for inserting the text). Link