Search results

  1. Y

    Homebrew A homebrew at the startup of the 3DS

    Can't at least Boot the Homebrew Launcher like Menuhax before?
  2. Y

    Homebrew A homebrew at the startup of the 3DS

    Could you show me how to do it?
  3. Y

    Homebrew A homebrew at the startup of the 3DS

    I want to write a program that only when turning on the 3DS makes an HTTP request to an API, it returns a JSON and parses it using the jsmn library, which I have seen code using this library for 3DS, and then I show it on the screen. This means that you do not have to initialize Homebrew from...
  4. Y

    Homebrew A homebrew at the startup of the 3DS

    Hello, I want to know if you can start a homebrew when you turn on the console, I know that you can with the ones in .firm, it is only replaced with the boot.firm or Fastboot3DS is used, but, can it be with a .3dsx homebrew? If possible, would the homebrew .3dsx have access to wireless? And in...
  5. Y

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

    There are some people who don't like having Python installed on their computer just to run this Script, could you do an implementation in a compiled language? I think the most convenient for this case is Rust or C#, the problem with C# is that it needs .NET Core for Linux, instead Rust compiles...
  6. Y

    Homebrew Hardware questions

    Thanks for the answer, I found a cable that can be connected to the 3DS through the charging port to connect it to the TV through HDMI, but to do better I need a way to power the 3DS without the need for the original charger, that is to say that it is on 24/7 using common 9.2V input power cables...
  7. Y

    Homebrew Hardware questions

    I can connect a USB to the 3DS?
  8. Y

    Homebrew Hardware questions

    I saw the Hardmod tutorial in this forum and 4 cables are connected to the 3DS motherboard, can any type of interface be connected to it, as I have already said an RCA module? Or can it only be a data (DAT0 and DAT1) as USB or SD?
  9. Y

    Homebrew Hardware questions

    Hello, how are you ?, I write this post to ask a few questions about the 3DS Hardware, I want to do a mini-project with the 3DS, it consists of connecting an RCA module to connect it to the TV, with the 3DS processing some data via HLS, using libcurl and some code in C or Lua, and watch it on...
  10. Y

    ROM Hack [Release] Super Mario 3D Land Save Editor

    Source here: https://github.com/yonaikerlol/Super-Mario-3D-Land-SGE Thanks =) Soon the Save Editor written in JavaScript: https://github.com/yonaikerlol/Super-Mario-3D-Land-SGE/releases/download/v2b/Super.Mario.3D.Land.SGE.v2b.exe
  11. Y

    ROM Hack [Release] Super Mario 3D Land Save Editor

    Hello, could you please release the source code of the program? If I'm honest, I need it for the hexadecimal codes, I'm developing one in JavaScript for a Web. Please, thanks in advance.
  12. Y

    Homebrew A question

    If I know, but Go and Rust being compiled languages I thought there might be libraries to develop applications for 3DS in these languages. But for Lua you would have to use the CtruLua interpreter, right? Or is there some kind of Lua compiler for 3DS?
  13. Y

    Homebrew A question

    Can applications be developed for 3DS with modern languages such as Go or Rust?
  14. Y

    ROM Hack [Wip Release] ctrcdnfetch - Tool to download 3DS eshop content after 11.8

    Ok, I have a file in ~/.3ds, called CA00000003-XS0000000c.bin It has a length of 1792 bytes, I open it in Vim (with the command %!xxd for Hex editor), and what do I do? I did not understand very well.
  15. Y

    ROM Hack [Wip Release] ctrcdnfetch - Tool to download 3DS eshop content after 11.8

    How can I make a cetk with make_cdn_cia? I also have ctrtool, 3dstool, just in case. This is cetk? http://ccs.cdn.c.shop.nintendowifi.net/ccs/download/0004013800000002/cetk Wow, I think I understood, thanks.
  16. Y

    ROM Hack [Wip Release] ctrcdnfetch - Tool to download 3DS eshop content after 11.8

    Sorry for the multipost, but when installing the cia generated by this program, I get error of the Certificate in the FBI. I tried to download it with aria2c, extracting the base64 headers, and it worked, but when compiling it with make_cdn_cia, I got an error that the cetk did not find, and...
  17. Y

    ROM Hack [Wip Release] ctrcdnfetch - Tool to download 3DS eshop content after 11.8

    Seeing the code, it reads the .tik, and then encrypts it in Base64, and it downloads with the Curl library, right? But this information is sent through the HTTP protocol, so I guess the information will be sent in the Headers, right? X-Authentication-Key and X-Authentication-Data Header's.
  18. Y

    ROM Hack [Wip Release] ctrcdnfetch - Tool to download 3DS eshop content after 11.8

    I can use this with external download manager, like aria2c?