Skip to content

Dump Dolphin TAS Movie files to plain text, and construct DTM from the same.

License

Notifications You must be signed in to change notification settings

tmurph/dtm2text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convert DTM to text and back

Author:Trevor Murphy
Contact:trevor.m.murphy@gmail.com

This command line tool dumps your Dolphin TAS Movie files to a plain text list of input data (plus a header file).

$ dtm2text YOUR_MOVIE
# creates YOUR_MOVIE_header and YOUR_MOVIE_inputs.txt

Alternatively, you can piece together some plain text lists (plus a header file) into a DTM.

$ text2dtm NEW_MOVIE header_file inputs.txt
# creates NEW_MOVIE

# you can supply several files of inputs
$ text2dtm NEW_MOVIE header_file inputs_01.txt inputs_02.txt

# if you have lots of input files, you can supply a from-file instead
$ cat inputs_from_file
inputs_01.txt
inputs_02.txt
inputs_03.txt
$ text2dtm NEW_MOVIE header_file @inputs_from_file

Requirements

Python 3. Probably not a hard requirement, I just haven’t tested this tool with any earlier versions.

Install

Just use pip!

$ pip install dtm2text

License

Distributed under the terms of the GPLv3 license.

About

Dump Dolphin TAS Movie files to plain text, and construct DTM from the same.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages