Skip to content

Commit

Permalink
scripts for old-pc
Browse files Browse the repository at this point in the history
  • Loading branch information
HPW-dev committed Jul 25, 2022
1 parent 40a4eae commit 0212455
Show file tree
Hide file tree
Showing 19 changed files with 151 additions and 0 deletions.
11 changes: 11 additions & 0 deletions bin/palettes/ZeroRanger_GREEN_ORANGE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
;paint.net Palette File
FF000000
FFFFFFFF
FF001D23
FF003232
FF004F4D
FF009479
FFAD2F17
FFDD5928
FFFF8000
FFFFC073
17 changes: 17 additions & 0 deletions bin/palettes/japanese-woodblock.txt
Original file line number Diff line number Diff line change
@@ -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
20 changes: 20 additions & 0 deletions bin/palettes/msx.txt
Original file line number Diff line number Diff line change
@@ -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
13 changes: 13 additions & 0 deletions bin/palettes/slso8.txt
Original file line number Diff line number Diff line change
@@ -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
20 changes: 20 additions & 0 deletions bin/palettes/zx-spectrum.txt
Original file line number Diff line number Diff line change
@@ -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
5 changes: 5 additions & 0 deletions bin/scripts/old-pc 1.bat
Original file line number Diff line number Diff line change
@@ -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"
5 changes: 5 additions & 0 deletions bin/scripts/old-pc 2.bat
Original file line number Diff line number Diff line change
@@ -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"
5 changes: 5 additions & 0 deletions bin/scripts/old-pc 3.bat
Original file line number Diff line number Diff line change
@@ -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"
5 changes: 5 additions & 0 deletions bin/scripts/old-pc 4.bat
Original file line number Diff line number Diff line change
@@ -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"
5 changes: 5 additions & 0 deletions bin/scripts/old-pc MSX big block.bat
Original file line number Diff line number Diff line change
@@ -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""
5 changes: 5 additions & 0 deletions bin/scripts/old-pc MSX.bat
Original file line number Diff line number Diff line change
@@ -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""
5 changes: 5 additions & 0 deletions bin/scripts/old-pc ZX Spectrum.bat
Original file line number Diff line number Diff line change
@@ -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""
5 changes: 5 additions & 0 deletions bin/scripts/old-pc jpwd palette.bat
Original file line number Diff line number Diff line change
@@ -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""
5 changes: 5 additions & 0 deletions bin/scripts/old-pc lines.bat
Original file line number Diff line number Diff line change
@@ -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"
5 changes: 5 additions & 0 deletions bin/scripts/old-pc rgb1b palette wide.bat
Original file line number Diff line number Diff line change
@@ -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"
5 changes: 5 additions & 0 deletions bin/scripts/old-pc rgb1b palette.bat
Original file line number Diff line number Diff line change
@@ -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"
5 changes: 5 additions & 0 deletions bin/scripts/old-pc slso8 palette 8x8.bat
Original file line number Diff line number Diff line change
@@ -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""
5 changes: 5 additions & 0 deletions bin/scripts/old-pc slso8 palette16x16.bat
Original file line number Diff line number Diff line change
@@ -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""
5 changes: 5 additions & 0 deletions bin/scripts/old-pc zero ranger palette.bat
Original file line number Diff line number Diff line change
@@ -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""

0 comments on commit 0212455

Please sign in to comment.