SuperTuxKart 1.5 upstream source (from official release tarball)

This commit is contained in:
Benjamin
2026-06-11 20:04:02 +02:00
commit 2957e51aaa
8551 changed files with 1801800 additions and 0 deletions
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 673 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 452 KiB

Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

+64
View File
@@ -0,0 +1,64 @@
<?xml version="1.0" encoding="utf-8"?>
<kart name = "Gnu"
version = "3"
model-file = "gnu.spm"
icon-file = "gnuicon.png"
minimap-icon-file = "gnuicon.png"
shadow-file = "gnushadow.png"
type = "medium"
groups = "standard"
rgb = "1.00 0.70 0.00" >
<sounds engine = "large">
<skid name="default"/>
</sounds>
<animations left = "30"
straight = "50"
right = "70"
backpedal-left = "89"
backpedal = "109"
backpedal-right = "129"
start-jump = "139"
end-jump = "179"
start-winning = "189"
start-winning-loop = "229"
end-winning = "279"
end-winning-straight = "299"
start-losing = "300"
start-losing-loop = "364"
end-losing = "373"
end-losing-straight = "414"
selection-start = "421"
selection-end = "779"/>
<speed-weighted-objects>
<object position="-0.000000 0.309056 0.043688"
rotation="3.736794 -0.000000 -0.000000"
scale="1.000000 1.000000 1.000000"
bone="root"
speed-factor="1.100000"
model="Carpet.spm"/>
</speed-weighted-objects>
<nitro-emitter>
<nitro-emitter-a position = "-0.308955 0.122335 -0.269535" />
<nitro-emitter-b position = "0.323666 0.122335 -0.269535" />
</nitro-emitter>
<headlights>
<object position="-0.307101 0.405814 0.539214"
rotation="3.736794 -0.000000 -0.000000"
scale="1.000000 1.000000 1.000000"
bone="root"
color="255 232 57"
model="lantern_1.spm"
/>
<object position="0.307101 0.405814 0.539214"
rotation="3.736794 -0.000000 -0.000000"
scale="1.000000 1.000000 1.000000"
bone="root"
color="255 232 57"
model="lantern_1.spm"
/>
</headlights>
<hat position="0.003708 1.084066 -0.035620"
rotation="9.833382 -0.466672 1.279527"
scale="1.000000 1.000000 1.000000"
bone="Head"/>
</kart>
Binary file not shown.
+36
View File
@@ -0,0 +1,36 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Gnu Kart for SuperTuxKart
Upstream-Contact: Marianne Gagnon <auria.mg@gmail.com>
Source: https://supertuxkart.net
License: GPL
Files:
*.spm
Carpet_diffiuse.png
Carpet_Normal.png
gnu_accessories.png
gnu_cloth.png
gnu_diffuse.png
gnu_Eyeball.png
gnu_hair_Normal.png
gnu_hair.png
gnu_horn_albed.png
gnu_horn_Normal.png
gnu_Normal.png
gnushadow.png
gnu_cloth_colormask.png
gnu_cloth_diff.png
gnu_cloth_Normal.png
Copyright: Copyright 2020 ZAQraven <zaqraven99@protonmail.com>
License: public-domain
Files:
Carpet_colormask.png
gnu_accessories-gloss.png
gnu_cloth-colormask.png
Copyright: Copyright 2020 Typhon306
License: public-domain
Files: gnuicon.png
Copyright: Copyright 2010 Anthony "yeKcim" Carré <yeknan.free.fr>
License: GPL 2.0
+9
View File
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<materials>
<material name="gnu_accessories.png" gloss-map="gnu_accessories-gloss.png"/>
<material name="Carpet_diffiuse.png" normal-map="Carpet_Normal.png" colorizable="Y" colorization-mask="Carpet_colormask.png"/>
<material name="gnu_diffuse.png" normal-map="gnu_Normal.png"/>
<material name="gnu_cloth_diff.png" normal-map="gnu_cloth_Normal.png" colorizable="Y" colorization-mask="gnu_cloth_colormask.png"/>
<material name="gnu_hair.png" normal-map="gnu_hair_Normal.png"/>
<material name="gnu_horn_albed.png" normal-map="gnu_horn_Normal.png"/>
</materials>