home *** CD-ROM | disk | FTP | other *** search
- ; KISS 2.24v cnf file format explained.
- ; Notes by Mian... Hey I worked this out the hard way, so if it isn't 100%
- ; correct... Well, use at your own risk... It worked fine when I tried it.
- ;
- ; If you seem to be having trouble loading more complex dolls, set your
- ; computer to use expanded memory.
- ;
- ;
- ; << use semi colon for commenting
- ;
- (640,480) ; Specify Video Mode. (640,400) or (640,480). Default (448,320)
- ; The stated max is (640,400) but (640,480) works on IBM compatables with no
- ; problems.
- ;
- [0 ; Position of Border Color in palette. (0 to 15)
- ; Transparent color must be palette position 0.
- ;
- %<filename>.KCF ; Color file to use.
- ;
- ; Now for the cels. The data is in four parts, the layering order specified
- ; by the order in which cels are specified. First cel listed is drawn on top.
- ; Last cel listed is on bottom.
- ;
- ;#10 Cell Number. Actual number has no relevance, except
- ; in multi-cel items. Range 0 to 127
- ;#xx.10 Number of drags before something will move. eg, Use
- ; 2000 to stop something (like the doll or her
- ; underwear) ever moving.
- ;#xx.xx CELNAME.CEL The name of the CEL. Extension must be included.
- ;
- ; Celnames should be kept to 6 or 7 characters if they are to have more than
- ; one part. Celname could end with _b if a rear cel, or _f if a front cel.
- ; The important thing is that front and rear cels share the same cel number,
- ; as do multipart cels. All cels with the same cel number are linked together.
- ; eg. shoe_f.cel and shoe_b.cel. Rear cels are placed in the cel list
- ; below anything they go behind, including the primary doll cel.
- ; Multipart cels share a common top left X an Y coordinate, so the cel images
- ; must be padded accordingly. (use PCX2CEL with the /T switch).
- ;
- ;#xx.xx xxxxxxx.xxx :0 1 2 3 4 5 6 7 8 9 ; the outfits or sets (0to9) in which
- ; the cell will appear.
- ;
- ; eg:
- #57 RANAF3.CEL ; as no set is specified, this cel will appear in all sets.
- #58 RANAF2.CEL :0 1 2 3 4 5 6 7 8 9 ; Neckband ; all sets
- #59.10 RANAF1.CEL : 1 3 4 8 9 ; Hairstyle ; sets 1,3,4,8,9 only
- #60.200 RANAF0.CEL :0 1 2 3 4 5 6 7 8 9 ; Miss Rana De-mahn herself
- #59 RANAF1_B.CEL : 1 3 4 8 9 ; Back of Hairstyle
- ;
- ;And finally the coordinates of each cel. 10 rows.
- ;Let the program generate this for you.
- ;$0 << palette to use.
- ;$0 * 122,134 << postition of cels
-