View Full Version: .prx files

CheatSync.net Forums > Developement > .prx files


Title: .prx files


seb - January 6, 2007 04:06 PM (GMT)
Ade you once said you would tell us all how to make prx file for devhook will you ever get round to it? also dose any one know how i make them

emcp - February 26, 2007 04:58 PM (GMT)
please will someone tell us on how to make prx come on Adepsp i know you had problems figuring it out you got so sick of it you offered the first person who told a tenner

and you also said that all these people could answer your question in a 10 seconds now youre one of those people just give us a link PLEASE..............

thanks

seb - February 26, 2007 06:21 PM (GMT)
well i think i know you make it in a like a eboto just you change features in the makefile and if i remember right on the psp toolchain site there is some thing called prx tools beats me what it is

emcp - February 27, 2007 05:14 PM (GMT)
i have a rough idea how to make prx you add

CODE

TARGET = mymodule
OBJS = main.o

# Define to build this as a prx (instead of a static elf)
BUILD_PRX=1
# Define the name of our custom exports (minus the .exp extension)
PRX_EXPORTS=exports.exp

USE_PSPSDK_LIBC = 1

INCDIR =
CFLAGS = -O2 -G0 -Wall
CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti
ASFLAGS = $(CFLAGS)

LIBDIR =

PSPSDK=$(shell psp-config --pspsdk-path)
include $(PSPSDK)/lib/build.mak


you add the prx build but what im more concerened for is PLUGINS because this prx doesnt work when you load it on recovery i could use this for one of my apps which would be useful for gtvcs but for most other free roam games

but id also like to find out how to make a vhs prx cuase you add different libs and all i think or just the general construction


SO !PLEASE IF YOU KNOW HOW TO MAKE A OE (etc) PLUGIN PLEASE MAKE A TUT OR JUST GIVE US A LINK OR EVEN GIVE US A SOURCE OR ANYTHING PLEASE!

seb - February 27, 2007 05:47 PM (GMT)
thats the make file you have to make a .c or what ever then run make or maby make prx i dono

PS ADe hurry up with t he tut its been about half a year or so now

emcp - April 1, 2007 07:38 PM (GMT)
theres an example prx to say hello world in gta vcs

all i can say is thank you so much Waterbottle with this my projects should be finished soon

thanks a hell of alot


EDIT ////////////

heres a tutorial you can find it here just reading it now


------------------------------------------------------------------------------------------------

here is a xmb prx very simple press L makes a file in the ms root press r ends the plugin

Click here

thanks to fergie4000at ps2dev.org

-------------------------------------------------------------------------------------------------

Heres one ot blit images and text to the xmb

http://www.psp-programming.com/forums/inde...;prev_next=next




Hosted for free by InvisionFree