プレイ日記
*J.P.*[P]£ aj2003aj
what is G0 and G1 used for? are they just extra spots or are they for somthing else?
3そうだね
プレイ済み
返信[1]
親投稿
SıмΞоп SimeonW
G0=Top screen during game G1=Bottom screen during game G2=Use for anything G3=Use for anything G4=Sprites (Use for anything) G5=BG Sprites (Use for anything)
0そうだね
プレイ済み
返信[2]
親投稿
*J.P.*[P]£ aj2003aj
OH! that makes so much sense! thank you!
0そうだね
プレイ済み
返信[3]
親投稿
*J.P.*[P]£ aj2003aj
also do you have a code for (i think its) BGscroll, so the sprite stays at middle, or mid bottom screen, to walk around the map instead of just out of the screen.
0そうだね
プレイ済み
返信[4]
親投稿
SıмΞоп SimeonW
Mhm Each graphics page is 512x512 pixels The editor hides pages 2 and 3 for some reason In the game, the top screen can use sprites from a graphics page of your choice, and the bottom page can have its own as well That may be hard to comprehend, but its kindof a limitation DISPLAY 0:SPPAGE 4 DISPLAY 1:SPPAGE 5 will set the top screen to page 5 sprites and the bottom screen to page 4 sprites
0そうだね
プレイ済み
返信[5]
親投稿
SıмΞоп SimeonW
To be honest, I never bothered learning the BG commands they seem useless and extremely limited So I can't help you there, sorry
0そうだね
プレイ済み
返信[6]
親投稿
*J.P.*[P]£ aj2003aj
naw, its fine, you helped me alot, one last thing tho, do you have any ai codes (my friend was looking for one)
0そうだね
プレイ済み
返信[7]
親投稿
SıмΞоп SimeonW
Oh I mixed that around DISPLAY 0:SPPAGE 4 DISPLAY 1:SPPAGE 5 top screen: page 4 bottom screen: page 5 Then you would do this 'SPSET ID,X,Y,X2,Y2 SPSET 42,0,0,32,32 'create new sprite SPHOME 42,16,16 'center origin SPOFS 42,200,120 'move to center of screen
0そうだね
プレイ済み
返信[8]
親投稿
SıмΞоп SimeonW
AI codes? depends on what kind
0そうだね
プレイ済み
返信[9]
親投稿
*J.P.*[P]£ aj2003aj
uh... wat. *dalec voice* EXPLAIN,! EXPLAIN!!! what do you mean?
0そうだね
プレイ済み
返信[10]
親投稿
PChicken NerdChicken
*dalek He means, what do you want the AI to do?
0そうだね
プレイ済み
返信[11]
親投稿
*J.P.*[P]£ aj2003aj
ah, i knew i spelled that wrong... anyways, for me probably if the ai sees me, it would attack me, or fire a weapon at me. but just a code that would make it move around and follow me when it sees me for now.
0そうだね
プレイ済み