SuperTuxKart 1.5 upstream source (from official release tarball)
|
After Width: | Height: | Size: 230 KiB |
|
After Width: | Height: | Size: 161 KiB |
|
After Width: | Height: | Size: 885 B |
|
After Width: | Height: | Size: 66 KiB |
|
After Width: | Height: | Size: 107 KiB |
|
After Width: | Height: | Size: 6.4 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 59 KiB |
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 79 KiB |
|
After Width: | Height: | Size: 84 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 6.3 KiB |
|
After Width: | Height: | Size: 2.6 KiB |
@@ -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>
|
||||
@@ -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
|
||||
@@ -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>
|
||||