From: sparky4 Date: Fri, 15 Apr 2016 16:34:43 +0000 (-0500) Subject: i now await joncampbell321 for the finishing of the sht format ^^ X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=commitdiff_plain;h=cc007b37128ec162cad22a0ff5cca85733905740 i now await joncampbell321 for the finishing of the sht format ^^ --- diff --git a/data/spri/ptmp.sht b/data/spri/ptmp.sht new file mode 100755 index 00000000..e69de29b diff --git a/data/spri/ptmp.vrs b/data/spri/ptmp.vrs new file mode 100755 index 00000000..aba7f89a Binary files /dev/null and b/data/spri/ptmp.vrs differ diff --git a/makefile b/makefile index 8e654323..d8b5fd20 100755 --- a/makefile +++ b/makefile @@ -88,8 +88,7 @@ TESTEXEC = exmmtest.exe test.exe pcxtest.exe pcxtest2.exe test2.exe palettec.exe #testemm.exe testemm0.exe fonttes0.exe miditest.exe sega.exe sountest.exe EXEC = 16.exe bakapi.exe $(TESTEXEC) tesuto.exe -all: $(EXEC) vrl2vrs.exe pcxsscut.exe -#joytest.exe +all: $(EXEC) joytest.exe vrs #$(16LIBOBJS) => 16.lib bug.... # diff --git a/ptmp.h b/ptmp.h new file mode 100755 index 00000000..440f3774 --- /dev/null +++ b/ptmp.h @@ -0,0 +1,8 @@ +// header file for sprite sheet. AUTO GENERATED, do not edit +// +// source PCX: data/ptmp.pcx +// sheet script: data/spri/ptmp.sht +// palette file: data/spri/ptmp.pal + + +// end list diff --git a/ptmps.h b/ptmps.h new file mode 100755 index 00000000..729ecd53 --- /dev/null +++ b/ptmps.h @@ -0,0 +1,8 @@ +// header file for sprite sheet. AUTO GENERATED, do not edit +// +// sheet script: data/spri/ptmp.sht + +// sprite sheet (sprite IDs) +// animation list (animation IDs) + +// end list diff --git a/spri.sh b/spri.sh index 1b2407fe..4427c024 100755 --- a/spri.sh +++ b/spri.sh @@ -1,4 +1,5 @@ #! /bin/bash - -./pcxsscut -s data/spri/"$*".sht -hc "$1".h -hp _"$1"_ -i data/"$1".pcx -p data/spri/"$1".pal -tc 0x0 -y -./vrl2vrs -s data/spri/"$*".sht -hc "$1"s.h -hp _"$1"_ -o data/spri/"$1".vrs +./pcxsscut -s data/spri/"$1".sht -hc "$1".h -hp _"$1"_ -i data/"$1".pcx -p data/spri/"$1".pal -tc 0x"$2" -y +./vrl2vrs -s data/spri/"$1".sht -hc "$1"s.h -hp _"$1"_ -o data/spri/"$1".vrs +# . ./pcxsscut "$pee" +# . ./vrl2vrs "$pee"