About your second issue, can elaborate on that?
0そうだね プレイ済み
The downloads are usable without the tool, you just need to save it. I planned on making it easier to do that with the next update. Another thing, the compiler isn't available to everyone (or anyone for that matter), unless someone reverse engineered my unpacking process AND released it (haven't seen one yet, so I think we are good with that).
0そうだね プレイ済み
I'm working on a Pokemon game. As far as I know, I'm the only one working on one.
2そうだね プレイ済み
No... Detecting collison through an array is all you can do. Like this:
SPSET 0,0:YVEL=0:Y=0
DEF COLLISON
IF MAP[X/16,Y/16]==1 THEN COLL=1
END
DEF GRAVITY
INC YVEL,0.25
IF COLL==1 THEN YVEL=0
SPOFS 0,199,Y
END
@LOOP
COLL=0
COLLISON:GRAVITY:VSYNC 1
GOTO @LOOP
IDK if it works though. Didn't check. May have clipping issues.
1そうだね プレイ済み
About my launcher and elevated privileges, I do not believe that would necessarily be an issue. The way SmileShop's apps are compiled, only apps that have a specific signature can be downloaded, making eliminating that issue. I could definitely implement support for yours, the support is already there. We just need to be able to read each other's format.
0そうだね プレイ済み
I see what you mean. My original version of SmileShop excluded the release date and box art. I could implement support for whatever your planning. It would be relatively easy.
0そうだね プレイ済み
Its a beginners language. Its good for if you want to learn the basics of programming. It is a dialect of BASIC that takes advantage of the 3DS's specs. BASIC is a computer language from the 80s. This is a good game.
0そうだね プレイ済み
Little Mac, Captain Falcon, Meta Knight, Jigglypuff, Ryu, and Ike. One of them, and I'll be happy!
0そうだね プレイ済み
I created SmileShop, which is sort of like a shop, storing name, publisher, release date, logo data, and actual program data into 1 file if that is the kind of thing you are talking about. I also created a file system which searches thru all your programs and lists them. I created a LogoCreator that uses the elevated privileges to load files and uses SBGED to create them. Can you specify a bit?
0そうだね プレイ済み
Nevermind. I got it working. Another thing, I found out whatever you execute next retains its elevated privileges.
1そうだね プレイ済み
How did you get it to work? I always get Illegal Function Calls anytime I try to load a file outside of the SYS folder.
0そうだね プレイ済み
THANK YOU! I have been working on this for awhile, but alas, I could not make my object rotatable! Thank you!
0そうだね プレイ済み
I made something like that. However, I quit when I found out I could only load SYS files...
0そうだね プレイ済み
When I say local connections, I mean like 2 3DSes in the same room. We can't do any of that because it involves wifi, something we simply can't do. We cannot autoupdate because the users do not have to save it (it prompts you) and you cannot edit the program you are currently running. The other idea won't work, because the closest thing we have to communication is thru MPSTART, and SmileBASIC only
0そうだね プレイ済み