Recent content by NekoBit

  1. NekoBit

    GBAtemp Exclusive Introducing: the GBAtemp Game Center! The first phase of our new central site feature

    Mama mia! Very nice addition, curious to see how it rolls
  2. NekoBit

    ROM Hack custom-install - Install CIAs to a Nintendo 3DS SD card entirely on PC

    You need python installed, then run that command in the directory (cd into it) in the command prompt. auto You should just be able to double click the gui-custominstall.py file from the looks. (sorry for the late response)
  3. NekoBit

    Google Stadia launch titles revealed

    Just Dance 2020? I'm sold.
  4. NekoBit

    ROM Hack custom-install - Install CIAs to a Nintendo 3DS SD card entirely on PC

    Hey, don't feel overwhelmed brother, you don't need to know really. But let me explain anyway. Git allows us to manage versions for software, commits are "snippets" of data for each version, so if I changed some code (in my case, added a GUI and rewrote a module) like I fixed a bug, I would make...
  5. NekoBit

    ROM Hack custom-install - Install CIAs to a Nintendo 3DS SD card entirely on PC

    I care, out of curiosity, but you are right, it really doesn't matter.
  6. NekoBit

    ROM Hack custom-install - Install CIAs to a Nintendo 3DS SD card entirely on PC

    Alright so it seems to work, but the console still shoots out some data from the save3ds_fuse file Also sorry for being so late, im never betting on time again... auto https://github.com/ihaveamac/custom-install/pull/3 Its done, working, and complete! You can fork from my branch if you are...
  7. NekoBit

    ROM Hack custom-install - Install CIAs to a Nintendo 3DS SD card entirely on PC

    Wish if I didn't have tasks in my way I could've finished it tonight, but it will wait until tomorrow. I am sooooo close, but I think it will be pushed tomorrow. Need to do threads, but the percentage works and all that jazz. Give it some time. The code is kinda messy too, it got kind of all...
  8. NekoBit

    ROM Hack custom-install - Install CIAs to a Nintendo 3DS SD card entirely on PC

    Maybe in the README for now but a manual would be neat idea
  9. NekoBit

    ROM Hack custom-install - Install CIAs to a Nintendo 3DS SD card entirely on PC

    @ihaveamac https://github.com/nek0bit/custom-install/tree/module-rewrite Events are complete, percentage event should be alright but make sure to review it if possible. The module is complete, It's just not ready to be merged (even though it works) because I want to get the GUI done tomorrow...
  10. NekoBit

    ROM Hack custom-install - Install CIAs to a Nintendo 3DS SD card entirely on PC

    Edit: Just came to conclusion that magically selecting files would be a bad idea... BUT, automatically figuring out what the sd card is (say, one sd card in the system that contains a Nintendo 3DS folder) and selecting it would be neat. Well, I don't fully understand what you mean, but I think...
  11. NekoBit

    ROM Hack custom-install - Install CIAs to a Nintendo 3DS SD card entirely on PC

    Good eye, fixing it, this is how JS messes with my brain sometimes. :) As the plan follows, but thanks for the notes to keep in mind. Edit: Gonna test on my main device, my O3DS. (my O2DS has a cracked screen and the SD card for it died)... Yolo!
  12. NekoBit

    ROM Hack custom-install - Install CIAs to a Nintendo 3DS SD card entirely on PC

    Good news! The OOP rewrite works! (I believe) The files were copied onto the SD card, here is an example snippet of code showing its usage from custominstall import CustomInstall installer = CustomInstall(boot9="boot9.bin", movable="movable.sed"...
  13. NekoBit

    ROM Hack custom-install - Install CIAs to a Nintendo 3DS SD card entirely on PC

    Alright, forked, gonna build custom-install first (Don't have rust installed), and see if I can rewrite it into a module first before any work on the GUI gets done. :D
  14. NekoBit

    ROM Hack custom-install - Install CIAs to a Nintendo 3DS SD card entirely on PC

    This is what I used for one of my projects, its good, but I still struggled a little personally with it, did some research and have been doing some things wrong (Will look into it all tomorrow), I need to sleep well anyway, so goodnight.