Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.56 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.56 KB

Command-line tool for CND level file

cndtool is a multi-purpose tool for compact game level files (.cnd). The tool can list, extract, add, replace, or remove game assets stored in a CND file. Convert CND file format to NDY level format and vice versa. It can also extract and convert level geometry (level surface vertices and surface UV texture vertices) to Wavefront OBJ file format.

Usage

Indiana Jones and the Infernal Machine CND file tool

Command line interface tool to extract and modify
game assets stored in a CND level file.

  Usage: cndtool <command> [sub-command] [options]

Command:                       Description:
  add                            Add or replace game assets
  convert                        Convert CND file
  extract                        Extract game assets
  list                           Print to the console stored game assets
  remove                         Remove one or more game assets
  help                           Show this message or help for specific command

In the terminal window (cmd.exe on Windows) enter cndtool following by selected command and sub-command.

cndtool <command> [sub-command] [options]

To get help for a specific command enter help as command following by command and sub-command of interest.

Docs