Recent content by selloa

  1. S

    Homebrew Homebrew app [3DS] Random Game Launcher - Finally, something to solve the "what should I play?" problem

    You can briefly see the old version of the app in this video by Maxquaza
  2. S

    Homebrew Stuck creating CIA files? Try these CIA creation tools

    A while back I started making my first 3DS homebrew app and at first struggled hard with the creation of the CIA files. Most approaches I read about didnt seem to work for me. After a while I found CBuilder3DS by SlalomSquid which made the process far easier. I can very much recommend it, and...
  3. S

    Homebrew Homebrew app [3DS] Random Game Launcher - Finally, something to solve the "what should I play?" problem

    v0.2.0 is ready and should be available soon as an update through Universal Updater. If not, check the U-DB status page. If it mentions the new version being ready, but the U-DB app doesnt show the update, you may need to re-install once. This might happen because I went from v18 -> v0.2.0 which...
  4. S

    Homebrew Homebrew app [3DS] Random Game Launcher - Finally, something to solve the "what should I play?" problem

    https://db.universal-team.net/3ds/3ds-random-game-launcher The Homebrew App is now available for download via UniversalUpdater! Search for 3DS-Random-Game-Launcher Cheers
  5. S

    Homebrew Homebrew app [3DS] Random Game Launcher - Finally, something to solve the "what should I play?" problem

    I got the CIA working!!! Thanks to this young beautiful little repo called CBuilder3DS, made only about a month ago https://github.com/slalomsquid/CBuilder3DS My fork of it with extensive documentation: https://github.com/selloa/CBuilder3DS/tree/documentation-improvements It was very straight...
  6. S

    Homebrew Homebrew app [3DS] Random Game Launcher - Finally, something to solve the "what should I play?" problem

    @cearp Ive added a Homebrew toggle, that when turned on ignores any filtering. it then reads every single installed titleID from SD Card and only outputs a name in case it finds it in the database. I will think more about the filtering. But it works pretty well for now. Please give it a try and...
  7. S

    Homebrew Homebrew app [3DS] Random Game Launcher - Finally, something to solve the "what should I play?" problem

    Hey you guys. Thanks for replying, and thank you for posting the link. I will get to work on the CIA File next. Without it, the app is kind of worthless. @cearp: if you want a version that doesnt have the databasea and just shows/launches any title on the sd from titleid alone, you can the...
  8. S

    Homebrew Homebrew app [3DS] Random Game Launcher - Finally, something to solve the "what should I play?" problem

    Hey everyone! Update in 2026: ~32k views and ~10k downloads of the files. This is quite incredible to me, since this was one of my first ever coding projects. A new v0.2.1 has been released. Original Post (2025) So, I've been working on this little homebrew that I think some of you might find...