Skip to content

angguss/rco-dump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rco-dump

Utility to extract the contents and structure of RCO files from Sony Playstation systems.

Dependencies

  • zlib

On windows you will need the correct version of zlibstatic. For VS2015 you can this the precompiled version from here

Building

The build process uses cmake, it should be sufficient to do something like the following:

mkdir build
cd build
cmake ..
make

Executing

Run rco-dump on an rco file (or drag & drop)

rco-dump accessibility_plugin.rco

The program will create a directory with the extracted contents

accessibility_plugin/
accessibility_plugin/index.xml
accessibility_plugin/sounds/*
accessibility_plugin/textures/*
accessibility_plugin/xmls/*
accessibility_plugin/layouts/*

About

Dump the contents of an RCO file from a PSVITA or PS4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published