Hacking [RELEASE] Pkgi 0.04 - Install games directly on Vita (similar to FreeShop)

sj33

Well-Known Member
Member
Joined
Oct 22, 2013
Messages
4,072
Trophies
2
XP
4,728
Country
Japan
I am, as well as the .tsv links. The list still seems to be outdated.

EDIT - sorry, sorted. Needed to delete pkgi.txt
 
Last edited by sj33,

7he6rim0ne

Member
Newcomer
Joined
Feb 8, 2017
Messages
19
Trophies
0
Age
35
XP
126
Country
United States
this is a great “on Vita” app for people like me who have no access to a winPC. (know of any way to use the NPS Browser method on a Mac running High Sierra?)

i hope you’ll be able to offer the option to install PSMobile pkg files. (a good way to distinguish the PKGi app from the PKGj app. (which offers DLC & Updates pkg installs)
 

DocKlokMan

Plugin Dev
Member
Joined
Apr 20, 2007
Messages
3,009
Trophies
2
Age
36
XP
4,571
Country
United States
this is a great “on Vita” app for people like me who have no access to a winPC. (know of any way to use the NPS Browser method on a Mac running High Sierra?)

i hope you’ll be able to offer the option to install PSMobile pkg files. (a good way to distinguish the PKGi app from the PKGj app. (which offers DLC & Updates pkg installs)
While NPS Browser runs on Mac using Wine, it will only download the files and not unpack them. You could just use pkg2zip by itself in the terminal. That's what I do.

Code:
$ ./pkg2zip -x game.pkg zRIFcodehere

You can get the PKG links and zRIF keys from the same site that PKGi/j download from. Someone mentioned they'd be making a Mac/Linux front end for it eventually though, so you can look forward to that.
 
  • Like
Reactions: 7he6rim0ne

7he6rim0ne

Member
Newcomer
Joined
Feb 8, 2017
Messages
19
Trophies
0
Age
35
XP
126
Country
United States
i tried to get pkg2zip working but failed.

in Terminal i typed:
Code:
 make
which i assume it installed xCode.

then i typed:
Code:
cd ~/Downloads/pkg2zip-master
which got me inside the pkg2zip folder i unzipped.

then i typed:
Code:
make -b
which created the pkg2zip executable.

which is supposed to decrypt the .pkg file to a .zip with a working work.bin inside via hex key.

BUT, when i typed:
Code:
pkg2zip game.pkg HEXKEY
i get:

Code:
-bash: pkg2zip: command not found

i can open the pkg2zip executable just clicking on it, but it says this:

Code:
pkg2zip v1.8 ERROR: no pkg file specified Usage: /Users/myName/Downloads/pkg2zip-master/pkg2zip [-x] [-c[N]] file.pkg [zRIF] logout Saving session... ...copying shared history... ...saving history...truncating history files... ...completed.
[Process completed]

so i assume it doesn’t work that way ;)

i noticed your post included a command line...

Code:
$ ./pkg2zip -x game.pkg zRIFcodehere

could you explain the total method of which that is apart of? like in a tutorial way? :)
 

DocKlokMan

Plugin Dev
Member
Joined
Apr 20, 2007
Messages
3,009
Trophies
2
Age
36
XP
4,571
Country
United States
i tried to get pkg2zip working but failed.

in Terminal i typed:
Code:
 make
which i assume it installed xCode.

then i typed:
Code:
cd ~/Downloads/pkg2zip-master
which got me inside the pkg2zip folder i unzipped.

then i typed:
Code:
make -b
which created the pkg2zip executable.

which is supposed to decrypt the .pkg file to a .zip with a working work.bin inside via hex key.

BUT, when i typed:
Code:
pkg2zip game.pkg HEXKEY
i get:

Code:
-bash: pkg2zip: command not found

i can open the pkg2zip executable just clicking on it, but it says this:

Code:
pkg2zip v1.8 ERROR: no pkg file specified Usage: /Users/myName/Downloads/pkg2zip-master/pkg2zip [-x] [-c[N]] file.pkg [zRIF] logout Saving session... ...copying shared history... ...saving history...truncating history files... ...completed.
[Process completed]

so i assume it doesn’t work that way ;)

i noticed your post included a command line...

