diff --git a/bin/palettes/ZeroRanger_GREEN_ORANGE.txt b/bin/palettes/ZeroRanger_GREEN_ORANGE.txt new file mode 100644 index 0000000..e3aec3f --- /dev/null +++ b/bin/palettes/ZeroRanger_GREEN_ORANGE.txt @@ -0,0 +1,11 @@ +;paint.net Palette File +FF000000 +FFFFFFFF +FF001D23 +FF003232 +FF004F4D +FF009479 +FFAD2F17 +FFDD5928 +FFFF8000 +FFFFC073 \ No newline at end of file diff --git a/bin/palettes/japanese-woodblock.txt b/bin/palettes/japanese-woodblock.txt new file mode 100644 index 0000000..20e7c97 --- /dev/null +++ b/bin/palettes/japanese-woodblock.txt @@ -0,0 +1,17 @@ +;paint.net Palette File +;Downloaded from Lospec.com/palette-list +;Palette Name: Japanese Woodblock +;Description: 12 colours sampled from old Japanese woodblock prints. +;Colors: 12 +FF2b2821 +FF624c3c +FFd9ac8b +FFe3cfb4 +FF243d5c +FF5d7275 +FF5c8b93 +FFb1a58d +FFb03a48 +FFd4804d +FFe0c872 +FF3e6958 diff --git a/bin/palettes/msx.txt b/bin/palettes/msx.txt new file mode 100644 index 0000000..105e9a5 --- /dev/null +++ b/bin/palettes/msx.txt @@ -0,0 +1,20 @@ +;paint.net Palette File +;Downloaded from Lospec.com/palette-list +;Palette Name: MSX +;Description: The MSX was the name of a home computer released by Microsoft in 1983. +;Colors: 15 +FF000000 +FFcacaca +FFffffff +FFb75e51 +FFd96459 +FFfe877c +FFcac15e +FFddce85 +FF3ca042 +FF40b64a +FF73ce7c +FF5955df +FF7e75f0 +FF64daee +FFb565b3 diff --git a/bin/palettes/slso8.txt b/bin/palettes/slso8.txt new file mode 100644 index 0000000..2d2c104 --- /dev/null +++ b/bin/palettes/slso8.txt @@ -0,0 +1,13 @@ +;paint.net Palette File +;Downloaded from Lospec.com/palette-list +;Palette Name: SLSO8 +;Description: +;Colors: 8 +FF0d2b45 +FF203c56 +FF544e68 +FF8d697a +FFd08159 +FFffaa5e +FFffd4a3 +FFffecd6 diff --git a/bin/palettes/zx-spectrum.txt b/bin/palettes/zx-spectrum.txt new file mode 100644 index 0000000..604ba9e --- /dev/null +++ b/bin/palettes/zx-spectrum.txt @@ -0,0 +1,20 @@ +;paint.net Palette File +;Downloaded from Lospec.com/palette-list +;Palette Name: ZX Spectrum +;Description: A true-to-hardware palette. Please note that the luminesence of the ZX Spectrum is dictated by the voltage output of the hardware (85% voltage for non-bright, 100% for bright) - so instead of using E/F values as dictated in the wikipedia article in the hex for non-bright/bright, the colours are instead D8/FF (D8 being 85% of FF). For example, non-bright red is given as EE0000 in the article - instead it has been portrayed here as D80000 to give as close to hardware output as possible on modern screens. +;Colors: 15 +FF000000 +FF0000d8 +FF0000ff +FFd80000 +FFff0000 +FFd800d8 +FFff00ff +FF00d800 +FF00ff00 +FF00d8d8 +FF00ffff +FFd8d800 +FFffff00 +FFd8d8d8 +FFffffff diff --git a/bin/scripts/old-pc 1.bat b/bin/scripts/old-pc 1.bat new file mode 100644 index 0000000..e10cdc4 --- /dev/null +++ b/bin/scripts/old-pc 1.bat @@ -0,0 +1,5 @@ +set batch_path=%~dp0 +set /a rand_name=%random% %% 100000 +"%batch_path%..\seze.exe" -i %1 -o %1-%rand_name%.avi ^ +--plug "%batch_path%..\plugins\\windows\\free\\old pc.dll" ^ +--opts "-w 32 -h 32 -a none" \ No newline at end of file diff --git a/bin/scripts/old-pc 2.bat b/bin/scripts/old-pc 2.bat new file mode 100644 index 0000000..eb9902e --- /dev/null +++ b/bin/scripts/old-pc 2.bat @@ -0,0 +1,5 @@ +set batch_path=%~dp0 +set /a rand_name=%random% %% 100000 +"%batch_path%..\seze.exe" -i %1 -o %1-%rand_name%.avi ^ +--plug "%batch_path%..\plugins\\windows\\free\\old pc.dll" ^ +--opts "-w 16 -h 16 -a none -f mc" \ No newline at end of file diff --git a/bin/scripts/old-pc 3.bat b/bin/scripts/old-pc 3.bat new file mode 100644 index 0000000..71ffea9 --- /dev/null +++ b/bin/scripts/old-pc 3.bat @@ -0,0 +1,5 @@ +set batch_path=%~dp0 +set /a rand_name=%random% %% 100000 +"%batch_path%..\seze.exe" -i %1 -o %1-%rand_name%.avi ^ +--plug "%batch_path%..\plugins\\windows\\free\\old pc.dll" ^ +--opts "-w 128 -h 1 -a none -f mc" \ No newline at end of file diff --git a/bin/scripts/old-pc 4.bat b/bin/scripts/old-pc 4.bat new file mode 100644 index 0000000..91bfeff --- /dev/null +++ b/bin/scripts/old-pc 4.bat @@ -0,0 +1,5 @@ +set batch_path=%~dp0 +set /a rand_name=%random% %% 100000 +"%batch_path%..\seze.exe" -i %1 -o %1-%rand_name%.avi ^ +--plug "%batch_path%..\plugins\\windows\\free\\old pc.dll" ^ +--opts "-w 1 -h 128" \ No newline at end of file diff --git a/bin/scripts/old-pc MSX big block.bat b/bin/scripts/old-pc MSX big block.bat new file mode 100644 index 0000000..36c1b62 --- /dev/null +++ b/bin/scripts/old-pc MSX big block.bat @@ -0,0 +1,5 @@ +set batch_path=%~dp0 +set /a rand_name=%random% %% 100000 +"%batch_path%..\seze.exe" -i %1 -o %1-%rand_name%.avi ^ +--plug "%batch_path%..\plugins\\windows\\free\\old pc.dll" ^ +--opts "-w 16 -h 16 -d 16x16 -v 0.3 -p "%batch_path%..\palettes\msx.txt"" \ No newline at end of file diff --git a/bin/scripts/old-pc MSX.bat b/bin/scripts/old-pc MSX.bat new file mode 100644 index 0000000..d5a1caa --- /dev/null +++ b/bin/scripts/old-pc MSX.bat @@ -0,0 +1,5 @@ +set batch_path=%~dp0 +set /a rand_name=%random% %% 100000 +"%batch_path%..\seze.exe" -i %1 -o %1-%rand_name%.avi ^ +--plug "%batch_path%..\plugins\\windows\\free\\old pc.dll" ^ +--opts "-w 8 -h 8 -d 16x16 -p "%batch_path%..\palettes\msx.txt"" \ No newline at end of file diff --git a/bin/scripts/old-pc ZX Spectrum.bat b/bin/scripts/old-pc ZX Spectrum.bat new file mode 100644 index 0000000..df4702d --- /dev/null +++ b/bin/scripts/old-pc ZX Spectrum.bat @@ -0,0 +1,5 @@ +set batch_path=%~dp0 +set /a rand_name=%random% %% 100000 +"%batch_path%..\seze.exe" -i %1 -o %1-%rand_name%.avi ^ +--plug "%batch_path%..\plugins\\windows\\free\\old pc.dll" ^ +--opts "-w 8 -h 8 -d 16x16 -p "%batch_path%..\palettes\zx-spectrum.txt"" \ No newline at end of file diff --git a/bin/scripts/old-pc jpwd palette.bat b/bin/scripts/old-pc jpwd palette.bat new file mode 100644 index 0000000..0fbf33e --- /dev/null +++ b/bin/scripts/old-pc jpwd palette.bat @@ -0,0 +1,5 @@ +set batch_path=%~dp0 +set /a rand_name=%random% %% 100000 +"%batch_path%..\seze.exe" -i %1 -o %1-%rand_name%.avi ^ +--plug "%batch_path%..\plugins\\windows\\free\\old pc.dll" ^ +--opts "-w 8 -h 8 -d 2x2 -v 0.5 -p "%batch_path%..\palettes\japanese-woodblock.txt"" \ No newline at end of file diff --git a/bin/scripts/old-pc lines.bat b/bin/scripts/old-pc lines.bat new file mode 100644 index 0000000..1387f2c --- /dev/null +++ b/bin/scripts/old-pc lines.bat @@ -0,0 +1,5 @@ +set batch_path=%~dp0 +set /a rand_name=%random% %% 100000 +"%batch_path%..\seze.exe" -i %1 -o %1-%rand_name%.avi ^ +--plug "%batch_path%..\plugins\\windows\\free\\old pc.dll" ^ +--opts "-w 64 -h 1" \ No newline at end of file diff --git a/bin/scripts/old-pc rgb1b palette wide.bat b/bin/scripts/old-pc rgb1b palette wide.bat new file mode 100644 index 0000000..ec3af38 --- /dev/null +++ b/bin/scripts/old-pc rgb1b palette wide.bat @@ -0,0 +1,5 @@ +set batch_path=%~dp0 +set /a rand_name=%random% %% 100000 +"%batch_path%..\seze.exe" -i %1 -o %1-%rand_name%.avi ^ +--plug "%batch_path%..\plugins\\windows\\free\\old pc.dll" ^ +--opts "-w 32 -h 1 -d 16x16 -v 0.5" \ No newline at end of file diff --git a/bin/scripts/old-pc rgb1b palette.bat b/bin/scripts/old-pc rgb1b palette.bat new file mode 100644 index 0000000..42a9c24 --- /dev/null +++ b/bin/scripts/old-pc rgb1b palette.bat @@ -0,0 +1,5 @@ +set batch_path=%~dp0 +set /a rand_name=%random% %% 100000 +"%batch_path%..\seze.exe" -i %1 -o %1-%rand_name%.avi ^ +--plug "%batch_path%..\plugins\\windows\\free\\old pc.dll" ^ +--opts "-w 16 -h 16 -d 2x2 -v 0.5" \ No newline at end of file diff --git a/bin/scripts/old-pc slso8 palette 8x8.bat b/bin/scripts/old-pc slso8 palette 8x8.bat new file mode 100644 index 0000000..13ac10c --- /dev/null +++ b/bin/scripts/old-pc slso8 palette 8x8.bat @@ -0,0 +1,5 @@ +set batch_path=%~dp0 +set /a rand_name=%random% %% 100000 +"%batch_path%..\seze.exe" -i %1 -o %1-%rand_name%.avi ^ +--plug "%batch_path%..\plugins\\windows\\free\\old pc.dll" ^ +--opts "-w 8 -h 8 -p "%batch_path%..\palettes\slso8.txt"" \ No newline at end of file diff --git a/bin/scripts/old-pc slso8 palette16x16.bat b/bin/scripts/old-pc slso8 palette16x16.bat new file mode 100644 index 0000000..89a0b8a --- /dev/null +++ b/bin/scripts/old-pc slso8 palette16x16.bat @@ -0,0 +1,5 @@ +set batch_path=%~dp0 +set /a rand_name=%random% %% 100000 +"%batch_path%..\seze.exe" -i %1 -o %1-%rand_name%.avi ^ +--plug "%batch_path%..\plugins\\windows\\free\\old pc.dll" ^ +--opts "-w 16 -h 16 -p "%batch_path%..\palettes\slso8.txt"" \ No newline at end of file diff --git a/bin/scripts/old-pc zero ranger palette.bat b/bin/scripts/old-pc zero ranger palette.bat new file mode 100644 index 0000000..234db76 --- /dev/null +++ b/bin/scripts/old-pc zero ranger palette.bat @@ -0,0 +1,5 @@ +set batch_path=%~dp0 +set /a rand_name=%random% %% 100000 +"%batch_path%..\seze.exe" -i %1 -o %1-%rand_name%.avi ^ +--plug "%batch_path%..\plugins\\windows\\free\\old pc.dll" ^ +--opts "-w 16 -h 16 -p "%batch_path%..\palettes\ZeroRanger_GREEN_ORANGE.txt"" \ No newline at end of file