Advertising (This ad goes away for registered users. You can Login or Register)

Mario Kart PSP 4.9

Most of the homebrews discussed in this forum can be downloaded here
fouadtjuhmaster
Posts: 764
Joined: Sat Jan 01, 2011 12:27 am
Location: Segangan, Oriental, Morocco
Contact:

Re: Mario Kart PSP V4.0 (Updated 18/02/12)

Post by fouadtjuhmaster »

noname120 wrote:My suggestion: learn C, with the freetime you have, you could do awesome homebrews !


And why not, later, you could learn MIPS.
I think school comes first, i'm codering LUA because i think it is easy!
I'm just only 14 years old, i have time enough to learn C ;)
I never heard of MIPS lol
Advertising
Last edited by Xian Nox on Wed Apr 11, 2012 5:03 pm, edited 1 time in total.
Reason: Merged double posts.
Image
noname120
Developer
Posts: 777
Joined: Thu Oct 07, 2010 4:29 pm

Re: Mario Kart PSP V4.0 (Updated 18/02/12)

Post by noname120 »

fouadtjuhmaster wrote:
noname120 wrote:My suggestion: learn C, with the freetime you have, you could do awesome homebrews !


And why not, later, you could learn MIPS.
I think school comes first, i'm codering LUA because i think it is easy!
I'm just only 14 years old, i have time enough to learn C ;)
I never heard of MIPS lol

MIPS is assembly, it allow to have a low level control over the processor. It is used to do reverse engineering and such nice stuff.

But first learn C and practice it.
Advertising
Funny stuff
<yifanlu> I enjoy being loud and obnoxious
<yifanlu> rooting an android is like getting a hooker pregnant
<xerpi> I sometimes think I should leave all this stressing **** and be a farmer instead
fouadtjuhmaster
Posts: 764
Joined: Sat Jan 01, 2011 12:27 am
Location: Segangan, Oriental, Morocco
Contact:

Re: Mario Kart PSP V4.0 (Updated 18/02/12)

Post by fouadtjuhmaster »

noname120 wrote:
fouadtjuhmaster wrote:
noname120 wrote:My suggestion: learn C, with the freetime you have, you could do awesome homebrews !


And why not, later, you could learn MIPS.
I think school comes first, i'm codering LUA because i think it is easy!
I'm just only 14 years old, i have time enough to learn C ;)
I never heard of MIPS lol

MIPS is assembly, it allow to have a low level control over the processor. It is used to do reverse engineering and such nice stuff.

But first learn C and practice it.
I will, but first i need to install Linux on my computer first ;)
Mario Kart PSP 4.5 will be released in Late-April for: PSP, NDS & PS Vita
Image
fouadtjuhmaster
Posts: 764
Joined: Sat Jan 01, 2011 12:27 am
Location: Segangan, Oriental, Morocco
Contact:

Re: Mario Kart PSP V4.0 (Updated 18/02/12)

Post by fouadtjuhmaster »

To do list!

Suggetions? Please leave a comment
Image
nisarg_kolhe
Posts: 944
Joined: Fri Dec 10, 2010 12:44 pm
Location: 404 : Not Found
Contact:

Re: Mario Kart PSP V4.0 (Updated 18/02/12)

Post by nisarg_kolhe »

fouadtjuhmaster wrote: I will, but first i need to install Linux on my computer first ;)
You know that you can code on Windows too? :? Turbo C++, Visual C++, gcc and other IDEs can be used to code C on Windows! ;)
Reality Sucks! :|
!~My Blog~!
[spoiler]Ultimate PS3 Theme Mod v2.1(For PSP)
Image
Image[/spoiler]
fouadtjuhmaster
Posts: 764
Joined: Sat Jan 01, 2011 12:27 am
Location: Segangan, Oriental, Morocco
Contact:

Re: Mario Kart PSP V4.0 (Updated 18/02/12)

Post by fouadtjuhmaster »

