SuperTuxKart 1.5 upstream source (from official release tarball)
|
After Width: | Height: | Size: 650 KiB |
|
After Width: | Height: | Size: 6.9 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 63 KiB |
|
After Width: | Height: | Size: 7.1 KiB |
|
After Width: | Height: | Size: 33 KiB |
@@ -0,0 +1,80 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<kart name = "Emule"
|
||||
version = "3"
|
||||
model-file = "emule.spm"
|
||||
icon-file = "emule_icon128.png"
|
||||
minimap-icon-file = "emule_icon32.png"
|
||||
shadow-file = "emule_shadow.png"
|
||||
type = "medium"
|
||||
groups = "standard"
|
||||
rgb = "1.00 0.00 0.00" >
|
||||
<sounds engine = "large">
|
||||
<skid name="default"/>
|
||||
</sounds>
|
||||
<animations left = "9"
|
||||
straight = "24"
|
||||
right = "39"
|
||||
backpedal-left = "44"
|
||||
backpedal = "59"
|
||||
backpedal-right = "74"
|
||||
start-jump = "79"
|
||||
end-jump = "144"
|
||||
start-winning = "154"
|
||||
start-winning-loop = "194"
|
||||
end-winning = "334"
|
||||
start-losing = "344"
|
||||
start-losing-loop = "461"
|
||||
end-losing = "587"
|
||||
selection-start = "592"
|
||||
selection-end = "719"/>
|
||||
<wheels>
|
||||
<front-left position = "-0.285000 0.152012 0.529344"
|
||||
model = "wheel-front-left.spm" />
|
||||
<rear-left position = "-0.323194 0.152012 -0.375893"
|
||||
model = "wheel-rear-left.spm" />
|
||||
<front-right position = "0.285000 0.152012 0.529344"
|
||||
model = "wheel-front-right.spm" />
|
||||
<rear-right position = "0.323194 0.152012 -0.375893"
|
||||
model = "wheel-rear-right.spm" />
|
||||
</wheels>
|
||||
<nitro-emitter>
|
||||
<nitro-emitter-a position = "-0.250369 0.356290 -0.595463" />
|
||||
<nitro-emitter-b position = "0.250369 0.356290 -0.595463" />
|
||||
</nitro-emitter>
|
||||
<headlights>
|
||||
<object position="0.177836 0.322731 0.474661"
|
||||
rotation="-0.000000 -0.000000 0.000000"
|
||||
scale="1.000000 1.000000 1.000000"
|
||||
bone="Car"
|
||||
color="130 121 153"
|
||||
radius="2.50"
|
||||
energy="0.75"
|
||||
inner-cone="0.582"
|
||||
outer-cone="0.873"
|
||||
type="spot"
|
||||
/>
|
||||
<object position="-0.174912 0.322731 0.474661"
|
||||
rotation="-0.000000 -0.000000 0.000000"
|
||||
scale="1.000000 1.000000 1.000000"
|
||||
bone="Car"
|
||||
color="130 121 153"
|
||||
radius="2.50"
|
||||
energy="0.75"
|
||||
inner-cone="0.582"
|
||||
outer-cone="0.873"
|
||||
type="spot"
|
||||
/>
|
||||
<object position="-0.000000 0.111984 0.550115"
|
||||
rotation="0.000000 -0.000000 0.000000"
|
||||
scale="1.000000 1.000000 1.000000"
|
||||
bone="Car"
|
||||
type="mesh"
|
||||
model="tail_lights.spm"
|
||||
/>
|
||||
</headlights>
|
||||
<hat position="0.000624 0.716163 -0.078974"
|
||||
rotation="9.158274 -0.000005 0.000012"
|
||||
scale="1.000000 1.000000 1.000000"
|
||||
bone="Head"/>
|
||||
<exhaust file="kart_exhaust.xml"/>
|
||||
</kart>
|
||||
@@ -0,0 +1,34 @@
|
||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: eMule Kart for SuperTuxKart
|
||||
Upstream-Contact: Kinsu <kinsumail@gmail.com>
|
||||
Source: https://supertuxkart.net
|
||||
|
||||
Files:
|
||||
*.spm
|
||||
Copyright:
|
||||
Copyright 2021 ZAQraven <zaqraven99@protonmail.com>
|
||||
Copyright 2011 Kinsu
|
||||
License: CC-BY-SA 3.0
|
||||
|
||||
Files:
|
||||
Emule_dif.png
|
||||
Emule_eyes.png
|
||||
Emule_light.png
|
||||
Emule_properties_dif.png
|
||||
Emule_properties-gloss.png
|
||||
*.xml
|
||||
Copyright:
|
||||
Copyright 2021 ZAQraven
|
||||
License: CC-BY-SA 3.0
|
||||
|
||||
Files:
|
||||
emule_kart.jpg
|
||||
emule_wheels.jpg
|
||||
Copyright:
|
||||
Copyright 2011 Kinsu
|
||||
License: CC-BY-SA 3.0
|
||||
|
||||
Files: *
|
||||
Copyright: Copyright 2011 Kinsu <kinsumail@gmail.com>
|
||||
License: CC-BY-SA 3.0
|
||||
Comment: (From author) "Please contact me for any use which is not allowed by this license."
|
||||
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<materials>
|
||||
<material name="emule_kart.jpg" colorizable="Y"/>
|
||||
<material name="Emule_properties_dif.png" gloss-map="Emule_properties-gloss.png"/>
|
||||
</materials>
|
||||