Search results

  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...
  15. rose19999999999

    How to remove the swizzle from ASTC 8x8 encoded assets in unity game for Switch ?

    Hello , Iam trying to extract images from a unity switch game using AssetStudio however all the images are swizzle , is there a way to remove it ?
  16. rose19999999999

    How to view .xtx image files?

    Iam not good with hex editor 1667472489 Yes please
  17. rose19999999999

    How to view .xtx image files?

    I tried to extract images from a game called Rebellions - Secret Game 2nd Stage but the images are in .xtx format , how do I view and extract them ?
  18. rose19999999999

    How to view .spc images from psp game

    I'm trying to get the images from a PSP game called Rebellions - Secret Game 2nd Stage Japan , I managed to extract the images from their original directory which has the extension of .afs, however the images are in .spc format , is there a way to view them or convert them to png/jpeg ?