Archiverse Internet Archive
投稿のみ 投稿と返信
前のページ(最近)
1 2 3 4 5 6
次のページ(過去)
返信[6]
親投稿
こうやま kouyama1435
About release in Europe.Kobayashi tweeted March 9,2016.But date is unknown.
0そうだね
未プレイ
返信[2]
親投稿
こうやま kouyama1435
Load,read and do reverse engineering sample game "GAME2RPG". http://smileboom.com/special/ptcm3/sample/code/game2.php
4そうだね
未プレイ
返信[1]
親投稿
こうやま kouyama1435
In Europe,Petit Computer(Mark 2) is released now but Petit Computer 3D is not yet. Mr.Kobayashi of Smileboom announced that Petit Computer 3D will be released in Europe.
0そうだね
未プレイ
返信[1]
親投稿
こうやま kouyama1435
Do you want to copy from area by x1,y1,x2 and y2 in GPAGE p1 to area by x3,y3,x4 and y4 in GPAGE p2?
0そうだね
未プレイ
返信[1]
親投稿
こうやま kouyama1435
What is DLC that you want to download? DLC is since Version 3.3.0.And the license of Bandai-NAMCO collaboration is in Japanese only.
0そうだね
未プレイ
返信[2]
親投稿
こうやま kouyama1435
Sorry! I misstook! I write again. "GPAINT" instead of "GFILL" ACLS X=100:Y=100 PRINT "CIRCLE GCIRCLE X,Y,50,#RED WAIT 60 PRINT "PAINT GPAINT X,Y,#BLUE
1そうだね
未プレイ
返信[1]
親投稿
こうやま kouyama1435
Use other sprite numbers between 0 and 511.For,example: ACLS SNUMBER=5 A=SNUMBER+1:DIM SX[A],SY[A] FOR S=0 TO SNUMBER:SPSET S,0:NEXT FOR S=0 TO SNUMBER SX[S]=RND(300):SY[S]=RND(200) SPOFS S,SX[S],SY[S] SPCHR S,RND(100) NEXT
1そうだね
未プレイ
返信[5]
親投稿
こうやま kouyama1435
For learn to jump like "Mario Brothers",do reverse engineering to "[SYS]/GAME3JUMP".This is sample game to jump.
2そうだね
未プレイ
返信[2]
親投稿
こうやま kouyama1435
And other tips. 1.Be shorter by Simultaneous replace function "PTWOSLASHED" -> "P2SL" 2.Write "IF value THEN" insted of "IF value==TRUE THEN". "IF value THEN" means "IF value!=0 THEN".
0そうだね
未プレイ
返信[1]
親投稿
こうやま kouyama1435
Use "ENDIF".Below: IF PTWOSLASHED==TRUE THEN HELTHTWO=HELTHTWO-5 PRINT "P2'S helth:";PTWOSLASHED TWOM=100 : : ENDIF
0そうだね
未プレイ
返信[10]
親投稿
こうやま kouyama1435
You have to study DIM and Array,and you can become shorter program.For example: SP=8:DIM SC[SP],SS[SP],SX[SP],SY[SP] FOR I=0 TO SP-1:READ SC[I],SCX[I],SCY[I],SX[I],SY[I]:SPSET I,0:NEXT DATA (Value),(Value),(Value)... DATA (Value),(Value),(Value)... FOR I=0 TO SP-1 SPCHR I,SC[I] SPOFS I,SSX[I],SSY[I] SPOFS I,SX[I],SY[I] NEXT
0そうだね
未プレイ
返信[2]
親投稿
こうやま kouyama1435
We can use 2 ways. A.Record color code to variable. CL=#RED GLINE 0,0,99,99,CL SPSET 0,0:SPCOLOR 0,CL PRINT CL B.Use "OUT" option. SPSET 0,0 SPCOLOR 0,#BLUE SPCOLOR 0 OUT CL PRINT CL
1そうだね
未プレイ
返信[1]
親投稿
こうやま kouyama1435
Their hats are pretty!(lol)
0そうだね
未プレイ
返信[4]
親投稿
こうやま kouyama1435
Now,"Namco IP Catalogue" is Japanese custermized 3DS and Petit Computer 3D only. If foreign(Except Japan) users download programns with Namco IP,they can't download and run.Uploaded programs with Namco IP in foreign country are deleted on server. To enjoy Namco IP for foreign users, 1.Go to Japan 2.Buy 3DS and set Japanese custmerize 3.Make,download and run in Japan.
0そうだね
未プレイ
返信[13]
親投稿
こうやま kouyama1435
I looked as retro mono-colored computers like PET(Commodore),TRS-80(Tandy Radio Jack) or MZ-80(Sharp)! (lol)
0そうだね
未プレイ
返信[1]
親投稿
こうやま kouyama1435
"Namco IP Catalogue" is the right to use contents of some old Namco games to Petit Computer 3D. But this right is in Japanese only.
2そうだね
未プレイ
返信[3]
親投稿
こうやま kouyama1435
Or "#"+Color Name. #RED,#BLUE,#YELLOW,#GREEN...We can use Graphic,Sprite and BG. For Text(PRINT),we use #TRED,#TBLUE,#TYELLOW,#TGREEN...
1そうだね
未プレイ
返信[3]
親投稿
こうやま kouyama1435
I looked like Reversi(lol) (When our upload named "Othello" is deleted,but named "Reversi" can keep)
1そうだね
未プレイ
返信[1]
親投稿
こうやま kouyama1435
Additional.I uploaded Youtube stream,too.Search and watch!
1そうだね
未プレイ
トピック
こうやま kouyama1435

My New Game "Hunt Car"

This game is clone from "Car Hunt" the Action Game."Car Hunt" was the Part 3 from "Head on" seires and ealier than "Pac Man". Public Key:[VXDX433J] File Name:[KYMHUNT]
6そうだね
未プレイ