Pkgi Ps3 Config.txt

Related search suggestions provided.

Setting Up Your PKGi PS3 Config.txt: The Ultimate Guide Getting

running on your jailbroken PS3 (HEN or CFW) is one of the best ways to expand your library without needing a PC for every single game transfer . However, many users hit a wall with the dreaded "Error: pkgi.txt file(s) missing or bad config.txt file" .

This guide breaks down exactly what needs to be in your config.txt and where it needs to go. 1. Creating the Config.txt File

The config.txt file tells the app where to find the game databases. You can create this file using any basic text editor (like Notepad). Copy and paste the following content into your config.txt:

PKGi requires a comma-separated values file with the following columns:

Title ID,Game Name,Size in bytes,URL to PKG,URL to icon (optional),URL to rap

Example line:

BLUS31156,The Last of Us,14978000000,http://myserver.com/BLUS31156.pkg,http://myserver.com/icons/BLUS31156.png,http://myserver.com/raps/BLUS31156.rap

Simply copy the file via FTP or multiMAN to a USB drive. Keep a copy on your PC.

| Directive | Description | Example | |-----------|-------------|---------| | url_games | URL to a text file containing the list of games (CSV format). | url_games http://your-server.com/ps3_games.txt | | url_dlc | URL to a text file containing DLCs. | url_dlc http://your-server.com/ps3_dlc.txt | | url_updates | URL for game updates. | url_updates http://your-server.com/ps3_updates.txt | | url_rap | URL where RAP files (licenses) are stored. | url_rap http://your-server.com/rap/ |