Skip to content

dogshoes/podunpacker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

podunpacker

A tool to examine and extract files from .pod archives used in certain PlayStation 2 (PS2) games.

Installing

Install the go compiler for your operating system and configure your workspace environment. Download podunpacker using the following command.

[dogshoes@oxcart ~]# go get github.com/dogshoes/podunpacker

Finally, ensure that your $GOPATH/bin is in $PATH for ease of use.

[dogshoes@oxcart ~]# export PATH=$PATH:$GOPATH/bin

Use

[dogshoes@oxcart scratch]# podunpacker -e /mnt/cdrom/LANGUAGE.POD 
Input is a POD file, version 5.
Found 6 files.
* world\de\global.txt (17 bytes / 17 bytes), u1: 00000000, u2: 50987748, u3: 268f53a9
* world\en\global.txt (142 bytes / 142 bytes), u1: 00000000, u2: 4f987748, u3: 9d4b08e4
* world\en\test_sound.txt (128 bytes / 128 bytes), u1: 00000000, u2: 4f987748, u3: 9a17181d
* world\es\global.txt (17 bytes / 17 bytes), u1: 00000000, u2: 4f987748, u3: a6134f07
* world\fr\global.txt (18 bytes / 18 bytes), u1: 00000000, u2: 50987748, u3: 090da5a2
* world\it\global.txt (18 bytes / 18 bytes), u1: 00000000, u2: 50987748, u3: 98869414 

About

A tool to examine and extract files from .pod files used in certain PlayStation 2 (PS2) games.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages