Recent content by rose19999999999

  1. rose19999999999

    Hacking How to Split a single updated NSP/XCI File into the basegame +the update into two separate files?

    Yeah I want to do the same, I just want the base game without the updates because the emulator doesn't support these updates. 1755290506 Unfortunately, It didnt work .
  2. rose19999999999

    Hacking How to Split a single updated NSP/XCI File into the basegame +the update into two separate files?

    I know that NSC builder can merge base game and the updates/DLC into one single file , but I'm trying to do the opposite , Is there a tool that can separate the Base from the updates/DLC ?
  3. rose19999999999

    Hacking Translation True Urban Legends - Shin Hayarigami

    No nothing special ,its just a habit XD, sometimes I like to try and extract assets from games (especially CGs bc they have better resolution in the game's files) whenever the tools are available.
  4. rose19999999999

    Hacking Translation True Urban Legends - Shin Hayarigami

    the dat_unpacker.py file ? how to use it?
  5. rose19999999999

    Hacking Translation True Urban Legends - Shin Hayarigami

    Just a side question what tools did they use to extract the scripts?
  6. rose19999999999

    Translation Saikoro Psycho - Seventh Heaven - English Translation Mod

    Yeah I rarely use python, but did install using pip before so I will check out and install the modules. thank you for answering my question
  7. rose19999999999

    Translation Saikoro Psycho - Seventh Heaven - English Translation Mod

    this is the erorr : import astc_decomp ModuleNotFoundError: No module named 'astc_decomp'
  8. rose19999999999

    Translation Saikoro Psycho - Seventh Heaven - English Translation Mod

    How exactly do you use the script in cmd? I tried: python XTX_unpack.py [filename.xtx] but it gave me an error
  9. rose19999999999

    Translation Saikoro Psycho - Seventh Heaven - English Translation Mod

    How did you extract the images from the .cpk file?
  10. rose19999999999

    How to Extract from a allpac.mrg file ?

    I tried it but it couldn't extract the allpac.mrg file only allpac.hed .
  11. rose19999999999

    How to Extract from a allpac.mrg file ?

    Iam trying to extract CG from a game called Hana Awase but apparently all the CG are in the allpac.mrg file , How do I extract it ?
  12. rose19999999999

    Hacking Translation True Urban Legends - Shin Hayarigami

    Hello is there any news about the translation?
  13. rose19999999999

    How to modify Assembly-CSharp.dll to copy text for a vita game

    dnSpy also have color coordination .Also, how am I supposed to open .dll file in VS?
  14. rose19999999999

    How to modify Assembly-CSharp.dll to copy text for a vita game

    So I have never dealt with Unity scripts before, and this is my first time working with them. I read about using dnSpy to modify Assembly-CSharp.dll. Now, I think I have found the method that deals with the text and uses the copy method `GUIUtility.systemCopyBuffer = text;` before the return...