SuperTuxKart 1.5 upstream source (from official release tarball)
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 241 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 213 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 139 KiB |
Binary file not shown.
@@ -0,0 +1,12 @@
|
||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: High Quality chinese lantern for SuperTuxKart
|
||||
Upstream-Contact: Jean-Manual "samuncle" Clémençon <sam.un@protonmail.com>
|
||||
Source: https://supertuxkart.net
|
||||
License: CC-BY-SA 4.0
|
||||
|
||||
Files: *
|
||||
Copyright:
|
||||
Copyright 2018 Jean-Manuel Clémençon for SuperTuxKart team (3D objects and textures)
|
||||
Copyright 2018 Allegorithmic for material sources used in textures
|
||||
License: CC-BY-SA 4.0
|
||||
Comment: From https://www.allegorithmic.com/legal/substance-share
|
||||
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- Generated with script from SVN rev Unknown -->
|
||||
<materials>
|
||||
<material name="hd_chineseRedLantern_a_Albedo.png" shader="dynamicnightbloom" tex-layer-2="hd_chineseRedLantern_a_PbrData.png" tex-layer-3="hd_chineseRedLantern_a_Normal.png"/>
|
||||
</materials>
|
||||
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- Generated with script from SVN rev 17016 -->
|
||||
<scene>
|
||||
<object id="hd_chineseRedLantern_a_main" type="animation" xyz="0.00 0.00 0.00" hpr="4.9 -0.0 0.0" scale="1.00 1.00 1.00" interaction="ghost" model="hd_chineseRedLantern_a_main.spm" skeletal-animation="false">
|
||||
<curve channel="RotX" interpolation="bezier" extend="cyclic">
|
||||
<p c="1.000 5.000" h1="-6.808 5.000" h2="8.808 5.000"/>
|
||||
<p c="21.000 -0.000" h1="13.192 0.314" h2="28.808 -0.314"/>
|
||||
<p c="41.000 3.390" h1="33.192 3.330" h2="49.589 3.456"/>
|
||||
<p c="63.000 -0.000" h1="54.411 -0.872" h2="68.466 0.555"/>
|
||||
<p c="77.000 5.000" h1="71.534 5.000" h2="82.466 5.000"/>
|
||||
</curve>
|
||||
<curve channel="RotZ" interpolation="bezier" extend="cyclic">
|
||||
<p c="1.000 0.000" h1="-3.295 0.000" h2="5.295 0.000"/>
|
||||
<p c="12.000 2.871" h1="7.705 3.722" h2="19.027 1.479"/>
|
||||
<p c="30.000 -8.962" h1="22.973 -8.458" h2="39.370 -9.635"/>
|
||||
<p c="54.000 3.371" h1="44.630 1.650" h2="62.979 5.020"/>
|
||||
<p c="77.000 -0.000" h1="68.021 -0.000" h2="85.979 -0.000"/>
|
||||
</curve>
|
||||
<curve channel="RotY" interpolation="bezier" extend="cyclic">
|
||||
<p c="1.000 -0.000" h1="-6.808 -0.000" h2="8.808 -0.000"/>
|
||||
<p c="21.000 -0.000" h1="13.192 -0.406" h2="28.808 0.406"/>
|
||||
<p c="41.000 2.078" h1="33.192 2.042" h2="49.589 2.119"/>
|
||||
<p c="63.000 -0.000" h1="54.411 0.406" h2="68.466 -0.258"/>
|
||||
<p c="77.000 -0.000" h1="71.534 -0.000" h2="82.466 -0.000"/>
|
||||
</curve>
|
||||
</object>
|
||||
<light xyz="0.00 -2.69 0.00" id="Lamp" distance="25.00" energy="2.00" color="255 37 59">
|
||||
<curve channel="LocX" interpolation="bezier" extend="const">
|
||||
<p c="1.000 0.000" h1="-11.493 0.000" h2="13.493 0.000"/>
|
||||
<p c="33.000 1.251" h1="20.507 1.251" h2="50.178 1.251"/>
|
||||
<p c="77.000 0.000" h1="59.822 0.000" h2="94.178 0.000"/>
|
||||
</curve>
|
||||
<curve channel="LocZ" interpolation="bezier" extend="const">
|
||||
<p c="1.000 0.000" h1="-17.740 0.000" h2="19.740 0.000"/>
|
||||
<p c="49.000 -0.938" h1="30.260 -0.938" h2="59.932 -0.938"/>
|
||||
<p c="77.000 0.000" h1="66.068 0.000" h2="87.932 0.000"/>
|
||||
</curve>
|
||||
<curve channel="LocY" interpolation="bezier" extend="const">
|
||||
<p c="1.000 -2.694" h1="-15.007 -2.694" h2="17.007 -2.694"/>
|
||||
<p c="42.000 -3.496" h1="25.993 -3.496" h2="55.664 -3.496"/>
|
||||
<p c="77.000 -2.694" h1="63.336 -2.694" h2="90.664 -2.694"/>
|
||||
</curve>
|
||||
</light>
|
||||
</scene>
|
||||
@@ -0,0 +1,14 @@
|
||||
/* Script used to disable point light for lamps when the track is set during day
|
||||
Jean-Manuel Clemencon (c) 2018 for SuperTuxKart
|
||||
*/
|
||||
namespace hd_chineseRedLantern_a
|
||||
{
|
||||
void onStart(const string instID)
|
||||
{
|
||||
if (Track::isDuringDay())
|
||||
{
|
||||
Track::TrackObject@ lamp = Track::getTrackObject(instID, "Lamp");
|
||||
lamp.setEnabled(false);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user