PDA

View Full Version : starting in my hacking, progress



cbrown
February 2nd, 2006, 02:11
i wanna start into this hacking and modding shit so i dont have to depend on other ppl for my psp needs, can someone give me a link or a dowloadable script for me to use to learn from?? thanx much

yaustar
February 2nd, 2006, 02:41
What do you want to do specifically?
Make hardware mods?
Program new games?
Make mods for existing games (eg WADs, maps)?
etc

IndianCheese
February 2nd, 2006, 02:43
huh huh...he said "wad"...that was cool...

cbrown
February 2nd, 2006, 03:27
umm, all? whats preffered?

yaustar
February 2nd, 2006, 03:50
It depends on what you want to do and what you think you are capable of. It also depends on how soon you want to produce material or what is going to be more beneficial to you in the long run.

cbrown
February 2nd, 2006, 04:00
umm, pick one for me?

Kaiser
February 2nd, 2006, 05:34
umm, pick one for me?

I'd reccomend starting with Lua. Thats what I've been screwing around with the last few weeks. Its probably the easiest way to start coding. Try making a Hello World clone as a first test.

Check out this site

http://www.scriptscribbler.com/psp/tutorials/

Seems to be helping me.

yaustar
February 2nd, 2006, 12:04
Something like doom wads are pretty easy to do:
http://magikarp.net/wadtutorial/

Lua is a really quick way to get into the mindset of programming but has limited use outside the PSP until you learn C/C++.
http://wiki.ps2dev.org/psp:lua_player
http://luaplayer.org/
http://psplua.com/modules/news/

Once you get into programming learning C/C++ is the next step:
http://programmingebooks.tk/
IDEs and compilers to use:
http://www.bloodshed.net/devcpp.html
http://codeblocks.org/

Then onto the PSP
http://www.scriptscribbler.com/psp/tutorials/