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: 42 KiB

+80
View File
@@ -0,0 +1,80 @@
<?xml version="1.0" encoding="utf-8"?>
<kart name = "Konqi"
version = "3"
model-file = "konqi.spm"
icon-file = "konqi_icon.png"
minimap-icon-file = "konqi_icon.png"
shadow-file = "konqi_shadow.png"
type = "medium"
groups = "standard"
rgb = "0.00 0.59 0.00" >
<sounds engine = "large">
<skid name="default"/>
</sounds>
<animations left = "0"
straight = "10"
right = "20"
backpedal-left = "24"
backpedal = "34"
backpedal-right = "44"
start-jump = "49"
end-jump = "117"
start-winning = "119"
start-winning-loop = "182"
end-winning = "264"
end-winning-straight = "322"
start-losing = "329"
start-losing-loop = "361"
end-losing = "449"
end-losing-straight = "528"
selection-start = "550"
selection-end = "806"/>
<wheels>
<front-left position = "-0.396130 0.147025 0.437329"
model = "wheel-front-left.spm" />
<rear-left position = "-0.396130 0.175278 -0.551816"
model = "wheel-rear-left.spm" />
<front-right position = "0.396130 0.147025 0.437329"
model = "wheel-front-right.spm" />
<rear-right position = "0.396130 0.175278 -0.551816"
model = "wheel-rear-right.spm" />
</wheels>
<nitro-emitter>
<nitro-emitter-a position = "-0.187960 0.189132 -0.771348" />
<nitro-emitter-b position = "0.187960 0.189132 -0.771348" />
</nitro-emitter>
<headlights>
<object position="-0.108943 0.134422 0.811045"
rotation="0.000000 -0.000000 -0.000014"
scale="1.000000 1.000000 1.000000"
bone="KART"
radius="2.50"
energy="0.75"
inner-cone="0.582"
outer-cone="0.873"
type="spot"
/>
<object position="0.110118 0.134417 0.811053"
rotation="0.000000 -0.000000 -0.000014"
scale="1.000000 1.000000 1.000000"
bone="KART"
radius="2.50"
energy="0.75"
inner-cone="0.582"
outer-cone="0.873"
type="spot"
/>
<object position="0.000000 -0.000000 0.000000"
rotation="0.000000 -0.000000 0.000000"
scale="1.000000 1.000000 1.000000"
bone="KART"
type="mesh"
model="tail_light.spm"
/>
</headlights>
<hat position="0.000000 0.752611 -0.057084"
rotation="-3.018598 -0.000000 0.000000"
scale="1.083600 1.083600 1.083600"
bone="DEF-HEAD"/>
<exhaust file="kart_exhaust.xml"/>
</kart>
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

+14
View File
@@ -0,0 +1,14 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Konqi Kart for SuperTuxKart
Upstream-Contact: Marianne Gagnon <auria.mg@gmail.com>
Source: https://supertuxkart.net
Files: konqi_icon.png
Copyright:
Copyright 2017 Benau
License: CC-BY-SA 3.0
Files: *
Copyright:
Copyright 2022 ZAQraven
License: CC-BY-SA 3.0
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<materials>
<material name="konqi_kart01_dif.png" gloss-map="konqi_kart01_gloss.png" normal-map="konqi_kart01_Normal.png" colorizable="Y" colorization-mask="konqi_kart01_colormask.png"/>
<material name="konqi_kart02_dif.png" gloss-map="konqi_kart02_gloss.png" normal-map="konqi_kart02_Normal.png" colorizable="Y" colorization-mask="konqi_kart02_colormask.png"/>
<material name="konqi_kart03_dif.png" normal-map="konqi_kart03_Normal.png"/>
<material name="konqi_scarf_dif.png" normal-map="konqi_scarf_Normal.png"/>
<material name="konqi_wheel_dif.png" gloss-map="konqi_wheel_gloss.png" normal-map="konqi_wheel_Normal.png"/>
</materials>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.