トピック
BOTW Chris weslee2004

Need Help Coding an RPG!!!

I don't know how to code. :( Someome Help me learn!!!!!!
3そうだね
プレイ済み
返信[1]
親投稿
WóH Caleb iKachow06
I can't help. BUT I GOT WIND WAKER AND OoT!
0そうだね
未プレイ
返信[2]
親投稿
BOTW Chris weslee2004
Cool. I'm asking for OoT 3D for Christmas.
2そうだね
プレイ済み
返信[3]
親投稿
Chickens32 Chickens32
Start with a basic title screen. Here are instructions: Locate 13,13 ? "(Title)" WAIT 50 Locate 13,15 ? "Created by (name)" WAIT 50 Locate 13,16 ? "Press A to START" @LOOP IF A AND #A THEN GOTO @LOP GOTO @LOOP @LOP ? is just an easier way to type PRINT. Locate just tells where to put it. A @LOOP Just makes something go somewhere else in a game, like if you press A it will bring you to the second.
2そうだね
プレイ済み
返信[4]
親投稿
Chickens32 Chickens32
LOOP.
0そうだね
プレイ済み
返信[5]
親投稿
BOTW Chris weslee2004
Thanks. How do I load music, sprites and or maps?
0そうだね
プレイ済み
返信[6]
親投稿
Chickens32 Chickens32
I don't have any idea of how to load a map, but i know how to load sprites. Spset 1,1 Spofs 1,0,0 Spscale 1,1 Spset will set a sprite. The two numbers after it are important. The first one is it's management number. That can be anything you want. It's like the sprites name. The 2nd number is which sprite from the smiletool that you want to place. Spofs sets a sprites cordinates. The 1st number..
0そうだね
プレイ済み
返信[7]
親投稿
Chickens32 Chickens32
is the management number from before. The other 2 numbers are x,y coordinates. Just mess with the code.
0そうだね
プレイ済み
返信[8]
親投稿
Chickens32 Chickens32
oh and spscale makes a sprite any size you want. To play music: BGMPLAY 1 WAIT 50 BGMSTOP Bgmplay will play music from the smiletool. Wait 50 just waits for 50/60 second. BGMSTOP stops playing music
0そうだね
プレイ済み
返信[9]
親投稿
Chickens32 Chickens32
Try out my demo. M3E83PDX
0そうだね
プレイ済み
返信[10]
親投稿
BOTW Chris weslee2004
Thanks!! Sorry but, how do you make menus
0そうだね
プレイ済み
返信[11]
親投稿
Chickens32 Chickens32
No idea.
0そうだね
プレイ済み
返信[12]
親投稿
Tuiridh V. Tuiridh
I'm completely new too, but there is a Modem you can get that must be downloaded onto the 3DS and PC to send sprites. Hope that helps!
0そうだね
プレイ済み