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.

After

Width:  |  Height:  |  Size: 230 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 885 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

+68
View File
@@ -0,0 +1,68 @@
<?xml version="1.0" encoding="utf-8"?>
<kart name = "Adiumy"
version = "3"
model-file = "adiumy.spm"
icon-file = "adiumyicon.png"
minimap-icon-file = "adiumyicon.png"
shadow-file = "adiumyshadow.png"
type = "medium"
groups = "standard"
rgb = "0.00 0.70 0.00" >
<sounds engine = "small">
<skid name="default"/>
</sounds>
<animations left = "0"
straight = "20"
right = "40"
backpedal-left = "49"
backpedal = "69"
backpedal-right = "89"
start-jump = "99"
end-jump = "159"
start-winning = "169"
start-winning-loop = "222"
end-winning = "319"
end-winning-straight = "373"
start-losing = "379"
start-losing-loop = "441"
end-losing = "479"
end-losing-straight = "504"
selection-start = "509"
selection-end = "914"/>
<wheels>
<front-right position = "0.390367 0.165355 0.307956"
model = "wheel-front-right.spm" />
<front-left position = "-0.390367 0.165355 0.307956"
model = "wheel-front-left.spm" />
<rear-right position = "0.196887 0.078855 -0.200136"
model = "wheel-rear-right.spm" />
<rear-left position = "-0.196887 0.078855 -0.200136"
model = "wheel-rear-left.spm" />
</wheels>
<nitro-emitter>
<nitro-emitter-a position = "0.227239 0.394038 -0.420712" />
<nitro-emitter-b position = "-0.227239 0.394038 -0.420712" />
</nitro-emitter>
<headlights>
<object position="-0.001737 0.287080 0.506312"
rotation="0.000000 -0.000000 0.000000"
scale="1.000000 1.000000 1.000000"
radius="5.00"
energy="1.50"
inner-cone="0.524"
outer-cone="0.785"
type="spot"
/>
<object position="0.000000 0.000000 0.000000"
rotation="0.000000 -0.000000 0.000000"
scale="1.000000 1.000000 1.000000"
type="mesh"
model="tail_lights.spm"
/>
</headlights>
<hat position="-0.000021 0.736534 -0.029566"
rotation="-13.554229 0.031168 0.002432"
scale="1.228442 1.228442 1.228442"
bone="Head"/>
<exhaust file="kart_exhaust.xml"/>
</kart>
+17
View File
@@ -0,0 +1,17 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Adiumy Kart for SuperTuxKart
Upstream-Contact: ZAQraven <zaqraven99@protonmail.com>
Source: https://supertuxkart.net
License: CC-BY 3.0
Files: *
Copyright: Copyright 2020 ZAQraven
License: CC-BY 3.0
Files: adiumyicon.png
Copyright: Copyright 2010 Anthony "yeKcim" Carré <yeknan.free.fr>
License: GPL 2.0
Files: adiumyshadow.png
Copyright: Copyright 2009 abejones
License: CC-BY-SA 3.0
+7
View File
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<materials>
<material name="Adiumy_dif.png" normal-map="Adiumy_Normal.png"/>
<material name="EggKart_Wheel_dif.png" normal-map="EggKart_Wheel_Normal.png"/>
<material name="EggKart_dif.png" gloss-map="EggKart_gloss.png" normal-map="EggKart_Normal.png" colorizable="Y"/>
<material name="EggKart_part_dif.png" gloss-map="EggKart_part_gloss.png" normal-map="EggKart_part_Normal.png"/>
</materials>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.