Search results

  1. K

    Emulation nxconvert – Create DXCI/DNSP (for nxemu)

    fixed some bugs, and have created a new version
  2. K

    Emulation nxconvert – Create DXCI/DNSP (for nxemu)

    Hey everyone, I updated my tool with a gui to allow converting Nintendo Switch XCI and NSP files into fully decrypted DXCI/DNCA format so that they can be used on nxemu Source code https://github.com/klgplyyiohksiowt/nxconvert Binary: https://github.com/klgplyyiohksiowt/nxconvert/releases
  3. K

    What do you think of NXEMU

    I am curious if any one else has used it and what they think of it?
  4. K

    nxconvert – Convert XCI/NSP to DXCI/DNSP (for nxemu)

    outside of the AI styling, no one else has made a tool i can find that does this, so it is still fairly novel
  5. K

    nxconvert – Convert XCI/NSP to DXCI/DNSP (for nxemu)

    Hey everyone, I’ve vibe coded a tool that converts Nintendo Switch XCI and NSP files into fully decrypted DXCI/DNCA format so that they can be used on nxemu usage: --------- nxconvert <input_file> <output_dir> <keys.txt> Example: nxconvert game.xci output/ prod.keys Source code...
  6. K

    How Difficult Would It Be to Create a Tool for Converting XCI/NSP to DXCI/DNSP for NXEmu?

    i have started with chat gpt, I told it I was just using my own backups for educational purpose and it seems to be fine with helping me so far, it is trying to help me write a python script to do it. Will see how far I get or if I should just use one of the tools you suggested and then run the...
  7. K

    How Difficult Would It Be to Create a Tool for Converting XCI/NSP to DXCI/DNSP for NXEmu?

    thanks, there was some description in one of their blog posts of the changes it does not sound like much, maybe I can vibe code something
  8. K

    How Difficult Would It Be to Create a Tool for Converting XCI/NSP to DXCI/DNSP for NXEmu?

    With NXEmu supporting DXCI and DNSP formats, which are basically XCI/NSP files with encryption removed and headers updated, how hard would it be to create a tool to create these?