DSiWare Forum

Topic: Petit Computer

Showing 381 to 400 of 2,795

AuthorMessage
Avatar

petitprogrammer

381. Posted: Mon 27th Aug 2012 02:00 BST

morphtroid you game looks awsome I can't wait to try it and thanks for the help. Also can you tell me how to post QRcodes to share a programs I make (for future reference)?

Edited on Mon 27th August, 2012 @ 02:04 by petitprogrammer

petitprogrammer

AuthorMessage
Avatar

petitprogrammer

382. Posted: Mon 27th Aug 2012 02:18 BST

3DS FC:0731-5254-2002 please add me

Edited on Mon 27th August, 2012 @ 02:19 by petitprogrammer

petitprogrammer

AuthorMessage
Avatar

Ispheria

383. Posted: Mon 27th Aug 2012 03:23 BST

yo Morphtroid, i was just wondering if your game has any npc's at all? other than shop owners i mean

Ispheria

AuthorMessage
Avatar

Morphtorok

384. Posted: Mon 27th Aug 2012 03:51 BST

@petitprogrammer: Added. To create QR codes you just need to visit petitcomputer.com and use their converter.

@Ispheria: Well, no... Unless cows count as NPCs... You can talk to them. They're not very interesting though.
The only characters in the game are you and the three shopkeepers. I was planning to add a separate npc, but she ended up as a shopkeeper too (Anna).

Edited on Mon 27th August, 2012 @ 03:54 by Morphtorok

Oh look! A Morphloggery. Oh, and a Morphsite too.

3DS Friend Code: 0173-1330-0080

AuthorMessage
Avatar

Cyb3Rnite

385. Posted: Mon 27th Aug 2012 09:32 BST

Alright, uhm.
I have no idea how to code this stuff. I used to work with .cs and .ini files for game modding, but building games from stage 1 using BASIC is hard as trying to understand why the hell we study trivial freaking history crap.
I'm trying to make a Zelda-like sort of game based around the Adventure Time world, but I have no idea how to load custom sprites or make them move. Nor do I know how to give enemies AI. I thought this program was gonna have a tutorial for all of this.

edit: Oh, and I'm also trying to make a children's card game. whoop whoop YGOTAS

Edited on Mon 27th August, 2012 @ 09:52 by Cyb3Rnite

Cyb3Rnite - I will fight Tricolor, and I will WIN! By losing!
3Dash - Yes, you will definetly win/lose/win at losing/lose at winning/however you look at it

3DS Friend Code: 4554-0880-9460

AuthorMessage
Avatar

petitprogrammer

386. Posted: Mon 27th Aug 2012 14:28 BST

Maybe I should be more specific, I know how to make them but I dont know how to post this on this thread.

Edited on Mon 27th August, 2012 @ 15:02 by petitprogrammer

petitprogrammer

AuthorMessage
Avatar

petitprogrammer

387. Posted: Mon 27th Aug 2012 15:01 BST

@sushifreAK to load sprites and make them move use this coding. PS.CLS clears the screen of text so it's good to use at the start of programs.
PPS.First you need to make sprites in PRG:CHU0. And set it to sprite mode also you'll notice the numbers 0-7 on the bottom where i put 0 just change it depending on what one you use and filename is what you sved it as.
CLS
LOAD "SPU0:FILENAME"
SPSET 0,LOCATION,0,0,0,0,16,16
PRINT "Use the d-pad to move
@LOOP
IF BTRIG()==1 GOTO @ UP
IF BTRIG()==2 GOTO @DOWN
IF BTRIG()==4 GOTO @LEFT
IF BTRIG()==8 GOTO @RIGHT
GOTO @LOOP
@UP
SPREAD(0)X,Y
SPOFS 0,X,Y-16,60
GOTO @LOOP
@DOWN
SPREAD(0),X,Y
SPOFS 0,X,Y+16,60
GOTO @LOOP
@LEFT
SPREAD(0)X,Y
SPOFS 0,X-16,Y,60
GOTO @LOOP
@RIGHT
SPREAD(0)X,Y
SPOFS 0,X+16,Y,60
GOTO@LOOP

If you want me to edit this to show you how tom animate it so it looks like it's walking just ask.

petitprogrammer

AuthorMessage
Avatar

petitprogrammer

388. Posted: Mon 27th Aug 2012 15:05 BST

@metroid cows do count as npcs. oh and do you know how soon you will finish the game.

Edited on Mon 27th August, 2012 @ 15:12 by petitprogrammer

petitprogrammer

AuthorMessage
Avatar

Morphtorok

389. Posted: Mon 27th Aug 2012 20:52 BST

