diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-12-06 03:29:43 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-12-06 03:29:43 -0300 |
commit | 3fd703236598307da52fb3f78469cb313ec2de36 (patch) | |
tree | 62b8ec9a18204e76849c8023f9c29a01666b9686 /src | |
parent | 832a4a59b2059141c5ffbbee81e5b5105bb11f8c (diff) |
Fix s-ppux_5c7x-0x modes
Diffstat (limited to 'src')
11 files changed, 345 insertions, 47 deletions
diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode0.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode0.lua index 4b71ef5..96aa54f 100644 --- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode0.lua +++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode0.lua @@ -23,7 +23,7 @@ return { '15bpp', transparent = 'averaging', }, - mesh = true, + mesh = false, api = false, shader = { false, @@ -38,10 +38,10 @@ return { screen = 128, line = 34, }, - rotate = true, - scale = true, - shear = true, - affine = true, + rotate = false, + scale = false, + shear = false, + affine = false, size = { small = { width = 8, @@ -147,7 +147,7 @@ return { { colors = '2bpp', specifyColors = false, - moveIndividual = false, + moveIndividual = true, rotate = false, scale = false, shear = false, diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode1.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode1.lua index e68317a..46096f3 100644 --- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode1.lua +++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode1.lua @@ -23,7 +23,7 @@ return { '15bpp', transparent = 'averaging', }, - mesh = true, + mesh = false, api = false, shader = { false, @@ -38,10 +38,10 @@ return { screen = 128, line = 34, }, - rotate = true, - scale = true, - shear = true, - affine = true, + rotate = false, + scale = false, + shear = false, + affine = false, size = { small = { width = 8, @@ -120,7 +120,7 @@ return { { colors = '2bpp', specifyColors = false, - moveIndividual = false, + moveIndividual = true, rotate = false, scale = false, shear = false, diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode10.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode10.lua new file mode 100644 index 0000000..2ac830b --- /dev/null +++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode10.lua @@ -0,0 +1,149 @@ +return { + screen = { + default = { + width = 256, + height = 224, + fps = 29.97, + origin = { + x = 0, + y = 0, + }, + }, + pal = { + width = 256, + height = 240, + fps = 25, + origin = { + x = 0, + y = 0, + }, + }, + }, + colors = { + '15bpp', + transparent = 'averaging', + }, + mesh = true, + api = false, + shader = { + false, + fragment = false, + }, + physic = false, + sprite = { + true, + colors = '4bpp', + limits = { + true, + screen = 128, + line = 34, + }, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + small = { + width = 8, + height = 8, + }, + default = { + width = 16, + height = 16, + }, + big = { + width = 32, + height = 32, + }, + huge = { + width = 64, + height = 64, + }, + }, + }, + tile = { + layer = { + { + colors = '4bpp', + specifyColors = false, + moveIndividual = false, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, + }, + }, + }, + { + colors = '4bpp', + specifyColors = false, + moveIndividual = false, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, + }, + }, + }, + { + colors = '2bpp', + specifyColors = false, + moveIndividual = true, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, + }, + }, + }, + }, + }, +} diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode11.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode11.lua new file mode 100644 index 0000000..555d010 --- /dev/null +++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode11.lua @@ -0,0 +1,149 @@ +return { + screen = { + default = { + width = 256, + height = 224, + fps = 29.97, + origin = { + x = 0, + y = 0, + }, + }, + pal = { + width = 256, + height = 240, + fps = 25, + origin = { + x = 0, + y = 0, + }, + }, + }, + colors = { + '15bpp', + transparent = 'averaging', + }, + mesh = true, + api = false, + shader = { + false, + fragment = false, + }, + physic = false, + sprite = { + true, + colors = '4bpp', + limits = { + true, + screen = 128, + line = 34, + }, + rotate = true, + scale = true, + shear = true, + affine = true, + size = { + small = { + width = 8, + height = 8, + }, + default = { + width = 16, + height = 16, + }, + big = { + width = 32, + height = 32, + }, + huge = { + width = 64, + height = 64, + }, + }, + }, + tile = { + layer = { + { + colors = '4bpp', + specifyColors = false, + moveIndividual = false, + rotate = true, + scale = true, + shear = true, + affine = true, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, + }, + }, + }, + { + colors = '4bpp', + specifyColors = false, + moveIndividual = false, + rotate = true, + scale = true, + shear = true, + affine = true, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, + }, + }, + }, + { + colors = '2bpp', + specifyColors = false, + moveIndividual = true, + rotate = true, + scale = true, + shear = true, + affine = true, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, + }, + }, + }, + }, + }, +} diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode2.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode2.lua index 08ec89a..728205a 100644 --- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode2.lua +++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode2.lua @@ -23,7 +23,7 @@ return { '15bpp', transparent = 'averaging', }, - mesh = true, + mesh = false, api = false, shader = { false, @@ -38,10 +38,10 @@ return { screen = 128, line = 34, }, - rotate = true, - scale = true, - shear = true, - affine = true, + rotate = false, + scale = false, + shear = false, + affine = false, size = { small = { width = 8, diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode3.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode3.lua index 746fde7..82ad414 100644 --- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode3.lua +++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode3.lua @@ -23,7 +23,7 @@ return { '15bpp', transparent = 'averaging', }, - mesh = true, + mesh = false, api = false, shader = { false, @@ -38,10 +38,10 @@ return { screen = 128, line = 34, }, - rotate = true, - scale = true, - shear = true, - affine = true, + rotate = false, + scale = false, + shear = false, + affine = false, size = { small = { width = 8, diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode4.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode4.lua index 16387fa..764d5f1 100644 --- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode4.lua +++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode4.lua @@ -23,7 +23,7 @@ return { '15bpp', transparent = 'averaging', }, - mesh = true, + mesh = false, api = false, shader = { false, @@ -38,10 +38,10 @@ return { screen = 128, line = 34, }, - rotate = true, - scale = true, - shear = true, - affine = true, + rotate = false, + scale = false, + shear = false, + affine = false, size = { small = { width = 8, diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode5.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode5.lua index b38ae94..f9808b5 100644 --- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode5.lua +++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode5.lua @@ -23,7 +23,7 @@ return { '15bpp', transparent = 'averaging', }, - mesh = true, + mesh = false, api = false, shader = { false, @@ -38,10 +38,10 @@ return { screen = 128, line = 34, }, - rotate = true, - scale = true, - shear = true, - affine = true, + rotate = false, + scale = false, + shear = false, + affine = false, size = { small = { width = 8, diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode6.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode6.lua index 55617b1..0fdb5ca 100644 --- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode6.lua +++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode6.lua @@ -23,7 +23,7 @@ return { '15bpp', transparent = 'averaging', }, - mesh = true, + mesh = false, api = false, shader = { false, @@ -38,10 +38,10 @@ return { screen = 128, line = 34, }, - rotate = true, - scale = true, - shear = true, - affine = true, + rotate = false, + scale = false, + shear = false, + affine = false, size = { small = { width = 8, diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode7_layers1.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode7_layers1.lua index d71cea2..24badb0 100644 --- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode7_layers1.lua +++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode7_layers1.lua @@ -23,7 +23,7 @@ return { '15bpp', transparent = 'averaging', }, - mesh = true, + mesh = false, api = false, shader = { false, @@ -38,10 +38,10 @@ return { screen = 128, line = 34, }, - rotate = true, - scale = true, - shear = true, - affine = true, + rotate = false, + scale = false, + shear = false, + affine = false, size = { small = { width = 8, diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode7_layers2.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode7_layers2.lua index c3efb7d..dbbe275 100644 --- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode7_layers2.lua +++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/gpu/s-ppux_5c7x-0x_mode7_layers2.lua @@ -23,7 +23,7 @@ return { '15bpp', transparent = 'averaging', }, - mesh = true, + mesh = false, api = false, shader = { false, @@ -38,10 +38,10 @@ return { screen = 128, line = 34, }, - rotate = true, - scale = true, - shear = true, - affine = true, + rotate = false, + scale = false, + shear = false, + affine = false, size = { small = { width = 8, |