Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 446 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 446 Bytes

tico-dump

Time Commando File Dump Tool

This tool allow you to extract and decompress all resource files from Time Commando.

How to use

  • Install NodeJS: https://nodejs.org/en/
  • Create a folder with name "data" in the project root directory.
  • Copy all game files to the data folder
  • On the command line do:
    • npm install
    • npm run-script dump
  • All extracted files will be inside a "dump" folder in the project root directory.