Recent content by RioStride

  1. R

    Project Alumulemu - Yet another (Tinfoil-compatible) library manager

    If you notice, Tinfoil's NUT contains open source files that you can learn from and most times you can contribute to your own request for tools. Out of respect for this community, I have edited this post to reflect the original post but in a more constructive way.
  2. R

    Hacking SWITCH NOOB PARADISE - Ask questions here

    I am creating a library project for windows as a jack of all trades; however, I can't figure out how to make the json index.tfl to show up in tinfoil. The only way for me to get it to show up is if the file name is [titleID].extension otherwise nothing shows up. I am hoping I may have some help...
  3. R

    Project Nsx Library Manager

    ivaano, I am also creating/testing a library but it's for windows as a jack of all trades; however, I can't figure out how to make the json index.tfl to show up in tinfoil. The only way for me to get it to show up is if the file name is [titleID].extension otherwise nothing shows up. I am...
  4. R

    Hacking SWITCH NOOB PARADISE - Ask questions here

    This isn't about messing with anyone's program. Please refer to the discussion above.
  5. R

    Hacking SWITCH NOOB PARADISE - Ask questions here

    Yeah, I am hopeful for any information. Thank you for the reply.
  6. R

    Hacking SWITCH NOOB PARADISE - Ask questions here

    I am trying to find out how to format the response from the server so that DBI is able to populate and install games on the switch. Except I don't know how to format the response.
  7. R

    Hacking SWITCH NOOB PARADISE - Ask questions here

    Anyone know how DBI expects the server to provide data in order to populate its listing? I know that Tinfoil expects JSON and I have made that work, but I am not getting much information as to how DBI requires the server to post listings. Any help is greatly appreciated.
  8. R

    Homebrew RELEASE NSP Indexer

    First, awesome work with this project. It is crazy cool how programing can flow in to php. I started making my own make shift game library in php and tinfoil's SSL error crippled my idea. Now I am trying to find a way to see if Awoo or DBI can replace tinfoil, but I ran to a few problems. I...