Does anyone know how to edit nitePR and change colors and stuff add stuff maybe to? i heard there was a program can someone make me a tut or give me a link?
Printable View
Does anyone know how to edit nitePR and change colors and stuff add stuff maybe to? i heard there was a program can someone make me a tut or give me a link?
There is hardly a program, you need to edit the source code and compile the prx yourself if you want to change things in NitePR.
how can i do this
http://www.psp-programming.com/tutorials/
A lot more hassle than its worth to just change colors. Good thing to know though.
ty rep+
Yea you have to change the color in like 34435 different spotz and it's not even worth it.
Yea they forgot the most important part you have to know some C to know what to change. And good luck withe the toolchain on windows.
Yea. The toolchain and everything. But it's
Scebackgroundcolor
I think that's what it is right?
No I rember it's scepspdebugscreen. But I don't really care. Nodding nitepr's colors is a waste of time
The colors are in the main .c file (aka crt0_prx). They are kinda together and will look similar to this pspDebugScreenSetTextColor(0xFFBBBBBB);. This 0xFFBBBBBB = color in hex.
Lol there is several places you have to change the colors as its not defined in the beggining of the source like it should be(depends if its rev J src or a modded one) you have to even change it so it applies to certain areas of the cheat handler. Good lukc learning that stuff its a blast, dont think it will take 1-3 days either.
im gunna try to do it in Dev C++ a lil program i had b4 when i was learning a lil bout C++
----Added 2/7/2009 at 9:48 AM----
bhow do u make a prx file?
i was tryign to download that stuff but it takes to long... so if i mod it in c++ can i send it to u and u make it a .prx for me?
hmm well i guess when im done modding it i think i might add bit more then a color mod ... ill see if someone else can :P
its all good tho i know some what bout c i know how to read it and what it does
Dev cpp won't work for you because it doesn't compile prx's. You need the sdk crap.
can u fix download link on ur tut?
thanks and i guess im just challenged then i probally clicked on wrong thing or something