Code:
$ ./pkg2zip -x game.pkg zRIFcodehere

could you explain the total method of which that is apart of? like in a tutorial way? :)
Sure, you almost got it.

Code:
$               <--- This is just the bash prompt. Not something you type.
./pkg2zip       <--- This is the executable. You need to type ./ in front otherwise the Terminal is looking in your PATH folders and not the folder you're in.
-x              <--- This tells the program to unpack the file directly to a folder and not a ZIP file, saves you a step.
game.pkg        <--- This is the PKG file you should have already downloaded before hand.
zRIFcodehere    <--- This is the HEXKEY, though that's an inaccurate name as these aren't hex.
So the part you'd actually type is:
Code:
./pkg2zip -x game.pkg HEXKEY
 
  • Like
Reactions: 7he6rim0ne

aos10

Yuuki chan
Member
Joined
Apr 10, 2012
Messages
4,756
Trophies
2
Age
38
XP
4,030
Country
Saudi Arabia
Now that there is enso for 3.65, is there a new list txt file that has titles that require 3.61 - 3.65?
Use pkgj with config.txt that contain the same URL for nps browser.

url_games https ://that nps site /tsv/PSV_GAMES.tsv
url_updates https ://that nps site/
tsv/PSV_UPDATES.tsv
url_dlcs https ://that nps site/tsv/PSV_DLCS.tsv

and delete the pkgi.text.
 
Last edited by aos10,

7he6rim0ne

Member
Newcomer
Joined
Feb 8, 2017
Messages
19
Trophies
0
Age
35
XP
126
Country
United States
thank you AnalogMan so much! i really REALLY appreciate it! :yaypsp:

PAwEFfGyEGzvcTLt4kKiXqZBBOqICzItLFKo7DSGXpoHbXeznNGS4STAOMxlC2_BBoifqdDqIAptXv41NV_7wVs8AIWJcMYU1s5RR8vFJJtJmNO1HsWTkcHIBpgazeBITwiwZBdUSfhl1auxP4tFwgrxIMjZ3p5Py6UgV0c-GrjKl8Dt5SelbDEjeZCu4r77dp8_hBuvRjYfPsy3-TXHDi9NfxVTCcvg8ssyhsiR7yJcnLFT9x1FeH9-0b80_dNsq83tsf5M4HyjHTrOHZsHs32q0CbQX3-nfaouYHK8_DKKZ-wa_PMzH_dl4nxjTxu6NyoIJ45ckcMShnz0OZJs9JDON6N6lX4wg5hDJTkx6pyrvjhHBRJBrt_gRzzH4uLxH0AEsikZgifHkCMcsTvxNTneWdbVTjjWmtYdbaqCdCN_J_6_i-V_g5ThYQHxT_jskgTU4DtJzC1ZgntGJ77IsyrSmxViXRTFsW9ESUVGHpx9vAvFZ4oYbFvTzGWAqnywLl1RGvZeR2hhZOzNVX0Y7IQbIYZg-M2Y46TTjtenAGERiA4l-ocLcuZhOiw08Vb1_492FMJtX9E74gIhElmIoWezzhck9msYpcRPAkrASWrlVFDUuonvhMwGxnZSFHfFX3uGrwQr52A6sdPhbMeYIb6oV4OqsGE3=w647-h367-no
 
Last edited by 7he6rim0ne,

sj33

Well-Known Member
Member
Joined
Oct 22, 2013
Messages
4,072
Trophies
2
XP
4,728
Country
Japan
Does PKGJ download DLC automatically when you download the base game? I can’t find a way to just browse and download the DLC.
 

Ryccardo

Penguin accelerator
Member
Joined
Feb 13, 2015
Messages
7,696
Trophies
1
Age
28
Location
Imola
XP
6,920
Country
Italy
How frequently is the download list updated? I
Normally it would be every 5 minutes, however very heavy demand is overloading the google sheet, so the tsv/json generation is now manual (and done about every 2 days)

Is it possible to download titles using a PC for offline storage?
Sure, but you'll want to use NPS Browser and pkg2zip (or you could just copy the files back from ux0, if you already downloaded them on-console)

Both of you can get more information at the titlekey site, respectively the homepage and the spreadsheet
 

XC-3730C

