Skip to content
ラ⭐ edited this page Jan 1, 2023 · 1 revision

About

Conda is a cli tool for manipulating and inspecting the game files. You can get help using conda with the help command. You can also use help [command] to get help with a specific command. For example, help extract-iso will display help text for the extract-iso command.

  ____                _______             __
 / __ \___  ___ ___  / ___/ /__  __ _____/ /
/ /_/ / _ \/ -_) _ \/ /__/ / _ \/ // / _  /
\____/ .__/\__/_//_/\___/_/\___/\_,_/\_,_/
    /_/

conda-debug-x64 <command> [command_options]

commands:
  help                Command help
  extract-iso         Extract an iso image
  extract-pak         Extract a pak archive
  ls-pak              Lists the contents of a pak archive
  extract-img         Extract an img archive
  ls-img              Extract an img archive
  decompile-script    Decompile an RS script
Clone this wiki locally