diff options
| author | xolatile | 2025-07-30 12:56:45 +0200 |
|---|---|---|
| committer | xolatile | 2025-07-30 12:56:45 +0200 |
| commit | 5e6e01e66378261a075bbc9730c9287874b8c3bd (patch) | |
| tree | c4b6a3f7bf065e1f67f3ccb7c77d1dd76a16984d /packages/textures/mitaman | |
| parent | 73f2f994922edc25529aad7b8193add4716f1c3c (diff) | |
| download | xolatile-badassbug-5e6e01e66378261a075bbc9730c9287874b8c3bd.tar.xz xolatile-badassbug-5e6e01e66378261a075bbc9730c9287874b8c3bd.tar.zst | |
HUD, GUI, maps, textures, scripts...
Diffstat (limited to 'packages/textures/mitaman')
32 files changed, 79 insertions, 0 deletions
diff --git a/packages/textures/mitaman/brick_13_c.png b/packages/textures/mitaman/brick_13_c.png Binary files differnew file mode 100644 index 0000000..a95eda3 --- /dev/null +++ b/packages/textures/mitaman/brick_13_c.png diff --git a/packages/textures/mitaman/brick_13_n.png b/packages/textures/mitaman/brick_13_n.png Binary files differnew file mode 100644 index 0000000..42a9866 --- /dev/null +++ b/packages/textures/mitaman/brick_13_n.png diff --git a/packages/textures/mitaman/brick_13_s.png b/packages/textures/mitaman/brick_13_s.png Binary files differnew file mode 100644 index 0000000..4366918 --- /dev/null +++ b/packages/textures/mitaman/brick_13_s.png diff --git a/packages/textures/mitaman/brick_56_c.png b/packages/textures/mitaman/brick_56_c.png Binary files differnew file mode 100644 index 0000000..e633725 --- /dev/null +++ b/packages/textures/mitaman/brick_56_c.png diff --git a/packages/textures/mitaman/brick_56_n.png b/packages/textures/mitaman/brick_56_n.png Binary files differnew file mode 100644 index 0000000..a5ff0bf --- /dev/null +++ b/packages/textures/mitaman/brick_56_n.png diff --git a/packages/textures/mitaman/brick_56_s.png b/packages/textures/mitaman/brick_56_s.png Binary files differnew file mode 100644 index 0000000..5360fef --- /dev/null +++ b/packages/textures/mitaman/brick_56_s.png diff --git a/packages/textures/mitaman/floor_15_c.png b/packages/textures/mitaman/floor_15_c.png Binary files differnew file mode 100644 index 0000000..6023301 --- /dev/null +++ b/packages/textures/mitaman/floor_15_c.png diff --git a/packages/textures/mitaman/floor_15_n.png b/packages/textures/mitaman/floor_15_n.png Binary files differnew file mode 100644 index 0000000..98d4637 --- /dev/null +++ b/packages/textures/mitaman/floor_15_n.png diff --git a/packages/textures/mitaman/floor_15_s.png b/packages/textures/mitaman/floor_15_s.png Binary files differnew file mode 100644 index 0000000..5acd20c --- /dev/null +++ b/packages/textures/mitaman/floor_15_s.png diff --git a/packages/textures/mitaman/package.cfg b/packages/textures/mitaman/package.cfg new file mode 100644 index 0000000..f904555 --- /dev/null +++ b/packages/textures/mitaman/package.cfg @@ -0,0 +1,54 @@ +// MitaMAN + +setshader "bumpspecmapworld" +setshaderparam "specscale" 1.2 1.2 1.2 + + texture c "textures/mitaman/brick_13_c.png" + texture n "textures/mitaman/brick_13_n.png" + texture s "textures/mitaman/brick_13_s.png" + texscale 0.5 + + texture c "textures/mitaman/brick_56_c.png" + texture n "textures/mitaman/brick_56_n.png" + texture s "textures/mitaman/brick_56_s.png" + texscale 0.5 + + texture c "textures/mitaman/floor_15_c.png" + texture n "textures/mitaman/floor_15_n.png" + texture s "textures/mitaman/floor_15_s.png" + texscale 0.5 + + texture c "textures/mitaman/planks_1_c.png" + texture n "textures/mitaman/planks_1_n.png" + texture s "textures/mitaman/planks_1_s.png" + texscale 0.5 + + texture c "textures/mitaman/planks_2_c.png" + texture n "textures/mitaman/planks_2_n.png" + texture s "textures/mitaman/planks_2_s.png" + texscale 0.5 + + texture c "textures/mitaman/tiles_16_c.png" + texture n "textures/mitaman/tiles_16_n.png" + texture s "textures/mitaman/tiles_16_s.png" + texscale 0.5 + + texture c "textures/mitaman/tiles_38_c.png" + texture n "textures/mitaman/tiles_38_n.png" + texture s "textures/mitaman/tiles_38_s.png" + texscale 0.5 + + texture c "textures/mitaman/tiles_126_c.png" + texture n "textures/mitaman/tiles_126_n.png" + texture s "textures/mitaman/tiles_126_s.png" + texscale 0.5 + + texture c "textures/mitaman/trim_7_c.png" + texture n "textures/mitaman/trim_7_n.png" + texture s "textures/mitaman/trim_7_s.png" + texscale 0.5 + + texture c "textures/mitaman/wall_7_c.png" + texture n "textures/mitaman/wall_7_n.png" + texture s "textures/mitaman/wall_7_s.png" + texscale 0.5 diff --git a/packages/textures/mitaman/planks_1_c.png b/packages/textures/mitaman/planks_1_c.png Binary files differnew file mode 100644 index 0000000..fafec16 --- /dev/null +++ b/packages/textures/mitaman/planks_1_c.png diff --git a/packages/textures/mitaman/planks_1_n.png b/packages/textures/mitaman/planks_1_n.png Binary files differnew file mode 100644 index 0000000..752a307 --- /dev/null +++ b/packages/textures/mitaman/planks_1_n.png diff --git a/packages/textures/mitaman/planks_1_s.png b/packages/textures/mitaman/planks_1_s.png Binary files differnew file mode 100644 index 0000000..0263337 --- /dev/null +++ b/packages/textures/mitaman/planks_1_s.png diff --git a/packages/textures/mitaman/planks_2_c.png b/packages/textures/mitaman/planks_2_c.png Binary files differnew file mode 100644 index 0000000..a50e282 --- /dev/null +++ b/packages/textures/mitaman/planks_2_c.png diff --git a/packages/textures/mitaman/planks_2_n.png b/packages/textures/mitaman/planks_2_n.png Binary files differnew file mode 100644 index 0000000..e83225d --- /dev/null +++ b/packages/textures/mitaman/planks_2_n.png diff --git a/packages/textures/mitaman/planks_2_s.png b/packages/textures/mitaman/planks_2_s.png Binary files differnew file mode 100644 index 0000000..0dbf649 --- /dev/null +++ b/packages/textures/mitaman/planks_2_s.png diff --git a/packages/textures/mitaman/readme.txt b/packages/textures/mitaman/readme.txt new file mode 100644 index 0000000..f3f31e7 --- /dev/null +++ b/packages/textures/mitaman/readme.txt @@ -0,0 +1,25 @@ +mm-texture readme.txt + +Listed below are the various source material websites I used for creating my "mm-textures" for the SAUERBRATEN engine/game. + +All sources I used claimed the textures are free to use for non-commercial use. Each website has there own way of wording it, so if your interested, visit their sites. + +http://www.accustudio.com/ + +http://www.3dcafe.com + +http://www.noctua-graphics.de/english/fraset_e.htm + +http://www.mayang.com/textures/ + +http://www.mega-tex.nl/textures.php + +None of the textures were "just copied and renamed". All were modified / layered / enhanced / pieced together by me. + +Feel free to use my "mm-textures" any way you want, just please give me credit in your readme file. + +Enjoy! + +MitaMAN (Mike Poeschl) +mitaman1-at-optonline-dot-net +10-24-06 diff --git a/packages/textures/mitaman/tiles_126_c.png b/packages/textures/mitaman/tiles_126_c.png Binary files differnew file mode 100644 index 0000000..f272ea6 --- /dev/null +++ b/packages/textures/mitaman/tiles_126_c.png diff --git a/packages/textures/mitaman/tiles_126_n.png b/packages/textures/mitaman/tiles_126_n.png Binary files differnew file mode 100644 index 0000000..7a602b1 --- /dev/null +++ b/packages/textures/mitaman/tiles_126_n.png diff --git a/packages/textures/mitaman/tiles_126_s.png b/packages/textures/mitaman/tiles_126_s.png Binary files differnew file mode 100644 index 0000000..b1ca451 --- /dev/null +++ b/packages/textures/mitaman/tiles_126_s.png diff --git a/packages/textures/mitaman/tiles_16_c.png b/packages/textures/mitaman/tiles_16_c.png Binary files differnew file mode 100644 index 0000000..380b630 --- /dev/null +++ b/packages/textures/mitaman/tiles_16_c.png diff --git a/packages/textures/mitaman/tiles_16_n.png b/packages/textures/mitaman/tiles_16_n.png Binary files differnew file mode 100644 index 0000000..953b1e2 --- /dev/null +++ b/packages/textures/mitaman/tiles_16_n.png diff --git a/packages/textures/mitaman/tiles_16_s.png b/packages/textures/mitaman/tiles_16_s.png Binary files differnew file mode 100644 index 0000000..abe77a7 --- /dev/null +++ b/packages/textures/mitaman/tiles_16_s.png diff --git a/packages/textures/mitaman/tiles_38_c.png b/packages/textures/mitaman/tiles_38_c.png Binary files differnew file mode 100644 index 0000000..92ba86e --- /dev/null +++ b/packages/textures/mitaman/tiles_38_c.png diff --git a/packages/textures/mitaman/tiles_38_n.png b/packages/textures/mitaman/tiles_38_n.png Binary files differnew file mode 100644 index 0000000..7805c50 --- /dev/null +++ b/packages/textures/mitaman/tiles_38_n.png diff --git a/packages/textures/mitaman/tiles_38_s.png b/packages/textures/mitaman/tiles_38_s.png Binary files differnew file mode 100644 index 0000000..31f03c9 --- /dev/null +++ b/packages/textures/mitaman/tiles_38_s.png diff --git a/packages/textures/mitaman/trim_7_c.png b/packages/textures/mitaman/trim_7_c.png Binary files differnew file mode 100644 index 0000000..ed0d603 --- /dev/null +++ b/packages/textures/mitaman/trim_7_c.png diff --git a/packages/textures/mitaman/trim_7_n.png b/packages/textures/mitaman/trim_7_n.png Binary files differnew file mode 100644 index 0000000..0f1a7b8 --- /dev/null +++ b/packages/textures/mitaman/trim_7_n.png diff --git a/packages/textures/mitaman/trim_7_s.png b/packages/textures/mitaman/trim_7_s.png Binary files differnew file mode 100644 index 0000000..2719e78 --- /dev/null +++ b/packages/textures/mitaman/trim_7_s.png diff --git a/packages/textures/mitaman/wall_7_c.png b/packages/textures/mitaman/wall_7_c.png Binary files differnew file mode 100644 index 0000000..8cc6673 --- /dev/null +++ b/packages/textures/mitaman/wall_7_c.png diff --git a/packages/textures/mitaman/wall_7_n.png b/packages/textures/mitaman/wall_7_n.png Binary files differnew file mode 100644 index 0000000..eae1a3f --- /dev/null +++ b/packages/textures/mitaman/wall_7_n.png diff --git a/packages/textures/mitaman/wall_7_s.png b/packages/textures/mitaman/wall_7_s.png Binary files differnew file mode 100644 index 0000000..fc17310 --- /dev/null +++ b/packages/textures/mitaman/wall_7_s.png |
