Recent content by botik

  1. B

    Emulation Azahar re-enables support for .3ds files

    I keep all my games in decrypted .cxi format. Copy and play. And I've already forgotten about .3ds and .cia.
  2. B

    Emulation Azahar re-enables support for .3ds files

    How can I dump EXEFS in order to combine the game and its update? There's only a ROMFS dump.
  3. B

    Hacking How do I extract nsp files?

    Currently, the hactool program no help unpack NCA files due to compressed RomFS. Emulators or the utility hac2l can help. Is it possible to create NCA files with compressed RomFS ourselves? The hacbrewpack and hacpack utilities cannot compress.
  4. B

    'Final Fantasy Tactics – The Ivalice Chronicles' gets launch trailer

    The Switch version is 7GB, and it contains two versions of the game. I decided to make the two versions separate. In sum Classic version is 4GB, and the Advanced version is 12GB. How did they fit two versions into 7GB?
  5. B

    Hacking [RELEASE] PSVita NPDRM Decryptor

    i know auth_id 2F00000000000000 have all homebrew applications. Maybe the Unity is one of them.
  6. B

    Hacking [RELEASE] PSVita NPDRM Decryptor

    Games on Unity run on console? I made a special fix for this (changed auth_id to 2F00000000000000). Did you solve this problem without changing auth_id?
  7. B

    Hacking Translation Project Valhalla Knights 3 GOLD **HD and Translated** Progress

    Last year I worked on translating version 1.05 but my enthusiasm quickly faded.To transfer you need Notepad++ WinHex and Online Google Translate.take file .pp or .xbb and Open via Notepad++ with encoding UTF-8.Each Japanese character is 3 bytes. After translation, it needs to be aligned. ゴロツキ共...
  8. B

    Converting PC save files for Vita

    Yes,unique solution is needed for every game! You need to take a console save and the same save from a PC. Compare their structures in a hex editor (find similarities and differences).
  9. B

    Hacking [Release]Decrypt and launch PSN Store Vita games without plugins

    This problem was solved by installing a plugin into the system. https://gbatemp.net/threads/release-psvita-npdrm-decryptor.658172
  10. B

    Hacking Translation Project Valhalla Knights 3 GOLD **HD and Translated** Progress

    You can make a repatch. But the translation will be partial. mega nz/file/9y4nUIrZ#QBa8KC8gJyrInyDZndbxY33DgTuAV8wshDWV7VHrW7M
  11. B

    Hacking Translation Project Valhalla Knights 3 GOLD **HD and Translated** Progress

    I started my translation of version 1.05. Only one problem is the distance between symbols in dialog boxes and it doesn't look very nice and goes beyond the limits. I don't know how to fix it.Who has a save with all professions unlocked version 1.05?
  12. B

    Emulation Vita3K games help

    If there is a file steroid.suprx in the game folder, then this is a Vitamin Dump which is not supported
  13. B

    Emulation HELP: How to Use/Convert CDN files? [3DS (Digital) (CDN)]

    To create .cia in addition to the files 00000000,00000001,tmd you need the file <cetk>. It contains the ticket received when purchasing the game. The one who bought the game can provide the <title> and <encryptkey>, which is suitable for creating a <fake ticket>. (title + encryptkey) ---> (fake...
  14. B

    Emulation Misc Is there a 3DS emulator compatible with Windows 7?

    find in file Qt5Gui.dll the line CreateDXGIFactory2 in the hex editor (there total are 3 of them) and replace the symbol 2 with 1
  15. B

    Hacking Translation Project Valhalla Knights 3 GOLD **HD and Translated** Progress

    Scanned eboot.bin for text and identified the exact area Area start - BattleParam line Area end - TestMenu line Open this 800kb area in Notepad++, switch encoding to UTF-8 and translate all encountered hieroglyphs while preserving the size. Supplement the size with spaces. 1 hieroglyph = 3...