Skip to content
forked from chaoticgd/wrench

A set of modding tools (level editor, etc) for the Ratchet & Clank PS2 games.

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

YAGAMI55/wrench

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wrench Editor

A set of modding tools for the Ratchet & Clank PS2 games.

Current features include an ISO extractor/builder, a level editor, facilities for extracting textures, and a number of command line tools for development.

For build instructions, see the Build section below. For usage instructions, see the User Guide. To find out which games are compatible, see the Compatibility Matrix. For information on the game's file formats, see the Formats Guide.

Screenshots

Level Editor Texture Browser Model Browser

Building

Linux

  1. Install the following dependencies and tools:

    • git
    • cmake
    • g++ 8 or newer
    • xorg-dev (needed to build GLFW)
    • zenity
  2. cd into the directory above where you want Wrench to live e.g. cd ~/code.

  3. Download the source code and additional dependencies using Git:

    git clone --recursive https://github.com/chaoticgd/wrench

  4. cd into the newly created directory:

    cd wrench

  5. Build it with cmake:

    cmake . && cmake --build . -- -j8

    (in the above example 8 threads are used)

Windows

  1. Install the following tools:

    • git
    • Visual Studio (with desktop C++/cmake support)
  2. Open a Visual Studio developer command prompt.

  3. cd into the directory above where you want Wrench to live e.g. cd c:\code.

  4. Download the source code and dependencies using Git:

    git clone --recursive https://github.com/chaoticgd/wrench

  5. cd into the newly created directory:

    cd wrench

  6. Build it with cmake:

    cmake . && cmake --build .

About

A set of modding tools (level editor, etc) for the Ratchet & Clank PS2 games.

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 78.8%
  • C 17.9%
  • Kaitai Struct 2.6%
  • CMake 0.7%