LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

File Compiler

Root / Programming Questions / [.]

funcooldudes101Created:
How do i make a file compiler? I need it for a project where it loads files into the 3ds sd card. If thats not possible, i can always mess with code

It is unclear what you mean by a 'file compiler'. All the files in SmileBasic are on the SD card, just encrypted. There is no way to read from or write to unencrypted files from SB.

It is unclear what you mean by a 'file compiler'. All the files in SmileBasic are on the SD card, just encrypted. There is no way to read from or write to unencrypted files from SB.
Ok but i mean... Is it possible?

Do you want to export files to the SD card, or import files from the SD card? In either case, it's impossible to do without some kind of hacking or external tools.

Do you want to export files to the SD card, or import files from the SD card? In either case, it's impossible to do without some kind of hacking or external tools.
Ok... But what about no sd card?

... huh? what are you trying to do now

... huh? what are you trying to do now
I didnt successfully make one, but it compiles most of the files in the SB saves on the sd card. As intelligant as i am about programming, i bet theres a way around this wall...