Skip to content

Trim or pad a .3ds or .cci

ihaveamac edited this page Jul 27, 2016 · 1 revision

This will tell you how you can trim a CTR Cart Image (.3ds/.cci) to remove or add padding.

Requirements

  • 3dstool
    If you are not using Windows, you must build the source yourself for now.

Trim

Use this command on a padded CCI:

3dstool -rf game.3ds

Explanation of possible arguments for this situation:

  • -r or --trim - Trim the CCI
  • -f or --file - required, Target file

Pad

Use this command on a trimmed CCI:

3dstool -pf game.3ds

Explanation of possible arguments for this situation:

  • -p or --pad - Pad the CCI
  • -f or --file - required, Target file