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

Sketch (Beta Dev Version)

Root / Submissions / [.]

trickbrain26Created:
Download:NDN5S453
Version:Beta DevSize:
Sketch is an open world, 2D, minecraft like game. Official Forum: https://smilebasicsource.com/forum?ftid=2005 Beta Dev is finally here, I added: --change in grass texture --skins [32] --saving/loading --home menu --pause menu/w settings menu in it --player speed --blocks that you can walk thought like signs, water, etc. --world options ----flat [just grass] ----lakes [adds lakes to a world] ----trees [adds trees to a world] ----n(no, don't add) y(yes, do add) [for the world options] And please don't steal the project and claim it as your own

Instructions:

You can mode with the Circle Pad If you have a New 3DS you can look with the Circle Pad Pro But if you have an Old 3DS then you can look with A B X Y You can mine blocks with L And you can place blocks with R You can cycle through your hotbar with ZL and ZR Then you have the D-Pad as you main tool for menu and resetting the view Press Left to reset your view to the center in case you get stuck in a block Press Up to toggle the developer data on and off And you can press Down to access the pause menu And you can use the D-Pad to scroll through the pause menu The pause menu has multiple things like: You can press B to exit to the game/like resume You can press A to do an action Resume [to resume the game] Save [to save the game] Save && Exit [to save the exit the game, note: you must save on this to exit the game] Exit Without Saving [to exit the game without saving, note: a message will pop up saying are you sure, you must click yes to continue] And Settings [opens the settings menu] In the settings menu you can: You can press B to go back to the pause menu, Or you can press A on the button back You can use the D-Pad to adjust you skin and player speed Adjust your skin And adjust your player speed [Low Medium High]

Notes:

To add: Inventory Mobs Game modes Survival/Creative Chat Commands (fill, setblock, clear, etc.) "Like Minecraft" More Blocks More Custom Textures Stone Generation XP More Chunks??? Levels??? Jumping??? Also leave suggestions for what to add, do not put "eating sand" though!!!

visible difference between lake and ocean water faster walking speed better hitboxes and less sticky collision use circle pad pro for something else and put block placement controls on the bottom screen?

I have the actual minecraft for 3DS and the circle pad pro is good for that and this. And how would I put block placement controls on the bottom??? Make a map that's touchscreen???

(to the tune of your best friend from UNDERTALE) ♪Bluekrill, there is a guy who thinks he can say no copying Someone should tell him that in this world, I T ' S A L L O P E N S O U R C E =)♪ also, please add eating sand (this is obviously a joke comment)

Replying to:IAmRalsei
(to the tune of your best friend from UNDERTALE) ♪Bluekrill, there is a guy who thinks he can say no copying Someone should tell him that in this world, I T ' S A L L O P E N S O U R C E =)♪ also, please add eating sand (this is obviously a joke comment)
I meant no copying as in stealing the project and claiming it as your own

Replying to:IAmRalsei
(to the tune of your best friend from UNDERTALE) ♪Bluekrill, there is a guy who thinks he can say no copying Someone should tell him that in this world, I T ' S A L L O P E N S O U R C E =)♪ also, please add eating sand (this is obviously a joke comment)
oh. You should have made that more clear, it sounded like you didn't want people to edit your program and upload the edited version, which people can regardless of what you say.

Replying to:IAmRalsei
(to the tune of your best friend from UNDERTALE) ♪Bluekrill, there is a guy who thinks he can say no copying Someone should tell him that in this world, I T ' S A L L O P E N S O U R C E =)♪ also, please add eating sand (this is obviously a joke comment)
Whell yeah, but if they did why would anyone look at their project while they can use the original.

Replying to:IAmRalsei
(to the tune of your best friend from UNDERTALE) ♪Bluekrill, there is a guy who thinks he can say no copying Someone should tell him that in this world, I T ' S A L L O P E N S O U R C E =)♪ also, please add eating sand (this is obviously a joke comment)
one of multiple reasons is it could have bugfixes

eating sand

The sand can be eaten.

Replying to:trickbrain26
I have the actual minecraft for 3DS and the circle pad pro is good for that and this. And how would I put block placement controls on the bottom??? Make a map that's touchscreen???
To make this compatible with o3DS you can have buttons on the touchscreen. You can do this using something like this:
ACLS
XSCREEN 2
VAR TT,TX,TY'Touch variables
WHILE 1
 VSYNC
 DISPLAY 1'Or you could use gpage. One is better for flickering, I don't remember which. I'll look for it after.
 GBOX 0,0,90,10
 TOUCH OUT TT,TX,TY
 IF TT==1 THEN
  IF TX>0 AND TY>0 AND TX<90 AND TY<10 THEN
   GFILL 0,0,90,10
  ELSE
   GFILL 0,0,90,10,0
  ENDIF
 ENDIF
 GPUTCHR 1,1,"Place block"
WEND

Replying to:trickbrain26
I have the actual minecraft for 3DS and the circle pad pro is good for that and this. And how would I put block placement controls on the bottom??? Make a map that's touchscreen???
Or i could test for the users hardware and if its the old 3ds then I could use a different input method. Like the a b x y buttons???

Replying to:trickbrain26
I have the actual minecraft for 3DS and the circle pad pro is good for that and this. And how would I put block placement controls on the bottom??? Make a map that's touchscreen???
Because I really don't want to put the controls on the bottom screen

Replying to:trickbrain26
I have the actual minecraft for 3DS and the circle pad pro is good for that and this. And how would I put block placement controls on the bottom??? Make a map that's touchscreen???
Maybe I could make it so that when you press one of a b x y and move the circle pad it would change where you look??? PS the feature for the o3ds will be included in an update for beta after i release it

Replying to:trickbrain26
I have the actual minecraft for 3DS and the circle pad pro is good for that and this. And how would I put block placement controls on the bottom??? Make a map that's touchscreen???
3 Words: CIRCLE PAD PRO

Replying to:trickbrain26
I have the actual minecraft for 3DS and the circle pad pro is good for that and this. And how would I put block placement controls on the bottom??? Make a map that's touchscreen???
I dont think the o3ds has the circle pad pro??? PS I have a n 2ds xl

Replying to:trickbrain26
I have the actual minecraft for 3DS and the circle pad pro is good for that and this. And how would I put block placement controls on the bottom??? Make a map that's touchscreen???
There's a circle pad pro accessory for the o3DS. it also has the ZL and ZR buttons.

Replying to:trickbrain26
I have the actual minecraft for 3DS and the circle pad pro is good for that and this. And how would I put block placement controls on the bottom??? Make a map that's touchscreen???
imagine gatekeeping o3ds users behind an optional accessory

Replying to:trickbrain26
I have the actual minecraft for 3DS and the circle pad pro is good for that and this. And how would I put block placement controls on the bottom??? Make a map that's touchscreen???
yes, please don't take that route, it's kind of a last resort.

Replying to:trickbrain26
I have the actual minecraft for 3DS and the circle pad pro is good for that and this. And how would I put block placement controls on the bottom??? Make a map that's touchscreen???
Imagine using an o3DS in 2019 😂😂😂

Replying to:trickbrain26
I have the actual minecraft for 3DS and the circle pad pro is good for that and this. And how would I put block placement controls on the bottom??? Make a map that's touchscreen???
imagine using an emoji while not joking about something in 2019