Page 1 of 1

thinking about learning...

PostPosted: Wed Jul 09, 2008 5:24 pm
by zumiuran
I just want to know want is involved in learning how to make your own homebrew. I have done some programing in the past nothing big. Sometimes I can have some spare time on my hands to be able to work on stuff. Basically I just need to know what program(s) I need and were can I learn.

PostPosted: Wed Jul 09, 2008 6:50 pm
by AdventWolf

PostPosted: Wed Jul 09, 2008 7:59 pm
by roxfox64
Or this...

PostPosted: Wed Jul 09, 2008 8:10 pm
by Yumiko
Or...you can be a scientist and experiment :DD

PostPosted: Thu Jul 10, 2008 3:51 am
by ace
You will pretty much either need to know Lua for a simple program that is good for beginners, or you could try out C#/C++ if your feeling confident. You can write your own entire program with C while Lua uses that Lua player. But then again that's why Lua is a easier language to use. I'd suggest trying to learn Lua first and see if you like it ;) advent's link is pretty good, but roxfox's isn't...

PostPosted: Thu Jul 10, 2008 10:17 am
by zumiuran
ok thanks im going to tried out Lua and see if I like it. Thanks for your help

PostPosted: Thu Jul 10, 2008 10:27 am
by crait
evilmana.com had the best tutorials for Lua.
I don't know how good the site is anymore. It looks like they changed it up a lot since I learned from there.

PostPosted: Thu Jul 10, 2008 11:04 am
by roxfox64
Or I could teach you. I can teach through AIM if you want :D

The link I gave was a joke.

PostPosted: Fri Jul 11, 2008 9:12 am
by zumiuran
alright I tried to follow the lua tutorial that advent gave but I cant seem to get it running on my psp it keeps saying that it can't start the game. any help I have a slim psp with cfw 3.90m33-3

PostPosted: Fri Jul 11, 2008 9:25 am
by roxfox64
Obtain a 3.XX Version of Lua Player.

Lua Player 0.20, or HM Lua Player are 3.XX I think...

PostPosted: Fri Jul 11, 2008 10:14 am
by zumiuran
Lua Player 0.20 didn't work for me so where can I get this HM Lua Player?

PostPosted: Fri Jul 11, 2008 10:23 am
by roxfox64
Gotta look around.

I think its here in the PSP Brew downloads section.

PostPosted: Sun Jul 13, 2008 9:46 am
by zumiuran
alright im completed both lesson the only thing that I couldn't get to work was the sound. every time i tired to load the program it said that it couldn't load the sound. i have double check the code and even copied in paste it in but it doesn't work. here is the line of code
boltsnd = Sound.load("music/comp.wav")

PostPosted: Sun Jul 13, 2008 10:04 am
by roxfox64
What code did you use to play boltsnd?

PostPosted: Mon Jul 14, 2008 8:44 pm
by zumiuran
boltsnd:play()