A command line template editing program, very similar to tr.
If you don't know what a command line or a terminal is or how to use them, then this program is not for you.
Basic usage:
This reads infile.smtpl and writes the modified template to outfile.smtpl, substituting all occurences of ice crystals (/ice crystal wedges) with black hull (wedges).
It supports single block IDs (i.e. 286), as well as ranges (i.e. 286-287). Also see the "--help" page, it contains further information.
Installation:
You need a Ruby runtime, and to also install the gem Trollop (usually done by executing gem install trollop).
Apart from that, I'm trusting that everyone who finds their way around a terminal will be able to get this running without further assistance. If not, please feel free to use the "Ask questions" button on the right of the page.
Additional info:
If you don't know what a command line or a terminal is or how to use them, then this program is not for you.
Basic usage:
Code:
smtr -i infile.smtpl -o outfile.smtpl '286,444' '75,296'
It supports single block IDs (i.e. 286), as well as ranges (i.e. 286-287). Also see the "--help" page, it contains further information.
Installation:
You need a Ruby runtime, and to also install the gem Trollop (usually done by executing gem install trollop).
Apart from that, I'm trusting that everyone who finds their way around a terminal will be able to get this running without further assistance. If not, please feel free to use the "Ask questions" button on the right of the page.
Additional info:
- Language: Ruby
- Dependencies:
- A Ruby runtime
- The Ruby gem trollop
- License: GPLv3