Recent content by blaizX

  1. B

    How can I use different Atmosphere versions for different emuMMCs?

    I just came across https://github.com/auggeythecat/hekate_auto. If I understand correctly, this allows you to write a script that executes right before a specific emuMMC boots up. Example: I have a folder named "atmosphere_old_1.9.5" and one named "atmosphere_new" on my SD card. With a script...
  2. B

    How can I use different Atmosphere versions for different emuMMCs?

    Hi, I want to have two emuMMCs on a single SD card. The first one should run the latest possible Switch firmware (currently 22.5.0) with the latest Atmosphere (currently 1.11.2). The second emuMMC should run Switch firmware 20.5.0 with Atmosphere 1.9.5. The reason for this is that older...
  3. B

    ROM Hack [Completed Translation] Time Travelers

    how to make a cia from the patched version?
  4. B

    ROM Hack [Completed Translation] Time Travelers

    1. what to do with the bin-files and the cpk-files to play on n3dsxl? 2. it is possible to merge the created patch into a cia-file (timetravelers_with_eng_language.cia)?
  5. B

    Homebrew RELEASE NSZ - Homebrew compatible NSP/XCI compressor/decompressor

    i don't want multiple compression tasks in parallel but the program always does 4 compression-tasks at same time. my command is: nsz --threads 1 --level 18 --keep --verify --output L:\output\ -C T:\input\ what am I doing wrong? how is the "command" to disable "--multi"? (windows10) or is...
  6. B

    looking for a batch-tool to auto-download/create cover.jpg (titleimage.jpg) from game.nsp/xci

    I think the title says it. i have several nsp-/xci-files for example: C:\Games\Racing\Racinggame.nsp C:\Games\Boring\boringgame_igotobed.xci now i want a tool thats create a cover-image/title-image in the same folder like: C:\Games\Racing\Racinggame.jpg (or png)...
  7. B

    Is there a batch-gui-tool to convert between XCI/XCZ and NSP/NSZ?

    thanks. with a .bat-file it should work :) is the command for files in subdirectories, too? or will I forced to put all xci- and nsp-files in the same directory (without subfolders)?
  8. B

    Is there a batch-gui-tool to convert between XCI/XCZ and NSP/NSZ?

    I want convert several files. I found "NSZ by nicoboss" and "SAK by psxtools" but it seems batch-convert doesn't work.
  9. B

    What's the best way to use the Switch for emulation?

    Streaming retroarch from PC to Switch is an option. Use Moonlight-Switch. https://github.com/XITRIX/Moonlight-Switch/releases/tag/v1.1.0
  10. B

    Is there a way to drag and drop NSP files off the Switch onto a PC?

    With DBI you can transfer files. But u need a PC. (in MTP-Mode with USB-Cable) https://github.com/rashevskyv/dbi/releases/ without a PC u could use nx-shell https://github.com/joel16/NX-Shell/releases
  11. B

    how to display the game-id of an installed game on switch?

    hi everyone, is there an homebrew-app which can show me the game-id? (or just the region of an installed switchgame) or maybe there is a way even without homebrew? thx :)
  12. B

    what I must delete in emummc, so the switch-startsequence shows up?

    In the MaintanceMode there is an option "Initialize Console Without Deleting Save Data" (Delete all data on the console except for save data, screenshots, videos, and user information". <- I think that means that the games (on the SDcard of the EmuMMC) will deleted too. Am I wrong?
  13. B

    what I must delete in emummc, so the switch-startsequence shows up?

    but then the installed games are lost, right?