From 3be4a65e578662dddde0b871f5e05f768e5050e3 Mon Sep 17 00:00:00 2001 From: xolatile Date: Wed, 16 Jul 2025 23:27:17 +0200 Subject: Models... --- packages/models/projectiles/rocket/license.txt | 100 +++++++++++++++++++++++++ packages/models/projectiles/rocket/masks.jpg | Bin 0 -> 15194 bytes packages/models/projectiles/rocket/md3.cfg | 4 + packages/models/projectiles/rocket/skin.jpg | Bin 0 -> 14068 bytes packages/models/projectiles/rocket/tris.md3 | Bin 0 -> 3620 bytes 5 files changed, 104 insertions(+) create mode 100644 packages/models/projectiles/rocket/license.txt create mode 100644 packages/models/projectiles/rocket/masks.jpg create mode 100644 packages/models/projectiles/rocket/md3.cfg create mode 100644 packages/models/projectiles/rocket/skin.jpg create mode 100644 packages/models/projectiles/rocket/tris.md3 (limited to 'packages/models/projectiles/rocket') diff --git a/packages/models/projectiles/rocket/license.txt b/packages/models/projectiles/rocket/license.txt new file mode 100644 index 0000000..27cf29e --- /dev/null +++ b/packages/models/projectiles/rocket/license.txt @@ -0,0 +1,100 @@ +Description + +=========== + +Files in this folder: + + + +by "makkE" + +Markus Bekel + +e-mail: makk_e@web.de + + + +=================================================================================================== + +These files have been licensed under a the + +"Creative Commons Deed / Attribution Non-commercial Share-Alike ( at-nc-sa )" + +=================================================================================================== + + + +You are free: + + + + * to copy, distribute, display, and perform the work + + * to make derivative works + + + +Under the following conditions: + + + +"by" + + -Attribution. You must give the original author credit. + +"nc" + + -Non-Commercial. You may not use this work for commercial purposes. + +"sa" + + -Share Alike. If you alter, transform, or build upon this work, you may distribute the resulting work only under a licence identical to this one. + + + + * For any reuse or distribution, you must make clear to others the licence terms of this work. + + * Any of these conditions can be waived if you get permission from the copyright holder. + + + +Your fair use and other rights are in no way affected by the above. + + + +This is a human-readable summary of the Legal Code (the full licence). + + + +===================================================================================================== + + + +See: + + + +http://creativecommons.org/licenses/by-nc-sa/2.5/deed.en_GB + + + +for the original "human readable" document. + + + +http://creativecommons.org/licenses/by-nc-sa/2.5/legalcode + + + +for the full legal code. + + + +visit creativecommons.org for general information and translations of the above documents. + + + + + + + diff --git a/packages/models/projectiles/rocket/masks.jpg b/packages/models/projectiles/rocket/masks.jpg new file mode 100644 index 0000000..e7fbe20 Binary files /dev/null and b/packages/models/projectiles/rocket/masks.jpg differ diff --git a/packages/models/projectiles/rocket/md3.cfg b/packages/models/projectiles/rocket/md3.cfg new file mode 100644 index 0000000..7ca63aa --- /dev/null +++ b/packages/models/projectiles/rocket/md3.cfg @@ -0,0 +1,4 @@ +md3load tris.md3 +md3skin mesh skin.jpg masks.jpg +mdlambient 50 +mdlspec 150 diff --git a/packages/models/projectiles/rocket/skin.jpg b/packages/models/projectiles/rocket/skin.jpg new file mode 100644 index 0000000..d35e3b3 Binary files /dev/null and b/packages/models/projectiles/rocket/skin.jpg differ diff --git a/packages/models/projectiles/rocket/tris.md3 b/packages/models/projectiles/rocket/tris.md3 new file mode 100644 index 0000000..7d1694a Binary files /dev/null and b/packages/models/projectiles/rocket/tris.md3 differ -- cgit v1.2.3