Used new version number for karts and tracks, so that incorrect
(i.e.old) karts/tracks will not be used anymore. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/switch_coordinate_system@4845 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
bd33113f20
commit
d448bca807
@ -4,10 +4,10 @@
|
|||||||
<config>
|
<config>
|
||||||
<!-- Minimum and maximum kart versions that can be used by this binary.
|
<!-- Minimum and maximum kart versions that can be used by this binary.
|
||||||
Older version will be ignored. -->
|
Older version will be ignored. -->
|
||||||
<kart-version min="1" max="1"/>
|
<kart-version min="2" max="2"/>
|
||||||
<!-- Minimum and maxium track versions that be be read by this binary.
|
<!-- Minimum and maxium track versions that be be read by this binary.
|
||||||
Older versions will be ignored. -->
|
Older versions will be ignored. -->
|
||||||
<track-version min="1" max="1"/>
|
<track-version min="2" max="2"/>
|
||||||
<!-- Maximum number of karts to be used at the same time. This limit
|
<!-- Maximum number of karts to be used at the same time. This limit
|
||||||
can easily be increased, but some tracks might not have valid start
|
can easily be increased, but some tracks might not have valid start
|
||||||
positions for those additional karts. -->
|
positions for those additional karts. -->
|
||||||
@ -55,10 +55,10 @@ final-camera-time is the time for the final camera to reach it's destination
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<stk-parameters
|
<stk-parameters
|
||||||
min-kart-version="1"
|
min-kart-version="2"
|
||||||
max-kart-version="1"
|
max-kart-version="2"
|
||||||
min-track-version="1"
|
min-track-version="2"
|
||||||
max-track-version="1"
|
max-track-version="2"
|
||||||
max-karts="8"
|
max-karts="8"
|
||||||
scores="10 8 6 5 4 3 2 1"
|
scores="10 8 6 5 4 3 2 1"
|
||||||
grid-order="1"
|
grid-order="1"
|
||||||
@ -179,7 +179,7 @@ a hit kart receives depends on the orientation - if a kart is pushed
|
|||||||
in the direction it is driving, it will be more (no friction from tires),
|
in the direction it is driving, it will be more (no friction from tires),
|
||||||
while when pushed to the side, hardly anything happens.
|
while when pushed to the side, hardly anything happens.
|
||||||
|
|
||||||
z-rescue-offset is the z-axis offset when kart is being put back on track
|
vert-rescue-offset is the z-axis offset when kart is being put back on track
|
||||||
after being rescued, it's a fraction of kart height
|
after being rescued, it's a fraction of kart height
|
||||||
|
|
||||||
gear-switch-ratio defines at what ratio of the maximum speed what gear is
|
gear-switch-ratio defines at what ratio of the maximum speed what gear is
|
||||||
@ -244,7 +244,7 @@ rubber-band-duration is the duration a rubber band acts.
|
|||||||
suspension-travel-cm="19"
|
suspension-travel-cm="19"
|
||||||
jump-velocity="3.0"
|
jump-velocity="3.0"
|
||||||
collision-side-impulse="0"
|
collision-side-impulse="0"
|
||||||
z-rescue-offset="0.0"
|
vert-rescue-offset="0.0"
|
||||||
wheel-front-right="0.38 0 0.6"
|
wheel-front-right="0.38 0 0.6"
|
||||||
wheel-front-left="-0.38 0 0.6"
|
wheel-front-left="-0.38 0 0.6"
|
||||||
wheel-rear-right="0.38 0 -0.6"
|
wheel-rear-right="0.38 0 -0.6"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user