nisarg_kolhe wrote:
fouadtjuhmaster wrote: I will, but first i need to install Linux on my computer first ;)
You know that you can code on Windows too? :? Turbo C++, Visual C++, gcc and other IDEs can be used to code C on Windows! ;)
Thanks, but is it harder on Windows?
Image
nisarg_kolhe
Posts: 944
Joined: Fri Dec 10, 2010 12:44 pm
Location: 404 : Not Found
Contact:

Re: Mario Kart PSP V4.0 (Updated 18/02/12)

Post by nisarg_kolhe »

fouadtjuhmaster wrote:
nisarg_kolhe wrote:
fouadtjuhmaster wrote: I will, but first i need to install Linux on my computer first ;)
You know that you can code on Windows too? :? Turbo C++, Visual C++, gcc and other IDEs can be used to code C on Windows! ;)
Thanks, but is it harder on Windows?
You write the same code everywhere, platform doesn't matter. Just Visual C++ has some elements which makes it only for Windows, so you can't use that code on Linux. But in terms on performance, Linux is faster than Windows, like gcc compiles more faster on Linux than it does on Linux. But if you are just started learning, I don't think performance will matter much, as you won't write some hundred or thousand line programs! :P
Reality Sucks! :|
!~My Blog~!
[spoiler]Ultimate PS3 Theme Mod v2.1(For PSP)
Image
Image[/spoiler]
fouadtjuhmaster
Posts: 764
Joined: Sat Jan 01, 2011 12:27 am
Location: Segangan, Oriental, Morocco
Contact:

Re: Mario Kart PSP V4.0 (Updated 18/02/12)

Post by fouadtjuhmaster »

nisarg_kolhe wrote: You write the same code everywhere, platform doesn't matter. Just Visual C++ has some elements which makes it only for Windows, so you can't use that code on Linux. But in terms on performance, Linux is faster than Windows, like gcc compiles more faster on Linux than it does on Linux. But if you are just started learning, I don't think performance will matter much, as you won't write some hundred or thousand line programs! :P
Allright, then i'll try it on Windows :P Thanks
Image
noname120
Developer
Posts: 777
Joined: Thu Oct 07, 2010 4:29 pm

Re: Mario Kart PSP V4.0 (Updated 18/02/12)

Post by noname120 »

I will, but first i need to install Linux on my computer first
You don't need to. You don't even need an IDE.

The easier way to develop on windows is to install the minpspw (google it) and then notepad++ or related.

Personally, I program on notepad++ then I compile it using gcc (including in minpspw).
To do that, I do a "make".

Read this for getting started: http://forums.qj.net/guides-psp-develop ... rials.html

About the TODO:
Multiplayer Support Ad-Hoc or maybe 2 players on 1 PSP
Although lua for psp does support adhoc, it'll be really a pain to do this with lua since it's slow and only have a few functions, whereas C will be convenient and fast/

Good luck !
Funny stuff
<yifanlu> I enjoy being loud and obnoxious
<yifanlu> rooting an android is like getting a hooker pregnant
<xerpi> I sometimes think I should leave all this stressing **** and be a farmer instead
fouadtjuhmaster
Posts: 764
Joined: Sat Jan 01, 2011 12:27 am
Location: Segangan, Oriental, Morocco
Contact:

Re: Mario Kart PSP V4.0 (Updated 18/02/12)

Post by fouadtjuhmaster »

noname120 wrote:
I will, but first i need to install Linux on my computer first
You don't need to. You don't even need an IDE.

The easier way to develop on windows is to install the minpspw (google it) and then notepad++ or related.

Personally, I program on notepad++ then I compile it using gcc (including in minpspw).
To do that, I do a "make".

Read this for getting started: http://forums.qj.net/guides-psp-develop ... rials.html

About the TODO:
Multiplayer Support Ad-Hoc or maybe 2 players on 1 PSP
Although lua for psp does support adhoc, it'll be really a pain to do this with lua since it's slow and only have a few functions, whereas C will be convenient and fast/

Good luck !
This is very useful, thanks. And that multiplayer support is not importent yet ;) but if it works...........
Image
Locked

Return to “Homebrews”