@PetitPro: To post images just use [lMG]url of the image here[/lMG].
like this:
Untitled
Uploaded with imageshack.us
You can quote this comment and you'll see the code.

I think Petit Farm should be finished by the end of this week, but I'm not too reliable when it comes to dates.

Oh look! A Morphloggery. Oh, and a Morphsite too.

3DS Friend Code: 0173-1330-0080

AuthorMessage
Avatar

petitprogrammer

390. Posted: Tue 28th Aug 2012 02:05 BST

@morphtroid thanks and I cant wait to try out petit farm

petitprogrammer

AuthorMessage
Avatar

Romano

391. Posted: Tue 28th Aug 2012 23:38 BST

hey I was wondering if morphdroid could make me a tutorial on petit computer. I just learned how to use @LOOP, but I need some MAJOR help for BASIC. Plz.

Linput-3DS friend code: 4725-8494-2702
Pokemon White 2 pal-pad code: 1979 9213 5591

I'm currently looking for some peeps to make SALLY a website, facebook, and email. If anyone does this u will be mentioned as a producer in the SALLY OS credits! :)

AuthorMessage
Avatar

Cyb3Rnite

392. Posted: Wed 29th Aug 2012 09:01 BST

Thanks @petitprogrammer
Mind explaining how this works and how to spawn swords/melee weapons?
I think I know how to animate them. I'll post if I ever need help.

Cyb3Rnite - I will fight Tricolor, and I will WIN! By losing!
3Dash - Yes, you will definetly win/lose/win at losing/lose at winning/however you look at it

3DS Friend Code: 4554-0880-9460

AuthorMessage
Avatar

Shadow1364

393. Posted: Wed 29th Aug 2012 13:35 BST

@Morphtroid Wow, that looks great! Can't wait to play it. Btw what ideas do you have for any future projects you will be working on with PTC?

FC: 1934-1622-0902

AuthorMessage
Avatar

petitprogrammer

394. Posted: Wed 29th Aug 2012 16:20 BST

@sushifreak sorry I don't know how to use sprite collision commands.

petitprogrammer

AuthorMessage
Avatar

Icebender7

395. Posted: Wed 29th Aug 2012 17:45 BST

Linput14 wrote:

hey I was wondering if morphdroid could make me a tutorial on petit computer. I just learned how to use @LOOP, but I need some MAJOR help for BASIC. Plz.

I really need help too :/

Icebender7

AuthorMessage
Avatar

Morphtorok

396. Posted: Wed 29th Aug 2012 17:56 BST

I don't really know how to teach :|
I don't know on which page of the thread, but someone already posted a link to a BASIC tutorial.
I also recommend you to read the game manual, that's what I did to learn.

If you ever need help with specific problems, I'll be glad to try and help.

Edited on Wed 29th August, 2012 @ 17:57 by Morphtorok

Oh look! A Morphloggery. Oh, and a Morphsite too.

3DS Friend Code: 0173-1330-0080

AuthorMessage
Avatar

Mk_II

397. Posted: Wed 29th Aug 2012 18:00 BST

a good way to start learning is by looking at other people's code

Nintendo 64 Forever forum
Nintendo Games NES 241 | SNES 321 | N64 266 | NGC 150 | WII 80 | WIIU 6 | IQUE 5 | GB 157 | GBC 55 | GBA 104 | NDS 53 | 3DS 17
3DS Friend code 0731-4737-4010 Nintendo Network ID: Mk2_NL

AuthorMessage
Avatar

Shadow1364

398. Posted: Thu 30th Aug 2012 11:08 BST

Hey theres a new thread for PTC tutorials so anyone who wants to help out with coding should check it out.
P.S. Please mind the rules, I don't want it getting crowded with questions or comments.

FC: 1934-1622-0902

AuthorMessage
Avatar

Romano

399. Posted: Thu 30th Aug 2012 22:06 BST

Mk_II wrote:

a good way to start learning is by looking at other people's code

thx I listened to your advice, and i learned a bit more! :D

Linput-3DS friend code: 4725-8494-2702
Pokemon White 2 pal-pad code: 1979 9213 5591

I'm currently looking for some peeps to make SALLY a website, facebook, and email. If anyone does this u will be mentioned as a producer in the SALLY OS credits! :)

AuthorMessage
Avatar

Romano

400. Posted: Thu 30th Aug 2012 22:57 BST

Morphtroid PLZ finish quick your game looks AWESOME!!!!!!!

Linput-3DS friend code: 4725-8494-2702
Pokemon White 2 pal-pad code: 1979 9213 5591

I'm currently looking for some peeps to make SALLY a website, facebook, and email. If anyone does this u will be mentioned as a producer in the SALLY OS credits! :)