Originally posted by ghowden
Yeah that's my command line.
Funny thing is, the program ps3unpkgr is normally used to unpackage .pkg not make_package_ndprm or whatever it is called.
The error it gives makes it look like it is a program that is used to 'sign' packages using a configuration file. So you would use make_package_ndrpm +x <config file name> + and have the key for the package, the contents of the package e.t.c. in the config file. At least that would make sense of the errors we receive like the parse error of the .pkg and missing keys, things like that
got this from a read me in the SDK:
SCE CONFIDENTIAL
PLAYSTATION(R)3 Programmer Tool Runtime Library 160.008
Copyright (C) 2006 Sony Computer Entertainment Inc.
All Rights Reserved.
<サンプルの解説>
本サンプルは、Playstation Network Platform (以下、NP)の機能として、
make_package_npdrm コマンドを用いて NPDRM PACKAGE を作成するサンプルです。
<ファイル>
sample.conf :packager コマンドが利用する設定ファイル。
Makefile :サンプルデータ、および NPDRM PACKAGE 作成処理を記述。
<生成されるファイル>
USRDIR/ :サンプルデータが格納されるディレクトリ。
USRDIR/sample.png :サンプル RAW DATA への symbolic link
USRDIR/sample.edat :上記ファイルを NPDRM EDATA 形式に変換したもの。
IV0002-NPXS00004_00-SAMPLE0000000001.pkg
:USRDIR/ 下のファイルを NPDRM PACKAGE 化したもの。
※このサンプルでは同一のファイルを RAW DATA および NPDRM EDATA 形式で
格納していますが、実際のご利用の際にはそのような制限はありません。