Difference between revisions of "SeqMaker"

From SCI Wiki
Jump to navigationJump to search
Line 1: Line 1:
 
{{SCI Software
 
{{SCI Software
 
| Software = SEQTool
 
| Software = SEQTool
| image = [[Image:SEQTool.png|200px]]
+
| image = <!-- [[Image:SeqMaker.png|200px]] -->Command Line Tool
| Developers = {{Andrew Branscom}}
+
| Developers = {{Kawa}}
 
| Language = English
 
| Language = English
| Version = 1.0.0.0
+
| Version = 2.1
 
| OS = Windows
 
| OS = Windows
| Type = {{Plugin}}
+
| Type = {{ResourceTool}}
 
| Localization = English
 
| Localization = English
| Website =  
+
| Website = http://helmet.kafuka.org/sci/
 
}}
 
}}
  
 
<div align="center"><span style="font-size: 22pt">SeqMaker 2.1</span><br />
 
<div align="center"><span style="font-size: 22pt">SeqMaker 2.1</span><br />
Version 1.0<br />
+
Version 2.1<br />
''Author: [[Andrew Branscom]]''</div>
+
''Author: [[Kawa]]''</div>
  
 
==<br /> Description ==
 
==<br /> Description ==
Line 27: Line 27:
 
» Exploding a SEQ file into individual bitmaps of your chosen format.
 
» Exploding a SEQ file into individual bitmaps of your chosen format.
  
 +
==<br /> Usage ==
 +
 +
<blockquote>
 
For command line use:
 
For command line use:
  
Line 41: Line 44:
  
 
Aspect and Dual switches have no bearing on what is saved.
 
Aspect and Dual switches have no bearing on what is saved.
 +
</blockquote>
  
 
==<br /> Download ==
 
==<br /> Download ==
Line 48: Line 52:
  
 
* http://helmet.kafuka.org/sci/seqmaker2.zip
 
* http://helmet.kafuka.org/sci/seqmaker2.zip
 
  
 
<blockquote>
 
<blockquote>
Line 61: Line 64:
 
* <!-- [[:Category:|]] -->
 
* <!-- [[:Category:|]] -->
  
<!-- [[Category:SCI Tools]] -->
+
[[Category:SCI Tools]]

Revision as of 15:01, 28 March 2016

Template:SCI Software

SeqMaker 2.1

Version 2.1

Author: Kawa


Description

Features: » Supports PNG, BMP, GIF, and PCX (no shit!) » Automatically detects sequences, so you can just drop book1.bmp on it and expect it to make book.seq with all 16 frames. » Specify a later frame to start from there instead. » Also supports TXT files with file lists in 'em in place of the first frame. » Integrated player -- drop a SEQ file on it. » Player doesn't use SetPixel any more! » Anything wrong? This even has return codes for integration into UI fronts or whatever. » Exploding a SEQ file into individual bitmaps of your chosen format.


Usage

For command line use:

seqmaker [infile] => as above seqmaker [infile] -o [outfile] => don't guess the name of the seq to make

seqmaker [seqfile] => play seq in 320x200 seqmaker [seqfile] -d => play seq in 640x400 seqmaker [seqfile] -a => play seq in 320x240 seqmaker [seqfile] -a -d => play seq in 640x480 seqmaker [seqfile] -- plays Alexander approaching the mirror seqmaker [seqfile] -e -- plays, but also saves frames as cd6-0001.png through cd6-0130something.png seqmaker [seqfile] -e alexmirror1.png -- saves as alexmirror1.png and so on.

Aspect and Dual switches have no bearing on what is saved.


Download

Download from here:

Source Code is available here:


Also See