Jump to content

Sisulizer

Members
  • Posts

    119
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Sisulizer

  1. Try modded GARbro for new Nexas by Ayamikaze
  2. 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"
  3. 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
  4. 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
  5. I simply used GARbro to extract/creating patch, choose no encryption when it shows the encryption scheme
  6. So the file controls the backlog is initproc.ps3, I'm not sure how to fix that. I compared the initproc.ps3 of Amtsutsumi English release and Japanese version but it doesn't really help much
  7. For later games: Link to video For older games: Link to video Requirement: you will need xdbg to do that
  8. 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:
  9. 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
  10. There already a guy made uncensored patch on f95, here the link
  11. Try this tool man, test if the text is still overflow, the line breaker should be \n
  12. 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
  13. You can use CFF to inject the dll
  14. Nicely work now
  15. @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
  16. If only somebody can mode GARbro to extract without decyption...
  17. That's decrypted script
  18. 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
  19. I also found this on github
  20. 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
  21. 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
×
×
  • Create New...