fgsfdsfgs / sm64-port

PS2, PS3, OG Xbox and DOS ports of sm64-port.
https://discord.gg/7bcNTPK
249 stars 39 forks source link

No me compila un archivo .pkg en ps3 #41

Closed hero-hz1999yt closed 3 years ago

hero-hz1999yt commented 3 years ago

utiliza docker para compilar para ps3 pero no me resulta un archivo pkg, solamente archivo .elf, .self

fgsfdsfgs commented 3 years ago

In the docker command that you used to build the game, replace make --jobs with make --jobs pkg. It should make a pkg file next to the .self.

Nacheras commented 3 years ago

When you make the pkg, there are two versions, one that says "gnpdrm" and other one without this word. What´s the difference?? Are just the same??

fgsfdsfgs commented 3 years ago

I got no idea. Some DRM-related shit probably.

Nacheras commented 3 years ago

So it´s better not to use it, though it builds it in your port jejejje Thanks

fgsfdsfgs commented 3 years ago

The packaging tool builds both variants by default. I don't know which one is required since I don't own a PS3.