#101✎ 5simulatoroneIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthNight PersonI like the quiet night and sleep late.Express YourselfVideo GamesI like to play video games!HobbiesHello
I have the problem,
"Error:[string "?"]:921:cannot access extdata archive"
SmileBASIC File Manager v1.6 I use the CIA.
Same mistake,
What steps should I follow?
I do not understand how this is achieved that says:
"just dump the entire apps extdata"
Help me!
Posted
#102✎ 5simulatoroneIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthNight PersonI like the quiet night and sleep late.Express YourselfVideo GamesI like to play video games!HobbiesThis tool is only compatible with SimpleBASIC region USA.
It is not compatible with the EUR region (My 3DS console is EUR)
Posted
#103✎ 856IAmRalseiForum LeaderHiddenAchievementsSecond YearMy account is over 2 years oldWebsiteExpert ProgrammerProgramming no longer gives me any trouble. Come to me for help, if you like!Programming Strength
This tool is only compatible with SimpleBASIC region USA.
It is not compatible with the EUR region (My 3DS console is EUR)
USA SmileBASIC and EUR SmileBASIC are the exact same, so it must have something to do with version 3.6.0
Posted
#104✎ 5simulatoroneIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthNight PersonI like the quiet night and sleep late.Express YourselfVideo GamesI like to play video games!HobbiesAccess extdata archive to title ID USA: 000400000016de00 - OK
Not EUR title ID: 00040000001a1c00 - FAIL!
Posted
#105✎ 1130snail_Power UserQSP Contest 1 Contest ParticipantI participated in the first SmileBASIC Source QSP Contest!HelperReceived for being very helpful around SmileBASIC SourceAchievementsAmazing ContributorSomeone thinks I'm an awesome person who has done so much for the community!AchievementsThe titleids are obviously different by necessity.
@triangle can you detect region/certain titles in SBFM or is it fixed to one titleid?
Posted
#106✎ 1130snail_Power UserQSP Contest 1 Contest ParticipantI participated in the first SmileBASIC Source QSP Contest!HelperReceived for being very helpful around SmileBASIC SourceAchievementsAmazing ContributorSomeone thinks I'm an awesome person who has done so much for the community!Achievements
Why would I use this when I could put the SD Card in my PC
Because SmileBASIC doesn't look through the SD card for files, everything is in the extdata of SmileBASIC (which you can't normally access), so this file manager was made to let you copy files there so they can be used.
The extdata is on the SD card. The real answer is that extdata is stored in an obfuscated/encrypted format, and dumping it to a clean folder on the SD root (or similar) is a simple way of reading it.
Posted
#107✎ 201PerskaSummer 2016 Contest WinnerI won the SmileBASICSource Summer 2016 Contest!Programming ContestExpert ProgrammerProgramming no longer gives me any trouble. Come to me for help, if you like!Programming StrengthGreat PageHiddenAchievements
This tool is only compatible with SimpleBASIC region USA.
It is not compatible with the EUR region (My 3DS console is EUR)
#109✎ 5simulatoroneIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthNight PersonI like the quiet night and sleep late.Express YourselfVideo GamesI like to play video games!HobbiesHello!
Reviewing the development versions of the tool ...
I found the fix for EUR:
https://github.com/Trinitro21/lpp-3ds/commit/0290c9a885ad4693f7cbc9e8600bec3aebcb9041
if System.getRegion()==2 then
archive=0x1ac0 --European SB--
else
archive=0x16de --US SB--
end
Indicates what this should be Title ID: archive=0x1ac0 --European SB--
My SimleBASIC EUR version has this Title ID: 0x1a1c (as shown in the previous screenshot).
I request a solution:
1- Get download the CIA version EUR with Title ID: 0x1ac0
and with update 3.6.0
2- A Fix to the tool
I need help!
Using the USA version I can not use the online functions!
Posted
Edited
by simulatorone
#110✎ 481MasterR3C0RDPower UserAmazing ContributorSomeone thinks I'm an awesome person who has done so much for the community!AchievementsThird YearMy account is over 3 years oldWebsiteosu! Is Awesome!I love osu!Express Yourself
Hello!
Reviewing the development versions of the tool ...
I found the fix for EUR:
https://github.com/Trinitro21/lpp-3ds/commit/0290c9a885ad4693f7cbc9e8600bec3aebcb9041
if System.getRegion()==2 then
archive=0x1ac0 --European SB--
else
archive=0x16de --US SB--
end
Indicates what this should be Title ID: archive=0x1ac0 --European SB--
My SimleBASIC EUR version has this Title ID: 0x1a1c (as shown in the previous screenshot).
I request a solution:
1- Get download the CIA version EUR with Title ID: 0x1ac0
and with update 3.6.0
2- A Fix to the tool
I need help!
Using the USA version I can not use the online functions!
I know this is only partially right, but if you know the correct folder you should be able to use a FTP server on the 3ds, and manually place the files in the correct folder using a computer with a FTP client installed.
Not even close, SmileBASIC stores its files in ExtData, which is an encrypted format you can't just "open with an FTP client." Please stop spreading misinformation, you seem to do that a lot and it can confuse users.
Posted
#111✎ 68triangleFirst WeekJoined in the very first week of SmileBASIC SourceWebsiteQuery DeniedHiddenEaster EggsExpert ProgrammerProgramming no longer gives me any trouble. Come to me for help, if you like!Programming Strength
Hello!
Reviewing the development versions of the tool ...
I found the fix for EUR:
https://github.com/Trinitro21/lpp-3ds/commit/0290c9a885ad4693f7cbc9e8600bec3aebcb9041
if System.getRegion()==2 then
archive=0x1ac0 --European SB--
else
archive=0x16de --US SB--
end
Indicates what this should be Title ID: archive=0x1ac0 --European SB--
My SimleBASIC EUR version has this Title ID: 0x1a1c (as shown in the previous screenshot).
I request a solution:
1- Get download the CIA version EUR with Title ID: 0x1ac0
and with update 3.6.0
2- A Fix to the tool
I need help!
Using the USA version I can not use the online functions!
I pushed a fix, it should work. I haven't tested it because I really can't, I don't have an EU system.
If anything pops up in the future, or this build doesn't work, you could also use the 3DSX version, in which the lua file is in plaintext, and just edit that. The only features you miss when using a 3DSX are being able to install to the home menu and launching sb using the select button.
Posted
#112✎ 380ProKukuPokemon Is Awesome!I love Pokemon!Express YourselfNight PersonI like the quiet night and sleep late.Express YourselfQSP Contest 1 Contest ParticipantI participated in the first SmileBASIC Source QSP Contest!OK obviously I'm doing something wrong here... So I have an image that I resized to 512x512, then I used Aseprite to convert it to GRP format (I may have messed up with that). Then I copied the image to my microSD, and used SBFM to copy it to SB. However, the image wouldn't load, said it was something around 4.3GB (???), and the date and time were all messed up . Does anybody have any idea what the heck went wrong with the image?
Posted
Edited
by ProKuku
#113✎ 272TheV360Pokemon Is Awesome!I love Pokemon!Express YourselfFirst DayJoined on the very first day of SmileBASIC SourceWebsiteNight PersonI like the quiet night and sleep late.Express Yourself
OK obviously I'm doing something wrong here... So I have an image that I resized to 512x512, then I used Aseprite to convert it to GRP format (I may have messed up with that). Then I copied the image to my microSD, and used SBFM to copy it to SB. However, the image wouldn't load, said it was something around 4.3GB (???), and the date and time were all messed up . Does anybody have any idea what the heck went wrong with the image?
Ah yes, the elusive file, IMG., a 4GiB DAT file, created just before 1 BC, but not in 2 BC.
At this point, I'd recommend PetitModem, a pair of headphones against your 3DS's mic, and a bit of patience. Works 100% of the time.
EDIT: you did not see a typo, I never make typos.
Posted
Edited
by TheV360
#114✎ 380ProKukuPokemon Is Awesome!I love Pokemon!Express YourselfNight PersonI like the quiet night and sleep late.Express YourselfQSP Contest 1 Contest ParticipantI participated in the first SmileBASIC Source QSP Contest!
OK obviously I'm doing something wrong here... So I have an image that I resized to 512x512, then I used Aseprite to convert it to GRP format (I may have messed up with that). Then I copied the image to my microSD, and used SBFM to copy it to SB. However, the image wouldn't load, said it was something around 4.3GB (???), and the date and time were all messed up . Does anybody have any idea what the heck went wrong with the image?
Ah yes, the elusive file, IMG., a 4GiB DAT file, created just before 1 BC, but not in 2 BC.
At this point, I'd recommend PetitModem, a pair of headphones against your 3DS's mic, and a bit of patience. Works 100% of the time.
EDIT: you did not see a typo, I never make typos.
Hmm, if you say so.. Do you know how long it should take for an image to transfer through petit modem?
Also, what’s this 1BC and 2BC you’re talking about?
Posted
Edited
by ProKuku
#115✎ 1543randoIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthSecond YearMy account is over 2 years oldWebsiteAvatar TabooI didn't change my avatar for 180 daysWebsite
OK obviously I'm doing something wrong here... So I have an image that I resized to 512x512, then I used Aseprite to convert it to GRP format (I may have messed up with that). Then I copied the image to my microSD, and used SBFM to copy it to SB. However, the image wouldn't load, said it was something around 4.3GB (???), and the date and time were all messed up . Does anybody have any idea what the heck went wrong with the image?
Ah yes, the elusive file, IMG., a 4GiB DAT file, created just before 1 BC, but not in 2 BC.
At this point, I'd recommend PetitModem, a pair of headphones against your 3DS's mic, and a bit of patience. Works 100% of the time.
EDIT: you did not see a typo, I never make typos.
Hmm, if you say so.. Do you know how long it should take for an image to transfer through petit modem?
Also, what’s this 1BC and 2BC you’re talking about?
1 Before Common era and 2 Before Common era (or Before Christ if your a Christian)
Common era being now
Posted
#116✎ 201PerskaSummer 2016 Contest WinnerI won the SmileBASICSource Summer 2016 Contest!Programming ContestExpert ProgrammerProgramming no longer gives me any trouble. Come to me for help, if you like!Programming StrengthGreat PageHiddenAchievements
OK obviously I'm doing something wrong here... So I have an image that I resized to 512x512, then I used Aseprite to convert it to GRP format (I may have messed up with that). Then I copied the image to my microSD, and used SBFM to copy it to SB. However, the image wouldn't load, said it was something around 4.3GB (???), and the -snip- date and time were all messed up . Does anybody have any idea what the heck went wrong with the image?
I'm not really sure why that would happen, but you should probably try again with the online tool or the command line tool.
Posted
#117✎ 565HTV04Forum LeaderHiddenAchievementsThird YearMy account is over 3 years oldWebsiteIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming Strength
OK obviously I'm doing something wrong here... So I have an image that I resized to 512x512, then I used Aseprite to convert it to GRP format (I may have messed up with that). Then I copied the image to my microSD, and used SBFM to copy it to SB. However, the image wouldn't load, said it was something around 4.3GB (???), and the date and time were all messed up . Does anybody have any idea what the heck went wrong with the image?
Ah yes, the elusive file, IMG., a 4GiB DAT file, created just before 1 BC, but not in 2 BC.
At this point, I'd recommend PetitModem, a pair of headphones against your 3DS's mic, and a bit of patience. Works 100% of the time.
EDIT: you saw a typo, I always make typos.
Couldn't you just transfer a .PDG (or whatever the compressed PetitModem image files are called) file with SBFM and decompress it on SmileBASIC? Sounds 100% easier than messing with images or whatever.
Posted
Edited
by HTV04