Page 1 of 1

Can Someone teach me to make my own PSP hombrew Games

PostPosted: Tue Feb 13, 2007 1:47 pm
by MONEYTAKEA
Can some one please teach me to make my own psp homebrew games

PostPosted: Tue Feb 13, 2007 1:51 pm
by arto14
well i tried to make a game but it was to hard so to still be kind of created i changed all the sprites, icons, and backrounds to make it completely new.

PostPosted: Tue Feb 13, 2007 3:05 pm
by Puncharger
arto14 wrote:well i tried to make a game but it was to hard so to still be kind of created i changed all the sprites, icons, and backrounds to make it completely new.


Which isnt making a game..


i suggest you to do a google search on how to prgram games in either lua or c++
both which are programming languages.

PostPosted: Tue Feb 13, 2007 3:07 pm
by arto14
i already said i didnt make it i just told him that cuz its still kind of fun.

PostPosted: Tue Feb 13, 2007 3:09 pm
by Puncharger
arto14 wrote:i already said i didnt make it i just told him that cuz its still kind of fun.


which is off-topic.

PostPosted: Tue Feb 13, 2007 3:10 pm
by arto14
not by much. i was just being suggestive.

PostPosted: Tue Feb 13, 2007 3:18 pm
by Mailas
MONKEY, if you want to make a game then learn C++ or lua.
For lua I would suggest www.evilmana.com
For C++ I would suggest lots of sites.
www.cplusplus.com
www.cprogramming.com
www.devcplusplus.com
www.psp-programming.com (suggested after learning some basic C++ programing)

Im good with C++ so if you need help with it come to me for any questions.

PostPosted: Tue Feb 13, 2007 3:20 pm
by arto14
mailas, im weak in that area, so, if have a question can u help me too?

PostPosted: Tue Feb 13, 2007 3:23 pm
by Mailas
I would start lua if I were you, its way easier than C++.
But C++ can do 100 times more things than lua.

PostPosted: Tue Feb 13, 2007 3:26 pm
by arto14
i had a lua player, but i dont know the program that makes u create a lua game. can u provide a link?

PostPosted: Tue Feb 13, 2007 11:39 pm
by DarkPacMan77
He gave links arto

beyond that, I think that people get their feet wet with LUA but I don't think that it is worth doing. I think that if you learn C/ C++ then you will be better off just skipping LUA, but that is only my opinion.

I had planned on learning C++ someday, and I think I will, just need to build up the motivation.

-DarkPacMan77-

PostPosted: Mon Mar 12, 2007 2:33 pm
by DARKPSP
like mails G said the best site is pspprogramming.com that where i began
At first it is kind of difficult but later it gets even worse
I remeber i wasted so much space on my pc just so i can make an app that displays HELLO WORLD
Then i figured screw it and leave it to the pros like mails G here.

PostPosted: Mon Mar 12, 2007 4:31 pm
by Mailas
Thats why you should learn Basic C/C++ programming first,
when I started programming for PSP I was like wtfh, so I went onto C/C++ and then I started getting it.
Because displaying a simple string like "Hello World" contains a fair amount of programming:
Getting the call backs
Retreiving .h files for the PSP kernal
Flipping the Screen
Clearing the Screen
Then finally your int main() function along with your main structure of the code.
Very hard to remember so even I look back on tutorials.