Rinnegatamante / vitaQuakeII

Quake II port for PSVITA.
GNU General Public License v2.0
52 stars 27 forks source link

Makefile not building vpk properly in windows #16

Closed mrdude2478 closed 6 years ago

mrdude2478 commented 6 years ago

Current makefile does not build vpk properly, it needs changed to this:

vita-make-fself -s $< build/eboot.bin vita-mksfoex -s TITLE_ID=$(TITLE) -d ATTRIBUTE2=12 "$(TARGET)" param.sfo cp -f param.sfo build/sce_sys/param.sfo

#------------ Comment this if you don't have 7zip ------------------
7z a -tzip ./$(TARGET).vpk -r ./build/sce_sys ./build/eboot.bin ./build/shaders
#-------------------------------------------------------------------
Rinnegatamante commented 6 years ago

I'm on windows and the Makefile works fine.

mrdude2478 commented 6 years ago

It doesn't put the files in the proper directories in the generated vpk. If you look at the makefile you have for vitaquake - then use the same commands for vitaquakeii it will build properly, just as vitaquake now builds properly.

Rinnegatamante commented 6 years ago

immagine