Skip to content
This repository has been archived by the owner on Sep 30, 2023. It is now read-only.
/ tools_layton3 Public archive

Tools for poking about files in LAYTON3.

License

Notifications You must be signed in to change notification settings

bullbin/tools_layton3

Repository files navigation

Professor Layton and the Lost Future (5294) Reverse-Engineering

(Professor Layton and the Unwound Future (5200) in America)
This has been replaced by madhatter which has the same capabilities but comes with support for saner image formats and NDS decompression. This remains as a reference, please use that instead!


By default, scripts expect uncompressed assets. There is code available for decompression but it needs to be called.

Scripts

  • asset_image for converting animations or backgrounds to PNGs or creating backgrounds
  • asset for extracting or creating LPC2 containers
  • asset_script for parsing LSCR script files

Format Progression

  • LIMG - Complete, should extract majority of files including edge cases
  • CANI - Complete, can extract full frames of images
  • LPCK - Complete
  • LSCR - Complete, can print all commands

Credits

  • Tinke and DSDecmp for NDS decompression routines

Requirements

  • ndspy
  • Pillow

Releases

No releases published

Packages

No packages published

Languages