Well-Known Member
Member
Joined
May 10, 2014
Messages
732
Trophies
0
Age
47
XP
1,475
Country
United States
Could I just download them in PKG format for offline storage, then install the PKG to my Vita, rather than converting to zip?
 
Last edited by XC-3730C,

Nirmonculus

Well-Known Member
Member
Joined
Nov 4, 2014
Messages
735
Trophies
0
XP
560
Country
Does this still work?
Used the old url on config.txt but only shows "no games"
then the new nopaystation link gives out an error. says that pkgi missing or bad config file
 

godreborn

Welcome to the Machine
Member
Joined
Oct 10, 2009
Messages
38,471
Trophies
3
XP
29,138
Country
United States
Does this still work?
Used the old url on config.txt but only shows "no games"
then the new nopaystation link gives out an error. says that pkgi missing or bad config file

you need url_games, url_updates, and url_dlc in front of the urls. these instructions are on the pkgi's github.
 

Nirmonculus

Well-Known Member
Member
Joined
Nov 4, 2014
Messages
735
Trophies
0
XP
560
Country
you need url_games, url_updates, and url_dlc in front of the urls. these instructions are on the pkgi's github.
I don't understand it. Didn't see any instructions on the github release page.
If it's just a config.txt file, can't someone show how it should look like?
I saw a video on youtube that the guy only used the url on the config.txt file and it worked.
 

godreborn

Welcome to the Machine
Member
Joined
Oct 10, 2009
Messages
38,471
Trophies
3
XP
29,138
Country
United States
you can get the urls from that one site. there should be a separate line for games, updates, and dlc. type what I mentioned followed by a space, then the url. if you don't do that, then the system will not find the config.txt file.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • K3Nv2 @ K3Nv2:
    Get a 2nd opinion run mris etc they told me that also
  • Psionic Roshambo @ Psionic Roshambo:
    Also a food allergy study would be a good idea
  • K3Nv2 @ K3Nv2:
    Turns out you can't sprinkle methamphetamine on McDonald's French fries
    +1
  • ZeroT21 @ ZeroT21:
    they wouldn't be called french fries at that point
    +1
  • ZeroT21 @ ZeroT21:
    Probably just meth fries
    +1
  • K3Nv2 @ K3Nv2:
    White fries hold up
    +1
  • The Real Jdbye @ The Real Jdbye:
    @K3Nv2 sure you can
  • BakerMan @ BakerMan:
    why tf do people hate android users? is it the video quality? just because "AnDrOiD = pOoR" bc they don't cost an arm and a leg like iphones do?
    +1
  • BakerMan @ BakerMan:
    i won't be turned off by an iphone, but don't pick on me for having an android, that's just how this shit should work
  • ZeroT21 @ ZeroT21:
    Should say more what these kind of android users say bout nokia 3310 users
  • BigOnYa @ BigOnYa:
    I've owned both iPhone and Androids over the years. Both are just as good, other than Apples higher price. I'm currently on Android, Samsung S21 I think, and very happy with it.
  • K3Nv2 @ K3Nv2:
    Got my 60 minute steps in whew
    +2
  • BigOnYa @ BigOnYa:
    I get mine in everyday, going back n forth to the fridge for a beer.
    +1
  • K3Nv2 @ K3Nv2:
    6,000 steps in so far legs almost broke getting off
    +1
  • K3Nv2 @ K3Nv2:
    Your mind gets in a werid pattern of just finishing then when you're done you're like I need a soda
  • BigOnYa @ BigOnYa:
    You get a "walkers" high?
  • K3Nv2 @ K3Nv2:
    Not really I just use to love building up a sweat
  • BigOnYa @ BigOnYa:
    Funny, that's what uremum always says
  • K3Nv2 @ K3Nv2:
    Yeah and people that take viagra think they have a big dick
    +1
  • K3Nv2 @ K3Nv2:
    You cant fix one insult edit for another edit you pog
  • BigOnYa @ BigOnYa:
    Nuh I'm on my tablet n it always auto corrects me
  • K3Nv2 @ K3Nv2:
    Heorin and uremum do have close quarters
  • Sonic Angel Knight @ Sonic Angel Knight:
    BIG CHICKEN :P
    Sonic Angel Knight @ Sonic Angel Knight: BIG CHICKEN :P