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

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 199 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

+43
View File
@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="utf-8"?>
<kart name = "Pepper"
version = "3"
model-file = "pepper.spm"
icon-file = "icon-pepper.png"
minimap-icon-file = "icon-pepper.png"
shadow-file = "Pepper_shadow.png"
type = "light"
groups = "standard"
rgb = "1.00 1.00 1.00" >
<sounds engine = "small">
<skid name="skid.ogg"/>
</sounds>
<animations left = "24"
straight = "39"
right = "54"
backpedal-left = "59"
backpedal = "74"
backpedal-right = "89"
start-jump = "99"
end-jump = "164"
start-winning = "173"
start-winning-loop = "235"
end-winning = "343"
start-losing = "359"
start-losing-loop = "401"
end-losing = "462"
selection-start = "469"
selection-end = "758"/>
<nitro-emitter>
<nitro-emitter-a position = "-0.035101 0.196714 -0.664395" />
<nitro-emitter-b position = "0.034903 0.196715 -0.664395" />
</nitro-emitter>
<headlights>
<object position="-0.000099 0.344415 0.424399"
rotation="-5.451374 179.999991 0.000072"
scale="1.000000 1.000000 1.000000"
bone="Rod"
color="255 187 23"
model="Lamp.spm"/>
</headlights>
<lean max="*0-10"/>
</kart>
+14
View File
@@ -0,0 +1,14 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Pepper Kart for SuperTuxKart
Upstream-Contact: ZAQraven <zaqraven99@protonmail.com>
Source: https://supertuxkart.net
License: CC-BY 4.0
Comment: This character belongs David Revoy from https://peppercarrot.com
Files: *
Copyright: Copyright 2020 ZAQraven
License: CC-BY 4.0
Files: skid.ogg
Copyright: Copyright 2021 Crystal
License: CC0
+9
View File
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<materials>
<material name="Pepper_broom_diff.png" gloss-map="Pepper_broom_gloss.png" normal-map="Pepper_broom_Normal.png" colorizable="Y" colorization-mask="Pepper_broom_colormask.png"/>
<material name="Pepper_clothes_diff.png" normal-map="Pepper_clothes_Normal.png" colorizable="Y" colorization-mask="Pepper_cloth_colormask.png"/>
<material name="Pepper_hat_diff.png" normal-map="Pepper_hat_Normal.png"/>
<material name="Pepper_lamp_diff.png" gloss-map="Pepper_lamp_gloss.png"/>
<material name="Pepper_lower_cloth_diff.png" normal-map="Pepper_lower_cloth_Normal.png" colorizable="Y" colorization-mask="Pepper_lower_cloth_colormask.png"/>
<material name="Pepper_Skirt_dif.png" normal-map="Pepper_Skirt_Normal.png"/>
</materials>
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.