3 Commits
v0.2 ... v0.1

Author SHA1 Message Date
hikerstk
7903b3db86 Moved supertuxkart tags to new directory.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/tags/0.1@3235 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2009-03-12 01:59:13 +00:00
coz
d254924f38 Added supertuxkart and media directories to tags.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/tags/supertuxkart/0.1@1121 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2007-05-28 01:27:04 +00:00
hiker
94cc65f767 Tagging version 0.1.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/tags/0.1@590 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2006-05-04 13:48:14 +00:00
373 changed files with 170153 additions and 173539 deletions

39
AUTHORS
View File

@@ -1,38 +1,5 @@
Project Leaders: TuxKart was written by Steve Baker, some 3D models were built
================ by Oliver Baker.
Joerg Henrichs (hiker)
- port from GotM supertuxkart into a
playable game
- performance optimisation
- general redesign and bugfixes
- physics (in progress)
- network play (in progress)
Eduardo Hernandez Munoz (coz)
- AI for computer karts
- general redesign and bugfixes
- improving art
Coding: Matt Thomas composed the music.
=======
Patrick Ammann
- bug fixes, code cleanup
- OpenAL support (in progress)
Previous developers:
====================
Game of the Month group, see http://happypenguin.org/forums/viewforum.php?f=21
for details
Original Tuxkart design:
========================
Steve Baker, see http://www.sjbaker.org/
Models and Track Design:
========================
Steve Baker, Oliver Baker, see http://www.sjbaker.org/
GotM team
Sound and Music:
================
Matt Thomas composed the music.

View File

@@ -1 +0,0 @@
See the NEWS file.

View File

@@ -1 +0,0 @@
See the NEWS file.

44
INSTALL
View File

@@ -1,56 +1,44 @@
SUPERTUXKART INSTALLATION INSTRUCTIONS. TUXKART INSTALLATION INSTRUCTIONS.
======================================= ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
INSTALLATION: INSTALLATION:
------------- ~~~~~~~~~~~~~
First, make sure that you have the following packages installed: First, make sure that you have the following packages installed:
* OpenGL (or Mesa 3.0 or later) * OpenGL (or Mesa 3.0 or later)
* PLIB version 1.8.4 or later * PLIB version 1.8.4 or later .
Unpack the files from the tarball like this: Unpack the files from the tarball like this:
tar xzf supertuxkart-*.tar.gz tar xzf tuxkart-*.tar.gz
cd supertuxkart-* cd tuxkart-*
where '*' is the version of SuperTuxkart you downloaded - eg 0.2.0. Then: (where '*' is the version of TuxKart you downloaded - eg 0.4.0) ...and then:
./configure ./configure
make make
To test the compilation, supertuxkart can be run from the build
directory by ./src/supertuxkart (./src/supertuxkart.exe on windows).
To install the file, as root execute: You can run the game from the directory you downloaded it into - or (as
'root') you can install it into /usr/local/share/games/tuxkart by typing;
make install make install
The default install location is /usr/local, i.e. the data files will
be written to /usr/local/share/games/supertuxkart, the executable
will be copied to /usr/local/bin. To change the default installation
location, use the "--prefix" option of configure, e.g. --prefix=/usr
See the --help output of configure for further options.
But it didn't work! But it didn't work!
------------------- ~~~~~~~~~~~~~~~~~~~
Right now there is no proper windows compilation. You can still compile for windows using cygwin, see README.cygwin for details. Well, the most common (by FAR) reason for problems is that your OpenGL/Mesa
If you checked out your copy from SVN, you must run 'sh autogen.sh' first.
Also, the most common (by FAR) reason for problems is that your OpenGL/Mesa
is incorrectly installed - so before you complain to any of the PLIB or is incorrectly installed - so before you complain to any of the PLIB or
Supertuxkart mailing lists, first try running one of the example programs TuxKart mailing lists, first try running one of the example programs
that comes with your OpenGL implementation - or one of the Mesa or GLUT that comes with your OpenGL implementation - or one of the Mesa or GLUT
sample programs. sample programs.
If you those examples run OK - then go to the PLIB home page and download If you those examples run OK - then go to the PLIB home page and download
the PLIB examples. the PLIB examples.
If THOSE run correctly - but Supertuxkart doesn't then please get in touch If THOSE run correctly - but TuxKart doesn't then please get in touch with
with the SupertuxKart mailing list and we'll do our best to get you up and the TuxKart mailing list and we'll do our best to get you up and racing.
racing.

339
LICENSE Executable file
View File

@@ -0,0 +1,339 @@
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
675 Mass Ave, Cambridge, MA 02139, USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users. This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it. (Some other Free Software Foundation software is covered by
the GNU Library General Public License instead.) You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.
To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have. You must make sure that they, too, receive or can get the
source code. And you must show them these terms so they know their
rights.
We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.
Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software. If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.
Finally, any free program is threatened constantly by software
patents. We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary. To prevent this, we have made it clear that any
patent must be licensed for everyone's free use or not licensed at all.
The precise terms and conditions for copying, distribution and
modification follow.
GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License. The "Program", below,
refers to any such program or work, and a "work based on the Program"
means either the Program or any derivative work under copyright law:
that is to say, a work containing the Program or a portion of it,
either verbatim or with modifications and/or translated into another
language. (Hereinafter, translation is included without limitation in
the term "modification".) Each licensee is addressed as "you".
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running the Program is not restricted, and the output from the Program
is covered only if its contents constitute a work based on the
Program (independent of having been made by running the Program).
Whether that is true depends on what the Program does.
1. You may copy and distribute verbatim copies of the Program's
source code as you receive it, in any medium, provided that you
conspicuously and appropriately publish on each copy an appropriate
copyright notice and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty;
and give any other recipients of the Program a copy of this License
along with the Program.
You may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee.
2. You may modify your copy or copies of the Program or any portion
of it, thus forming a work based on the Program, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
a) You must cause the modified files to carry prominent notices
stating that you changed the files and the date of any change.
b) You must cause any work that you distribute or publish, that in
whole or in part contains or is derived from the Program or any
part thereof, to be licensed as a whole at no charge to all third
parties under the terms of this License.
c) If the modified program normally reads commands interactively
when run, you must cause it, when started running for such
interactive use in the most ordinary way, to print or display an
announcement including an appropriate copyright notice and a
notice that there is no warranty (or else, saying that you provide
a warranty) and that users may redistribute the program under
these conditions, and telling the user how to view a copy of this
License. (Exception: if the Program itself is interactive but
does not normally print such an announcement, your work based on
the Program is not required to print an announcement.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Program, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote it.
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Program.
In addition, mere aggregation of another work not based on the Program
with the Program (or with a work based on the Program) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
3. You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of
Sections 1 and 2 above provided that you also do one of the following:
a) Accompany it with the complete corresponding machine-readable
source code, which must be distributed under the terms of Sections
1 and 2 above on a medium customarily used for software interchange; or,
b) Accompany it with a written offer, valid for at least three
years, to give any third party, for a charge no more than your
cost of physically performing source distribution, a complete
machine-readable copy of the corresponding source code, to be
distributed under the terms of Sections 1 and 2 above on a medium
customarily used for software interchange; or,
c) Accompany it with the information you received as to the offer
to distribute corresponding source code. (This alternative is
allowed only for noncommercial distribution and only if you
received the program in object code or executable form with such
an offer, in accord with Subsection b above.)
The source code for a work means the preferred form of the work for
making modifications to it. For an executable work, complete source
code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable. However, as a
special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component
itself accompanies the executable.
If distribution of executable or object code is made by offering
access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.
4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
void, and will automatically terminate your rights under this License.
However, parties who have received copies, or rights, from you under
this License will not have their licenses terminated so long as such
parties remain in full compliance.
5. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Program or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Program (or any work based on the
Program), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Program or works based on it.
6. Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the
original licensor to copy, distribute or modify the Program subject to
these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.
7. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Program at all. For example, if a patent
license would not permit royalty-free redistribution of the Program by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Program.
If any portion of this section is held invalid or unenforceable under
any particular circumstance, the balance of the section is intended to
apply and the section as a whole is intended to apply in other
circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
may add an explicit geographical distribution limitation excluding
those countries, so that distribution is permitted only in or among
countries not thus excluded. In such case, this License incorporates
the limitation as if written in the body of this License.
9. The Free Software Foundation may publish revised and/or new versions
of the General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the Program
specifies a version number of this License which applies to it and "any
later version", you have the option of following the terms and conditions
either of that version or of any later version published by the Free
Software Foundation. If the Program does not specify a version number of
this License, you may choose any version ever published by the Free Software
Foundation.
10. If you wish to incorporate parts of the Program into other free
programs whose distribution conditions are different, write to the author
to ask for permission. For software which is copyrighted by the Free
Software Foundation, write to the Free Software Foundation; we sometimes
make exceptions for this. Our decision will be guided by the two goals
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.
NO WARRANTY
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
END OF TERMS AND CONDITIONS
Appendix: How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) 19yy <name of author>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Also add information on how to contact you by electronic and paper mail.
If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:
Gnomovision version 69, Copyright (C) 19yy name of author
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, the commands you use may
be called something other than `show w' and `show c'; they could even be
mouse-clicks or menu items--whatever suits your program.
You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the program, if
necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
`Gnomovision' (which makes passes at compilers) written by James Hacker.
<signature of Ty Coon>, 1 April 1989
Ty Coon, President of Vice
This General Public License does not permit incorporating your program into
proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Library General
Public License instead of this License.

View File

@@ -1,6 +1,6 @@
ACLOCAL_AMFLAGS = -I m4 ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src wavs images models data mods fonts SUBDIRS = src wavs images models data mods fonts doc contrib
EXTRA_DIST = README CHANGES COPYING missing EXTRA_DIST = README CHANGES LICENSE acsite.m4 missing

33
NEWS
View File

@@ -1,35 +1,12 @@
This is the first official release of SuperTuxKart. SuperTuxKart 0.1 (04. May 2006)
To see what was changed compared to the original TuxKart, you ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
have to include all SuperTuxKart items, including 0.1 which
was never released!
SuperTuxKart 0.2 (22. Sep 2006)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Significant performance improvement by using display lists
* Improved AI
* Support for different grand prixs
* Too many bug fixes to list them all, but the important ones:
* Work around for 'karts fall through track' compiler bug
* Fixed rescue mode
* Two new collectables: parachute and anvil
* Track screen shots in the track select screen
* Keyboard handling allows gradual turning
* Improved physics (still work in progress)
* All hard-coded properties like maximum velocity have
been replaced by dynamically computed data dependent
on kart parameters, allowing for karts having different
characteristics.
* Added help and about screens, added credits to track designer
* Items were added to all tracks
SuperTuxKart 0.1 (04. May 2006) (not officially released)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Significant speedup by using a new HOT and collision algorithm * Significant speedup by using a new HOT and collision algorithm
--> all tracks are now playable --> all tracks are now playable
* Removed all SDL dependencies, only plib is needed * Removed all SDL dependencies, only plib is needed
* Single and multi-window menu can be used * Single and multi-window menu can be used
* Code structure changes * Code structure changes
* Some bug fixes and small improvements * Slightly better AI
* Some bugfixes and small improvements
* Added profile option to support automatic profiling * Added profile option to support automatic profiling
SuperTuxKart 0.0.0 (22. Dec 2004) SuperTuxKart 0.0.0 (22. Dec 2004)
@@ -37,7 +14,7 @@ SuperTuxKart 0.0.0 (22. Dec 2004)
* new tracks * new tracks
* new characters and karts * new characters and karts
* new user-interface * new user-interface
* some additional effects (skid-marks, smoke) * some additional effects (skidmarks, smoke)
TuxKart v0.4.0 (March 19th 2004) TuxKart v0.4.0 (March 19th 2004)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

311
README
View File

@@ -1,191 +1,153 @@
SuperTuxKart
============
SuperTuxKart is based on TuxKart (http://tuxkart.sourceforge.net) TuxKart.
by Steve Baker. It was picked up by the Linux Game of the Month ~~~~~~~~
project and got a big overhaul during this time, but was left in by Steve Baker
an unfinished state. <sjbaker1@airmail.net>
A new set of maintainers, namely hiker & coz, took over in 2006, http://www.sjbaker.org
and we are glad to announce our first release here. You can find
more details on:
http://supertuxkart.berlios.de INSTALLATION:
~~~~~~~~~~~~~
Installation instructions are pretty basic,
and are covered in detail in the documentation directory 'doc',
and in the file INSTALL or online at http://tuxkart.sf.net
First, make sure that you have the following packages installed:
SuperTuxKart needs hardware OpenGL support, and has currently only one * OpenGL (or Mesa 3.0 or later)
software dependency: plib, see http://plib.sourceforge.net
A big "thank you" to Steve Baker for designing and implementing
the original TuxKart, to the GotM team for their invaluable work.
See the AUTHORS file for individual credits.
To contact the current maintainers, please send an email to the
SuperTuxKart development list at:
supertuxkart-devel@list.berlios.de
Hope you enjoy the game
Hiker & Coz
REQUIREMENTS
============
Hardware:
* You need a 3D graphics card that can support OpenGL or Mesa.
* Ideally, you want a joystick - preferably one with at least
6 buttons - you can also drive from the keyboard.
* You should have a CPU that's running at 266MHz or better.
* A sound card would be nice - but it's not essential.
* You'll need at least 32Mb RAM.
Software:
Right now, SuperTuxKart runs under Linux and under Windoze using the
CygWin package. We anticipate MSVC/Windoze, MacOS, BSD, BeOS,
etc. ports to follow very soon.
Make sure that you have the following packages installed:
* OpenGL (or Mesa 2.1 or later)
* PLIB version 1.8.0 or later . * PLIB version 1.8.0 or later .
Unpack the files from the tarball like this:
PLAYING THE GAME tar xzf tuxkart-*.tar.gz
================ cd tuxkart-*
SuperTuxKart is a kart racing game. Basically, you run a certain
number of laps and try to be faster than your opponents. Power
ups, like accelerator, rockets, can help you to achieve this
goal. By collecting coins you build up your power, which enables
you to get more power ups whenever you collect one. The arrow-
shaped red and black 'zippers' on the track will give you a quick
speedup.
At the same time, there are bananas out on the track, which effect
you negatively: an anvil or parachute will slow you down for a
while.
If you are running rather fast, you can pop a wheelie, which gives
you an additional speed boost, but you can't steer your kart
while doing a wheelie, so be careful.
Hitting another kart does not do any damage to your kart or the
other kart, one of the karts will just be forced to a stand still,
loosing precious seconds.
Three different game modes are available:
1) Quick Race
A single race (with between 1 and 5 laps)
2) Time Trial
A single race with a single lap only
3) Grand Prix
A set of several races, each with several laps
Split screen multi-player is supported, though you need a somewhat
powerful computer and graphics card to get a high frame rate in this
case. Network multi-player is not yet supported.
CONTROLLING YOUR KART (where '*' is the version of TuxKart you downloaded - eg 0.4.0) ...and then:
---------------------
Ideally, you need a 'game-pad' style joystick with at least six buttons: ./configure
make
You can run the game from the directory you downloaded it into - or (as 'root') you can install it into /usr/local/share/games/tuxkart by typing;
make install
BUT IT DIDN'T WORK!
~~~~~~~~~~~~~~~~~~~
The most common (by FAR) reason for problems is that your OpenGL/Mesa
is incorrectly installed - so before you complain to any of the PLIB
or TuxKart mailing lists, first try running one of the example programs
that comes with your OpenGL implementation - or one of the Mesa or GLUT
sample programs.
If you those examples run OK - then go to the PLIB home page and download
the PLIB examples.
If THOSE run correctly - but TuxKart doesn't then please get in touch with
the TuxKart mailing list and we'll do our best to get you up and racing.
STARTING THE GAME:
Just 'cd' into the download directory and run './src/tuxkart', or run
'/usr/local/games/tuxkart' if you did a 'make install'.
Select the number of laps and which course you'd like to race on then
click 'start game' to get going.
PLAYING THE GAME:
Ideally, you need a 'gamepad' style joystick with at leasti six buttons:
Joystick Left/Right: Steer. Joystick Left/Right: Steer.
A button - Accelerate. A button - Accellerate.
B button - Brake. B button - Brake.
C button - Use an item you've collected C button - Use an item you've collected from a Red Herring
D button - Ask to be rescued by tinytux. D button - Ask to be rescued by tinytux.
L button - Pop a wheelie (if you are going fast enough). L button - Pop a wheelie (if you are going fast enough).
R button - Jump.
In addition, you can drive from the keyboard: In addition, you can drive from the keyboard:
LEFT/RIGHT ARROW: Steer. LEFT/RIGHT ARROW: Steer.
UP-ARROW - Same as 'A' button - Accelerate UP-ARROW - Same as 'A' button - Accellerate
DOWN-ARROW - Same as 'B' button - Brake DOWN-ARROW - Same as 'B' button - Brake
A key - Same as 'L' button - pop a Wheelie A key - Same as 'L' button - pop a Wheelie
S key - Same as 'R' button - Jump
D key - Same as 'D' button - Rescue Me Please! D key - Same as 'D' button - Rescue Me Please!
F key - Same as 'C' button - Use an item. F key - Same as 'C' button - Use an item
ENTER - Same as 'C' button - Use an item
ESCAPE- Pauses the game, popping up a menu with SPACE - Pop up or Hide the menu bar.
additional options (including returning R key - Restart the race.
or restarting the race). P key - Pause.
This is the default binding. In the options->control X key - Exit the game.
menu you can assign your preferred keys to the kart ESCAPE- Exit the game.
handling functions.
Usually, rescuing occurs automatically when your kart leaves
a track (e.g. drives into the sea, or into a volcano), but if
you find yourself in a situation with no way out, you can
always request a TinyTux to be sent out - which will lift your
kart up and drop you back on the track, approximately where you
left the track.
There are also some debug functions left for developers:
F10 key - Save the last 1000 frames into a file ./history.dat
This can be used by the developers to reproduce
problems occurring during a race.
F11 key - Toggle wire-frame view.
F12 key - Toggle frame-per-second display.
The menu structure should be mostly self explanatory. Be aware that
pressing the escape key will return to the previous menu. Pressing
escape during a race will pause the game
POWER UPS: There are also some debug functions left in for developers:
---------
There are currently many 'good things' (triggered by driving over a blue W key - Toggle wireframe view
cube) and a few 'bad things' (triggered by hitting a banana). Z key - Toggle statistics gathering
From the Menu bar, you can turn sound effects and music on and off,
enable or disable the 'mousetrap' (which keeps the mouse in the window
to stop you accidentally losing the mouse pointer on Voodoo-1/2 hardware)
On the tracks, you'll find Red, Silver and Gold Herring (Yum - good!),
and Green Herring (Yuk - bad!) - also arrow-shaped red and black 'zippers'
that give you a quick speedup.
Use the 'rescue' key if you crash and can't get back onto the track. It's
sometimes activated automatically if (for example) you get stuck in hot
lava. TinyTux will lift your cart up and put it back onto the track.
POWERUPS:
I currently have many 'good things' (triggered by eating a Red Herring)
and a few 'bad things' (triggered by eating a Green Herring by mistake).
Good things are collectables - you pick them up by driving through the Good things are collectables - you pick them up by driving through the
blue cube and activate them by "using" an item (see above for default Red Herring and activate them by pushing the 'C' button on the joystick
key bindings) (or ENTER on the keyboard).
Bad things happen immediately - and last for a few seconds before 'going Bad things happen immediately - and last for a few seconds before 'going
away' by themselves. away' by themselves.
Notice that (unlike some kart games), the computer controlled players Notice that (unlike some kart games), the computer controlled players
also collect and use power-ups. also collect and use powerups.
Silver and Gold Herrings gradually fill up Tux's tummy (represented by
the herring bone at the top of the screen) - as you eat more herring,
you'll find that a Red Herring will subsequently give you two, three,
four or five powerups at one time!
Silver and Gold coins gradually fill up the energy level - as you collect
more coins, you'll find that a blue box will subsequently give you two,
three, four or five power-ups at one time!
Good Things: Good Things:
* Missiles - unguided but fast. If they hit anything (including the * Missiles - unguided but fast. If they hit anything, they explode
track), they explode impressively. The effect on a Kart is to stop impressively. The effect on a Kart is to stop it dead - so you have to
it dead - so you have to accelerate again. accellerate again.
* Homing missiles - slower than the regular kind - but they track * Homing missiles - slower than the regular kind - but they track
the nearest kart and are quite hard to shake off. the nearest kart and are quite hard to shake off.
* Fuzzy blobs - even slower still - a kart can outrun them quite * Fuzzy blobs - even slower still - a kart can outrun them quite
easily. They ricochet off the sides of the track and only explode easily. They ricochet off the sides of the track and only explode
when they hit a Kart. Since they are not moving fast, they'll when they hit a Kart.
tend to stay close to where you dropped them. * Magnets - if you activate a magnet then it hangs around for about
* Magnets - if you activate a magnet then it hangs around for 15 seconds. If anyone comes within about 20 meters, you'll be
about 15 seconds. If anyone comes within about 20 meters, pulled towards them and end up glued to their tail until the magnet
you'll be pulled towards them and end up glued to their tail 'expires'. Great for catching up with someone - hopeless for passing
until the magnet 'expires'. Great for catching up with someone them.
- hopeless for passing them. Magnets can be disabled by using
them again, allowing you to escape from the magnetic grip of
another kart.
* Portable Zippers - these are just like the zippers on the track * Portable Zippers - these are just like the zippers on the track
itself - they give you a sudden acceleration and temporarily itself - they give you a sudden accelleration and temporarily
increase the top speed of your kart. increase the top speed of your kart.
* Portable parachutes - this pops out the back of all the karts in
a better position than you and slows them down a for some seconds.
The worse your position is, the higher the probabilities of getting
this you have(but they are still small). You can only have one at
a time.
* Portable anvil - the driver in the first position gets dragged
by a heavy anvil, allowing other drivers to catch up with him...
like the portable parachutes, the worse your position is, the higher
probabilities of getting this you have. However, you can't get this
if the driver in the first position already finished the race.
Bad Things: Bad Things:
@@ -200,64 +162,38 @@ KNOWN BUGS:
* No drive-with-the-mouse support. * No drive-with-the-mouse support.
* Slow performance on CPU's less than ~450MHz. * Slow performance on CPU's less than ~450MHz.
* No way to return to title screen at end of race.
* You always play as Tux - there is no way to change players.
* After you cross the finish line, if someone overtakes you, your final
position changes!
* No "Ready, Steady, Go!" sequence.
* The computer players get confused and 'stuck' on tracks that
self-intersect (eg figure-8 shaped tracks). The lap counter and
current player positions are also screwed up on those kinds of tracks.
* If you (or one of the computer players) goes off the edge of the track,
or calls for rescue then tiny-tux doesn't always manage to put you
back onto the track correctly. If this happens, you may need to type
'R' to restart the race - Sorry.
* Sometimes you can be pushed through a solid object if you are hit by * Sometimes you can be pushed through a solid object if you are hit by
another player when in contact with the surface. another player when in contact with the surface.
There might of course be more. I'm sure there are lots more!
COMMAND LINE OPTIONS:
=====================
Useful command line options:
-N, --no-start-screen Quick start without any menus
-t, --track NAME Load track NAME
-l, --list-tracks List all tracks
-k, --numkarts NUM Overall number of karts
--kart NAME Use kart NAME
--list-karts Lists all available karts
--laps NUM Number of laps to play
-s, --screensize WxH Set screensize, e.g. -s 800x600
-v, --version Show version
SUPPORT:
========
The main webpage is at:
http://supertuxkart.berlios.de
If you have any problems, please contact the SuperTuxKart
mailing list at
supertuxkart-devel@list.berlios.de
The archives of this mailing list can be found at:
http://lists.berlios.de/pipermail/supertuxkart-devel/
Or post a bug report on the SuperTuxKart webpage
http://developer.berlios.de/bugs/?group_id=2765
A wiki will be installed in the near future, too.
LICENSE: LICENSE:
========
This software is released under the provisions of This software is released under the provisions of
the GNU General Public License (GPL) which can be the GNU General Public License (GPL) which can be
found in the file 'LICENSE' in the current directory. found in the file 'LICENSE' in the current directory.
DIRECTORY STRUCTURE: DIRECTORY STRUCTURE:
====================
src -- Where the source code lives. src -- Where the source code lives.
data -- This contains all kinds of miscellaneous data data -- This contains all kinds of miscellaneous data
files. It includes information about tracks, files. Right now, this is limited to the level
karts, constants for the physics, grand prix description files and lists of players vehicles.
data, collectables.
doc -- Implementation documentation. doc -- Documentation - all in HTML
images -- Texture maps and other images needed by the images -- Texture maps and other images needed by the
game. These are currently all in 'SGI' image game. These are currently all in 'SGI' image
@@ -269,5 +205,4 @@ mods -- Music files - in 'mod' format.
models -- 3D models - in '.ac' format. models -- 3D models - in '.ac' format.
contrib -- Unsorted contributed files.

View File

@@ -1,28 +0,0 @@
Some short instruction on how to compile supertuxkart with cygwin:
1) You have to use supertuxkart revision 593 or later (which you are
probably doing since you are reading this readme :) ).
2) Install freeglut
This is part of the cygwin packages, so just select this in
the cygwin setup program.
3) Compile and install plib
This should work straight out of the box.
4) Unpack supteruxkart and run ./configure and make.
That should be all.
Comments:
1) A -DNOMINMAX is added for cygwin compilations, since otherwise
min and max are #defined, causing problems with all std::min and
std::max constructs.
2) The order in which plib/pu.h and plib/pw.h are included appears
to be important - pw should be included first.
If you have any problems, please post on the mailing list - I am
not a regular windows user, so am probably not able to help you.
hiker

126
TODO
View File

@@ -1,126 +0,0 @@
SuperTuxKart is looking for additional man power to make this
one of the best free linux games out there :) We need (in
no particular order):
1) Musicians/sound engineers
- Create additional background soundtrack
- Create sound effects
2) Artists and track designer
- Create additional tracks
- Create additional art work for tracks,
background images
3) Developers
- See todo list below - it's rather long at the moment :)
4) Web master
- Extend the current web page, keep it up to date
5) Tester
- For just about everything
- Esp. different platforms
6) Package creators
- Create packages for
- most common linux Distributors
- Windows
- MaxOS (?? currently not sure if STK works on Macs)
7) Writers
- Write documentation, ranging from man page, to
a description for the web, to a design document, ...
If you want to help the SuperTuxKart - Project, please
contact us on the email list:
supertuxkart-devel@list.berlios.de
Thanks in advance!
The SuperTuxKart-Team
********************************
********************************
** **
** Incomplete(!!) TODO List **
** **
********************************
********************************
Known bugs
==========
This contains either hard, or not reproducible errors.
- Fix keyboard bug: the first time turning left/right while
pressing the up key is ignored. See bug 6168
Might be difficult to fix, since it occurs (it appears) in the interface
between X and plib.
Things that would be nice to fix, but are not urgent
=====================================================
- Write some documentation. Things to include:
- taking shortcuts might result in not finishing a lap
- lap display colour for all karts changes colour whenever
a lap is finished
- Display skid marks again (currently disabled due to problems of
skid marks being 'in the air').
- Added settings menu (e.g. for MPH vs KPH (vs. KM/H), ...)
- Enable real fullscreen support
- Top 10 lists for time trial, and grand prix.
- Display the time difference to either the
kart in front of the kart, or to the first kart.
- Add track sections which must be passed in order to finish
a lap. This would avoid karts taking shortcuts.
That's already in the code, but currently the user does
not get any feedback if a driveline is skipped --> after
crossing the finishing line, the race might not end for a
kart. Well, there is the 'wrong direction' message (?)
- Add a tutorial course
- Valgrind for memory bugs.
- Update the web page, make more screen shots, ...
- Tight/wide corner steering for AI. The AI is hitting the wall
in very tight corners (e.g. subseatrack) [coz]
long term
=========
- OpenAL support (optional) [patrick]
- Improved physics to support skidding
- Improved collision handling
- Add network multiplayer
- Make full use of OpenAL
- Performance tuning
- Support for multi-core CPUs
(while this is not strictly necessary, it might be a nice headline
for news entries. The physics/collision detection would be
easy to parallelise)
- More gadgets
- Positive: - squirt oil on track to make karts slip, ...
- Negative: - 'dirt on windscreen' - partial blackout of screen
- More flexibility for items. E.g.
- Tracks might hard code some items, change the distribution of some
others (e.g. only a rocket at a certain location, but random choice
which one the kart gets. Instead of just specifying
GREENHERRING, one could write: ZIPPER:ANVIL and one of the listed
things would be picked randomly)
- Grand prixs might want to overwrite this, e.g.:
"war" grand prix: only rockets for all gadgets
- Perhaps make good and bad things indistinguishable?
- sound/music manager needed
Make it easy to replace sounds (which are currently hardcoded), e.g
via a config file. Sound/music should be selectable for a track,
but a grand prix should be able to overwrite this to create a consistent
ambience, ...
- More tracks
- More grand prixs
- Support for translations(?)
- Support for easy-to-plugin different AIs, and allow different karts
to have different AIs
- Code cleanup
- Consistent style (which needs to be defined)
- Replace (as far as possible) all char* with std::string
- Rather complicated way of passing information to world, a
mixture of CupData, raceSetup, race_manager. This could
probably all be simplified by only using the race_manager,
removing the raceSetup class completely.

View File

@@ -1,4 +1,4 @@
AC_DEFUN([MY_EXPAND_DIR], [ AC_DEFUN(MY_EXPAND_DIR, [
$1=$2 $1=$2
$1=`( $1=`(
test "x$prefix" = xNONE && prefix="$ac_default_prefix" test "x$prefix" = xNONE && prefix="$ac_default_prefix"

View File

@@ -1,47 +1,36 @@
#!/bin/sh #!/bin/sh
OSTYPE=`uname -s` set -e
MACHINE=`uname -m`
AUTO_MAKE_VERSION=`automake --version | head -1 | awk '{print $4}' | sed -e 's/\.\([0-9]*\).*/\1/'` WANT_AUTOMAKE=1.7
if test $AUTO_MAKE_VERSION -lt 15; then
echo "" if [ -n "`which automake-1.7`" ]; then
echo "You need to upgrade to automake version 1.5 or greater." ACLOCAL="aclocal-1.7"
echo "Most distributions have packages available to install or you can" AUTOMAKE="automake-1.7"
echo "find the source for the most recent version at" elif [ -n "`which automake-1.6`" ]; then
echo "ftp://ftp.gnu.org/gnu/automake" ACLOCAL="aclocal-1.6"
exit 1 AUTOMAKE="automake-1.6"
else
ACLOCAL="aclocal"
AUTOMAKE="automake"
fi fi
echo "Host info: $OSTYPE $MACHINE" case "`$AUTOMAKE --version`" in
echo -n " automake: `automake --version | head -1 | awk '{print $4}'`" *1.5* | *1.4*)
echo " ($AUTO_MAKE_VERSION)" echo "Error: You need automake 1.6 or larger"
echo "" exit 1
;;
esac
echo "Running aclocal" # automake tends to fail sometimes if Makefile or Makefile.in are left from old
aclocal # runs
find -name "Makefile" -o -name "Makefile.in" -exec rm {} ';'
echo "Running automake --add-missing"
automake --add-missing
echo "Running $ACLOCAL"
$ACLOCAL -I m4
echo "Running $AUTOMAKE"
$AUTOMAKE --add-missing --copy
echo "Running autoconf" echo "Running autoconf"
autoconf autoconf
if [ ! -e configure ]; then
echo "ERROR: configure was not created!"
exit 1
fi
echo ""
echo "======================================"
if [ -f config.cache ]; then
echo "config.cache exists. Removing the config.cache file will force"
echo "the ./configure script to rerun all it's tests rather than using"
echo "the previously cached values."
echo ""
fi
echo "Now you are ready to run './configure'"
echo "======================================"
# EOF # # EOF #

View File

@@ -1,133 +0,0 @@
dnl Process this file with autogen.sh to produce a configure script.
AC_INIT
AC_CONFIG_SRCDIR([src/main.cpp])
dnl Require at least automake 2.52
AC_PREREQ(2.52)
dnl Initialize the automake stuff
dnl set the $host variable based on local machine/os
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(supertuxkart, 0.2)
dnl Check for compilers.
AC_PROG_CC
AC_PROG_CPP
AC_PROG_CXX
dnl Set compiler flags
CFLAGS="$CFLAGS -Wall -Wstrict-prototypes -Wmissing-prototypes"
CXXFLAGS="$CXXFLAGS -Wall"
dnl Checks for programs.
AC_PROG_MAKE_SET
AC_PROG_RANLIB
AC_PROG_INSTALL
# specify the plib location
AC_ARG_WITH(plib, [ --with-plib=PREFIX Specify the prefix path to plib])
if test "x$with_plib" != "x" ; then
echo "plib prefix is $with_plib"
EXTRA_DIRS="${EXTRA_DIRS} $with_plib"
fi
# Check for MS Windows environment
AC_CHECK_HEADER(windows.h)
dnl check for OpenGL related libraries
case "${host}" in
*-*-cygwin* | *-*-mingw32*)
dnl CygWin under Windoze.
echo Win32 specific hacks...
AC_DEFINE([WIN32], 1, [Define for Win32 platforms])
AC_DEFINE([NOMINMAX], 1, [Define for Win32 platforms])
LIBS="$LIBS -lglut32 -lglu32 -lopengl32 -luser32 -lgdi32 -lm -lwinmm"
joystick_LIBS="$joystick_LIBS -lwinmm"
echo "Will link apps with $LIBS"
;;
*)
dnl X-Windows based machines
AC_SEARCH_LIBS(glNewList, [ GL GLcore MesaGL ])
if test "x$ac_cv_search_glNewList" = "x-lGLcore"; then
dnl if GLcore found, then also check for GL
AC_SEARCH_LIBS(glXCreateContext, GL)
fi
esac
# The following are C++ items that need to be tested for with the c++
# compiler
AC_LANG_PUSH(C++)
# Check for "plib" without which we cannot go on
AC_CHECK_HEADER(plib/ul.h)
if test "x$ac_cv_header_plib_ul_h" != "xyes"; then
echo
echo "You *must* have the plib library installed on your system to build!"
echo
echo "Please see README for more details."
echo
echo "configure aborted."
exit
fi
AC_MSG_CHECKING([for plib 1.8.4 or newer])
AC_TRY_RUN([
#include <plib/ul.h>
#define MIN_PLIB_VERSION 184
int main() {
int major, minor, micro;
if ( PLIB_VERSION < MIN_PLIB_VERSION ) {
return -1;
}
return 0;
}
],
AC_MSG_RESULT(yes),
[AC_MSG_RESULT(wrong version);
AC_MSG_ERROR([Install plib 1.8.4 or later first...])],
AC_MSG_RESULT(yes)
)
AC_MSG_CHECKING([for gcc -fno-regmove option ])
# Test if -fno-regmove is supported, since -fregmove (which is part of -O2 on
# g++) triggers an optimisation problem with static_ssg:
ORIGCXXFLAGS="$CXXFLAGS"
CXXFLAGS="$CXXFLAGS -fno-regmove"
AC_COMPILE_IFELSE([AC_LANG_PROGRAM()],
AC_MSG_RESULT(yes); NOREGMOVE=-fno-regmove,
AC_MSG_RESULT(no); NOREGMOVE="")
CXXFLAGS="$ORIGCXXFLAGS"
AC_SUBST(NOREGMOVE)
AC_CONFIG_FILES([ \
Makefile \
data/Makefile \
fonts/Makefile \
images/Makefile \
models/Makefile \
mods/Makefile \
src/Makefile \
wavs/Makefile \
wavs/radio/Makefile \
wavs/tintagel/Makefile \
models/herrings/Makefile
])
AC_OUTPUT

110
configure.in Executable file
View File

@@ -0,0 +1,110 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/start_tuxkart.cxx)
AM_INIT_AUTOMAKE(tuxkart, 0.4.0)
dnl Checks for programs.
AC_PROG_CC
AC_PROG_CPP
AC_PROG_CXX
AC_PROG_CXXCPP
AC_PROG_INSTALL
AC_PROG_RANLIB
plib_suffix="-lplibjs -lplibsl -lplibssg -lplibpu -lplibfnt -lplibsg -lplibpw -lplibul"
dnl Checks for library functions.
dnl check for OpenGL related libraries
AC_CHECK_HEADER(windows.h, AC_DEFINE(WIN32))
if test "x$ac_cv_header_windows_h" = "xno" ; then
dnl Check for X11
AC_PATH_XTRA
x_suffix="$X_LIBS $X_PRE_LIBS -lpthread -lX11 -lXi -lXext -lXmu $X_EXTRA_LIBS -lm"
dnl Reasonable stuff non-windoze variants ... :-)
AC_CHECK_LIB(GL, glNewList,,,$x_suffix)
if test "x$ac_cv_lib_GL_glNewList" = "xno" ; then
dnl if no GL, check for MesaGL
AC_CHECK_LIB(MesaGL, glNewList,,,$x_suffix)
fi
opengl_LIBS="$LIBS $x_suffix"
LIBS="$plib_suffix $LIBS $x_suffix"
else
dnl CygWin under Windoze.
LIBS="$plib_suffix $LIBS -lm -lwinmm -lopengl32 -luser32 -lgdi32"
fi
dnl Check SGI audio library
AC_CHECK_LIB(audio, ALopenport)
if test "x$ac_cv_lib_audio_ALopenport" = "xyes" ; then
dnl this is an SGI machine...
LIBS="$LIBS -laudio"
fi
dnl Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS(GL/gl.h)
AC_CHECK_HEADER(windows.h, AC_DEFINE(WIN32))
AC_CHECK_HEADER(joystick.h, AC_DEFINE(JOYSTICK_IS_PRESENT))
AC_CHECK_HEADER(linux/joystick.h, AC_DEFINE(LINUX_JOYSTICK_IS_PRESENT))
dnl Check for audio support
AM_CONDITIONAL(ENABLE_AUDIO, \
test -r /usr/include/soundcard.h \
-o -r /usr/include/linux/soundcard.h \
-o -r /usr/include/machine/soundcard.h \
-o -r /usr/include/audio.h \
-o "x$ac_cv_header_windows_h" = "xyes" )
AM_CONDITIONAL(ENABLE_IRIX_AUDIO, test -r /usr/include/audio.h)
AM_CONDITIONAL(ENABLE_WIN32_AUDIO, test "x$ac_cv_header_windows_h" = "xyes")
if test "x$ac_cv_header_windows_h" != "xyes" ; then
if test "x$GXX" != "xyes" ; then
CFLAGS="$CFLAGS -I/usr/local/include -L/usr/local/lib"
CXXFLAGS="$CXXFLAGS -I/usr/local/include -L/usr/local/lib"
else
CFLAGS="$CFLAGS -O6 -Wall"
CXXFLAGS="$CXXFLAGS -O6 -Wall"
fi
else
CFLAGS="$CFLAGS -O6 -Wall $MACH -malign-double -I/usr/local/include -L/usr/local/lib"
CXXFLAGS="$CXXFLAGS -O6 -Wall $MACH -malign-double -I/usr/local/include -L/usr/local/lib"
fi
MY_EXPAND_DIR(tuxkart_datadir, "$datadir/games/$PACKAGE")
AC_DEFINE_UNQUOTED(TUXKART_DATADIR, "$tuxkart_datadir")
AC_OUTPUT( Makefile \
contrib/Makefile \
data/Makefile \
doc/Makefile \
fonts/Makefile \
images/Makefile \
models/Makefile \
mods/Makefile \
src/Makefile \
wavs/Makefile \
)

View File

@@ -1,72 +0,0 @@
SuperTuxKart - Release 0.2
==========================
SuperTuxKart is a new and improved version
of tuxkart.
http://supertuxkart.berlios.de/
Project Leaders:
-----------------
Joerg Henrichs (hiker)
- port from GotM supertuxkart into a
playable game
- performance optimisation
- general redesign and bugfixes
- physics (in progress)
Eduardo Hernandez Munoz (coz)
- AI for computer karts
- general redesign and bugfixes
- improving art
We would like to dedicate this version
to the Linux Game-of-the-Month team, who
did most of the graphical improvements.
Additional coding:
--------------------
Patrick Ammann
- bug fixes, code cleanup
- OpenAL support (in progress)
Previous releases
=================
Game of the Month group:
----------------------------
http://happypenguin.org/forums/viewforum.php?f=21
Ingo Ruhnke
Matthias Braun
James Gregory
Jacob Persson
Paul Carley
Craig Keogh
Pascal Giard
Caleb Sawtell
Ricardo Cruz
Oliver Jeeves
Jacob Persson
Willian Padovani Germano
Original Tuxkart Design:
--------------------------
Steve Baker
http://www.sjbaker.org/
Models and Track Design:
----------------------------
Original TuxKart models:
Steve Baker, Oliver Baker
New SuperTuxKart models:
Ingo Ruhnke
Music:
-------
Matt Thomas

View File

@@ -2,9 +2,6 @@
pkgdatadir = $(datadir)/games/@PACKAGE@/data pkgdatadir = $(datadir)/games/@PACKAGE@/data
pkgdata_DATA = $(wildcard *.dat) $(wildcard *.data) $(wildcard *.herring) \ pkgdata_DATA = $(wildcard *.dat) $(wildcard *.loc) $(wildcard *.drv)
$(wildcard *.loc) $(wildcard *.drv?) $(wildcard *.projectile) \
$(wildcard *.cup) $(wildcard *.tkkf) $(wildcard *.collectable)\
$(wildcard *.track) CREDITS
EXTRA_DIST = $(pkgdata_DATA) EXTRA_DIST = $(pkgdata_DATA)

View File

@@ -1,8 +0,0 @@
;; -*- mode: lisp -*-
(supertuxkart-cup
(name "All tracks")
(description "All tracks included in SuperTuxKart")
(tracks "beach" "startrack" "lighthouse" "sandtrack" "volcano" "gownsbow" "bsodcastle" "geekopeak" "littlevolcano" "olivermath" "race" "subseatrack" "tuxtrack"))
;; EOF ;;

View File

@@ -1,9 +0,0 @@
;; -*- mode: lisp -*-
(tuxkart-collectable
(name "anvil")
(model "anvil.ac")
(icon "anvil.rgb")
)
;; EOF ;;

View File

@@ -1,292 +1,302 @@
-4.029389,-0.055003,-0.623054 -4.029389,0.037381
-4.034726,2.271121,-0.623054 -4.034726,2.271121
-3.753494,8.587892,-0.623057 -3.753494,8.587892
-3.243392,14.697538,-0.623057 -3.243392,14.697538
-2.577844,20.660118,-0.623060 -2.577844,20.660118
-1.827775,26.542055,-0.623059 -1.827775,26.542055
-1.060219,32.415882,-0.623059 -1.060219,32.415882
-0.338121,38.359386,-0.623063 -0.338121,38.359386
0.278747,44.454758,-0.623062 0.278747,44.454758
0.727761,50.688900,-0.623066 0.727761,50.688900
0.687132,53.994175,-0.647826 0.687132,53.994175
0.275653,57.454323,-0.711100 0.275653,57.454323
-0.400435,61.187290,-0.796386 -0.400435,61.187290
-1.202684,65.151558,-0.887171 -1.202684,65.151558
-1.959266,69.335419,-0.966953 -1.959266,69.335419
-2.456973,73.763756,-1.019227 -2.456973,73.763756
-2.410622,78.475822,-1.027480 -2.410622,78.475822
-1.438832,83.428764,-0.975209 -1.438832,83.428764
0.830270,88.336044,-0.845911 0.830270,88.336044
4.245583,92.484238,-0.623075 4.245583,92.484238
7.450228,95.022247,-0.441408 7.450228,95.022247
10.722488,96.771439,-0.237602 10.722488,96.771439
14.162002,97.954788,-0.017130 14.162002,97.954788
17.694233,98.602158,0.214534 17.694233,98.602158
21.262053,98.733604,0.451914 21.262053,98.733604
24.815645,98.354462,0.689540 24.815645,98.354462
28.303425,97.454285,0.921935 28.303425,97.454285
31.662638,96.009201,1.143623 31.662638,96.009201
34.808846,93.989098,1.349132 34.808846,93.989098
37.983162,90.945030,1.532987 37.983162,90.945030
41.489326,85.290161,1.803536 41.489326,85.290161
43.004730,78.664856,1.924916 43.004730,78.664856
42.640892,72.434341,1.930515 42.640892,72.434341
41.249180,66.780724,1.853731 41.249180,66.780724
39.436863,61.573109,1.727956 39.436863,61.573109
37.628239,56.733295,1.586586 37.628239,56.733295
36.168972,52.297432,1.463009 36.168972,52.297432
35.325832,48.392090,1.390624 35.325832,48.392090
35.220341,45.128632,1.402822 35.220341,45.128632
36.124081,41.634476,1.532999 36.124081,41.634476
37.608425,38.716320,1.746061 36.714256,40.421368
38.570969,37.175060,1.869322 37.608425,38.716320
39.585953,35.822472,2.004395 38.570969,37.175060
40.635498,34.675430,2.151773 39.585953,35.822472
42.784706,33.006256,2.485422 40.635498,34.675430
45.061810,32.076160,2.874215 41.703838,33.739334
47.578751,31.830578,3.292289 42.784706,33.006256
49.799690,32.254219,3.667414 43.891006,32.457905
51.956249,33.306980,4.002507 45.061810,32.076160
54.050163,35.028233,4.294969 46.406528,31.854057
55.948288,37.383209,4.542205 47.578751,31.830578
57.612003,40.676041,4.648048 48.705772,31.965986
58.726986,44.308388,4.869840 49.799690,32.254219
59.153275,50.598969,4.862028 50.881245,32.698753
58.291164,57.752117,4.692232 51.956249,33.306980
56.438812,65.517723,4.428065 53.017712,34.083797
54.037819,73.625893,4.137151 54.050163,35.028233
51.602009,81.888046,3.887111 55.033916,36.132595
49.698494,90.234108,3.745559 55.948288,37.383209
49.034950,98.736565,3.780116 57.612003,40.676041
50.693703,107.394882,4.058402 58.726986,44.308388
55.170494,114.526772,4.648031 59.153275,50.598969
58.904789,117.792549,4.964519 58.291164,57.752117
62.388912,119.731277,5.290312 56.438812,65.517723
66.066704,121.025620,5.621506 54.037819,73.625893
69.844849,121.718483,5.954197 51.602009,81.888046
73.654701,121.843513,6.284478 49.698494,90.234108
77.439201,121.417603,6.608445 49.034950,98.736565
81.142067,120.439362,6.922195 50.693703,107.394882
84.697662,118.891029,7.221821 55.170494,114.526772
88.020020,116.744598,7.503417 58.904789,117.792549
91.323090,113.577820,7.763081 62.388912,119.731277
95.290283,106.164383,8.339469 66.066704,121.025620
98.102287,97.731522,8.631271 69.844849,121.718483
98.714783,89.270760,8.697178 73.654701,121.843513
97.772400,81.054665,8.595872 77.439201,121.417603
95.881271,73.082214,8.386044 81.142067,120.439362
93.524979,65.289078,8.126381 84.697662,118.891029
91.112579,57.645214,7.875565 88.020020,116.744598
88.420586,50.168880,7.692289 91.323090,113.577820
86.967377,42.913128,7.635239 96.314728,106.164383
86.441498,35.960609,7.763099 99.126732,97.731522
86.495674,30.125723,8.026981 99.739227,89.270760
87.958221,26.383930,8.322536 98.796844,81.054665
89.728851,24.187353,8.641855 96.905716,73.082214
93.764198,23.042126,8.977028 94.549423,65.289078
95.584198,22.618284,9.320149 92.137024,57.645214
97.306602,22.779774,9.663307 90.037872,50.168880
98.770576,23.428761,9.998596 88.584663,42.913128
99.896355,24.497524,10.318104 88.058784,35.960609
100.694023,26.167620,10.613926 88.705803,30.125723
100.916908,29.636156,10.878148 90.168350,26.383930
100.637680,34.757378,11.045553 91.938980,24.187353
100.559265,40.622952,11.099834 93.764198,23.042126
100.726501,46.555069,11.069462 95.584198,22.618284
101.168907,52.510368,10.982906 97.306602,22.779774
101.917938,58.445843,10.868641 98.770576,23.428761
103.007530,64.318550,10.755136 99.896355,24.497524
104.474854,70.084877,10.670860 100.694023,26.167620
106.360870,75.699196,10.644290 100.916908,29.636156
108.710464,81.111443,10.703892 100.637680,34.757378
111.607262,86.320763,10.878138 100.559265,40.622952
114.607109,90.081650,11.052052 100.726501,46.555069
118.340233,93.000336,11.247209 101.168907,52.510368
122.504181,94.878647,11.456635 101.917938,58.445843
126.838203,95.721626,11.673359 103.007530,64.318550
131.135651,95.609810,11.890411 104.474854,70.084877
135.255737,94.637810,12.100819 106.360870,75.699196
139.093781,92.876984,12.297611 108.710464,81.111443
142.545639,90.369705,12.473817 111.607262,86.320763
145.481644,87.145813,12.622466 114.607109,90.081650
147.812195,83.075737,12.736583 118.340233,93.000336
149.726837,76.973747,12.853476 122.504181,94.878647
150.247711,70.748070,12.873077 126.838203,95.721626
149.559647,64.902107,12.813189 131.135651,95.609810
148.064651,59.518459,12.691612 135.255737,94.637810
146.121719,54.530693,12.526153 139.093781,92.876984
144.011093,49.834175,12.334611 142.545639,90.369705
141.960220,45.344929,12.134791 145.481644,87.145813
140.163330,41.010883,11.944495 147.812195,83.075737
138.782623,36.799587,11.781529 149.726837,76.973747
137.920273,32.501431,11.663692 150.247711,70.748070
137.343170,26.620615,11.585139 149.559647,64.902107
137.225006,24.762691,11.560068 148.064651,59.518459
137.340866,22.857943,11.569404 146.121719,54.530693
137.436386,20.573521,11.594067 144.011093,49.834175
137.590927,17.329014,11.614985 141.960220,45.344929
136.225800,-19.665028,11.693893 140.163330,41.010883
136.269653,-23.298189,11.689069 138.782623,36.799587
135.982895,-25.503305,11.625474 137.920273,32.501431
135.605194,-27.795563,11.493755 137.343170,26.620615
133.735611,-33.324600,11.693173 137.225006,24.762691
130.677521,-37.830246,11.856974 137.340866,22.857943
127.391739,-40.944138,11.884946 137.436386,20.573521
124.601044,-43.107346,11.790741 137.590927,17.329014
122.622581,-44.737785,11.615618 136.225800,-19.665028
120.590477,-47.781250,11.220501 136.301559,-21.494640
120.088104,-50.761906,11.070009 136.269653,-23.298189
120.324364,-55.795879,11.689891 135.982895,-25.503305
120.465302,-58.699268,12.066046 135.605194,-27.795563
121.044670,-61.342632,12.402211 133.735611,-33.324600
123.164612,-63.089050,12.573366 130.677521,-37.830246
125.656067,-63.124729,12.503674 127.391739,-40.944138
128.222641,-62.686199,12.367771 124.601044,-43.107346
133.604919,-62.043392,12.120951 122.622581,-44.737785
139.678009,-61.808998,11.908676 121.407494,-46.107788
146.370224,-62.968220,11.865281 120.590477,-47.781250
152.977341,-67.108063,12.497249 120.088104,-50.761906
157.143860,-74.387672,12.942068 120.324364,-55.795879
158.252228,-83.616837,13.479905 120.465302,-58.699268
156.379501,-95.528778,13.996491 121.044670,-61.342632
150.257050,-104.252533,14.122119 123.164612,-63.089050
141.134155,-107.715546,14.036593 125.656067,-63.124729
132.540314,-107.258606,13.955318 128.222641,-62.686199
124.765862,-105.458572,13.884703 133.604919,-62.043392
117.917427,-103.698494,13.807014 139.678009,-61.808998
114.661514,-102.714584,13.722074 146.370224,-62.968220
112.014389,-103.064240,13.635096 152.977341,-67.108063
109.820732,-105.747787,13.531611 157.143860,-74.387672
108.514168,-109.788162,13.339485 158.252228,-83.616837
108.855728,-112.551865,13.162963 156.379501,-95.528778
109.895226,-114.195610,12.993758 150.257050,-104.252533
112.123283,-115.927299,12.807145 141.134155,-107.715546
115.859550,-117.778320,12.601740 132.540314,-107.258606
120.721680,-119.637260,12.383076 124.765862,-105.458572
126.214920,-121.693985,12.137057 117.917427,-103.698494
131.940811,-124.400475,11.820692 114.661514,-102.714584
137.466339,-128.537643,11.381030 112.014389,-103.064240
141.690430,-134.946930,10.748277 109.820732,-105.747787
143.003326,-143.014832,9.969211 108.514168,-109.788162
141.215652,-151.938766,9.078010 108.855728,-112.551865
135.174393,-158.574432,8.371813 109.895226,-114.195610
127.395752,-160.131165,8.102663 112.123283,-115.927299
121.009354,-158.980026,8.074658 115.859550,-117.778320
117.952873,-158.018173,8.041975 120.721680,-119.637260
115.556053,-157.003769,8.015786 126.214920,-121.693985
112.191628,-155.284790,8.046114 131.940811,-124.400475
109.461731,-156.158920,7.851391 137.466339,-128.537643
107.178543,-158.188461,7.554277 141.690430,-134.946930
106.917465,-160.672165,7.219326 143.003326,-143.014832
106.974373,-163.611008,6.895064 141.215652,-151.938766
107.624611,-165.345932,6.903409 135.174393,-158.574432
108.805000,-166.781570,7.056297 127.395752,-160.131165
110.656769,-167.704971,7.218858 121.009354,-158.980026
113.630577,-168.748566,7.329325 117.952873,-158.018173
117.506439,-170.155396,7.303795 115.556053,-157.003769
122.063950,-172.859131,6.998570 112.191628,-155.284790
125.956413,-178.186279,6.232333 109.461731,-156.158920
126.915085,-184.998337,5.034221 107.178543,-158.188461
125.231743,-191.937759,3.080416 106.917465,-160.672165
122.623032,-198.290695,1.909567 106.974373,-163.611008
119.368080,-203.235672,1.049673 107.624611,-165.345932
115.091354,-206.906998,0.653609 108.805000,-166.781570
109.977127,-208.874039,0.067394 110.656769,-167.704971
104.898140,-209.045013,-0.254932 113.630577,-168.748566
100.429756,-208.080612,-0.541134 117.506439,-170.155396
95.821724,-207.264633,-0.835447 122.063950,-172.859131
92.690155,-206.190216,-1.025141 125.956413,-178.186279
89.540527,-205.176010,-1.239485 126.915085,-184.998337
86.301620,-203.983948,-1.430181 125.231743,-191.937759
81.629684,-202.501663,-1.576215 122.623032,-198.290695
77.548004,-201.244980,-1.619282 119.368080,-203.235672
73.856010,-200.169861,-1.380601 115.091354,-206.906998
70.447739,-199.201721,-1.121444 109.977127,-208.874039
67.010429,-198.258514,-0.841634 104.898140,-209.045013
63.304104,-197.263000,-0.558343 100.429756,-208.080612
59.098980,-196.140396,-0.312213 95.821724,-207.264633
54.171066,-194.817200,-0.147126 92.690155,-206.190216
48.296421,-193.219833,-0.010138 89.540527,-205.176010
41.201572,-191.260864,0.037796 86.301620,-203.983948
36.146530,-189.747406,0.200074 81.629684,-202.501663
31.063559,-187.981445,0.356275 77.548004,-201.244980
26.057106,-185.943893,0.692921 73.856010,-200.169861
21.191460,-183.599030,1.116105 70.447739,-199.201721
16.532654,-180.903656,1.601539 67.010429,-198.258514
12.152850,-177.805740,2.239667 63.304104,-197.263000
8.138065,-174.245468,2.918916 59.098980,-196.140396
4.598954,-170.163345,3.556782 54.171066,-194.817200
1.678567,-165.520264,4.102178 48.296421,-193.219833
-0.455726,-160.330429,4.519668 41.201572,-191.260864
-3.029223,-150.549072,5.220727 36.146530,-189.747406
-4.863295,-140.132889,5.889466 31.063559,-187.981445
-5.840156,-129.377121,6.538037 26.057106,-185.943893
-5.826304,-118.562973,7.178580 21.191460,-183.599030
-4.662090,-107.965233,7.528836 16.532654,-180.903656
-2.143774,-97.855011,7.385084 12.152850,-177.805740
2.002143,-88.532028,6.970990 8.138065,-174.245468
8.107559,-80.422050,6.521037 4.598954,-170.163345
16.389572,-74.192909,6.283665 1.678567,-165.520264
26.478340,-70.627106,6.487230 -0.455726,-160.330429
34.619045,-71.048859,6.891335 -3.029223,-150.549072
40.955109,-75.238914,7.752314 -4.863295,-140.132889
44.624897,-80.751801,8.679776 -5.840156,-129.377121
46.924473,-86.489250,9.491838 -5.826304,-118.562973
48.672176,-92.196632,10.152284 -4.662090,-107.965233
50.267746,-97.530159,10.631858 -2.143774,-97.855011
51.909035,-101.984344,10.915263 2.002143,-88.532028
53.138214,-104.043419,10.944884 8.107559,-80.422050
54.679604,-106.187172,11.000528 16.389572,-74.192909
56.943668,-106.650200,10.985812 26.478340,-70.627106
59.311756,-106.423523,10.962811 34.619045,-71.048859
63.091915,-105.561455,10.886566 40.955109,-75.238914
66.935654,-103.996086,10.746596 44.624897,-80.751801
70.613953,-101.813492,10.537139 46.924473,-86.489250
73.910385,-99.143776,10.257086 48.672176,-92.196632
76.632851,-96.152222,9.914062 50.267746,-97.530159
78.630173,-93.033073,9.526974 51.909035,-101.984344
79.821945,-89.986031,9.123736 53.138214,-104.043419
80.220734,-87.139656,8.728348 54.679604,-106.187172
79.856422,-84.409798,8.335649 56.943668,-106.650200
78.602699,-81.553398,7.914040 59.311756,-106.423523
77.056671,-79.845795,7.660093 63.091915,-105.561455
74.869476,-78.481598,7.459802 66.935654,-103.996086
71.798325,-77.287430,7.289420 70.613953,-101.813492
67.947800,-76.219833,7.142394 73.910385,-99.143776
63.537987,-75.096039,6.988701 76.632851,-96.152222
58.749367,-73.556992,6.769196 78.630173,-93.033073
53.771996,-71.020119,6.386270 79.821945,-89.986031
49.167213,-66.773277,5.715388 80.220734,-87.139656
45.861256,-59.998089,4.617381 79.856422,-84.409798
46.046768,-50.506672,3.099642 78.602699,-81.553398
50.870380,-42.423965,1.892544 77.056671,-79.845795
57.436840,-36.514072,1.100442 74.869476,-78.481598
64.472473,-31.533934,0.519172 71.798325,-77.287430
71.001785,-26.998056,0.078220 67.947800,-76.219833
75.885223,-22.917606,-0.233465 63.537987,-75.096039
77.723389,-20.992334,-0.350345 58.749367,-73.556992
78.434952,-18.578861,-0.466599 53.771996,-71.020119
76.501106,-15.131457,-0.576003 49.167213,-66.773277
68.944893,-8.689670,-0.623052 45.861256,-59.998089
62.868793,-5.329302,-0.623054 46.046768,-50.506672
60.052208,-4.523453,-0.623054 50.870380,-42.423965
57.545734,-4.981455,-0.623053 57.436840,-36.514072
55.640152,-6.487322,-0.623053 64.472473,-31.533934
53.162144,-9.710450,-0.623051 71.001785,-26.998056
50.415710,-14.419190,-0.569934 75.885223,-22.917606
47.412392,-20.038210,-0.341213 77.723389,-20.992334
43.895756,-26.025656,0.080822 78.434952,-18.578861
39.394352,-31.874058,0.651101 76.501106,-15.131457
33.660923,-36.628262,1.221058 68.944893,-8.689670
28.259039,-39.127411,1.563250 62.868793,-5.329302
22.888117,-40.121243,1.720986 60.052208,-4.523453
17.563002,-39.734894,1.695720 57.545734,-4.981455
12.591328,-38.069866,1.501219 55.640152,-6.487322
8.180734,-35.330170,1.177734 53.162144,-9.710450
4.421676,-31.722088,0.774933 50.415710,-14.419190
1.342113,-27.403082,0.343082 47.412392,-20.038210
-1.042900,-22.484203,-0.066757 43.895756,-26.025656
-2.709332,-17.049213,-0.399891 39.394352,-31.874058
-3.609711,-11.285844,-0.594226 33.660923,-36.628262
-4.013379,-4.306990,-0.623054 28.259039,-39.127411
-4.024052,-2.023113,-0.623054 22.888117,-40.121243
17.563002,-39.734894
12.591328,-38.069866
8.180734,-35.330170
4.421676,-31.722088
1.342113,-27.403082
-1.042900,-22.484203
-2.709332,-17.049213
-3.609711,-11.285844
-4.013379,-4.306990
-4.024052,-2.023113

View File

@@ -1,292 +1,302 @@
4.089759,-0.024137,-0.623054 4.089759,-0.024137
4.084964,2.105770,-0.623054 4.084964,2.105770
4.351340,8.069880,-0.623057 4.351340,8.069880
4.839589,13.908761,-0.623057 4.839589,13.908761
5.486019,19.695362,-0.623058 5.486019,19.695362
6.226730,25.502050,-0.623060 6.226730,25.502050
6.997450,31.400688,-0.623060 6.997450,31.400688
7.733592,37.462666,-0.623063 7.733592,37.462666
8.370262,43.759014,-0.623063 8.370262,43.759014
8.842828,50.369003,-0.623066 8.842828,50.369003
8.791586,54.518112,-0.647825 8.791586,54.518112
8.308938,58.647232,-0.711100 8.308938,58.647232
7.576423,62.712536,-0.796387 7.576423,62.712536
6.772794,66.684021,-0.887172 6.772794,66.684021
6.073907,70.529060,-0.966953 6.073907,70.529060
5.652026,74.211914,-1.019226 5.652026,74.211914
5.673183,77.695541,-1.027480 5.673183,77.695541
6.295033,80.950050,-0.975209 6.295033,80.950050
7.676107,83.966698,-0.845909 7.676107,83.966698
10.020261,86.773743,-0.623075 10.020261,86.773743
11.871168,88.209625,-0.441409 11.871168,88.209625
13.960876,89.323647,-0.237602 13.960876,89.323647
16.215298,90.097267,-0.017130 16.215298,90.097267
18.575453,90.528740,0.214534 18.575453,90.528740
20.980860,90.617111,0.451916 20.980860,90.617111
23.370401,90.362709,0.689541 23.370401,90.362709
25.683088,89.767250,0.921934 25.683088,89.767250
27.858946,88.833641,1.143623 27.858946,88.833641
29.839830,87.565262,1.349132 29.839830,87.565262
31.539404,86.001892,1.532988 31.539404,86.001892
34.007160,82.132011,1.803538 34.007160,82.132011
34.905975,78.059189,1.924915 34.905975,78.059189
34.620457,73.710785,1.930514 34.620457,73.710785
33.471043,69.116806,1.853732 33.471043,69.116806
31.799337,64.334435,1.727956 31.799337,64.334435
29.962822,59.416222,1.586584 29.962822,59.416222
28.325794,54.404854,1.463010 28.325794,54.404854
27.259403,49.335140,1.390623 27.259403,49.335140
27.147375,44.243244,1.402824 27.147375,44.243244
28.360449,39.250626,1.532999 28.360449,39.250626
30.564486,34.674091,1.746061 29.401272,36.889095
31.875038,32.579281,1.869323 30.564486,34.674091
33.338825,30.633047,2.004398 31.875038,32.579281
34.961914,28.864485,2.151776 33.338825,30.633047
38.708683,25.981813,2.485424 34.961914,28.864485
43.147717,24.183571,2.874217 36.750175,27.303658
47.959785,23.718149,3.292291 38.708683,25.981813
52.370682,24.550535,3.667417 40.840824,24.931076
56.355453,26.480291,4.002510 43.147717,24.183571
59.828899,29.321846,4.294971 45.624390,23.770439
62.717506,32.896084,4.542204 47.959785,23.718149
65.136993,37.621326,4.648049 50.212444,23.985596
66.674423,42.636620,4.869841 52.370682,24.550535
67.272308,50.793968,4.862027 54.422062,25.389906
66.287010,59.174480,4.692229 56.355453,26.480291
64.286499,67.608315,4.428065 58.160831,27.798494
61.826263,75.927376,4.137152 59.828899,29.321846
59.455547,83.956520,3.887112 61.350739,31.028238
57.718975,91.510292,3.745560 62.717506,32.896084
57.148960,98.390923,3.780116 65.136993,37.621326
58.245438,104.406906,4.058402 66.674423,42.636620
61.559216,109.512688,4.648033 67.272308,50.793968
63.480633,111.082970,4.964521 66.287010,59.174480
65.714058,112.321823,5.290313 64.286499,67.608315
68.145615,113.174835,5.621508 61.826263,75.927376
70.708000,113.643112,5.954198 59.455547,83.956520
73.331818,113.728577,6.284482 57.718975,91.510292
75.946609,113.434570,6.608449 57.148960,98.390923
78.481888,112.766037,6.922196 58.245438,104.406906
80.867958,111.729317,7.221821 61.559216,109.512688
83.036903,110.331703,7.503420 63.480633,111.082970
84.894783,108.614601,7.763081 65.714058,112.321823
89.056313,102.521294,8.339470 68.145615,113.174835
91.158813,96.160225,8.631271 70.708000,113.643112
91.620499,89.477684,8.697177 73.331818,113.728577
90.801941,82.482323,8.595871 75.946609,113.434570
89.067093,75.206512,8.386044 78.481888,112.766037
86.790474,67.688133,8.126378 80.867958,111.729317
84.353127,59.962051,7.875565 83.036903,110.331703
82.139511,52.058998,7.692289 84.894783,108.614601
80.537254,44.006638,7.635239 89.056313,102.521294
79.938461,36.241810,7.763098 91.158813,96.160225
80.797340,29.925121,8.026982 91.620499,89.477684
82.283066,24.060486,8.322536 90.801941,82.482323
85.196991,19.843977,8.641855 89.067093,75.206512
89.289230,17.231882,8.977030 86.790474,67.688133
93.057945,16.166283,9.320152 84.353127,59.962051
96.112122,16.160740,9.663310 82.139511,52.058998
100.094940,17.548885,9.998597 80.537254,44.006638
101.871414,19.838350,10.318105 79.938461,35.830109
103.408432,24.161951,10.613926 80.797340,28.278311
104.339287,29.505905,10.878149 83.083603,22.413675
105.337723,35.019516,11.045553 86.454979,18.197166
106.748184,40.562660,11.099834 90.547218,15.585073
108.244431,46.140255,11.069462 94.979233,14.519475
109.249977,51.702221,10.982906 99.372803,14.925633
109.942947,57.198429,10.868641 103.355621,16.725481
110.940361,62.578754,10.755136 106.548340,19.838350
112.266159,67.793106,10.670861 108.563835,24.161951
113.943924,72.791618,10.644290 109.037239,29.505905
115.996902,77.524727,10.703893 108.754822,35.019516
118.444977,81.938713,10.878138 108.680420,40.562660
120.353386,84.342567,11.052052 108.837273,46.140255
122.552483,86.056717,11.247211 109.249977,51.702221
124.963150,87.138474,11.456636 109.942947,57.198429
127.502663,87.627472,11.673362 110.940361,62.578754
130.083603,87.556870,11.890413 112.266159,67.793106
132.612823,86.958511,12.100821 113.943924,72.791618
134.994034,85.866364,12.297612 115.996902,77.524727
137.130936,84.316795,12.473819 118.444977,81.938713
138.929428,82.347366,12.622467 120.353386,84.342567
140.291931,80.009399,12.736584 122.552483,86.056717
141.764832,75.372772,12.853477 124.963150,87.138474
142.127731,70.898300,12.873076 127.502663,87.627472
141.595673,66.493217,12.813188 130.083603,87.556870
140.364944,62.101295,12.691611 132.612823,86.958511
138.635483,57.679211,12.526152 134.994034,85.866364
136.614105,53.186966,12.334610 137.130936,84.316795
134.512192,48.582760,12.134791 138.929428,82.347366
132.544022,43.822041,11.944496 140.291931,80.009399
130.926590,38.858540,11.781529 141.764832,75.372772
129.882172,33.661350,11.663691 142.127731,70.898300
129.243332,27.211601,11.585139 141.595673,66.493217
129.106262,24.968973,11.560068 140.364944,62.101295
129.219833,22.784519,11.569404 138.635483,57.679211
129.336929,20.852213,11.594067 136.614105,53.186966
129.475586,17.636211,11.614985 134.512192,48.582760
128.109818,-19.368860,11.694026 132.544022,43.822041
128.202438,-22.361778,11.659092 130.926590,38.858540
127.984428,-24.095707,11.562387 129.882172,33.661350
127.678619,-26.027493,11.395238 129.243332,27.211601
126.431763,-29.773489,11.407889 129.106262,24.968973
124.517746,-32.537449,11.344057 129.219833,22.784519
122.135086,-34.753479,11.219292 129.336929,20.852213
119.502922,-36.785496,11.065509 129.475586,17.636211
116.875618,-38.999405,10.927876 128.109818,-19.368860
112.807365,-45.461792,10.940977 128.199310,-20.937586
111.978012,-50.388302,11.262665 128.202438,-22.361778
112.275948,-56.868828,12.066810 127.984428,-24.095707
113.142426,-63.416191,12.914230 127.678619,-26.027493
114.391396,-68.116631,13.518377 126.431763,-29.773489
117.640976,-71.034660,13.819087 124.517746,-32.537449
124.107376,-71.212631,13.651275 122.135086,-34.753479
129.091904,-70.727592,13.437026 119.502922,-36.785496
134.259491,-70.105026,13.198359 116.875618,-38.999405
139.232910,-69.885216,13.020256 114.539246,-41.773750
143.610458,-70.575859,12.984205 112.807365,-45.461792
147.055542,-72.643463,12.950165 111.978012,-50.388302
149.346497,-76.647949,13.145428 112.275948,-56.868828
150.137253,-83.294617,13.502078 113.142426,-63.416191
148.693726,-92.912567,13.900483 114.391396,-68.116631
145.194550,-97.924416,13.978729 117.640976,-71.034660
140.124130,-99.686974,13.935147 124.107376,-71.212631
133.768997,-99.260986,13.848248 129.091904,-70.727592
126.696648,-97.599991,13.736127 134.259491,-70.105026
119.490562,-95.761063,13.613481 139.232910,-69.885216
114.526726,-94.624550,13.501324 143.610458,-70.575859
106.732033,-96.013924,13.472416 147.055542,-72.643463
102.405434,-100.487869,13.481049 149.346497,-76.647949
100.425346,-109.062775,13.346668 150.137253,-83.294617
101.108856,-114.978279,13.060225 148.693726,-92.912567
103.710251,-119.437599,12.700235 145.194550,-97.924416
107.697746,-122.710335,12.342467 140.124130,-99.686974
112.554375,-125.168137,12.033260 133.768997,-99.260986
117.824059,-127.195045,11.762187 126.696648,-97.599991
123.060501,-129.148956,11.498937 119.490562,-95.761063
127.808990,-131.365036,11.214927 114.526726,-94.624550
131.617889,-134.149902,10.883813 106.732033,-96.013924
134.093430,-137.804962,10.479650 102.405434,-100.487869
134.886017,-142.757797,9.965465 100.425346,-109.062775
133.741287,-148.772095,9.327376 101.108856,-114.978279
131.257614,-151.485413,8.972682 103.710251,-119.437599
127.638870,-152.043762,8.803547 107.697746,-122.710335
123.035698,-151.145386,8.759406 112.554375,-125.168137
120.337280,-150.284332,8.719167 117.824059,-127.195045
117.245644,-149.090179,8.706316 123.060501,-129.148956
111.642570,-147.212051,8.743227 127.808990,-131.365036
104.718994,-149.589554,8.404928 131.617889,-134.149902
99.598999,-155.280655,7.781717 134.093430,-137.804962
98.815826,-160.106873,7.242289 134.886017,-142.757797
99.270210,-166.167923,6.718491 133.741287,-148.772095
101.126762,-170.448883,6.494486 131.257614,-151.485413
103.993454,-173.298431,6.090018 127.638870,-152.043762
107.398949,-175.115662,6.180177 123.035698,-151.145386
110.918716,-176.374527,5.991565 120.337280,-150.284332
114.164383,-177.493149,5.747114 117.245644,-149.090179
116.855865,-178.892212,5.297571 111.642570,-147.212051
118.367432,-180.988525,4.358009 104.718994,-149.589554
118.820900,-184.297409,3.673210 99.598999,-155.280655
117.533554,-189.389862,2.246222 98.815826,-160.106873
115.407227,-194.442856,1.442038 99.270210,-166.167923
113.127380,-197.902008,0.640602 101.126762,-170.448883
110.704704,-199.945938,0.358506 103.993454,-173.298431
108.177216,-200.897995,-0.065731 107.398949,-175.115662
105.454620,-200.926315,-0.238677 110.918716,-176.374527
102.513451,-200.261749,-0.427133 114.164383,-177.493149
98.696045,-199.670700,-0.670712 116.855865,-178.892212
95.544678,-198.589203,-0.843684 118.367432,-180.988525
92.514236,-197.620590,-1.068346 118.820900,-184.297409
88.900162,-196.290909,-1.299891 117.533554,-189.389862
84.048027,-194.749893,-1.505046 115.407227,-194.442856
79.891060,-193.470062,-1.581980 113.127380,-197.902008
76.118904,-192.370117,-1.489614 110.704704,-199.945938
72.631950,-191.379562,-1.250215 108.177216,-200.897995
69.137703,-190.420700,-0.975924 105.454620,-200.926315
65.404503,-189.417938,-0.682150 102.513451,-200.261749
61.199829,-188.295456,-0.400182 98.696045,-199.670700
56.290630,-186.977280,-0.200328 95.544678,-198.589203
50.443871,-185.387527,-0.043436 92.514236,-197.620590
43.430809,-183.451447,0.108064 88.900162,-196.290909
38.643139,-182.019318,0.349445 84.048027,-194.749893
33.925755,-180.381149,0.581685 79.891060,-193.470062
29.348513,-178.519379,0.957332 76.118904,-192.370117
24.984745,-176.417969,1.361137 72.631950,-191.379562
20.907621,-174.061417,1.750076 69.137703,-190.420700
17.189800,-171.435028,2.294379 65.404503,-189.417938
13.902714,-168.524857,2.927973 61.199829,-188.295456
11.115689,-165.316818,3.556779 56.290630,-186.977280
8.895209,-161.795105,4.102178 50.443871,-185.387527
7.305674,-157.939301,4.519668 43.430809,-183.451447
4.905488,-148.817886,5.220727 38.643139,-182.019318
3.187292,-139.062958,5.889470 33.925755,-180.381149
2.272995,-129.011734,6.538037 29.348513,-178.519379
2.283156,-119.002602,7.178580 24.984745,-176.417969
3.336076,-109.374489,7.587832 20.907621,-174.061417
5.546215,-100.466675,7.607465 17.189800,-171.435028
9.021993,-92.615944,7.450931 13.902714,-168.524857
13.866755,-86.148163,7.317650 11.115689,-165.316818
20.193815,-81.368172,7.373146 8.895209,-161.795105
28.167385,-78.570900,7.743006 7.305674,-157.939301
32.106411,-78.771767,8.135464 4.905488,-148.817886
35.055779,-80.820541,8.653912 3.187292,-139.062958
37.379482,-84.420670,9.262317 2.272995,-129.011734
39.254372,-89.158760,9.895041 2.283156,-119.002602
40.898724,-94.548233,10.472053 3.336076,-109.374489
42.567116,-100.110283,10.926557 5.546215,-100.466675
44.531658,-105.380081,11.223021 9.021993,-92.615944
46.695290,-108.987648,11.316694 13.866755,-86.148163
50.562523,-113.187622,11.409977 20.193815,-81.368172
55.213142,-114.841606,11.420095 28.167385,-78.570900
60.365067,-114.476303,11.401733 32.106411,-78.771767
65.532761,-113.307350,11.349885 35.055779,-80.820541
70.548904,-111.269402,11.244535 37.379482,-84.420670
75.253273,-108.479332,11.066192 39.254372,-89.158760
79.484543,-105.050156,10.796302 40.898724,-94.548233
83.079300,-101.091850,10.422035 42.567116,-100.110283
85.870552,-96.711876,9.939253 44.531658,-105.380081
87.685219,-92.017212,9.353965 46.695290,-108.987648
88.342079,-87.121017,8.683002 50.562523,-113.187622
87.658478,-82.154907,7.954574 55.213142,-114.841606
85.489006,-77.248123,7.202700 60.365067,-114.476303
82.370422,-73.704079,6.651195 65.532761,-113.307350
78.581764,-71.258331,6.274771 70.548904,-111.269402
74.392876,-69.591644,6.026297 75.253273,-108.479332
70.043472,-68.373505,5.851986 79.484543,-105.050156
65.763237,-67.285469,5.698453 83.079300,-101.091850
61.785294,-66.024399,5.514306 85.870552,-96.711876
58.341949,-64.306534,5.251293 87.685219,-92.017212
55.633282,-61.859356,4.863878 88.342079,-87.121017
53.827744,-58.419575,4.311135 87.658478,-82.154907
53.832645,-52.816822,3.413897 85.489006,-77.248123
57.016464,-47.732666,2.618782 82.370422,-73.704079
62.467739,-42.889553,1.897490 78.581764,-71.258331
69.134354,-38.184010,1.250855 74.392876,-69.591644
75.938339,-33.446869,0.674502 70.043472,-68.373505
81.815941,-28.465879,0.168720 65.763237,-67.285469
85.690880,-22.967627,-0.253092 61.785294,-66.024399
86.339363,-16.714197,-0.543625 58.341949,-64.306534
82.625328,-9.797553,-0.623052 55.633282,-61.859356
73.679474,-2.091157,-0.623054 53.827744,-58.419575
65.888229,2.209911,-0.623054 53.832645,-52.816822
59.480129,3.570982,-0.623054 57.016464,-47.732666
54.215424,2.425682,-0.623054 62.467739,-42.889553
49.956696,-0.686021,-0.623054 69.134354,-38.184010
46.437958,-5.156109,-0.623054 75.938339,-33.446869
43.328938,-10.452543,-0.622130 81.815941,-28.465879
40.324760,-16.073086,-0.508767 85.690880,-22.967627
37.143795,-21.512598,-0.231572 86.339363,-16.714197
33.523048,-26.262959,0.133020 82.625328,-9.797553
29.180086,-29.854874,0.481628 73.679474,-2.091157
25.784109,-31.392336,0.653478 65.888229,2.209911
22.421780,-32.013275,0.733756 59.480129,3.570982
19.167389,-31.773571,0.720790 54.215424,2.425682
16.069828,-30.731155,0.621584 49.956696,-0.686021
13.186669,-28.935072,0.449009 46.437958,-5.156109
10.585649,-26.434162,0.222245 43.328938,-10.452543
8.339916,-23.281502,-0.032798 40.324760,-16.073086
6.523740,-19.534197,-0.283543 37.143795,-21.512598
5.210621,-15.251714,-0.491081 33.523048,-26.262959
4.472026,-10.484508,-0.610869 29.180086,-29.854874
4.104145,-4.057010,-0.623054 25.784109,-31.392336
4.094554,-1.980798,-0.623054 22.421780,-32.013275
19.167389,-31.773571
16.069828,-30.731155
13.186669,-28.935072
10.585649,-26.434162
8.339916,-23.281502
6.523740,-19.534197
5.210621,-15.251714
4.472026,-10.484508
4.104145,-4.057010
4.094554,-1.980798

View File

@@ -1,44 +1,4 @@
# Created by tuxkart.py v0.2 Blender Python script. #
# Track itself.
# #
"beachtrack.ac",0,0,0,0,0,0 "beachtrack.ac",0,0,0,0,0,0
GHERRING,33.95208,-26.43557
GHERRING,36.353733,-28.788071
GHERRING,38.890526,-31.055712
GHERRING,33.062881,-29.678539
GHERRING,35.693455,-31.998974
SHERRING,141.452301,-147.236526
SHERRING,138.027374,-146.076462
SHERRING,135.044373,-145.137375
SHERRING,73.048233,115.19902
SHERRING,72.93367,118.062706
SHERRING,72.895775,120.736458
YHERRING,101.574867,35.232807
SHERRING,87.413612,-208.907532
SHERRING,72.58783,-205.031555
SHERRING,53.43425,-199.557495
SHERRING,59.491722,-183.255829
SHERRING,77.611778,-188.269485
SHERRING,93.005547,-193.058533
RHERRING,61.011955,-74.05072
RHERRING,61.623039,-72.141083
RHERRING,62.004967,-70.002289
RHERRING,62.46328,-67.939865
RHERRING,99.905396,-200.629471
RHERRING,99.447083,-202.691895
RHERRING,99.065155,-204.830688
RHERRING,98.454071,-206.740326
RHERRING,100.669258,-206.969482
RHERRING,101.280342,-205.059845
RHERRING,101.66227,-202.921051
RHERRING,102.120583,-200.858627
RHERRING,132.868637,-0.681217
RHERRING,52.191956,81.662224
RHERRING,53.06303,84.297081
RHERRING,55.271503,82.678505
RHERRING,56.273766,85.387238
RHERRING,58.406429,83.763924
RHERRING,7.727362,52.271473
RHERRING,6.185844,54.519192
RHERRING,4.410963,52.240696
RHERRING,2.795755,54.45163
RHERRING,1.168262,52.20385

View File

@@ -1,11 +1,7 @@
;; -*- mode: lisp -*- ;; -*- mode: lisp -*-
(tuxkart-track (tuxkart-track
(name "On the Beach") (name "On the Beach"))
(description "Created by Ingo Ruhnke")
(music "mods/Boom_boom_boom.mod")
(screenshot "images/sshot-beach.rgb")
)
;; EOF ;; ;; EOF ;;

View File

@@ -1,58 +1,52 @@
-6.113352,0.049641,-1.445433 -3.076487,-2.088568
-5.212500,6.091060,-1.464851 -6.113352,0.049641
-4.766744,18.288792,-1.464853 -5.553521,6.127546
-4.320988,30.648514,-1.464854 -3.790952,30.062746
-6.182967,39.293022,-1.464856 -12.985220,48.065128
-12.744720,48.939056,-1.464857 -31.724360,55.173698
-21.230728,53.057381,-1.464857 -51.147675,50.090988
-31.543999,56.153458,-1.464857 -64.968605,30.948257
-42.041580,54.131157,-1.464857 -68.831177,3.249769
-50.962120,50.910957,-1.464857 -69.134109,-16.170849
-60.338493,40.751488,-1.464856 -68.715012,-69.455154
-65.144753,31.582804,-1.464854 -50.995560,-119.270554
-66.643082,17.221430,-2.414852 -12.883280,-163.130249
-68.141403,3.249900,-3.364850 22.413839,-177.359024
-68.065643,-16.154499,-7.473825 60.657909,-170.160950
-69.272072,-69.313904,-11.223130 91.419144,-148.981339
-64.900856,-83.881500,-10.106988 108.096207,-120.543648
-60.379742,-97.000740,-8.994553 111.931427,-104.439728
-50.693100,-118.978203,-6.913327 112.870285,-67.788849
-30.750237,-143.409470,-3.305876 111.057182,-43.765282
-12.733100,-162.705093,-0.081456 102.150673,-25.242275
5.317034,-171.088043,9.315107 82.899078,-19.005495
22.367100,-176.961807,18.111616 57.898392,-17.738272
41.655407,-174.524185,21.409269 33.368801,-29.445808
60.234901,-169.764801,24.394117 31.984673,-33.039730
76.799866,-160.063416,26.879517 32.199116,-55.825256
92.689941,-150.110458,29.075613 29.243088,-64.577751
101.663956,-136.035965,28.080011 22.169762,-65.091469
107.810219,-121.322388,27.212660 15.096437,-65.605179
110.210991,-112.647461,27.111273 5.390455,-66.310097
111.743706,-103.320786,27.089458 -5.829588,-66.606628
113.882187,-86.864571,26.865389 -25.883545,-68.063087
115.066048,-68.680275,26.476677 -26.620043,-55.312218
113.676285,-55.061317,26.444220 -26.562334,-49.894375
110.533539,-42.288879,26.415459 -26.603615,-44.630882
101.528503,-25.359711,26.409704 -26.639570,-40.570389
82.924347,-18.329710,26.409704 -26.514183,-32.776455
58.282101,-18.019711,29.533005 -26.378716,-27.177876
37.729172,-27.766325,30.849148 -13.259693,-26.636759
34.175323,-30.518473,32.890408 -2.725273,-27.008032
33.421371,-47.158676,31.647558 -1.623855,-29.061192
33.105614,-60.191799,29.338621 -1.425460,-33.972809
26.362537,-67.739494,25.654980 -1.126281,-36.171425
-0.355533,-68.038223,22.743874 0.549906,-36.404266
-27.073603,-68.336952,17.854780 2.689721,-36.438957
-28.155479,-49.799301,15.855688 5.853114,-36.361439
-28.190580,-39.768089,12.896666 6.362450,-34.424545
-25.089970,-27.399694,10.498046 6.438565,-32.249409
-4.477564,-26.728392,8.204254 6.438586,-28.457104
-1.079127,-29.846996,7.026103 4.199669,-26.277712
-1.014914,-35.320473,5.434400 1.633397,-24.150917
2.381678,-35.524670,5.114343 -2.705338,-20.456202
5.735185,-35.420250,4.752920
5.631418,-31.485098,2.430431
5.577577,-27.409603,-0.172362
-2.475853,-20.168800,-1.380695
-3.859564,-11.087371,-1.409788
-6.166311,-2.005941,-1.438880

View File

@@ -1,58 +1,52 @@
8.723804,-0.323090,-1.445602 5.509783,-2.318179
7.576718,5.692340,-1.464850 8.723804,-0.323090
4.988900,19.589466,-1.464852 8.274602,5.669209
2.401082,30.831398,-1.464855 2.402852,33.454449
-1.269566,40.900471,-1.464856 -9.540780,55.255070
-9.553325,52.343845,-1.464858 -32.881641,63.554504
-20.252033,57.026970,-1.464858 -56.357925,55.356213
-32.834045,60.537445,-1.464859 -71.956497,32.516941
-45.444557,57.110531,-1.464858 -75.888329,3.248431
-56.315525,52.498947,-1.464858 -75.552078,-16.170849
-66.426376,40.452618,-1.464856 -75.700699,-71.997650
-71.780350,29.617151,-1.464854 -56.439838,-124.532944
-74.179230,20.237583,-2.414852 -15.586520,-170.782990
-76.578102,3.248300,-3.364850 23.255161,-184.508987
-76.620529,-16.154499,-7.489217 68.272087,-177.291656
-76.088791,-70.049629,-11.257778 102.563660,-154.171661
-71.320419,-84.785828,-9.729981 116.779495,-120.537354
-66.552055,-99.522026,-8.202185 118.872215,-104.365822
-56.742298,-122.736031,-5.362541 120.053719,-68.026947
-35.299072,-148.785461,-1.902264 117.354820,-40.316704
-15.736700,-169.118881,1.187526 105.123528,-19.036718
4.283912,-177.385193,10.173063 82.444221,-9.906496
23.301901,-182.816940,18.596216 56.334007,-11.774721
46.552277,-180.728302,21.681547 33.306202,-23.316181
68.695099,-175.598541,24.359516 25.173986,-31.650490
86.435730,-165.211472,27.146008 25.174984,-54.783421
103.182800,-152.598602,29.587414 24.725647,-56.728554
110.222351,-136.453873,28.035061 19.866957,-56.768620
116.572754,-121.514793,26.718180 15.008267,-56.808685
118.788254,-112.442451,26.814112 5.290888,-56.888809
120.352921,-103.097794,27.058102 -5.258222,-57.516407
122.147499,-86.252502,26.777613 -14.671185,-57.323593
123.380417,-68.655334,26.455700 -14.854750,-53.716389
121.013397,-54.047543,26.409710 -14.790849,-49.625286
116.879684,-38.926685,26.409708 -14.864965,-45.129810
105.745697,-18.722363,26.409704 -14.813173,-41.305927
82.418953,-10.385362,26.409700 -15.024092,-36.241573
55.950298,-11.296362,29.533001 -15.224927,-33.372585
33.287201,-22.440361,32.211899 -10.415568,-32.502251
28.000156,-28.500635,31.528103 -7.644259,-31.990675
27.198032,-43.838169,29.699886 -7.206049,-34.016937
26.012438,-56.156746,27.590488 -7.250139,-39.166756
23.348364,-59.432980,22.608665 -7.129026,-45.549526
5.822635,-60.342937,21.106184 -0.851938,-45.695267
-13.238270,-58.682270,17.626862 5.888778,-45.642849
-13.333530,-50.132999,15.855688 18.253975,-45.391117
-13.857923,-41.518429,13.404361 18.561131,-41.196804
-14.226922,-33.241150,10.042008 18.435064,-36.764252
-7.984883,-32.733551,9.084360 18.030724,-28.457104
-4.995736,-38.859859,6.582207 14.605495,-26.303589
-3.642850,-42.974625,5.243629 10.852911,-24.202663
6.584042,-44.110435,4.799431 4.141555,-20.559700
16.164940,-42.856461,4.111584
18.355408,-36.216064,1.634229
20.792120,-28.258200,-1.260696
4.243452,-20.350201,-1.380696
5.894081,-11.375504,-1.409797
8.599607,-2.400806,-1.438898

View File

@@ -1,29 +1,8 @@
# Created by tuxkart.py v0.2 Blender Python script. #
# Track itself. # Track itself.
# #
"bsodcastle.ac",0,0,0,0,0,0 "bsodcastle.ac",0,0,0,0,0,0
# #
YHERRING,110.73867,-92.82534
YHERRING,120.517021,-92.846527
GHERRING,120.326118,-94.564629
GHERRING,110.844727,-94.522202
SHERRING,92.630402,-21.252674
SHERRING,94.928711,-15.993091
SHERRING,93.558571,-18.644981
SHERRING,-75.2901,-6.061111
SHERRING,-67.845871,17.221897
SHERRING,-61.827133,41.930397
SHERRING,-41.263115,53.33432
SHERRING,-20.144234,57.954071
SHERRING,-6.087421,41.11314
RHERRING,3.034321,-63.20472
RHERRING,2.443444,29.49457
RHERRING,-0.278974,28.380627
RHERRING,-2.952222,27.231836
RHERRING,117.584999,-83.013611
RHERRING,115.748627,-83.102814
RHERRING,113.925041,-83.038887
#
"zipper.ac",-70,0,{},180,{},{} "zipper.ac",-70,0,{},180,{},{}
"zipper.ac",-75,0,{},180,{},{} "zipper.ac",-75,0,{},180,{},{}
"zipper.ac",-75,-70,{},180,{},{} "zipper.ac",-75,-70,{},180,{},{}

View File

@@ -2,10 +2,7 @@
(tuxkart-track (tuxkart-track
(name "BSODs Battlements") (name "BSODs Battlements")
(description "Created by Oliver & Steve Baker") (music "mods/tuxr.mod"))
(music "mods/tuxr.mod")
(screenshot "images/sshot-bsodcastle.rgb")
)
;; EOF ;; ;; EOF ;;

View File

@@ -2,10 +2,6 @@
;; nothing specified --> chose the default models ;; nothing specified --> chose the default models
(herring (herring
(gold "OLD_GOLD")
(silver "OLD_SILVER")
(green "OLD_GREEN")
(red "OLD_RED")
) )
;; EOF ;; ;; EOF ;;

View File

@@ -1,14 +1,23 @@
;; -*- mode: lisp -*- ;; -*- mode: lisp -*-
(tuxkart-kart (tuxkart-kart
(name "Dino") (name "Dino")
(model-file "dinokart-high.ac") (model "dinokart-high.ac")
(icon-file "dinoicon.rgb") (icon "dinoicon.rgb")
(shadow-file "dinoshadow.rgb") (shadow "dinoshadow.rgb")
(red 0.0) (red 0.0)
(green 0.8) (green 0.8)
(blue 0.0) (blue 0.0)
) (max-throttle 100)
(engine-power 60)
(corn-f -5.2)
(corn-r -4.0)
(mass 50)
(inertia 20)
(turn-speed 10.1415926535897931)
(max-wheel-turn 1.5707963267948966)
(tire-grip 0.4)
(air-friction 0.8257))
;; EOF ;; ;; EOF ;;

View File

@@ -1,14 +1,24 @@
;; -*- mode: lisp -*- ;; -*- mode: lisp -*-
(tuxkart-kart (tuxkart-kart
(name "Eviltux") (name "Eviltux")
(model-file "eviltux.ac") (model "eviltux.ac")
(icon-file "eviltuxicon.rgb") (icon "eviltuxicon.rgb")
(shadow-file "tuxkartshadow.rgb") (shadow "tuxkartshadow.rgb")
(red 0.0) (red 0.0)
(green 0.0) (green 0.0)
(blue 0.8) (blue 0.8)
(max-throttle 100)
(engine-power 60)
(corn-f -7.2)
(corn-r -5.0)
(mass 90)
(inertia 13)
(turn-speed 3.1415926535897931)
(max-wheel-turn 1.5707963267948966)
(tire-grip 0.4)
(air-friction 0.8257))
)
;; EOF ;; ;; EOF ;;

View File

@@ -1,103 +1,99 @@
-9.464472,7.365483,-1.378400 -7.019181,-0.116775
-9.544428,12.557308,-1.378401 -9.972279,9.926012
-11.045711,17.749134,-1.378402 -9.972279,15.993889
-15.475061,17.749134,-1.378402 -22.555422,17.956486
-19.904411,17.749134,-1.378402 -33.440491,18.086372
-28.763210,17.749134,-1.378402 -38.031300,20.368221
-34.434399,19.615751,-1.378402 -45.714153,20.368221
-42.970901,19.615751,-1.286902 -53.656830,20.368221
-51.796101,19.615751,-0.514802 -61.599335,20.368221
-60.621101,19.615751,0.257198 -69.541832,20.368221
-69.446098,19.615751,1.029298 -77.484428,22.651533
-78.271202,22.434652,1.801396 -85.427010,22.651533
-87.096298,22.434652,2.573496 -93.369514,22.651451
-95.921303,22.434551,3.345596 -101.311745,22.651451
-104.746002,22.434551,4.117697 -109.254242,22.651451
-113.570999,22.434551,4.889797 -119.764915,22.916527
-123.542000,22.434551,4.335596 -133.857727,21.501736
-130.143478,22.434551,4.335596 -133.857727,18.036268
-133.491364,20.534374,4.335597 -135.235840,12.465484
-135.708237,16.631001,4.364747 -134.518280,4.078595
-135.708237,14.296850,4.379323 -140.500443,-6.463695
-135.708237,11.962700,4.393898 -140.500443,-18.495590
-135.708237,2.749400,5.200000 -140.500443,-27.708593
-140.112656,-6.463698,6.006001 -140.500443,-36.922001
-140.112656,-18.495600,6.812102 -140.500443,-46.135151
-140.112656,-27.708599,7.618164 -140.500443,-55.348351
-140.112656,-36.922001,8.424175 -140.500443,-64.561501
-140.112656,-46.135151,9.230187 -140.500443,-73.774696
-140.112656,-55.348351,10.036367 -140.500443,-82.987701
-140.112656,-64.561501,10.842469 -137.879639,-96.607262
-140.112656,-73.774696,11.648372 -136.356842,-108.281433
-140.112656,-82.987701,12.454473 -134.236664,-119.818947
-137.294647,-95.958702,13.260475 -127.371582,-119.778450
-135.414658,-108.930000,14.066477 -116.073906,-119.179726
-135.414658,-113.536499,14.469527 -108.131401,-122.561928
-135.414658,-118.142998,14.872577 -97.982468,-122.749794
-130.609329,-118.117996,15.067077 -90.039963,-122.749794
-125.804001,-118.093002,15.261578 -82.097282,-122.749794
-116.551003,-118.093002,17.115679 -70.127014,-130.265900
-107.725998,-121.850998,17.887779 -62.184509,-130.265900
-98.900803,-121.850998,18.659880 -54.242012,-130.265900
-90.075798,-121.850998,19.431978 -46.299332,-130.265900
-81.250603,-121.850998,20.204079 -34.598980,-129.801071
-71.486603,-129.367096,20.976179 -34.119629,-122.759933
-62.661598,-129.367096,21.748178 -33.182369,-109.015564
-53.836601,-129.367096,22.520380 -33.104572,-98.620926
-45.011398,-129.367096,23.292379 -34.661079,-98.621002
-42.559700,-124.366318,23.474928 -42.204796,-97.769974
-40.108002,-119.365547,23.657478 -52.209900,-97.770889
-37.656300,-114.364777,23.840029 -61.034801,-97.770889
-35.204601,-109.363998,24.022575 -69.860001,-97.770889
-39.294701,-104.479599,25.993645 -78.684998,-97.770889
-41.339752,-102.037399,26.979179 -87.782135,-97.559532
-43.384800,-99.595200,27.964716 -95.724632,-97.559532
-52.209900,-99.595200,28.736916 -104.956657,-95.454926
-61.034801,-99.595200,29.508915 -115.293060,-82.637878
-69.860001,-99.595200,30.281115 -115.293060,-69.965752
-78.684998,-99.595200,31.053215 -115.880836,-56.026642
-87.510002,-99.595200,31.825214 -115.880836,-46.778343
-117.920998,-96.778000,32.915417 -115.880836,-37.529991
-117.920998,-65.274902,33.952908 -115.880836,-28.281496
-117.920998,-56.026642,33.952908 -114.245796,-17.065779
-117.920998,-46.778343,33.952908 -114.245796,0.199779
-117.920998,-37.529991,33.952908 -104.026031,0.199779
-117.920998,-28.281496,33.952908 -89.828590,-0.220450
-117.920998,-19.033195,33.952900 -79.451698,0.456483
-114.422806,-1.815831,33.408001 -71.127197,-1.826664
-102.730347,2.201762,33.408001 -62.802799,-1.826664
-86.487030,1.720977,33.372509 -54.478298,-1.826665
-78.772430,1.720977,30.564724 -46.153801,-1.826666
-71.057922,-0.891177,27.756847 -33.937023,-3.374736
-63.343513,-0.891177,24.949024 -20.451332,-3.374736
-55.629009,-0.891177,22.141148 -20.451332,-10.865941
-37.311222,-1.373353,16.525393 -19.172308,-31.320890
-21.882217,-9.578822,16.525394 -19.172308,-38.953480
-16.716900,-19.386772,13.690364 -18.372856,-49.036228
-16.716900,-28.281496,13.690364 -10.727650,-49.443821
-16.716900,-37.529999,13.690366 22.948576,-58.028740
-16.783400,-46.715900,13.808608 39.786690,-62.321198
-7.002487,-48.935188,7.759419 56.624802,-66.613655
9.827860,-52.570091,6.247121 66.156471,-69.315056
26.658207,-56.204994,4.734824 73.376846,-70.528877
43.488556,-59.839897,3.222527 74.290276,-83.818497
51.903728,-61.657349,2.466378 73.505447,-97.094460
60.318901,-63.474800,1.710230 67.874832,-98.340591
70.539467,-63.530624,7.829350 60.482544,-99.100082
77.857346,-63.586449,13.948469 47.785652,-98.339989
82.739136,-76.964554,13.948471 35.088760,-95.579895
82.739136,-90.342667,13.948473 22.391869,-92.819801
77.857346,-102.782455,13.948475 9.694978,-90.059708
70.145317,-102.860458,7.648105 -3.822943,-90.091194
59.530602,-102.938461,1.347736 -5.445393,-77.422943
47.319199,-99.946609,0.731130 -7.067842,-64.754700
35.107800,-96.954758,0.114525 -7.067842,-55.506351
10.685000,-91.518280,-1.118686 -7.067842,-46.257950
-3.166006,-89.021233,-1.378386 -7.067842,-37.009701
-6.294239,-74.003098,-1.378388 -7.067842,-27.761200
-6.294239,-64.754700,-1.378390 -7.067842,-18.513000
-6.294239,-55.506351,-1.378392 -7.019181,-1.927263
-6.294239,-46.257950,-1.378394
-6.294239,-37.009701,-1.378394
-6.294239,-27.761200,-1.378396
-6.294239,-18.513000,-1.378398

View File

@@ -1,103 +1,99 @@
6.101600,6.415100,-1.379700 8.081381,-0.116595
5.172488,19.251432,-1.379703 1.652241,9.926079
1.159088,29.788128,-1.379706 0.489789,26.916183
-8.302464,32.915573,-1.379706 -21.297108,28.682343
-20.474701,34.160099,-1.379706 -33.440491,33.068699
-29.333500,34.160099,-1.379706 -38.031300,35.350716
-34.434399,36.977402,-1.379706 -45.714153,35.350876
-42.970901,36.977600,-1.288306 -53.656830,35.350716
-51.796101,36.977402,-0.516106 -61.599335,35.350716
-60.621101,36.977402,0.255994 -69.541832,35.350876
-69.446098,36.977600,1.027994 -77.484337,37.633862
-78.271103,39.796101,1.800194 -85.427010,37.634022
-87.096298,39.796299,2.572194 -93.369514,37.633862
-95.921303,39.796101,3.344394 -101.311745,37.633862
-104.746002,39.796101,4.116394 -109.254242,37.633862
-113.570999,39.796101,4.888494 -124.657318,32.976799
-123.542000,39.796101,4.334394 -140.711868,27.850599
-129.582001,35.099400,4.334394 -144.718658,24.819925
-141.662201,30.348955,4.334394 -148.151810,12.375646
-145.937607,25.851000,4.334396 -148.869370,4.078774
-148.756607,21.299400,4.334398 -154.851212,-6.463603
-148.756607,11.962800,4.392698 -154.851212,-18.495409
-148.756607,2.749600,5.198800 -154.851212,-27.708506
-155.332611,-6.463600,6.004702 -154.851212,-36.921799
-155.332611,-18.495399,6.810803 -154.851212,-46.134949
-155.332611,-27.708500,7.616904 -154.851212,-55.348148
-155.332611,-36.921799,8.422846 -154.851212,-64.561302
-155.332611,-46.134949,9.228938 -154.851212,-73.774498
-155.332611,-55.348148,10.035068 -154.851212,-82.987602
-155.332611,-64.561302,10.841169 -152.229599,-96.607178
-155.332611,-73.774498,11.647072 -150.708435,-108.281433
-155.332611,-82.987602,12.453174 -148.165421,-133.917801
-152.513611,-95.958603,13.259175 -126.444130,-134.339905
-150.557434,-108.822495,14.065278 -115.428604,-135.359116
-149.471527,-120.427490,15.175629 -107.486099,-138.740326
-147.485977,-129.757538,16.285978 -97.337433,-138.928192
-137.225983,-132.474411,16.833929 -89.394936,-138.928192
-124.613472,-133.829056,17.381880 -81.452438,-138.928192
-115.834000,-133.891647,18.153978 -69.482071,-146.444214
-107.009003,-137.648544,18.926081 -61.539394,-146.444214
-98.184097,-137.648544,19.698181 -53.596981,-146.444214
-89.359100,-137.648544,20.470282 -45.654480,-146.444214
-80.534103,-137.648544,21.242380 -26.870201,-144.361557
-70.769997,-145.164551,22.014482 -15.737399,-129.681915
-61.944801,-145.164551,22.786583 -20.485298,-110.023285
-53.119900,-145.164551,23.558683 -22.818813,-95.347710
-44.294899,-145.164551,24.330683 -26.646509,-91.878769
-35.469700,-145.164551,25.102783 -42.204796,-84.285660
-26.644699,-145.164551,25.874884 -52.209900,-82.788315
-12.900500,-129.220001,25.607380 -61.034801,-82.788315
-17.597401,-111.516998,25.607376 -69.860001,-82.788315
-16.516899,-99.595001,26.978176 -78.684998,-82.788315
-34.434399,-83.178383,29.275112 -86.091843,-78.772552
-43.384800,-83.178383,27.963511 -91.326736,-78.772552
-52.209900,-83.178383,28.735611 -96.287148,-76.667938
-61.034801,-83.178383,29.507711 -96.331940,-72.922295
-69.860001,-83.178383,30.279812 -96.376724,-69.176651
-78.684998,-83.178383,31.051912 -98.485764,-56.026543
-83.867317,-79.400452,31.535925 -98.485764,-46.778141
-96.110901,-79.400452,32.538033 -98.485764,-37.529793
-96.254456,-66.300522,34.297672 -98.485764,-28.281296
-97.233795,-56.026543,33.951607 -93.806908,-20.108221
-97.233795,-46.778141,33.951607 -91.817749,-13.909856
-97.562248,-37.858242,33.951607 -90.823166,-10.810674
-97.890701,-28.609747,33.951607 -89.828590,-7.524399
-96.018921,-23.994432,34.428246 -79.451698,-6.847465
-94.292107,-18.613556,34.414780 -71.127296,-8.756426
-92.565300,-13.232676,34.401318 -62.802799,-8.756426
-90.838486,-5.395257,34.387852 -54.478298,-8.756426
-80.187393,-4.702386,31.192148 -46.153801,-8.756427
-71.407173,-7.675429,27.996449 -39.262688,-14.107691
-62.626854,-7.675429,24.800598 -35.981930,-16.471272
-53.846531,-7.675430,21.604792 -33.712082,-17.515392
-45.066216,-7.675431,18.409088 -31.332697,-31.320753
-40.662971,-11.230201,15.431162 -31.332697,-38.953339
-32.340073,-15.498291,12.947265 -29.430485,-64.781593
-32.340073,-30.421200,12.947266 -17.572819,-68.223816
-34.434399,-37.529800,13.689066 19.340527,-72.088539
-34.434399,-67.517159,13.689071 37.797199,-74.020905
-16.783400,-69.614792,13.808572 55.741470,-75.176506
1.083229,-70.485817,11.055376 58.659019,-75.174728
18.949858,-71.356842,8.302179 61.576569,-75.172935
40.152992,-73.806664,4.975130 62.377892,-82.720833
50.754559,-74.503708,3.311606 61.179218,-92.268730
61.337902,-75.035683,1.651863 58.620327,-91.494980
61.796577,-76.749336,1.618153 56.061432,-90.721230
62.581226,-79.291496,1.570293 45.548588,-86.982437
62.404957,-82.366074,1.489236 34.552429,-83.880051
62.228687,-85.440651,1.408179 23.556271,-80.777664
62.052418,-88.515228,1.327122 12.560111,-77.675270
60.994778,-90.662064,1.270523 9.694978,-76.621681
60.150593,-92.326721,1.236226 9.286444,-70.688095
47.370163,-87.965515,0.570715 8.877909,-64.754501
34.251328,-84.465218,-0.107903 8.877909,-55.506248
11.825753,-77.901657,-1.119988 8.877909,-46.257851
10.877865,-76.211922,-1.184914 8.877909,-37.009499
9.929976,-74.522186,-1.249839 8.877909,-27.761000
9.859400,-64.754501,-1.379690 8.032718,-18.512800
9.859400,-55.506248,-1.379692 8.081381,-1.927173
9.859400,-46.257851,-1.379693
9.859400,-37.009499,-1.379694
9.859400,-27.761000,-1.379696
8.920300,-18.512800,-1.379698

View File

@@ -2,10 +2,7 @@
(tuxkart-track (tuxkart-track
(name "Geeko Peak") (name "Geeko Peak")
(description "Created by Oliver & Steve Baker") (music "mods/tk2.mod"))
(music "mods/tk2.mod")
(screenshot "images/sshot-geekopeak.rgb")
)
;; EOF ;; ;; EOF ;;

View File

@@ -1,10 +0,0 @@
;; -*- mode: lisp -*-
(supertuxkart-cup
(name "Game-of-the-Month")
(description "All new tracks done by the Game of the month team")
(herring "new")
(tracks "beach" "lighthouse" "startrack" "volcano" "littlevolcano" "race" "subseatrack" )
)
;; EOF ;;

View File

@@ -1,128 +1,128 @@
-11.563180,0.525936,-2.285940 -13.792473,0.439003
-11.415223,11.618948,-1.071082 -13.390671,11.437874
-10.849976,21.247164,-0.159944 -12.225769,20.918253
-11.317495,30.304640,-0.159944 -12.251472,29.866892
-15.229902,38.909569,-0.159946 -16.073669,38.316299
-20.120264,46.489201,-1.071087 -20.781540,45.697807
-26.915300,52.684280,-2.285948 -27.349192,51.748615
-34.492104,56.971123,-2.893368 -34.579796,55.943386
-42.982903,58.015202,-4.108228 -42.713799,57.019402
-51.737240,55.812481,-4.108228 -51.219795,54.920216
-61.827400,48.507320,-1.982228 -61.096596,47.779385
-71.925362,38.139721,-1.071086 -71.194603,37.411797
-78.581078,31.572933,0.143776 -77.734993,30.982977
-83.967484,23.978210,0.751216 -83.031807,23.544090
-90.043076,13.552299,0.751218 -89.196999,12.962280
-98.368355,3.856502,0.143780 -97.703804,3.067642
-107.188362,-3.421822,-1.071082 -106.750603,-4.355797
-117.145882,-8.028822,-1.982221 -116.876991,-9.024620
-128.214478,-10.773800,-4.108218 -128.122589,-11.801163
-139.177078,-11.729879,-4.108202 -139.264587,-12.757599
-150.386475,-10.710073,-4.108215 -150.737396,-11.680000
-160.614990,-6.990178,-4.108215 -161.128998,-7.884453
-170.298279,-1.412552,-4.108217 -171.026184,-2.143318
-178.451797,7.084133,-4.108219 -179.385803,6.646400
-182.692825,16.178890,-4.108220 -183.626801,15.741150
-187.035446,26.233938,-4.312449 -188.028290,26.052759
-190.475067,43.180767,-4.108224 -191.490387,42.999596
-192.421204,58.393978,-4.130919 -193.412384,58.039207
-195.359604,67.166061,-4.108228 -196.203400,66.572807
-200.058411,75.254959,-4.006112 -200.819061,74.524193
-206.240952,81.961075,-3.938040 -206.864960,81.114998
-213.775803,87.337875,-3.904000 -214.242950,86.402199
-222.026901,91.287422,-3.835922 -222.325958,90.290398
-230.229004,94.245804,-3.835923 -230.259979,93.214409
-239.335999,94.369354,-3.767847 -239.187958,93.353996
-248.521606,93.188118,-3.767847 -248.199982,92.219597
-256.260590,91.156281,-3.767846 -255.561981,90.428398
-262.630188,85.213562,-3.869962 -261.769989,84.699608
-267.035004,77.563797,-3.972074 -265.730011,77.298790
-268.996002,68.469521,-4.108227 -267.660004,68.381599
-269.185974,50.271481,-4.108227 -267.852020,50.183601
-268.822601,37.239082,-4.108223 -267.488007,37.331001
-268.218079,28.056120,-3.972070 -266.915985,28.325005
-265.795502,19.329529,-3.869952 -264.664032,19.846960
-260.162781,11.847916,-3.767838 -259.467987,12.578590
-253.332001,6.052768,-3.767838 -252.851959,6.946968
-245.335999,2.002612,-3.767836 -245.104034,2.999359
-235.962006,0.103689,-3.835912 -236.087982,1.130966
-226.827301,1.636668,-3.722452 -227.298004,2.570579
-218.084000,5.912844,-2.678602 -218.733978,6.756561
-209.770599,11.475080,-1.895730 -210.595978,12.136559
-203.265778,18.838209,-0.375346 -204.194000,19.352119
-195.060760,33.738209,0.430235 -195.954987,34.252174
-185.681396,51.371841,-0.477468 -186.574585,51.885799
-181.097168,60.479118,-1.385149 -181.888580,61.140614
-173.549850,68.571678,-2.065930 -174.143005,69.415398
-164.736588,74.644676,-2.973632 -165.174194,75.578606
-154.649323,78.888077,-4.108216 -154.918182,79.883797
-144.284332,81.686920,-4.108216 -144.376190,82.714195
-133.832870,82.222961,-5.129376 -133.744995,83.250603
-122.877884,81.424721,-6.661112 -122.527000,82.394600
-113.267723,77.331802,-8.192831 -112.677803,78.177803
-104.978760,69.596161,-9.724550 -104.135002,70.189400
-99.153923,59.675159,-9.213988 -98.185402,60.029808
-95.702080,47.225243,-7.682266 -94.672798,47.272209
-95.579445,36.092220,-6.661106 -94.564003,36.273300
-94.160721,26.523979,-7.665704 -93.134407,26.792900
-92.147598,17.406321,-9.213982 -91.213600,17.844063
-88.745804,8.801208,-9.724542 -87.902000,9.394462
-83.855484,1.221653,-8.192820 -83.194008,2.013076
-76.550079,-4.973616,-6.661098 -76.116005,-4.037964
-68.973122,-9.260310,-5.129379 -68.885201,-8.232597
-60.482677,-10.304542,-4.108220 -60.751595,-9.308769
-51.728058,-8.101741,-4.108221 -52.245499,-7.209496
-41.060699,-0.796494,-4.290450 -41.761101,-0.068558
-31.236300,9.571225,-5.991248 -31.967108,10.299088
-24.610596,16.137804,-6.629058 -25.426260,16.727760
-19.497782,23.732449,-7.449084 -20.433464,24.166559
-13.422178,34.158241,-8.360226 -14.268257,34.748199
-5.096856,43.854160,-8.967667 -5.761393,44.643002
3.723134,51.132599,-8.360225 3.285400,52.066586
13.680424,55.739601,-7.449065 13.411537,56.735401
24.445490,58.484440,-6.537945 24.353600,59.511799
35.407898,59.440479,-5.930506 35.495796,60.468193
46.921280,58.420677,-4.108225 47.272202,59.390614
57.149899,54.700760,-4.108212 57.663902,55.594994
66.833344,49.123398,-4.108211 67.561302,49.854183
74.986542,40.626480,-4.108209 75.920509,41.064201
79.362244,31.532070,-3.568284 80.296211,31.969782
84.044357,21.476650,-2.893364 85.059792,21.657690
87.279556,4.529851,-2.353435 88.294991,4.710899
89.248405,-10.683270,-2.893358 90.217003,-10.328613
92.029198,-19.455063,-3.568280 92.872993,-18.861809
96.626640,-27.543787,-4.108199 97.354591,-26.813026
102.809441,-34.250061,-4.108199 103.399391,-33.403999
110.344116,-39.626881,-4.108197 110.778206,-38.691200
118.595604,-43.576401,-4.108197 118.860603,-42.579597
126.797798,-46.535198,-4.108211 126.795799,-45.503899
135.904480,-46.658581,-4.108211 135.723389,-45.643303
145.090439,-45.477612,-4.108211 144.735779,-44.509209
152.828156,-43.445591,-4.108211 152.097382,-42.717796
159.199188,-37.503059,-4.108211 158.304993,-36.989204
163.262161,-29.853008,-4.108212 162.265381,-29.588097
165.223434,-20.758942,-4.108214 164.195801,-20.671127
165.414230,-2.560880,-4.108217 164.386597,-2.473000
165.051086,10.471643,-4.108219 164.023804,10.379768
164.446716,19.654604,-4.108221 163.450989,19.385750
162.092392,28.380840,-4.108221 161.200195,27.863396
156.731277,35.862522,-4.108223 156.003387,35.131798
149.900955,41.657642,-4.108223 149.386993,40.763405
141.904800,45.707760,-4.108224 141.639801,44.710991
132.530319,47.606720,-4.108225 132.622192,46.579399
123.530876,46.073723,-4.783147 123.968605,45.139793
114.810265,41.797520,-5.694286 115.403511,40.953804
106.700539,36.235641,-6.605426 107.491890,35.574196
100.424461,28.872160,-7.516582 101.318703,28.358200
91.955879,13.972129,-8.427702 92.850105,13.458121
82.803879,-3.661481,-8.427700 83.698097,-4.175438
77.992722,-12.768348,-7.516558 78.784096,-13.429772
70.446060,-20.861130,-6.605398 71.039299,-21.704880
61.405602,-26.934259,-5.694256 61.843300,-27.868179
51.319141,-31.177361,-4.783118 51.588005,-32.173103
40.819321,-33.976299,-4.108217 40.911301,-35.003502
30.367613,-34.512150,-4.108215 30.279823,-35.539696
19.412876,-33.714100,-4.108218 19.062202,-34.683899
9.292127,-29.621099,-4.108211 8.702202,-30.467148
1.223120,-21.805323,-4.108212 0.159401,-22.478554
-8.351316,-11.964391,-2.893354 -10.279823,-12.319031

View File

@@ -1,128 +1,128 @@
6.271140,1.221424,-2.285940 8.500435,1.308357
4.388353,13.067616,-1.071082 6.363800,13.248703
0.156385,23.878397,-0.159944 1.532181,24.207300
-3.845699,33.806561,-0.159945 -2.911720,34.244301
-8.479767,43.655731,-0.159946 -7.635916,44.249001
-14.828456,52.820400,-1.071088 -14.166773,53.611809
-23.442499,60.169720,-2.285949 -23.008200,61.105400
-33.788902,65.192879,-2.893370 -33.700798,66.220604
-45.134102,65.981598,-4.108230 -45.403000,66.977409
-55.876759,62.950718,-4.108230 -56.394203,63.842983
-67.673805,54.330681,-1.982228 -68.404610,55.058601
-77.771439,43.963081,-1.071086 -78.502205,44.691002
-85.349724,36.292637,0.143774 -86.195808,36.882599
-91.452927,27.451180,0.751216 -92.388603,27.885290
-96.811722,18.272123,0.751218 -97.657799,18.862099
-103.684845,10.167397,0.143778 -104.349403,10.956230
-110.690437,4.050002,-1.071081 -111.128197,4.983963
-119.296921,-0.062438,-1.982222 -119.565804,0.933357
-128.949524,-2.554917,-4.108220 -129.041382,-1.527558
-138.473724,-3.508187,-4.108218 -138.385803,-2.480477
-147.579117,-2.950577,-4.108217 -147.228180,-1.980637
-156.502991,0.164007,-4.108217 -155.988983,1.058242
-164.474915,4.433591,-4.108219 -163.746979,5.164360
-170.979813,10.585917,-4.108219 -170.045807,11.023643
-175.220978,19.680820,-4.108221 -174.287079,20.118368
-179.093445,27.682491,-4.130914 -178.100677,27.863564
-182.351715,44.629330,-4.108225 -181.336304,44.810413
-184.490723,61.231422,-4.312455 -183.499481,61.585991
-188.609192,71.912140,-4.108227 -187.765503,72.505211
-193.962402,81.101044,-3.189185 -193.199097,81.831810
-201.248459,88.729721,-2.576503 -200.623077,89.575798
-210.030197,94.823318,-2.270161 -209.561005,95.758995
-219.634109,99.261978,-1.657459 -219.334991,100.258598
-229.972992,102.496994,-1.657461 -229.940033,103.528404
-240.511993,102.492241,-1.044777 -240.657990,103.507591
-251.086395,100.936279,-1.044777 -251.406036,101.904808
-261.833405,96.979317,-1.044775 -262.528046,97.707207
-269.511810,89.325241,-1.963819 -270.372040,89.839195
-277.458984,79.683800,-2.882843 -278.761993,79.948799
-279.667999,69.172882,-4.108227 -281.000031,69.260796
-279.857971,50.974522,-4.108225 -281.191986,51.062401
-279.491425,36.503719,-4.108223 -280.824005,36.411797
-278.634918,25.905081,-2.882835 -279.936005,25.636200
-274.839508,15.190004,-1.963810 -275.970001,14.672554
-265.713196,6.002444,-1.044762 -266.406036,5.271759
-257.171997,-1.100839,-1.044764 -257.652008,-1.995041
-247.183990,-5.971372,-1.044763 -247.414032,-6.968117
-234.954010,-8.114532,-1.657447 -234.828033,-9.141808
-223.053696,-5.834468,-0.636307 -222.582001,-6.768364
-212.883987,-0.836920,-0.318618 -212.233978,-1.680641
-203.167389,6.183240,-0.534193 -202.341949,5.521759
-195.840027,14.726521,0.441582 -194.911835,14.212563
-187.906845,29.626522,0.430236 -187.012604,29.112556
-178.527008,47.260162,-0.477468 -177.632599,46.746208
-174.765732,55.187279,-1.385148 -173.974182,54.525784
-168.803940,61.821918,-2.065930 -168.210602,60.978199
-161.234818,67.173325,-2.973630 -160.796997,66.239403
-152.498276,70.922318,-4.108214 -152.229401,69.926598
-143.549286,73.468681,-4.108215 -143.457397,72.441399
-134.535919,74.001839,-5.129376 -134.623779,72.974205
-125.684921,73.665680,-6.661112 -126.035805,72.695793
-117.987083,70.563797,-8.192831 -118.577003,69.717796
-111.728844,64.850243,-9.724549 -112.572609,64.257011
-106.902077,56.838039,-9.213987 -107.870598,56.483391
-103.936317,46.849560,-7.682266 -104.965599,46.802601
-103.702957,34.643581,-6.661104 -104.718391,34.462502
-102.371277,24.372620,-7.680424 -103.397591,24.103693
-99.619598,13.904402,-9.213982 -100.553596,13.466666
-95.496201,4.055208,-9.724540 -96.340004,3.461959
-89.147324,-5.109835,-8.192820 -89.808800,-5.901284
-80.022720,-12.458937,-6.661096 -80.456795,-13.394601
-69.676476,-17.481991,-5.129374 -69.764397,-18.509697
-58.331322,-18.270905,-4.108214 -58.062401,-19.266701
-47.588539,-15.239941,-4.108214 -47.071098,-16.132225
-35.457500,-6.619990,-5.748269 -34.757103,-7.347924
-25.389900,3.747712,-6.477199 -24.659096,3.019775
-18.084965,11.418118,-7.357968 -17.269264,10.828162
-12.012358,20.259480,-7.449082 -11.076683,19.825356
-6.653522,29.438560,-8.360224 -5.807440,28.848608
0.219496,37.543442,-8.967666 0.884041,36.754601
7.225006,43.660599,-8.360223 7.662743,42.726601
15.831549,47.773201,-7.449064 16.100441,46.777401
25.180609,50.265560,-6.537945 25.272499,49.238186
34.704697,51.218723,-5.930505 34.616798,50.191002
44.113922,50.661320,-4.108225 43.763000,49.691399
53.037899,47.546841,-4.108210 52.523903,46.652584
61.009659,43.277000,-4.108209 60.281700,42.546196
67.514862,37.124722,-4.108209 66.580902,36.687004
71.890556,28.030310,-3.568284 70.956596,27.592590
75.920845,20.028330,-2.893363 74.905403,19.847290
79.156044,3.081379,-2.353435 78.140602,2.900291
81.499596,-13.520550,-2.893358 80.530998,-13.875206
85.278801,-24.201166,-3.568279 84.435005,-24.794426
90.802956,-33.389843,-4.108199 90.074989,-34.120598
98.089760,-41.018539,-4.108197 97.499794,-41.864601
106.871483,-47.112320,-4.108196 106.437401,-48.047997
116.475601,-51.550800,-4.108195 116.210609,-52.547600
126.813805,-54.786400,-4.108209 126.815804,-55.817894
137.353119,-54.781620,-4.108209 137.534180,-55.797096
147.927551,-53.225689,-4.108209 148.282196,-54.194298
158.674240,-49.268711,-4.108209 159.404999,-49.996605
166.352798,-41.614738,-4.108211 167.246979,-42.128799
171.236237,-31.973087,-4.108212 172.233002,-32.238197
173.444565,-21.462166,-4.108214 174.472198,-21.550171
173.635361,-3.263920,-4.108216 174.662994,-3.351799
173.269318,11.206680,-4.108219 174.296600,11.298561
172.412476,21.805355,-4.108221 173.408203,22.074196
169.229996,32.520359,-4.108222 170.122192,33.037804
162.554321,41.708279,-4.108224 163.282196,42.439003
154.012634,48.811558,-4.108225 154.526581,49.705799
144.024796,53.681839,-4.108226 144.289795,54.678585
131.795273,55.825279,-4.108226 131.703400,56.852592
120.029121,53.545082,-4.783146 119.591408,54.479000
110.064339,48.547279,-5.694288 109.471107,49.390999
100.369659,41.527161,-6.605426 99.578300,42.188599
93.270538,32.983841,-7.516582 92.376289,33.497795
84.802116,18.084211,-8.427702 83.907906,18.598221
75.650116,0.450199,-8.427700 74.755898,0.964149
71.661682,-7.476876,-7.516560 70.870308,-6.815438
65.700142,-14.111132,-6.605398 65.106903,-13.267381
57.903999,-19.462900,-5.694258 57.466301,-18.528984
49.168259,-23.211449,-4.783118 48.899399,-22.215706
40.084282,-25.757900,-4.108218 39.992500,-24.730499
31.070837,-26.290951,-4.108200 31.158737,-25.263298
22.219883,-25.954901,-4.108218 22.570854,-24.984901
14.011543,-22.852940,-4.108212 14.601471,-22.006950
9.732881,-16.419746,-4.108213 10.796600,-15.746559
7.076876,-9.127275,-2.893355 9.005402,-8.772636

View File

@@ -1,25 +1,6 @@
# Created by tuxkart.py v0.2 Blender Python script. #
# Track itself.
# #
"gownsbow.ac",0,0,0,0,0,0 "gownsbow.ac",0,0,0,0,0,0
RHERRING,92.117531,22.639978,-6.948666 #
SHERRING,39.485138,53.766663,-3.883717
RHERRING,-273.479462,49.239353,-2.081752
SHERRING,-79.265205,36.466404,1.208766
RHERRING,84.059387,-17.112471,-2.066452
SHERRING,89.084518,-15.646395,-2.066452
SHERRING,-88.074852,4.078266,-8.071375
RHERRING,-92.672829,1.576271,-8.071375
GHERRING,-12.3523,33.433136,-7.249914
GHERRING,-8.633256,31.083012,-7.249914
GHERRING,-185.02536,40.859051,0.77902
GHERRING,-189.140839,42.413788,0.77902
SHERRING,34.568569,-28.635675,-5.407206
SHERRING,34.923122,-32.48172,-5.407206
SHERRING,-143.287796,-10.704313,-3.564677
SHERRING,-143.642349,-6.858267,-3.564677
RHERRING,167.690552,25.821962,-3.158226
RHERRING,164.067322,24.48406,-3.158226
RHERRING,-191.045517,56.767242,-3.191819
RHERRING,-187.422287,58.105145,-3.191819
RHERRING,-12.558577,45.222679,-0.273835
RHERRING,-15.671188,42.935863,-0.273835

View File

@@ -2,11 +2,7 @@
(tuxkart-track (tuxkart-track
(name "Gowns Bow") (name "Gowns Bow")
(description "Created by Oliver & Steve Baker") (music "mods/tk5a.mod"))
(gravity 78.0)
(music "mods/tk5a.mod")
(screenshot "images/sshot-gownsbow.rgb")
)
;; EOF ;; ;; EOF ;;

7
data/herring.cup Normal file
View File

@@ -0,0 +1,7 @@
;; -*- mode: lisp -*-
(tuxkart-cup
(name "Herring Cup")
(tracks "volcano" "race" "subseatrack"))
;; EOF ;;

View File

@@ -4,7 +4,7 @@
(name "homing") (name "homing")
(model "homingmissile.ac") (model "homingmissile.ac")
(icon "homingmissile.rgb") (icon "homingmissile.rgb")
(speed 25.0) (speed 29)
) )
;; EOF ;; ;; EOF ;;

View File

@@ -1,86 +1,86 @@
-5.652396,5.113590,-0.610112 -5.496377,0.224400
-5.640267,9.988820,-0.610113 -5.493612,2.414262
-5.786923,17.563377,-0.610113 -5.786923,17.563377
-6.051181,25.014828,-0.610114 -6.051181,25.014828
-7.315617,31.256433,-0.610114 -7.315617,31.256433
-8.814617,34.355652,-0.192344 -8.814617,34.355652
-10.763179,36.729679,0.659098 -10.763179,36.729679
-13.505027,38.494690,1.341400 -13.505027,38.494690
-20.213764,40.937328,1.621295 -20.213764,40.937328
-25.857714,41.455326,1.481346 -25.857714,41.455326
-29.784595,39.595379,1.341399 -29.784595,39.595379
-31.591320,35.723183,1.463144 -31.591320,35.723183
-31.018707,30.046476,1.584890 -31.018707,30.046476
-28.800779,23.503740,1.341400 -28.800779,23.503740
-26.589548,20.951548,0.748712 -26.589548,20.951548
-22.206594,17.981314,-0.017423 -22.206594,17.981314
-17.572264,12.202350,-0.610113 -17.572264,12.202350
-15.015719,3.171456,-0.914746 -15.015719,3.171456
-15.014482,-5.704898,-0.854151 -15.014482,-5.704898
-17.759645,-15.090326,-0.610112 -17.759645,-15.090326
-25.602530,-24.603512,0.104857 -25.602530,-24.603512
-34.371998,-30.561810,0.993574 -34.371998,-30.561810
-40.130749,-37.475651,1.341405 -40.130749,-37.475651
-41.958977,-43.432442,0.882845 -41.958977,-43.432442
-42.302448,-49.111790,0.066574 -42.302448,-49.111790
-40.541599,-53.781239,-0.610108 -40.541599,-53.781239
-38.253242,-54.794777,-0.763124 -38.253242,-54.794777
-32.419060,-55.348663,-0.686615 -32.419060,-55.348663
-24.511738,-59.105221,-0.610108 -24.511738,-59.105221
-20.681322,-66.955879,-0.610108 -20.681322,-66.955879
-20.067982,-72.805069,-0.610107 -20.067982,-72.805069
-18.679880,-75.596252,-0.610106 -18.679880,-75.596252
-15.319677,-77.338249,-0.610106 -15.319677,-77.338249
-12.474232,-77.745377,-0.610106 -12.474232,-77.745377
-9.444693,-77.197144,-0.610106 -9.444693,-77.197144
-7.661988,-73.390938,-0.610106 -7.661988,-73.390938
-4.984299,-65.293686,-0.610107 -4.984299,-65.293686
1.985352,-57.128914,-0.610108 1.985352,-57.128914
12.637247,-55.537880,-0.610108 12.637247,-55.537880
20.679174,-57.707920,-0.610108 20.679174,-57.707920
26.772141,-57.632797,-0.610108 26.772141,-57.632797
29.243509,-55.955894,-0.610108 29.243509,-55.955894
31.852104,-53.058987,-0.610108 31.852104,-53.058987
34.290413,-49.389442,-0.610108 34.290413,-49.389442
35.876720,-44.654072,-0.610109 35.876720,-44.654072
36.845760,-38.543034,-0.610109 36.845760,-38.543034
40.506016,-31.221031,-0.610110 40.506016,-31.221031
47.220516,-26.806400,-0.486307 47.220516,-26.806400
52.846584,-25.235407,-0.362503 52.846584,-25.235407
56.246510,-23.450157,-0.610110 56.246510,-23.450157
58.026615,-20.368715,-1.274558 58.026615,-20.368715
59.517906,-15.552127,-2.191166 59.517906,-15.552127
62.476715,-9.359461,-3.374757 62.476715,-9.359461
67.247177,-4.564000,-3.638535 67.247177,-4.564000
71.081825,-1.734259,-2.709719 71.081825,-1.734259
73.136826,0.908949,-1.911122 73.136826,0.908949
74.819054,6.941251,-1.728027 74.819054,6.941251
74.822662,12.804239,-1.819575 74.822662,12.804239
73.039764,19.082924,-1.911123 73.039764,19.082924
71.063339,22.595757,-1.951895 71.063339,22.595757
68.445770,25.213711,-1.992666 68.445770,25.213711
64.932533,27.192560,-1.911125 64.932533,27.192560
58.653351,28.984665,-1.516067 58.653351,28.984665
52.801212,28.986055,-1.005170 52.801212,28.986055
46.521183,27.196922,-0.610114 46.521183,27.196922
43.007011,25.219734,-0.528571 43.007011,25.219734
40.388199,22.603020,-0.569343 40.388199,22.603020
38.584251,19.614763,-0.610114 38.584251,19.614763
38.070621,13.821465,-0.610112 38.070621,13.821465
39.470467,6.452299,-0.610112 39.470467,6.452299
38.463158,-3.084624,-0.610112 38.463158,-3.084624
33.595245,-9.360674,-0.610112 33.595245,-9.360674
29.210873,-12.322977,-0.610111 29.210873,-12.322977
26.950163,-15.019356,-0.610112 26.950163,-15.019356
26.372620,-17.336922,-0.610111 26.372620,-17.336922
26.579029,-20.125957,-0.610111 26.579029,-20.125957
27.952280,-27.038719,-0.610110 27.952280,-27.038719
26.377481,-35.834511,-0.610109 26.377481,-35.834511
19.743130,-42.320705,-0.610109 19.743130,-42.320705
11.256419,-44.665394,-0.610109 11.256419,-44.665394
3.119128,-42.855106,-0.610110 3.119128,-42.855106
-3.092405,-37.031048,-0.610109 -3.092405,-37.031048
-5.449533,-28.881918,-0.610110 -5.449533,-28.881918
-5.599164,-21.926996,-0.610110 -5.599164,-21.926996
-5.548880,-17.115580,-0.610111 -5.548880,-17.115580
-5.499141,-12.429044,-0.610111 -5.499141,-12.429044

View File

@@ -1,86 +1,86 @@
5.436612,4.820632,-0.610112 5.275304,0.234100
5.127599,10.204052,-0.610113 5.277828,2.438872
4.977369,17.969233,-0.610113 4.977369,17.969233
4.647856,26.265970,-0.610114 4.647856,26.265970
2.980896,34.421333,-0.610115 2.980896,34.421333
0.278505,40.130592,-0.192343 0.278505,40.130592
-3.652247,44.820995,0.659098 -3.652247,44.820995
-9.027151,48.291798,1.341400 -9.027151,48.291798
-17.953857,51.469543,1.621294 -17.953857,51.469543
-27.901552,52.031593,1.481347 -27.901552,52.031593
-37.412098,47.201687,1.341399 -37.412098,47.201687
-42.181328,37.694592,1.463143 -42.181328,37.694592
-41.561012,27.834114,1.584888 -41.561012,27.834114
-38.406498,18.628807,1.341401 -38.406498,18.628807
-33.837196,12.982456,0.748711 -33.837196,12.982456
-29.454241,10.012223,-0.017425 -29.454241,10.012223
-27.308039,7.592644,-0.610113 -27.308039,7.592644
-25.682280,1.668377,-0.914748 -25.682280,1.668377
-25.680721,-4.199573,-0.854150 -25.680721,-4.199573
-27.131235,-9.779200,-0.610110 -27.131235,-9.779200
-32.850151,-16.634396,0.104855 -32.850151,-16.634396
-41.618092,-22.591312,0.993574 -41.618092,-22.591312
-49.435230,-32.047817,1.341404 -49.435230,-32.047817
-52.549885,-41.465878,0.882845 -52.549885,-41.465878
-52.924835,-50.900574,0.066574 -52.924835,-50.900574
-49.035007,-60.407085,-0.610107 -49.035007,-60.407085
-41.487816,-65.069626,-0.763122 -41.487816,-65.069626
-35.126015,-65.774940,-0.686615 -35.126015,-65.774940
-32.081493,-66.769012,-0.610107 -32.081493,-66.769012
-31.083368,-69.754486,-0.610106 -31.083368,-69.754486
-30.360191,-75.983910,-0.610105 -30.360191,-75.983910
-26.242743,-83.266830,-0.610106 -26.242743,-83.266830
-18.796490,-87.533669,-0.610105 -18.796490,-87.533669
-10.584367,-88.627251,-0.610105 -10.584367,-88.627251
-2.155835,-85.128563,-0.610106 -2.155835,-85.128563
2.278334,-77.541214,-0.610106 2.278334,-77.541214
4.512666,-70.377228,-0.610107 4.512666,-70.377228
7.223763,-66.541344,-0.610107 7.223763,-66.541344
11.788920,-66.276360,-0.610107 11.788920,-66.276360
19.340197,-68.396317,-0.610107 19.340197,-68.396317
29.183779,-68.131310,-0.610107 29.183779,-68.131310
35.985016,-64.357491,-0.610107 35.985016,-64.357491
40.369869,-59.653114,-0.610107 40.369869,-59.653114
44.003052,-54.047691,-0.610108 44.003052,-54.047691
46.337830,-47.223110,-0.610108 46.337830,-47.223110
47.139732,-41.716179,-0.610109 47.139732,-41.716179
48.586082,-38.344749,-0.610109 48.586082,-38.344749
51.568645,-36.661781,-0.486306 51.568645,-36.661781
56.968800,-35.187401,-0.362501 56.968800,-35.187401
63.649101,-31.275530,-0.610110 63.649101,-31.275530
67.791908,-24.915554,-1.274558 67.791908,-24.915554
69.553070,-19.467525,-2.191166 69.553070,-19.467525
71.290482,-15.552376,-3.374757 71.290482,-15.552376
74.288307,-12.716133,-3.638534 74.288307,-12.716133
78.731468,-9.318303,-2.709718 78.731468,-9.318303
82.967918,-3.493815,-1.911121 82.967918,-3.493815
85.484505,5.430326,-1.728027 85.484505,5.430326
85.489128,14.307998,-1.819575 85.489128,14.307998
83.075554,22.996725,-1.911123 83.075554,22.996725
79.673393,29.068916,-1.951896 79.673393,29.068916
74.922333,33.821201,-1.992666 74.922333,33.821201
68.855820,37.224636,-1.911123 68.855820,37.224636
60.169006,39.649448,-1.516069 60.169006,39.649448
51.290607,39.651554,-1.005171 51.290607,39.651554
42.602650,37.230862,-0.610115 42.602650,37.230862
36.534523,33.830292,-0.528572 36.534523,33.830292
31.781221,29.080261,-0.569343 31.781221,29.080261
28.202032,22.486048,-0.610114 28.202032,22.486048
27.310532,13.316252,-0.610114 27.310532,13.316252
28.710375,5.947084,-0.610112 28.710375,5.947084
28.312550,0.520912,-0.610112 28.312550,0.520912
26.368916,-1.372249,-0.610111 26.368916,-1.372249
21.952759,-4.363421,-0.610112 21.952759,-4.363421
17.487995,-9.871329,-0.610110 17.487995,-9.871329
15.670393,-16.113335,-0.610111 15.670393,-16.113335
15.922828,-21.700802,-0.610110 15.922828,-21.700802
17.184765,-27.347338,-0.610110 17.184765,-27.347338
16.836388,-30.834290,-0.610110 16.836388,-30.834290
14.456601,-32.935223,-0.610110 14.456601,-32.935223
10.833610,-33.901752,-0.610109 10.833610,-33.901752
8.099352,-33.303555,-0.610108 8.099352,-33.303555
6.246629,-31.662882,-0.610110 6.246629,-31.662882
5.212592,-27.347683,-0.610110 5.212592,-27.347683
5.172690,-21.882956,-0.610110 5.172690,-21.882956
5.222461,-17.229448,-0.610111 5.222461,-17.229448
5.272779,-12.451061,-0.610111 5.272779,-12.451061

View File

@@ -1,24 +1,4 @@
# Created by tuxkart.py v0.2 Blender Python script. #
# Track itself.
# #
"lighthousetrack.ac",0,0,0,0,0,0 "lighthousetrack.ac",0,0,0,0,0,0
SHERRING,81.005333,-0.073995
SHERRING,77.851761,0.934763
SHERRING,74.643669,2.166354
SHERRING,27.697657,-58.154846
SHERRING,29.748253,-60.912331
SHERRING,31.872066,-63.452408
SHERRING,-17.300978,-2.078869
SHERRING,-20.609509,-2.20612
SHERRING,-24.045292,-2.142494
RHERRING,37.160557,2.198871
RHERRING,34.915821,2.512133
RHERRING,32.074749,2.833275
RHERRING,29.390997,3.220781
RHERRING,-37.714851,-64.545502
RHERRING,-37.046822,-61.917503
RHERRING,-36.428207,-59.12606
RHERRING,-35.880249,-56.926807
RHERRING,-1.019776,39.404644
RHERRING,-2.928773,38.182888
RHERRING,-5.295928,36.57933
RHERRING,-7.586723,35.128494

0
data/lighthouse.loc~ Normal file
View File

View File

@@ -1,10 +1,6 @@
;; -*- mode: lisp -*- ;; -*- mode: lisp -*-
(tuxkart-track (tuxkart-track
(name "Around the Lighthouse") (name "Around the Lighthouse"))
(description "Created by Ingo Ruhnke")
(music "mods/tk2.mod")
(screenshot "images/sshot-lighthouse.rgb")
)
;; EOF ;; ;; EOF ;;

1
data/lighthouse.track~ Normal file
View File

@@ -0,0 +1 @@
Around the Lighthouse

View File

@@ -1,274 +1,279 @@
-3.916362,-0.316633,-1.385035 -3.916362,0.021855
-4.171370,18.031366,-1.385037 -3.837889,2.005206
-4.446706,26.186195,-1.385039 -4.171370,18.031366
-4.472426,36.083744,-1.385041 -4.446706,26.186195
-4.017028,48.603191,-1.385043 -4.472426,36.083744
-4.483501,59.468010,-1.385045 -4.017028,48.603191
-6.751101,67.570107,-1.385045 -4.483501,59.468010
-10.288396,73.980827,-1.385047 -6.751101,67.570107
-14.727469,79.407547,-1.385047 -10.288396,73.980827
-19.682955,84.416504,-1.385047 -14.727469,79.407547
-24.666702,89.577965,-1.385049 -19.682955,84.416504
-29.042728,95.566589,-1.385049 -24.666702,89.577965
-31.887308,102.972221,-1.385051 -29.042728,95.566589
-32.237900,111.902214,-1.385052 -31.887308,102.972221
-29.610926,118.625832,-1.385053 -32.237900,111.902214
-24.429684,122.710701,-1.385053 -29.610926,118.625832
-18.748877,124.715530,-1.385053 -24.429684,122.710701
-13.293075,126.049370,-1.385055 -18.748877,124.715530
-8.620272,127.525558,-1.385055 -13.293075,126.049370
-5.285448,129.523514,-1.385055 -8.620272,127.525558
-3.176563,132.582291,-1.385055 -5.285448,129.523514
-2.290234,138.361374,-1.385056 -3.176563,132.582291
-3.816721,148.749298,-1.385057 -2.290234,138.361374
-3.795728,154.588211,-1.385059 -3.816721,148.749298
-0.984572,159.833923,-1.385059 -3.795728,154.588211
3.198694,163.342636,-1.385059 -0.984572,159.833923
7.770781,165.925278,-1.385061 3.198694,163.342636
12.267556,168.197861,-1.385061 7.770781,165.925278
16.203941,170.481659,-1.385061 12.267556,168.197861
19.091269,172.883728,-1.385061 16.203941,170.481659
20.744009,175.462463,-1.385061 19.091269,172.883728
21.251368,179.085892,-1.385062 20.744009,175.462463
20.446108,183.376144,-1.385063 21.251368,179.085892
18.683071,186.815353,-1.385063 20.446108,183.376144
16.086157,189.608719,-1.385063 18.683071,186.815353
12.740162,191.843719,-1.385063 16.086157,189.608719
8.826480,193.500656,-1.385065 12.740162,191.843719
4.611880,194.559219,-1.385065 8.826480,193.500656
0.404063,195.032379,-1.385065 4.611880,194.559219
-3.464934,194.968353,-1.385065 0.404063,195.032379
-6.417599,194.521118,-1.385065 -3.464934,194.968353
-11.999555,192.373749,-1.385065 -6.417599,194.521118
-16.050980,189.391541,-1.385063 -11.999555,192.373749
-19.200726,185.638428,-1.385063 -16.050980,189.391541
-21.668127,181.255035,-1.385063 -19.200726,185.638428
-23.603762,176.478409,-1.385061 -21.668127,181.255035
-25.178610,171.596909,-1.385061 -23.603762,176.478409
-26.612867,166.882629,-1.385061 -25.178610,171.596909
-28.219580,162.522827,-1.385059 -26.612867,166.882629
-30.542933,158.674484,-1.385059 -28.219580,162.522827
-35.129566,154.196030,-1.354503 -30.542933,158.674484
-39.797298,150.848328,-1.256400 -35.129566,154.196030
-44.186253,148.238297,-1.081105 -39.797298,150.848328
-48.011570,145.972778,-0.818964 -44.186253,148.238297
-51.069550,143.740021,-0.460331 -48.011570,145.972778
-53.336830,141.251724,0.004440 -51.069550,143.740021
-54.962845,137.986450,0.585009 -53.336830,141.251724
-55.904186,133.187485,1.291016 -54.962845,137.986450
-55.818237,125.941147,2.132113 -55.904186,133.187485
-55.662315,119.043236,2.734962 -55.818237,125.941147
-56.142136,111.929329,3.170414 -55.662315,119.043236
-56.921516,105.018684,3.464227 -56.142136,111.929329
-57.674095,98.397171,3.642169 -56.921516,105.018684
-58.099693,92.173447,3.729991 -57.674095,98.397171
-57.935593,86.473122,3.753456 -58.099693,92.173447
-56.975002,81.398918,3.738322 -57.935593,86.473122
-55.037403,76.937897,3.710353 -56.975002,81.398918
-52.561241,73.829781,3.695307 -55.037403,76.937897
-50.625080,72.189522,3.837851 -52.561241,73.829781
-48.493423,71.541588,4.219866 -50.625080,72.189522
-45.525867,71.000313,4.772930 -48.493423,71.541588
-42.032066,70.422218,5.428628 -45.525867,71.000313
-38.236286,69.492439,6.118537 -42.032066,70.422218
-30.839289,64.544762,7.327295 -38.236286,69.492439
-28.597450,59.892303,7.709313 -34.341492,67.724846
-27.977446,54.022243,7.851854 -30.839289,64.544762
-32.222317,45.007088,7.851856 -28.597450,59.892303
-35.858364,40.959839,7.851856 -27.977446,54.022243
-39.918884,36.937267,7.851856 -29.370819,49.226887
-44.012531,32.985886,7.851861 -32.222317,45.007088
-47.708496,29.233774,7.851858 -35.858364,40.959839
-50.537251,25.903267,7.851862 -39.918884,36.937267
-52.027744,23.467829,7.851858 -44.012531,32.985886
-51.182617,20.207743,7.851860 -47.708496,29.233774
-48.687962,17.761076,7.851860 -50.537251,25.903267
-44.732571,15.214243,7.851860 -52.027744,24.022318
-39.854549,12.545432,7.851860 -52.278488,21.877392
-34.662144,9.463171,7.851864 -51.182617,20.207743
-29.749353,5.450637,7.851861 -48.687962,17.761076
-25.954901,-0.131749,7.851862 -44.732571,15.214243
-24.506365,-7.385303,7.851862 -39.854549,12.545432
-25.949671,-15.470759,7.851864 -34.662144,9.463171
-28.091368,-21.682806,7.851864 -29.749353,5.450637
-29.963081,-26.840862,7.851866 -25.954901,-0.131749
-31.703545,-31.445198,7.851866 -24.506365,-7.385303
-33.355618,-35.676628,7.851868 -25.949671,-15.470759
-34.962410,-39.717209,7.851868 -28.091368,-21.682806
-38.272243,-48.170349,7.851870 -29.963081,-26.840862
-41.956272,-57.989300,7.851870 -31.703545,-31.445198
-45.344135,-65.410233,7.851872 -33.355618,-35.676628
-49.731434,-71.356262,7.851872 -34.962410,-39.717209
-55.088676,-75.550011,7.851874 -38.272243,-48.170349
-61.224823,-77.837326,7.851874 -41.956272,-57.989300
-67.759651,-78.270813,7.851874 -45.344135,-65.410233
-74.465935,-77.137131,7.851874 -49.731434,-71.356262
-81.322746,-74.719711,7.851874 -55.088676,-75.550011
-88.371742,-71.216942,7.851872 -61.224823,-77.837326
-95.732544,-66.714149,7.851872 -67.759651,-78.270813
-102.788612,-61.211163,7.851872 -74.465935,-77.137131
-108.200821,-55.225685,7.851870 -81.322746,-74.719711
-111.983604,-48.988415,7.851870 -88.371742,-71.216942
-114.261139,-42.696632,7.851868 -95.732544,-66.714149
-115.188446,-36.561203,7.851868 -102.788612,-61.211163
-114.949661,-30.778013,7.851866 -108.200821,-55.225685
-113.736618,-25.511650,7.851866 -111.983604,-48.988415
-111.720947,-20.896355,7.851864 -114.261139,-42.696632
-109.269577,-17.356890,7.851864 -115.188446,-36.561203
-107.618179,-15.253761,7.851864 -114.949661,-30.778013
-106.010178,-12.768633,7.851864 -113.736618,-25.511650
-104.339905,-9.735212,7.851864 -111.720947,-20.896355
-102.716400,-6.277377,7.851862 -109.269577,-17.356890
-101.234657,-2.510334,7.851862 -107.618179,-15.253761
-99.982498,1.452845,7.851862 -106.010178,-12.768633
-99.041748,5.497859,7.851861 -104.339905,-9.735212
-98.486542,9.507643,7.851860 -102.716400,-6.277377
-99.141396,13.539499,6.977448 -101.234657,-2.510334
-99.093575,58.253197,2.820898 -99.982498,1.452845
-99.859085,61.705257,3.695309 -99.041748,5.497859
-101.311440,64.565346,3.695309 -98.486542,9.507643
-103.716866,67.506210,3.695309 -99.141396,13.539499
-106.940826,70.522980,3.695309 -99.093575,58.253197
-110.726669,73.623703,3.695307 -99.859085,61.705257
-114.787163,76.880585,3.695307 -101.311440,64.565346
-118.836693,80.423653,3.695307 -103.716866,67.506210
-122.580673,84.438141,3.695307 -106.940826,70.522980
-125.697723,89.220192,3.695305 -110.726669,73.623703
-127.833244,95.616028,3.521081 -114.787163,76.880585
-127.972404,102.060013,3.054162 -118.836693,80.423653
-126.498962,108.096710,2.378174 -122.580673,84.438141
-123.969643,113.699348,1.576743 -125.697723,89.220192
-120.833145,118.984612,0.733502 -127.833244,95.616028
-117.453461,124.058517,-0.067924 -127.972404,102.060013
-114.164528,128.979950,-0.743914 -126.498962,108.096710
-111.288422,133.761063,-1.210831 -123.969643,113.699348
-109.169014,138.239273,-1.385056 -120.833145,118.984612
-108.345276,142.261520,-1.385057 -117.453461,124.058517
-108.723160,146.297165,-1.385057 -114.164528,128.979950
-109.920982,150.745956,-1.385057 -111.288422,133.761063
-111.509666,155.555481,-1.385059 -109.169014,138.239273
-112.897247,160.754684,-1.385059 -108.345276,142.261520
-113.273178,166.474472,-1.385061 -108.723160,146.297165
-111.560806,172.489395,-1.385061 -109.920982,150.745956
-107.188736,177.926041,-1.385062 -111.509666,155.555481
-100.129608,182.517181,-1.385063 -112.897247,160.754684
-92.052269,185.230667,-1.385063 -113.273178,166.474472
-84.598053,185.315781,-1.385063 -111.560806,172.489395
-78.206490,183.537491,-1.385063 -107.188736,177.926041
-72.906601,180.951950,-1.385063 -100.129608,182.517181
-68.545372,178.492615,-1.385062 -92.052269,185.230667
-65.138268,176.912903,-1.385061 -84.598053,185.315781
-62.838951,176.512314,-1.385061 -78.206490,183.537491
-60.702541,177.266068,-1.385061 -72.906601,180.951950
-57.431480,180.496338,-1.385063 -68.545372,178.492615
-56.851173,182.174118,-1.385063 -65.138268,176.912903
-56.697052,186.057556,-1.385063 -62.838951,176.512314
-57.254566,191.515869,-1.385063 -60.702541,177.266068
-58.334972,197.927078,-1.385065 -57.431480,180.496338
-59.641510,204.843262,-1.385067 -56.851173,182.174118
-60.858875,211.898422,-1.385067 -56.697052,186.057556
-61.659340,218.789902,-1.385069 -57.254566,191.515869
-61.666031,225.308807,-1.385069 -58.334972,197.927078
-60.414673,231.027100,-1.385069 -59.641510,204.843262
-58.405251,235.035553,-1.385071 -60.858875,211.898422
-55.868992,238.622971,-1.385071 -61.659340,218.789902
-52.770821,242.036301,-1.385071 -61.666031,225.308807
-49.163113,245.229721,-1.385072 -60.414673,231.027100
-45.093006,248.143631,-1.385073 -58.405251,235.035553
-40.605896,250.708588,-1.385073 -55.868992,238.622971
-35.747005,252.847595,-1.385073 -52.770821,242.036301
-30.562994,254.476944,-1.385073 -49.163113,245.229721
-24.823172,255.532639,-1.385073 -45.093006,248.143631
-17.501392,255.210159,-1.385073 -40.605896,250.708588
-9.790155,252.928787,-1.385073 -35.747005,252.847595
-2.056032,249.221634,-1.385073 -30.562994,254.476944
5.634113,244.491470,-1.385072 -24.823172,255.532639
13.147902,239.095093,-1.385071 -17.501392,255.210159
20.315018,233.381546,-1.385071 -9.790155,252.928787
26.944860,227.701263,-1.385069 -2.056032,249.221634
32.834145,222.409271,-1.385069 5.634113,244.491470
37.642811,217.978516,-1.385067 13.147902,239.095093
41.448441,215.047256,-1.385067 20.315018,233.381546
46.252579,212.134171,-1.385067 26.944860,227.701263
51.705898,209.156311,-1.385067 32.834145,222.409271
57.333073,206.080963,-1.385067 37.642811,217.978516
62.707630,202.810272,-1.385065 41.448441,215.047256
66.633911,200.051025,-1.385065 46.252579,212.134171
70.653061,195.597198,-1.385065 51.705898,209.156311
72.535881,188.918228,-1.385063 57.333073,206.080963
70.116821,180.876999,-1.385063 62.707630,202.810272
66.700447,176.022858,-1.385061 66.633911,200.051025
62.234493,169.765610,-1.385061 70.653061,195.597198
57.655045,163.665176,-1.385059 72.535881,188.918228
53.139202,157.650558,-1.385059 70.116821,180.876999
48.860130,151.658508,-1.385057 66.700447,176.022858
44.985813,145.633087,-1.385057 62.234493,169.765610
41.675346,139.522644,-1.385056 57.655045,163.665176
39.074276,133.272491,-1.385055 53.139202,157.650558
37.317242,126.829132,-1.385055 48.860130,151.658508
34.845421,110.606323,-1.385051 44.985813,145.633087
34.585983,99.818672,-1.385051 41.675346,139.522644
35.804535,93.523087,-1.385049 39.074276,133.272491
37.636112,90.473282,-1.385049 37.317242,126.829132
39.916443,88.807831,-1.385049 34.845421,110.606323
43.138870,87.244919,-1.385049 34.585983,99.818672
47.145683,84.652992,-1.385047 35.804535,93.523087
50.413513,79.696800,-1.385047 37.636112,90.473282
51.307976,72.658577,-1.385046 39.916443,88.807831
49.714710,66.684021,-1.385045 43.138870,87.244919
46.211052,62.248055,-1.385045 47.145683,84.652992
42.208385,59.124683,-1.385043 50.413513,79.696800
38.490067,56.600952,-1.385043 51.307976,72.658577
35.670902,54.327030,-1.385043 49.714710,66.684021
34.125580,52.263218,-1.385043 46.211052,62.248055
33.648365,49.806004,-1.385043 42.208385,59.124683
34.733208,45.466248,-1.385041 38.490067,56.600952
37.118149,39.975052,-1.385041 35.670902,54.327030
39.893936,35.797791,-1.385041 34.125580,52.263218
41.433365,35.064636,-1.385041 33.648365,49.806004
42.972790,34.331486,-1.385041 34.733208,45.466248
46.279274,37.828026,-1.385041 37.118149,39.975052
49.316048,41.027958,-1.385041 39.893936,35.797791
53.517189,45.540127,-1.385041 42.060299,34.217426
59.008018,49.686115,-1.385043 44.740093,34.939140
66.158829,52.264549,-1.385043 46.849583,37.713963
74.813866,52.026451,-1.385043 49.316048,41.027958
85.063316,48.074081,-1.385043 53.517189,45.540127
92.147964,41.312805,-1.385041 59.008018,49.686115
95.796638,32.822399,-1.385041 66.158829,52.264549
96.498093,23.718222,-1.385039 74.813866,52.026451
94.931915,14.674281,-1.385037 85.063316,48.074081
91.617683,6.182762,-1.385036 92.147964,41.312805
86.928223,-1.269089,-1.385035 95.796638,32.822399
81.085701,-7.159469,-1.385033 96.498093,23.718222
74.248047,-10.729808,-1.385033 94.931915,14.674281
66.534409,-11.634582,-1.385033 91.617683,6.182762
60.064934,-10.036382,-1.385033 86.928223,-1.269089
55.071690,-6.937496,-1.385035 81.085701,-7.159469
51.301170,-3.490241,-1.385035 74.248047,-10.729808
49.358166,-1.443672,-1.385035 66.534409,-11.634582
47.242931,0.196292,-1.385035 60.064934,-10.036382
45.041477,1.456052,-1.385035 55.071690,-6.937496
42.193878,0.491197,-1.385035 51.301170,-3.490241
39.056534,-2.481534,-1.385035 49.358166,-1.443672
34.709515,-8.462127,-1.385033 47.242931,0.196292
33.349911,-13.694901,-1.385033 45.041477,1.456052
33.978611,-19.180262,-1.385033 42.193878,0.491197
36.321301,-25.438398,-1.385031 39.056534,-2.481534
39.969498,-32.475784,-1.385031 34.709515,-8.462127
44.287464,-40.287022,-1.385029 33.349911,-13.694901
48.560471,-48.964222,-1.385027 33.978611,-19.180262
52.030872,-58.651463,-1.385027 36.321301,-25.438398
53.901482,-69.688301,-1.385025 39.969498,-32.475784
51.986225,-80.397881,-1.385023 44.287464,-40.287022
45.540485,-88.826866,-1.385021 48.560471,-48.964222
36.356186,-94.241165,-1.385021 52.030872,-58.651463
25.745720,-96.817589,-1.385021 53.901482,-69.688301
14.705452,-96.566689,-1.385021 51.986225,-80.397881
4.210707,-93.254448,-1.385021 45.540485,-88.826866
-4.545357,-86.459984,-1.385021 36.356186,-94.241165
-9.911983,-76.035873,-1.385023 25.745720,-96.817589
-10.486027,-62.911736,-1.385025 14.705452,-96.566689
-7.287852,-39.123825,-1.385029 4.210707,-93.254448
-5.286327,-21.283886,-1.385031 -4.545357,-86.459984
-4.212102,-7.894473,-1.385033 -9.911983,-76.035873
-10.486027,-62.911736
-7.287852,-39.123825
-5.286327,-21.283886
-4.212102,-7.894473
-4.023770,-2.947316

View File

@@ -1,274 +1,279 @@
5.021050,-0.044151,-1.385035 5.021050,-0.012597
4.762693,18.349419,-1.385037 5.149530,2.050276
4.491757,26.336308,-1.385039 4.762693,18.349419
4.465643,35.911682,-1.385041 4.491757,26.336308
4.922669,48.624847,-1.385043 4.465643,35.911682
4.359826,60.777294,-1.385045 4.922669,48.624847
1.553856,70.878624,-1.385045 4.359826,60.777294
-2.855858,78.948334,-1.385047 1.553856,70.878624
-8.066408,85.369850,-1.385047 -2.855858,78.948334
-13.292340,90.667801,-1.385049 -8.066408,85.369850
-17.850988,95.362816,-1.385049 -13.292340,90.667801
-21.207527,99.871040,-1.385051 -17.850988,95.362816
-23.114853,104.693489,-1.385051 -21.207527,99.871040
-23.364698,110.813660,-1.385051 -23.114853,104.693489
-22.411877,113.325600,-1.385053 -23.364698,110.813660
-20.289633,114.787407,-1.385053 -22.411877,113.325600
-16.245800,116.133392,-1.385053 -20.289633,114.787407
-10.858343,117.447578,-1.385053 -16.245800,116.133392
-4.871810,119.409668,-1.385053 -10.858343,117.447578
0.966244,123.133286,-1.385053 -4.871810,119.409668
5.241241,129.572433,-1.385055 0.966244,123.133286
6.647269,138.560669,-1.385056 5.241241,129.572433
5.072036,149.702530,-1.385057 6.647269,138.560669
4.911170,152.561279,-1.385059 5.072036,149.702530
5.832680,154.050873,-1.385059 4.911170,152.561279
8.207375,155.937790,-1.385059 5.832680,154.050873
11.971300,158.033875,-1.385059 8.207375,155.937790
16.541361,160.345917,-1.385059 11.971300,158.033875
21.355389,163.175400,-1.385059 16.541361,160.345917
25.854813,167.037949,-1.385061 21.355389,163.175400
29.177929,172.498062,-1.385061 25.854813,167.037949
30.188274,179.310318,-1.385063 29.177929,172.498062
28.933369,186.184174,-1.385063 30.188274,179.310318
26.032061,191.905655,-1.385065 28.933369,186.184174
21.901257,196.398651,-1.385065 26.032061,191.905655
16.996904,199.704941,-1.385065 21.901257,196.398651
11.678425,201.973251,-1.385065 16.996904,199.704941
6.219826,203.353134,-1.385065 11.678425,201.973251
0.854187,203.960754,-1.385065 6.219826,203.353134
-4.209739,203.876984,-1.385065 0.854187,203.960754
-9.008690,203.077103,-1.385065 -4.209739,203.876984
-16.240046,200.243744,-1.385065 -9.008690,203.077103
-22.130407,195.945877,-1.385065 -16.240046,200.243744
-26.533579,190.751938,-1.385063 -22.130407,195.945877
-29.712858,185.153885,-1.385063 -26.533579,190.751938
-32.000328,179.546997,-1.385063 -29.712858,185.153885
-33.707645,174.275360,-1.385061 -32.000328,179.546997
-35.097256,169.699326,-1.385061 -33.707645,174.275360
-36.338764,166.264130,-1.385061 -35.097256,169.699326
-37.370628,164.445175,-1.385059 -36.338764,166.264130
-40.884098,161.037384,-1.354503 -37.370628,164.445175
-44.691116,158.329575,-1.256402 -40.884098,161.037384
-48.750027,155.925323,-1.081107 -44.691116,158.329575
-52.944199,153.428497,-0.818966 -48.750027,155.925323
-57.075848,150.361420,-0.460334 -52.944199,153.428497
-60.766808,146.223068,0.004440 -57.075848,150.361420
-63.466145,140.745499,0.585007 -60.766808,146.223068
-64.815788,133.896042,1.291016 -63.466145,140.745499
-64.756836,125.798988,2.132113 -64.815788,133.896042
-64.599747,119.245445,2.734962 -64.756836,125.798988
-65.045525,112.734497,3.170412 -64.599747,119.245445
-65.804489,106.024345,3.464230 -65.045525,112.734497
-66.577087,99.206718,3.642169 -65.804489,106.024345
-67.037674,92.350441,3.729988 -66.577087,99.206718
-66.823013,85.507416,3.753456 -67.037674,92.350441
-65.514038,78.752495,3.738322 -66.823013,85.507416
-62.665417,72.276131,3.710355 -65.514038,78.752495
-58.079063,66.543968,3.695309 -62.665417,72.276131
-54.390392,64.081413,3.837851 -58.079063,66.543968
-50.642117,62.863930,4.219866 -54.390392,64.081413
-47.064342,62.193981,4.772930 -50.642117,62.863930
-43.803394,61.659752,5.428628 -47.064342,62.193981
-41.090961,61.020752,6.118537 -43.803394,61.659752
-38.035088,59.240128,7.327297 -41.090961,61.020752
-37.244190,57.622387,7.709313 -39.180080,60.207760
-36.901901,54.544437,7.851854 -38.035088,59.240128
-39.215500,50.576111,7.851854 -37.244190,57.622387
-42.318775,47.138962,7.851856 -36.901901,54.544437
-46.167820,43.330177,7.851856 -37.350281,53.257626
-50.301628,39.339298,7.851856 -39.215500,50.576111
-54.298656,35.274342,7.851856 -42.318775,47.138962
-60.352551,26.726065,7.851858 -46.167820,43.330177
-61.081230,21.316290,7.851860 -50.301628,39.339298
-58.628853,15.260808,7.851860 -54.298656,35.274342
-54.300495,10.802756,7.851860 -57.776062,31.149055
-49.310452,7.535587,7.851861 -60.352551,26.726065
-44.276981,4.776217,7.851861 -61.081230,21.316290
-39.748135,2.111208,7.851862 -58.628853,15.260808
-36.286255,-0.647522,7.851862 -54.300495,10.802756
-34.208958,-3.565294,7.851862 -49.310452,7.535587
-33.444996,-7.245690,7.851862 -44.276981,4.776217
-34.604771,-13.232894,7.851868 -39.748135,2.111208
-36.517197,-18.695480,7.851864 -36.286255,-0.647522
-38.347260,-23.738567,7.851866 -34.208958,-3.565294
-40.049183,-28.240679,7.851866 -33.444996,-7.245690
-41.673084,-32.399712,7.851866 -34.604771,-13.232894
-43.268852,-36.412415,7.851868 -36.517197,-18.695480
-46.618519,-44.968662,7.851868 -38.347260,-23.738567
-50.210518,-54.556213,7.851870 -40.049183,-28.240679
-53.098366,-60.961559,7.851872 -41.673084,-32.399712
-56.205841,-65.191795,7.851876 -43.268852,-36.412415
-59.489094,-67.768303,7.851872 -46.618519,-44.968662
-63.065891,-69.089233,7.851872 -50.210518,-54.556213
-67.243149,-69.346016,7.851872 -53.098366,-60.961559
-72.174805,-68.495972,7.851872 -56.205841,-65.191795
-77.808426,-66.499718,7.851872 -59.489094,-67.768303
-84.029137,-63.402828,7.851872 -63.065891,-69.089233
-90.643913,-59.364021,7.851870 -67.243149,-69.346016
-96.743431,-54.625237,7.851870 -72.174805,-68.495972
-101.060532,-49.846569,7.851870 -77.808426,-66.499718
-103.936806,-45.093845,7.851868 -84.029137,-63.402828
-105.604073,-40.466415,7.851868 -90.643913,-59.364021
-106.263336,-36.049934,7.851868 -96.743431,-54.625237
-106.086449,-31.945101,7.851866 -101.060532,-49.846569
-105.237587,-28.283890,7.851866 -103.936806,-45.093845
-103.901123,-25.228657,7.851866 -105.604073,-40.466415
-102.066162,-22.651169,7.851866 -106.263336,-36.049934
-100.318192,-20.414064,7.851864 -106.086449,-31.945101
-98.327026,-17.338989,7.851864 -105.237587,-28.283890
-96.368279,-13.781406,7.851864 -103.901123,-25.228657
-94.502846,-9.806718,7.851864 -102.066162,-22.651169
-92.805740,-5.488926,7.851862 -100.318192,-20.414064
-91.359085,-0.904177,7.851862 -98.327026,-17.338989
-90.251015,3.872582,7.851861 -96.368279,-13.781406
-89.577370,8.769196,7.851861 -94.502846,-9.806718
-90.201691,13.539133,6.977448 -92.805740,-5.488926
-90.195435,58.251801,2.820898 -91.359085,-0.904177
-91.354706,64.461014,3.695309 -90.251015,3.872582
-93.809212,69.426956,3.695309 -89.577370,8.769196
-97.183929,73.608612,3.695307 -90.201691,13.539133
-101.049004,77.246445,3.695307 -90.195435,58.251801
-105.096809,80.568001,3.695307 -91.354706,64.461014
-109.050224,83.736702,3.695307 -93.809212,69.426956
-112.630531,86.858131,3.695305 -97.183929,73.608612
-115.568031,89.982635,3.695305 -101.049004,77.246445
-117.619766,93.049690,3.695305 -105.096809,80.568001
-119.034309,97.196358,3.521080 -109.050224,83.736702
-119.089211,101.056366,3.054162 -112.630531,86.858131
-118.060379,105.145554,2.378174 -115.568031,89.982635
-116.050636,109.551109,1.576745 -117.619766,93.049690
-113.270973,114.216759,0.733502 -119.034309,97.196358
-110.017006,119.096870,-0.067924 -119.089211,101.056366
-106.614403,124.193039,-0.743912 -118.060379,105.145554
-103.400749,129.553467,-1.210831 -116.050636,109.551109
-100.691780,135.401154,-1.385055 -113.270973,114.216759
-99.421349,141.730057,-1.385057 -110.017006,119.096870
-99.917122,147.837387,-1.385057 -106.614403,124.193039
-101.352600,153.295792,-1.385059 -103.400749,129.553467
-102.948685,158.130035,-1.385059 -100.691780,135.401154
-104.089226,162.283524,-1.385059 -99.421349,141.730057
-104.376541,165.597733,-1.385061 -99.917122,147.837387
-103.679207,168.270447,-1.385061 -101.352600,153.295792
-101.360390,171.147461,-1.385061 -102.948685,158.130035
-96.239342,174.468323,-1.385061 -104.089226,162.283524
-90.437920,176.437927,-1.385061 -104.376541,165.597733
-85.739044,176.449173,-1.385061 -103.679207,168.270447
-81.394753,175.185638,-1.385061 -101.360390,171.147461
-77.067451,173.039581,-1.385061 -96.239342,174.468323
-72.601646,170.526093,-1.385061 -90.437920,176.437927
-67.673340,168.340149,-1.385061 -85.739044,176.449173
-61.820377,167.630783,-1.385061 -81.394753,175.185638
-55.679115,169.871216,-1.385061 -77.067451,173.039581
-50.238579,175.187775,-1.385061 -72.601646,170.526093
-48.071606,180.489563,-1.385063 -67.673340,168.340149
-47.762417,186.359268,-1.385063 -61.820377,167.630783
-48.396812,192.723648,-1.385065 -55.679115,169.871216
-49.534817,199.500626,-1.385065 -50.238579,175.187775
-50.844475,206.434128,-1.385067 -48.071606,180.489563
-52.012386,213.186157,-1.385067 -47.762417,186.359268
-52.737511,219.355087,-1.385069 -48.396812,192.723648
-52.768040,224.445969,-1.385069 -49.534817,199.500626
-51.939507,228.182800,-1.385069 -50.844475,206.434128
-50.772350,230.381805,-1.385069 -52.012386,213.186157
-48.910362,233.010818,-1.385071 -52.737511,219.355087
-46.499699,235.665115,-1.385071 -52.768040,224.445969
-43.599052,238.232620,-1.385071 -51.939507,228.182800
-40.272354,240.615021,-1.385071 -50.772350,230.381805
-36.585316,242.723984,-1.385071 -48.910362,233.010818
-32.603771,244.478653,-1.385072 -46.499699,235.665115
-28.392139,245.804779,-1.385073 -43.599052,238.232620
-24.292198,246.608688,-1.385073 -40.272354,240.615021
-19.045780,246.404861,-1.385073 -36.585316,242.723984
-13.047810,244.603699,-1.385072 -32.603771,244.478653
-6.355327,241.383591,-1.385071 -28.392139,245.804779
0.674925,237.053375,-1.385071 -24.292198,246.608688
7.751718,231.967697,-1.385071 -19.045780,246.404861
14.621756,226.489151,-1.385069 -13.047810,244.603699
21.052044,220.978668,-1.385069 -6.355327,241.383591
26.822264,215.792923,-1.385067 0.674925,237.053375
31.848846,211.170502,-1.385067 7.751718,231.967697
36.418285,207.656967,-1.385067 14.621756,226.489151
41.792854,204.386307,-1.385065 21.052044,220.978668
47.420010,201.310944,-1.385065 26.822264,215.792923
52.873344,198.333084,-1.385065 31.848846,211.170502
57.677475,195.419998,-1.385065 36.418285,207.656967
59.819107,193.938431,-1.385065 41.792854,204.386307
61.924877,191.964554,-1.385065 47.420010,201.310944
63.275795,187.634460,-1.385063 52.873344,198.333084
61.384567,183.865509,-1.385063 57.677475,195.419998
59.300735,181.039093,-1.385063 59.819107,193.938431
55.021667,175.047073,-1.385061 61.924877,191.964554
50.505814,169.032425,-1.385061 63.275795,187.634460
45.926373,162.932007,-1.385059 61.384567,183.865509
41.460415,156.674789,-1.385059 59.300735,181.039093
37.290234,150.182449,-1.385057 55.021667,175.047073
33.607025,143.372467,-1.385057 50.505814,169.032425
30.615503,136.165192,-1.385055 45.926373,162.932007
28.531267,128.479919,-1.385055 41.460415,156.674789
25.949692,111.492180,-1.385052 37.290234,150.182449
25.663446,99.264442,-1.385051 33.607025,143.372467
27.347891,90.624153,-1.385049 30.615503,136.165192
30.808935,84.701965,-1.385047 28.531267,128.479919
35.151772,81.243668,-1.385047 25.949692,111.492180
38.824032,79.415436,-1.385047 25.663446,99.264442
40.924397,78.233154,-1.385047 27.347891,90.624153
41.917149,76.916435,-1.385047 30.808935,84.701965
42.377617,73.067406,-1.385046 35.151772,81.243668
41.736439,70.717102,-1.385045 38.824032,79.415436
39.986210,68.664436,-1.385045 40.924397,78.233154
36.965191,66.365372,-1.385045 41.917149,76.916435
33.139675,63.762794,-1.385045 42.377617,73.067406
29.144527,60.436466,-1.385045 41.736439,70.717102
25.854715,55.656067,-1.385043 39.986210,68.664436
24.725637,49.255028,-1.385043 36.965191,66.365372
26.513000,41.952431,-1.385041 33.139675,63.762794
29.494808,34.594334,-1.385041 29.144527,60.436466
36.436642,27.765984,-1.385039 25.854715,55.656067
42.702827,25.395842,-1.385039 24.725637,49.255028
48.544987,27.323158,-1.385039 26.513000,41.952431
52.542206,31.012537,-1.385039 29.494808,34.594334
56.003387,35.095150,-1.385041 36.436642,27.765984
59.523853,38.919048,-1.385041 42.702827,25.395842
63.286079,41.836475,-1.385041 48.544987,27.323158
67.486458,43.423958,-1.385041 52.542206,31.012537
72.847527,43.305653,-1.385041 56.003387,35.095150
80.417709,40.436214,-1.385041 59.523853,38.919048
84.817856,36.195366,-1.385041 63.286079,41.836475
87.103508,30.737160,-1.385039 67.486458,43.423958
87.570312,24.180080,-1.385039 72.847527,43.305653
86.323082,17.083961,-1.385037 80.417709,40.436214
83.626610,10.190423,-1.385037 84.817856,36.195366
79.892471,4.246061,-1.385035 87.103508,30.737160
75.682915,-0.037064,-1.385035 87.570312,24.180080
71.624397,-2.183750,-1.385035 86.323082,17.083961
66.966187,-2.705286,-1.385035 83.626610,10.190423
63.541782,-1.800479,-1.385035 79.892471,4.246061
60.497005,0.167745,-1.385035 75.682915,-0.037064
57.463242,2.986450,-1.385035 71.624397,-2.183750
54.201550,6.185906,-1.385036 66.966187,-2.705286
50.113697,9.113921,-1.385037 63.541782,-1.800479
44.491585,10.378845,-1.385037 60.497005,0.167745
38.425575,8.457185,-1.385037 57.463242,2.986450
32.419182,3.507134,-1.385035 54.201550,6.185906
26.693743,-4.504070,-1.385035 50.113697,9.113921
24.437105,-13.001586,-1.385033 44.491585,10.378845
25.286663,-21.270412,-1.385031 38.425575,8.457185
28.155031,-29.075796,-1.385031 32.419182,3.507134
32.088963,-36.696686,-1.385029 26.693743,-4.504070
36.362503,-44.423889,-1.385029 24.437105,-13.001586
40.328671,-52.450741,-1.385027 25.286663,-21.270412
43.383385,-60.918541,-1.385025 28.155031,-29.075796
44.962170,-69.773193,-1.385025 32.088963,-36.696686
43.785717,-76.838348,-1.385023 36.362503,-44.423889
39.672962,-82.082169,-1.385023 40.328671,-52.450741
33.042744,-85.938156,-1.385023 43.383385,-60.918541
24.793491,-87.928734,-1.385021 44.962170,-69.773193
16.139685,-87.742752,-1.385021 43.785717,-76.838348
8.316777,-85.313484,-1.385023 39.672962,-82.082169
2.342455,-80.761131,-1.385023 33.042744,-85.938156
-1.223235,-73.932465,-1.385023 24.793491,-87.928734
-1.572621,-63.597202,-1.385025 16.139685,-87.742752
1.582845,-40.232624,-1.385029 8.316777,-85.313484
3.610392,-22.159712,-1.385031 2.342455,-80.761131
4.710504,-8.447466,-1.385033 -1.223235,-73.932465
-1.572621,-63.597202
1.582845,-40.232624
3.610392,-22.159712
4.710504,-8.447466
4.911791,-3.169042

View File

@@ -1,23 +1,4 @@
# Created by tuxkart.py v0.2 Blender Python script. #
# Track itself.
# #
"littlevolcanotrack.ac",0,0,0,0,0,0 "littlevolcanotrack.ac",0,0,0,0,0,0
SHERRING,48.315674,75.810394
SHERRING,44.08905,75.268829
SHERRING,-106.115334,176.345261
SHERRING,-103.268005,173.175034
SHERRING,-93.057945,35.650036
SHERRING,-97.318329,35.733196
SHERRING,-51.378643,-61.905399
SHERRING,-47.739491,-64.122223
SHERRING,10.955386,199.500488
SHERRING,9.576093,195.468704
RHERRING,31.385113,36.050705
RHERRING,35.429893,38.644287
RHERRING,-3.166763,247.271713
RHERRING,-5.489758,243.065689
RHERRING,-108.275215,-31.650574
RHERRING,-113.041527,-31.042812
RHERRING,-64.908501,85.612381
RHERRING,-60.154881,86.312523
RHERRING,2.424489,60.509335
RHERRING,-2.329131,59.809189

View File

@@ -2,8 +2,6 @@
(tuxkart-track (tuxkart-track
(name "Little Volcano") (name "Little Volcano")
(description "Created by Ingo Ruhnke")
(use-fog #t) (use-fog #t)
(sky-color 0.45 0.0 0.0 0.0) (sky-color 0.45 0.0 0.0 0.0)
(fog-color 0.45 0.0 0.0 0.0) (fog-color 0.45 0.0 0.0 0.0)
@@ -14,10 +12,7 @@
(sun-ambient 0.8 0.6 0.6 0.0) (sun-ambient 0.8 0.6 0.6 0.0)
(sun-diffuse 0.8 0.6 0.6 0.0) (sun-diffuse 0.8 0.6 0.6 0.0)
(sun-specular 1.0 0.8 0.8 0.0) (sun-specular 1.0 0.8 0.8 0.0)
)
(music "mods/tk5a.mod")
(screenshot "images/sshot-littlevolcano.rgb")
)
;; EOF ;; ;; EOF ;;

View File

@@ -8,87 +8,67 @@
# AlphaRef = 0.1 # AlphaRef = 0.1
# Lighting = Yes # Lighting = Yes
# Spheremap = No # Spheremap = No
# Friction = 1.0 # Friction = 4.8
# Ignore = No # Ignore = No
# Zipper = No # Zipper = No
# Resetter = No # Resetter = No
# Collide = Yes (Yes if you want a collision to stop the kart dead) # Collide = Yes (Yes if you want a collision to stop the kart dead)
# #
# TextureName UVClamp Trans AlphaRef Light SphMp Frctn Ign Zip Rst Cold # TextureName UVClamp Trans AlphaRef Light SphMp Frctn Ign Zip Rst Cold
"chrome.rgb" N N N 0.0 N Y 0.5 N N N N "chrome.rgb" N N N 0.0 N Y 0.0 N N N N
"chrome2.rgb" N N N 0.0 N Y 0.5 N N N N "chrome2.rgb" N N N 0.0 N Y 0.0 N N N N
"railing.rgb" N Y Y 0.5 Y N 1.0 N N N N "railing.rgb" N Y Y 0.5 Y N 1.0 N N N N
"ruler.rgb" N N Y 0.2 Y N 1.0 N N N N "ruler.rgb" N N Y 0.2 Y N 1.0 N N N N
"herringwall.rgb" N N Y 0.5 Y N 1.0 N N N N "herringwall.rgb" N N Y 0.5 Y N 1.0 N N N N
"adverts.rgb" N N N 0.0 Y N 1.0 N N N Y "adverts.rgb" N N N 0.0 Y N 1.0 N N N Y
"wood.rgb" N N N 0.0 Y N 1.0 N N N N "wood.rgb" N N N 0.0 Y N 1.0 N N N N
"concrete.rgb" N N N 0.0 Y N 1.0 N N N Y "concrete.rgb" N N N 0.0 Y N 1.0 N N N Y
"brick.rgb" N N N 0.0 Y N 1.0 N N N Y "brick.rgb" N N N 0.0 Y N 1.0 N N N Y
"stonewall.rgb" N N N 0.0 Y N 1.0 N N N N "stonewall.rgb" N N N 0.0 Y N 1.0 N N N N
"pebbles.rgb" N N N 0.0 Y N 1.0 N N N N "pebbles.rgb" N N N 0.0 Y N 1.0 N N N N
"floor.rgb" N N N 0.0 Y N 1.0 N N N N "floor.rgb" N N N 0.0 Y N 1.0 N N N N
"sand.rgb" N N N 0.0 Y N 0.8 N N N N "sand.rgb" N N N 0.0 Y N 99.0 N N N N
"sandgrass.rgb" N N N 0.0 Y N 0.5 N N N N "sandgrass.rgb" N N N 0.0 Y N 99.0 N N N N
"egypt.rgb" N N N 0.0 Y N 1.0 N N N Y "egypt.rgb" N N N 0.0 Y N 1.0 N N N Y
"pyramidwall.rgb" N N N 0.0 Y N 1.0 N N N N "pyramidwall.rgb" N N N 0.0 Y N 1.0 N N N N
"lava.rgb" N N N 0.0 N N 1.0 N N Y Y "lava.rgb" N N N 0.0 N N 1.0 N N Y Y
"lava2.rgb" N N N 0.0 N N 1.0 N N Y Y "metalgrid.rgb" N N Y 0.3 Y N 1.0 N N N N
"Tuxclouds.rgb" N N N 0.1 Y N 1.0 N N Y Y "fuzzy_sand.rgb" N N Y 0.0 N N 1.0 Y N N N
"metalgrid.rgb" N N Y 0.3 Y N 1.0 N N N N "roadway.rgb" Y N Y 0.0 Y N 4.8 N N N N
"fuzzy_sand.rgb" N N Y 0.0 N N 1.0 Y N N N "track.rgb" Y N Y 0.0 Y N 4.8 N N N N
"roadway.rgb" Y N Y 0.0 Y N 0.5 N N N N "rainbow.rgb" N N Y 0.0 N N 1.0 N N N N
"track.rgb" Y N Y 0.0 Y N 1.0 N N N N "tinytux.rgb" Y Y Y 0.8 N N 1.0 Y N N N
"rainbow.rgb" N N Y 0.0 N N 1.0 N N N N "butterfly.rgb" Y Y Y 0.8 N N 1.0 Y N N N
"tinytux.rgb" Y Y Y 0.8 N N 1.0 Y N N N "Penguin_orig.rgb" N N N 0.0 Y N 1.0 N N N N
"butterfly.rgb" Y Y Y 0.8 N N 1.0 Y N N N "grass.rgb" N N N 0.0 Y N 99.0 N N N N
"Penguin_orig.rgb" N N N 0.0 Y N 1.0 N N N N "track2.rgb" N N N 0.0 Y N 20.0 N N N N
"grass.rgb" N N N 0.0 Y N 0.1 N N N N "zipper.rgb" N N N 0.0 N N 1.0 N Y N N
"track2.rgb" N N N 0.0 Y N 1.0 N N N N "mnm.rgb" Y Y Y 0.5 N N 1.0 N Y N N
"zipper.rgb" N N N 0.0 N N 1.0 N Y N N "fuzzy.rgb" Y Y Y 0.2 N N 0.0 Y N N N
"mnm.rgb" Y Y Y 0.5 N N 1.0 N Y N N "mriceblockshadow.rgb" Y Y Y 0.0 N N 0.0 Y N N N
"fuzzy.rgb" Y Y Y 0.2 N N 0.5 Y N N N "mriceblockicon.rgb" Y Y Y 0.0 N N 0.0 Y N N N
"mriceblockshadow.rgb" Y Y Y 0.0 N N 1.0 Y N N N "tuxkartshadow.rgb" Y Y Y 0.0 N N 0.0 Y N N N
"mriceblockicon.rgb" Y Y Y 0.0 N N 1.0 Y N N N "eviltuxicon.rgb" Y Y Y 0.0 N N 0.0 Y N N N
"tuxkartshadow.rgb" Y Y Y 0.0 N N 1.0 Y N N N "sushishadow.rgb" Y Y Y 0.0 N N 0.0 Y N N N
"eviltuxicon.rgb" Y Y Y 0.0 N N 1.0 Y N N N "sushiicon.rgb" Y Y Y 0.0 N N 0.0 Y N N N
"sushishadow.rgb" Y Y Y 0.0 N N 1.0 Y N N N "yetishadow.rgb" Y Y Y 0.0 N N 0.0 Y N N N
"sushiicon.rgb" Y Y Y 0.0 N N 1.0 Y N N N "yetiicon.rgb" Y Y Y 0.0 N N 0.0 Y N N N
"yetishadow.rgb" Y Y Y 0.0 N N 1.0 Y N N N "dinoshadow.rgb" Y Y Y 0.0 N N 0.0 Y N N N
"yetiicon.rgb" Y Y Y 0.0 N N 1.0 Y N N N "dinoicon.rgb" Y Y Y 0.0 N N 0.0 Y N N N
"dinoshadow.rgb" Y Y Y 0.0 N N 1.0 Y N N N "nolokicon.rgb" Y Y Y 0.0 N N 0.0 Y N N N
"dinoicon.rgb" Y Y Y 0.0 N N 1.0 Y N N N "pennyshadow.rgb" Y Y Y 0.0 N N 0.0 Y N N N
"nolokicon.rgb" Y Y Y 0.0 N N 1.0 Y N N N "spark.rgb" Y Y N 0.2 N N 0.0 Y N N N
"pennyshadow.rgb" Y Y Y 0.0 N N 1.0 Y N N N "smoke.rgb" Y Y Y 0.0 N N 0.0 Y N N N
"spark.rgb" Y Y N 0.2 N N 1.0 Y N N N "explode.rgb" Y Y Y 0.2 N N 0.0 Y N N N
"smoke.rgb" Y Y Y 0.0 N N 1.0 Y N N N "tuxicon.rgb" Y Y Y 0.9 N N 0.0 Y N N N
"explode.rgb" Y Y Y 0.2 N N 1.0 Y N N N "possiicon.rgb" Y Y Y 0.9 N N 0.0 Y N N N
"tuxicon.rgb" Y Y Y 0.0 N N 1.0 Y N N N "pennyicon.rgb" Y Y Y 0.9 N N 0.0 Y N N N
"skirpyicon.rgb" Y Y Y 0.0 N N 1.0 Y N N N "missile.rgb" Y Y Y 0.1 N N 0.0 Y N N N
"pennyicon.rgb" Y Y Y 0.0 N N 1.0 Y N N N "flames.rgb" N N N 0.9 N N 0.0 Y N N N
"missile.rgb" Y Y Y 0.1 N N 1.0 Y N N N "magnet.rgb" Y Y Y 0.1 N N 0.0 Y N N N
"flames.rgb" N N N 0.9 N N 1.0 Y N N N "bzzt.rgb" N N Y 0.1 N N 0.0 Y N N N
"magnet.rgb" Y Y Y 0.1 N N 1.0 Y N N N "homingmissile.rgb" Y Y Y 0.1 N N 0.0 Y N N N
"bzzt.rgb" N N Y 0.1 N N 1.0 Y N N N "herring.rgb" Y Y Y 0.9 N N 0.0 Y N N N
"homingmissile.rgb" Y Y Y 0.1 N N 1.0 Y N N N "herringbones.rgb" Y Y Y 0.2 N N 0.0 Y N N N
"anvil.rgb" Y Y Y 0.1 N N 1.0 Y N N N
"parachute.rgb" Y Y Y 0.1 N N 1.0 Y N N N
"herring.rgb" Y Y Y 0.9 N N 1.0 Y N N N
"herringbones.rgb" Y Y Y 0.2 N N 1.0 Y N N N
"wheel.rgb" Y Y Y 0.0 N N 1.0 Y N N N
"water.rgb" N N N 0.1 Y N 1.0 N N Y N
"sshot-beach.rgb" N N N 0.1 Y N 1.0 N N N Y
"sshot-bsodcastle.rgb" N N N 0.1 Y N 1.0 N N N Y
"sshot-geekopeak.rgb" N N N 0.1 Y N 1.0 N N N Y
"sshot-gownsbow.rgb" N N N 0.1 Y N 1.0 N N N Y
"sshot-lighthouse.rgb" N N N 0.1 Y N 1.0 N N N Y
"sshot-littlevolcano.rgb" N N N 0.1 Y N 1.0 N N N Y
"sshot-race.rgb" N N N 0.1 Y N 1.0 N N N Y
"sshot-sandtrack.rgb" N N N 0.1 Y N 1.0 N N N Y
"sshot-startrack.rgb" N N N 0.1 Y N 1.0 N N N Y
"sshot-subseatrack.rgb" N N N 0.1 Y N 1.0 N N N Y
"sshot-tuxtrack.rgb" N N N 0.1 Y N 1.0 N N N Y
"sshot-volcano.rgb" N N N 0.1 Y N 1.0 N N N Y
"sshot-olivermath.rgb" N N N 0.1 Y N 1.0 N N N Y
# EOF # # EOF #

View File

@@ -4,7 +4,7 @@
(name "missile") (name "missile")
(model "missile.ac") (model "missile.ac")
(icon "missile.rgb") (icon "missile.rgb")
(speed 50.0) (speed 55.5)
) )
;; EOF ;; ;; EOF ;;

27
data/mrcube.tkkf Normal file
View File

@@ -0,0 +1,27 @@
;; -*- mode: lisp -*-
(tuxkart-kart
(name "Mr. Cube")
(model "mrcube.ac")
(icon "tuxicon.rgb")
(shadow "tuxkartshadow.rgb")
(left-wheel "tuxkart-left.ac")
(right-wheel "tuxkart-left.ac")
(red 0.8)
(green 0.8)
(blue 0.0)
(max-throttle 100)
(engine-power 60)
(corn-f -7.2)
(corn-r -5.0)
(mass 90)
(inertia 20)
(turn-speed 3.1415926535897931)
(max-wheel-turn 1.5707963267948966)
(tire-grip 0.4)
(air-friction 0.8257))
;; EOF ;;

View File

@@ -1,14 +1,24 @@
;; -*- mode: lisp -*- ;; -*- mode: lisp -*-
(tuxkart-kart (tuxkart-kart
(name "Mr. Ice Block") (name "MrIceBlock")
(model-file "mriceblock.ac") (model "mriceblock.ac")
(icon-file "mriceblockicon.rgb") (icon "mriceblockicon.rgb")
(shadow-file "mriceblockshadow.rgb") (shadow "mriceblockshadow.rgb")
(red 0.8) (red 0.8)
(green 0.0) (green 0.0)
(blue 0.8) (blue 0.8)
) (max-throttle 100)
(engine-power 60)
(corn-f -7.2)
(corn-r -5.0)
(mass 90)
(inertia 13)
(turn-speed 3.1415926535897931)
(max-wheel-turn 1.5707963267948966)
(tire-grip 4.0)
(air-friction 0.8257))
;; EOF ;; ;; EOF ;;

View File

@@ -1,10 +1,15 @@
;; -*- mode: lisp -*- ;; -*- mode: lisp -*-
(herring (herring
(gold "goldcoin" ) (silver
(silver "silvercoin") (name "coin")
(green "banana" ) (model "coin.ac") )
(red "bonusblock") (green
(name "banana")
(model "banana.ac") )
(red
(name "bonusblock")
(model "bonusblock.ac") )
) )
;; EOF ;; ;; EOF ;;

View File

@@ -1,15 +1,24 @@
;; -*- mode: lisp -*- ;; -*- mode: lisp -*-
(tuxkart-kart (tuxkart-kart
(name "Nolok") (name "Nolok")
(model-file "nolokkart-high.ac") (model "nolokkart-high.ac")
(icon-file "nolokicon.rgb") (icon "nolokicon.rgb")
(shadow-file "tuxkartshadow.rgb") (shadow "tuxkartshadow.rgb")
(red 0.0) (red 0.0)
(green 0.8) (green 0.8)
(blue 0.8) (blue 0.8)
) (max-throttle 100)
(engine-power 60)
(corn-f -7.2)
(corn-r -5.0)
(mass 90)
(inertia 13)
(turn-speed 3.1415926535897931)
(max-wheel-turn 1.5707963267948966)
(tire-grip 0.4)
(air-friction 0.8257))
;; EOF ;; ;; EOF ;;

View File

@@ -1,40 +1,44 @@
-2.406650,7.385595,0.500000 -5.659016,-0.058030
0.515244,13.800526,0.500000 -5.293283,2.306842
4.302326,25.316874,0.500000 -4.927548,4.671714
8.568748,33.250351,0.500000 -4.927548,14.671715
19.457222,38.025223,0.500000 -3.801327,28.635414
29.311487,37.267742,0.500000 5.749576,37.125698
35.214455,31.926182,0.500000 19.457222,38.025223
35.812782,16.166523,0.500000 29.311487,37.267742
35.812782,6.166524,0.500000 35.214455,31.926182
34.771248,-0.835780,0.500000 35.812782,16.166523
37.941784,-3.010087,0.500000 35.812782,6.166524
43.405510,-3.035393,0.500000 34.771248,-0.835780
42.459675,0.583073,0.500000 37.941784,-3.010087
42.914864,7.499504,0.500000 43.405510,-3.035393
42.846844,16.104610,0.500000 42.459675,0.583073
42.846844,26.104610,0.500000 42.914864,7.499504
42.846844,36.104610,0.500000 42.846844,16.104610
40.814495,45.395664,0.500000 42.846844,26.104610
40.271027,52.117249,0.500000 42.846844,36.104610
34.794571,60.763126,0.500000 41.821743,40.638657
30.808331,64.807373,0.500000 40.796642,45.172703
24.349245,70.383812,0.500000 36.946766,48.276569
17.029894,76.603043,0.500000 36.397148,51.535641
5.298392,78.546875,0.500000 35.847527,54.794712
1.950590,78.546875,0.500000 35.297905,58.053783
-6.312180,78.264198,0.500000 34.748287,61.312855
-21.252258,76.776871,0.500000 10.177288,77.669411
-24.789991,71.595703,0.500000 5.298392,77.669411
-25.056881,65.764488,0.500000 1.950590,77.669411
-25.191347,59.835213,0.500000 -4.635422,75.962418
-24.906681,54.035534,0.500000 -7.236792,71.268181
-24.873446,44.702621,0.500000 -9.838162,66.573952
-24.712929,34.702621,0.500000 -11.829656,61.879719
-24.151039,25.102873,0.500000 -13.821149,57.185486
-24.243298,16.278938,0.500000 -14.959146,53.202499
-24.098654,8.774096,0.500000 -14.549467,44.410133
-23.023708,3.413046,0.500000 -14.549467,34.410133
-20.738535,0.310457,0.500000 -16.129992,25.200394
-15.134953,-1.155442,0.500000 -18.698345,15.200395
-9.017632,-1.836121,0.500000 -20.871567,5.200395
-20.871567,0.139535
-17.710518,-1.440989
-14.351903,-1.836121
-9.017632,-1.836121

View File

@@ -1,40 +1,44 @@
3.070020,7.141230,0.500000 8.907915,-5.369009
5.979823,12.477799,0.500000 10.148787,4.671711
9.255884,17.019449,0.500000 10.148787,14.671711
12.891690,23.848415,0.500000 9.022565,20.708012
19.463282,22.948887,0.500000 12.891690,23.848415
23.739056,23.259029,0.500000 19.463282,22.948887
25.862097,20.101234,0.500000 23.739056,23.259029
25.263773,15.860898,0.500000 25.862097,20.101234
25.263773,5.860898,0.500000 25.263773,15.860898
26.305307,-7.136798,0.500000 25.263773,5.860898
35.063351,-13.163392,0.500000 26.305307,-7.136798
47.492500,-12.765319,0.500000 35.063351,-13.163392
56.616016,-4.827971,0.500000 47.492500,-12.765319
58.397411,7.649919,0.500000 61.485222,-4.827971
58.465427,16.256168,0.500000 63.266617,7.649919
58.465427,26.256168,0.500000 63.334633,16.256168
58.465427,36.256168,0.500000 63.334633,26.256168
52.639149,49.717522,0.500000 63.334633,36.256168
44.040470,55.989624,0.500000 63.334633,46.256168
37.561127,62.039436,0.500000 63.334633,56.435925
33.648899,66.641830,0.500000 49.912323,60.785721
29.649742,73.711967,0.500000 47.046722,62.914368
24.024059,84.462624,0.500000 44.299984,65.295601
11.479266,89.687546,0.500000 41.451344,67.460297
1.479266,89.687546,0.500000 38.966057,70.036949
-8.799544,89.368225,0.500000 21.479267,89.687546
-18.956934,87.386230,0.500000 11.479266,89.687546
-26.459051,81.865952,0.500000 1.479266,89.687546
-31.400002,74.454529,0.500000 -8.520734,89.687546
-34.286640,61.990875,0.500000 -18.520733,89.687546
-35.759739,50.811333,0.500000 -29.331696,82.859566
-35.994957,44.666119,0.500000 -35.021679,74.324593
-35.994957,34.666119,0.500000 -35.994957,60.395523
-35.821411,24.722450,0.500000 -35.994957,50.395523
-35.231472,14.965014,0.500000 -35.994957,44.666119
-33.505810,5.827092,0.500000 -35.994957,34.666119
-29.759846,-1.922580,0.500000 -35.994957,24.666119
-23.684258,-7.545365,0.500000 -35.994957,14.666118
-16.003860,-10.980025,0.500000 -35.994957,4.666118
-7.743073,-13.038941,0.500000 -34.216866,-5.333882
-25.721542,-10.668154
-15.250566,-13.038941
-7.743073,-13.038941
2.530339,-11.458417

View File

@@ -49,13 +49,12 @@ RHERRING,10,80
RHERRING,-5,-10 RHERRING,-5,-10
RHERRING,-5,30 RHERRING,-5,30
SHERRING,-19,79 SHERRING,-20,80
SHERRING,-19,81 SHERRING,-20,82
SHERRING,-21,79 SHERRING,-22,80
SHERRING,-21,81 SHERRING,-22,82
SHERRING,-30,-10 SHERRING,-30,-10
RHERRING,-30,-12 RHERRING,-30,-12
GHERRING,-32,-10 GHERRING,-32,-10
YHERRING,-32,-12 YHERRING,-32,-12
RHERRING,35,62

View File

@@ -2,10 +2,7 @@
(tuxkart-track (tuxkart-track
(name "Oliver's Math Class") (name "Oliver's Math Class")
(description "Created by Oliver & Steve Baker") (music "mods/Boom_boom_boom.mod"))
(music "mods/Boom_boom_boom.mod")
(screenshot "images/sshot-olivermath.rgb")
)
;; EOF ;; ;; EOF ;;

View File

@@ -1,9 +0,0 @@
;; -*- mode: lisp -*-
(tuxkart-collectable
(name "parachute")
(model "parachute.ac")
(icon "parachute.rgb")
)
;; EOF ;;

View File

@@ -1,14 +1,23 @@
;; -*- mode: lisp -*- ;; -*- mode: lisp -*-
(tuxkart-kart (tuxkart-kart
(name "Penny") (name "Penny")
(model-file "pennykart-med.ac") (model "pennykart-med.ac")
(icon-file "pennyicon.rgb") (icon "pennyicon.rgb")
(shadow-file "pennyshadow.rgb") (shadow "pennyshadow.rgb")
(red 0.8) (red 0.8)
(green 0.8) (green 0.8)
(blue 0.8) (blue 0.8)
) (max-throttle 100)
(engine-power 60)
(corn-f -5.2)
(corn-r -6.0)
(mass 50)
(inertia 13)
(turn-speed 10.1415926535897931)
(max-wheel-turn 1.5707963267948966)
(tire-grip 0.4)
(air-friction 0.8257))
;; EOF ;; ;; EOF ;;

View File

@@ -1,46 +0,0 @@
;; -*- mode: lisp -*-
(physics
;; Attachment related parameters
;; -----------------------------
(anvil-weight 150.0 )
(anvil-speed-factor 0.2 )
(parachute-friction 2.0 )
(magnet-range 30.0 )
(magnet-min-range 4.0 )
;; Other kart relates values
;; -------------------------
(jump-impulse 0.3 ) ;; percentage of gravity!
(reduce-air-resistance-racer 0.6) ;; reduce air-resistance for hard
(reduce-air-resistance-driver 0.8) ;; and medium skill level
;; The following files are the defaults for karts
;; ----------------------------------------------
(kart-defaults
(wheel-base 1.2 )
(heightCOG 0.2 )
(engine-power 400 )
(brake-factor 5 )
(mass 125 )
(air-resistance 1.8 )
(roll-resistance 1.05)
(tire-grip 0.9 )
(max-steer-angle 90 )
(time-full-steer 0.3 )
(corn-f 4 )
(corn-r 4 )
(wheelie-max-speed-ratio 0.9 ) ;; percentage of max speed for wheelies to work
(wheelie-max-pitch 45.0 ) ;; maximum pitch to use when doing a wheelie
(wheelie-pitch-rate 60.0 ) ;; rate/sec with which the kart goes up
(wheelie-restore-rate 90.0 ) ;; rate/sec with which the kart does down
(wheelie-speed-boost 10.0 ) ;; speed boost while doing a wheelie
;; Inertia for a rectanguar plane is: M*(a^2+b^2)/12 when rotating
;; around the center of gravity, where a and b are the width and length
(inertia 5.0 )
) ;; end kart-defaults
)
;; EOF ;;

24
data/possikart.tkkf Normal file
View File

@@ -0,0 +1,24 @@
;; -*- mode: lisp -*-
(tuxkart-kart
(name "Skirpy")
(model "skirpy-high.ac")
(icon "possiicon.rgb")
(shadow "tuxkartshadow.rgb")
(red 0.0)
(green 0.0)
(blue 0.0)
(max-throttle 100)
(engine-power 60)
(corn-f -7.2)
(corn-r -5.0)
(mass 90)
(inertia 13)
(turn-speed 3.1415926535897931)
(max-wheel-turn 1.5707963267948966)
(tire-grip 0.4)
(air-friction 0.8257))
;; EOF ;;

View File

@@ -1,58 +1,80 @@
-6.943658,5.517452,-0.018948 -5.193656,5.518740
-6.943659,19.374931,-0.018949 -5.193657,19.373644
-6.923103,33.308666,-0.018951 -5.173106,33.304840
-6.883804,46.849419,-0.018952 -5.133363,46.998611
-7.944938,49.375076,-0.018952 -5.438439,48.744877
-10.492836,50.445812,-0.018952 -6.144101,50.049648
-17.966124,50.441196,-0.018952 -7.271630,51.176098
-25.924614,50.438694,-0.018952 -8.585402,51.886238
-33.839470,50.438690,-0.018952 -10.340134,52.195908
-41.797955,50.441196,-0.018952 -17.966934,52.191193
-49.269859,50.445808,-0.018952 -25.924889,52.188694
-51.786255,49.382111,-0.018952 -33.839195,52.188694
-52.885124,46.791660,-0.018952 -41.797146,52.191193
-52.898544,44.021942,-0.018951 -49.422909,52.195904
-52.889416,40.722675,-0.018951 -51.165253,51.887714
-52.871918,37.392200,-0.018951 -52.462303,51.183048
-52.863552,33.954571,-0.018951 -53.587929,50.053211
-52.886757,29.488216,-0.018950 -54.309856,48.721481
-54.525616,23.279282,-0.018950 -54.634354,46.955292
-58.052483,18.503292,-0.018949 -54.648556,44.023758
-60.992481,15.379304,-0.018949 -54.639408,40.715656
-62.401085,13.457249,-0.018949 -54.621899,37.385475
-62.401077,11.435097,-0.018949 -54.613564,33.956985
-60.992462,9.513010,-0.018949 -54.635574,29.719753
-58.439610,6.389011,-0.018948 -56.132233,24.049568
-55.493431,1.613054,-0.018948 -59.398319,19.626720
-54.435257,-4.595829,-0.018948 -62.340500,16.500410
-54.412052,-9.062191,-0.018947 -64.013206,14.217995
-54.420418,-12.499824,-0.018947 -64.464447,12.446188
-54.437916,-15.830293,-0.018947 -64.013199,10.674351
-54.447044,-19.129568,-0.018947 -62.340488,8.391908
-54.433624,-21.899208,-0.018946 -59.398319,5.265583
-53.718884,-24.102863,-0.018946 -56.132233,0.842766
-52.477680,-25.321020,-0.018946 -54.635571,-4.827367
-50.372509,-25.319637,-0.018946 -54.613560,-9.064604
-47.571171,-24.099564,-0.018946 -54.621895,-12.493101
-46.881855,-21.936420,-0.018946 -54.639404,-15.823274
-46.879662,-14.465966,-0.018947 -54.648548,-19.131380
-46.880844,-6.511703,-0.018948 -54.634350,-22.062859
-46.883209,1.400952,-0.018948 -54.309929,-23.828367
-47.395412,8.430227,-0.018949 -53.588322,-25.159172
-46.692894,17.072702,-0.018949 -52.462509,-26.288885
-42.967896,25.716658,-0.018950 -51.163948,-26.994461
-36.361584,31.401106,-0.018950 -49.881294,-27.221989
-26.772007,30.316500,-0.018950 -48.590763,-26.993431
-20.234463,24.659513,-0.018950 -47.280605,-26.284069
-17.471951,16.862555,-0.018949 -46.153496,-25.156712
-16.349928,8.430018,-0.018949 -45.443180,-23.844637
-15.090891,1.401360,-0.018948 -45.131901,-22.090773
-14.392836,-6.511423,-0.018948 -45.129669,-14.466090
-14.393808,-14.466059,-0.018947 -45.130852,-6.511311
-12.882186,-21.936855,-0.018946 -45.133221,1.401343
-12.193156,-24.099504,-0.018946 -45.134403,9.359226
-10.944095,-25.319626,-0.018946 -45.131905,17.909225
-8.815351,-25.319042,-0.018946 -44.362709,22.243168
-7.561265,-24.098055,-0.018946 -42.116634,26.392065
-6.883798,-21.956959,-0.018946 -38.827587,29.681789
-6.923100,-8.416283,-0.018947 -34.677979,31.928522
-29.882046,32.777889
-25.086103,31.928537
-20.936407,29.681843
-17.647203,26.392096
-15.401053,22.242983
-14.632152,17.908905
-14.630101,9.359162
-14.631064,1.401556
-14.633009,-6.511104
-14.633972,-14.466155
-14.632149,-22.091093
-14.321023,-23.844816
-13.610831,-25.156679
-12.483702,-26.284010
-11.173401,-26.993408
-9.881726,-27.222166
-8.586693,-26.992970
-7.271424,-26.281931
-6.143704,-25.155582
-5.438347,-23.851748
-5.133358,-22.106171
-5.173103,-8.412458

View File

@@ -1,58 +1,80 @@
7.056346,5.527782,-0.018948 5.306346,5.526485
7.056344,19.364609,-0.018949 5.306345,19.365896
7.076866,33.278027,-0.018951 5.326867,33.281857
7.119724,48.042965,-0.018952 5.369281,47.893772
1.951649,59.277473,-0.018952 4.610680,52.236053
-9.271257,64.446571,-0.018953 2.362040,56.393787
-17.972649,64.441193,-0.018953 -0.932886,59.685558
-25.926817,64.438698,-0.018953 -5.087283,61.931152
-33.837276,64.438698,-0.018953 -9.423950,62.696480
-41.791435,64.441193,-0.018953 -17.971828,62.691196
-50.494228,64.446571,-0.018953 -25.926540,62.688698
-61.697105,59.270256,-0.018952 -33.837543,62.688698
-66.878952,48.100719,-0.018952 -41.792255,62.691193
-66.898636,44.036488,-0.018951 -50.341183,62.696476
-66.889320,40.666531,-0.018951 -54.676491,61.929623
-66.871826,37.338390,-0.018951 -58.820129,59.678471
-66.863647,33.973900,-0.018951 -62.096363,56.389999
-66.877319,31.340508,-0.018950 -64.335609,52.259258
-67.378555,29.441576,-0.018950 -65.129723,47.937084
-68.819183,27.490715,-0.018950 -65.148621,44.034668
-71.776649,24.348152,-0.018950 -65.139328,40.673546
-75.298004,19.543236,-0.018949 -65.121834,37.345119
-75.298012,5.349143,-0.018948 -65.113632,33.971485
-71.776665,0.544198,-0.018948 -65.128502,31.108971
-68.819176,-2.598397,-0.018948 -65.771935,28.671293
-67.378532,-4.549271,-0.018948 -67.473351,26.367287
-66.877319,-6.448142,-0.018948 -70.428635,23.227047
-66.863640,-9.081523,-0.018947 -73.685883,18.782490
-66.871826,-12.446019,-0.018947 -75.299629,12.446187
-66.889313,-15.774161,-0.018947 -73.685890,6.109884
-66.898628,-19.144112,-0.018947 -70.428642,1.665299
-66.878944,-23.208414,-0.018946 -67.473343,-1.474969
-63.513916,-32.553333,-0.018946 -65.771919,-3.778979
-55.263432,-38.708500,-0.018945 -65.128494,-6.216604
-47.362091,-38.709930,-0.018945 -65.113632,-9.079110
-39.283436,-32.556843,-0.018946 -65.121834,-12.452742
-35.935886,-23.171200,-0.018946 -65.139320,-15.781180
-35.546219,-14.466976,-0.018947 -65.148621,-19.142290
-35.353840,-6.508564,-0.018948 -65.129715,-23.044764
-35.162643,1.404091,-0.018948 -64.335526,-27.366863
-34.970264,9.358345,-0.018949 -62.095974,-31.497026
-35.668064,16.890549,-0.018949 -58.819912,-34.784447
-35.356205,19.795382,-0.018949 -54.677788,-37.035069
-33.438999,21.484100,-0.018950 -49.882771,-37.885632
-28.060982,22.568703,-0.018950 -45.086094,-37.036137
-25.075806,20.852516,-0.018950 -40.936478,-34.789402
-23.801954,17.100697,-0.018949 -37.647438,-31.499676
-24.920097,9.358552,-0.018949 -35.401363,-27.350780
-26.181068,1.403676,-0.018948 -34.632168,-23.016848
-26.883003,-6.508859,-0.018948 -34.629662,-14.466843
-26.883974,-14.466880,-0.018947 -34.630844,-6.508960
-26.881886,-23.170759,-0.018946 -34.633221,1.403700
-23.534536,-32.556877,-0.018946 -34.634403,9.358474
-15.262079,-38.709938,-0.018945 -34.632172,16.983152
-6.509385,-38.710518,-0.018945 -34.320904,18.737020
1.772361,-32.558315,-0.018946 -33.610584,20.049103
5.112868,-23.150654,-0.018946 -32.483467,21.176451
7.076870,-8.385640,-0.018947 -31.173309,21.885813
-29.882034,22.114494
-28.590664,21.885798
-27.280382,21.176394
-26.153244,20.049068
-25.443052,18.737204
-25.131926,16.983477
-25.130095,9.358541
-25.131065,1.403481
-25.133011,-6.509179
-25.133972,-14.466785
-25.131922,-23.016521
-24.363022,-27.350590
-22.116871,-31.499702
-18.827677,-34.789448
-14.677982,-37.036152
-9.882345,-37.885448
-5.085978,-37.036591
-0.933084,-34.791508
2.361660,-31.500778
4.610605,-27.343645
5.369286,-23.001442
5.326870,-8.389474

View File

@@ -1,19 +1,4 @@
# Created by tuxkart.py v0.2 Blender Python script. #
# Track itself.
# #
"racetrack.ac",0,0,0,0,0,0 "racetrack.ac",0,0,0,0,0,0
GHERRING,1.838504,-15.270523
GHERRING,-2.802542,-15.4639
YHERRING,-54.757462,12.463856
SHERRING,-50.01656,-27.639519
SHERRING,-10.004536,-27.975285
SHERRING,-29.913767,22.4993
SHERRING,-64.92527,12.471066
SHERRING,-53.142838,51.283787
RHERRING,-62.64793,-21.741331
RHERRING,-60.547905,-21.739805
RHERRING,-58.215313,-21.781309
RHERRING,-55.882717,-21.822815
RHERRING,-19.935785,53.804695
RHERRING,-19.935785,56.137657
RHERRING,-19.935785,58.470619
RHERRING,-19.974669,60.570286

View File

@@ -1,11 +1,7 @@
;; -*- mode: lisp -*- ;; -*- mode: lisp -*-
(tuxkart-track (tuxkart-track
(name "Race Track") (name "Race Track"))
(description "Created by Ingo Ruhnke")
(music "mods/tk5a.mod")
(screenshot "images/sshot-race.rgb")
)
;; EOF ;; ;; EOF ;;

View File

@@ -1,57 +1,63 @@
-10.043549,5.381866,-1.733840 -21.017073,5.835068
-9.943619,24.868164,-1.563054 -19.606873,16.942598
-9.843689,44.354454,-1.392269 -18.196674,28.050133
-9.743759,63.840744,-1.733840 -16.786474,39.157665
-9.643829,83.327042,-3.441697 -15.376275,50.265198
-9.618847,88.198608,-3.783269 -13.653654,67.349319
-9.593864,93.070183,-4.124840 -11.931032,84.433434
-9.568882,97.941757,-4.466412 -10.208410,101.517548
-9.543900,102.813332,-4.807983 -8.014903,118.635735
-9.518917,107.684906,-5.064162 -7.551600,139.577820
-9.493935,112.556480,-5.320341 -7.722649,150.529083
-9.468952,117.428055,-5.576519 -7.893697,161.480347
-9.443970,122.299622,-5.832698 -10.047266,167.188065
-9.394005,132.042770,-6.515841 -12.200834,172.895782
-9.344040,141.785919,-7.198984 -14.239571,178.631775
-9.294075,151.529053,-7.882127 -16.278307,184.367783
-9.269093,156.400635,-8.223698 -18.155264,189.658737
-9.244110,161.272217,-8.565269 -20.032221,194.949692
-12.270201,170.469299,-8.565269 -21.909178,200.581406
-15.061108,179.752121,-8.565269 -23.786135,206.213120
-18.391064,188.826599,-8.565269 -42.481346,198.338303
-21.721024,197.901062,-8.565269 -60.258335,190.804352
-25.471294,200.161102,-8.253698 -78.035324,183.951874
-32.644173,200.692078,-7.630554 -95.812317,177.099380
-55.349205,186.570679,-7.882126 -110.238052,170.028458
-80.565773,177.632660,-7.882126 -124.663780,162.957520
-117.092087,163.006973,-5.491126 -139.089508,155.886581
-135.355240,155.694122,-6.515841 -154.592056,147.738831
-144.486816,152.037704,-7.028198 -149.607315,125.950958
-153.618393,148.381287,-7.540555 -144.622559,104.163071
-150.125046,133.829498,-7.028198 -139.637802,82.375191
-146.631683,119.277718,-6.515841 -134.653061,60.587311
-143.138336,104.725929,-6.003484 -128.478043,33.834774
-132.658279,61.070572,-4.466412 -122.303009,7.082237
-122.178223,17.415215,-2.929340 -115.279968,-19.670300
-111.698166,-26.240143,-1.392269 -107.408928,-46.422836
-106.841820,-42.909775,2.563339 -103.984619,-56.707565
-101.985474,-59.579422,6.518947 -100.560310,-66.992302
-97.129128,-76.249054,10.474555 -98.087410,-76.364929
-95.701241,-96.877869,-1.992803 -95.614510,-85.737564
-94.987297,-107.192276,-8.226481 -93.795418,-95.299683
-94.273354,-117.506683,-14.460160 -92.824333,-104.861816
-87.513779,-115.904953,-14.289373 -92.075394,-113.728455
-81.851540,-114.257523,-14.118587 -91.326462,-122.595093
-76.634659,-112.335510,-18.046659 -87.461082,-119.925385
-71.417786,-110.413483,-21.974731 -84.672531,-118.332489
-60.883362,-105.475830,-17.473434 -81.809586,-116.731064
-50.348938,-100.538162,-12.972139 -78.946648,-115.129639
-41.469124,-96.217865,-9.124040 -73.616798,-112.694138
-32.589306,-91.897583,-5.275940 -68.135094,-110.215302
-34.217133,-79.772873,-5.384424 -56.534676,-107.461670
-36.482319,-69.476578,-5.896780 -44.934258,-104.708023
-38.747505,-59.180267,-6.409136 -31.766342,-100.483276
-41.012695,-48.883957,-6.921492 -29.724871,-98.389145
-26.460583,-30.487885,-3.505787 -33.633595,-83.026344
-11.908472,-12.091820,-0.090082 -37.305588,-68.137009
-10.976011,-3.354980,-0.911961 -40.740845,-53.484398
-40.672585,-46.217194
-37.315948,-34.284142
-32.823124,-28.316093
-28.330297,-22.348053
-23.837471,-16.380001
-22.427273,-5.272465

View File

@@ -1,57 +1,63 @@
3.109038,-4.801956,-0.681038 13.786573,-4.551197
9.767043,5.381866,-1.733840 13.334148,6.375839
8.143255,25.163658,-2.246197 12.881723,17.302866
6.519468,44.945454,-2.758554 12.429298,28.229898
4.895680,64.727249,-1.733840 11.976873,39.156933
3.271892,84.509041,-5.491126 11.524448,50.083961
2.865946,89.454491,-5.661912 10.013405,67.387177
2.459999,94.399940,-5.832698 6.814126,84.690384
2.054052,99.345390,-6.003484 4.321563,101.993591
1.648106,104.290840,-6.174269 0.367393,119.262741
1.242159,109.236290,-6.345055 -2.498418,140.595490
0.836211,114.181732,-6.515841 -3.514345,150.998352
0.430264,119.127182,-6.686626 -4.530272,161.401230
0.024317,124.072632,-6.857412 -6.140809,167.568054
-0.787577,133.963531,-7.198984 -7.751347,173.734879
-1.599471,143.854431,-7.540555 -10.065575,179.578979
-2.411366,153.745331,-8.052913 -12.379803,185.423065
-2.817312,158.690765,-8.309092 -14.562056,190.991577
-3.223259,163.636215,-8.565269 -16.744308,196.560089
-6.879684,172.552704,-8.565269 -21.432308,208.522583
-10.771294,181.383453,-8.565269 -26.120310,220.485077
-14.123852,190.422577,-8.565269 -44.440361,215.115616
-17.476410,199.461670,-8.565269 -64.199318,209.746140
-22.107700,204.068130,-8.253698 -83.958275,204.376678
-33.020969,212.674164,-7.630554 -103.717232,199.007217
-57.463905,210.445114,-7.882126 -121.110718,188.050766
-87.463905,200.445114,-7.882126 -138.504211,177.094299
-129.246140,180.388519,-5.491126 -155.897690,166.137833
-150.137253,170.360229,-6.686626 -173.291183,155.181366
-160.582809,165.346085,-7.284376 -166.596344,130.032043
-171.028381,160.331940,-7.882126 -159.901505,104.882729
-166.852295,144.550781,-7.327267 -153.206650,79.733406
-162.676193,128.769638,-6.772408 -146.511810,54.584084
-158.500107,112.988495,-6.217548 -139.149094,28.457939
-145.971817,65.645050,-4.552970 -131.786377,2.331795
-133.443527,18.301613,-2.888391 -124.423660,-23.794353
-120.915237,-29.041824,-1.223813 -117.060951,-49.920494
-115.180733,-45.566345,2.731794 -113.668617,-60.156570
-109.446228,-62.090851,6.687402 -110.276283,-70.392647
-103.711723,-78.615372,10.643010 -107.771408,-79.813934
-102.480888,-98.455978,-1.653562 -105.266533,-89.235214
-101.865471,-108.376282,-7.801847 -103.888687,-98.454819
-101.250053,-118.296585,-13.950133 -102.510849,-107.674408
-92.567520,-132.848923,-13.779346 -100.836479,-123.458359
-83.884987,-147.401276,-13.608561 -99.162109,-139.242310
-76.790840,-132.665054,-17.536633 -91.088959,-140.886292
-68.553665,-117.014404,-21.464705 -83.697403,-142.530273
-56.925987,-110.598282,-16.999750 -77.154961,-138.695923
-45.298306,-104.182159,-12.534796 -71.294113,-134.861572
-35.182026,-98.770630,-8.697536 -67.734406,-126.664612
-25.065750,-93.359100,-4.860278 -67.616249,-116.422485
-25.857628,-82.666824,-4.922577 -54.918705,-113.871155
-28.122814,-72.370529,-5.434933 -42.902748,-111.319824
-30.388000,-62.074219,-5.947289 -25.698574,-106.959396
-32.653191,-51.777908,-6.459644 -24.497700,-100.705124
-18.101080,-33.381836,-3.043940 -27.648178,-86.282310
-3.548965,-14.985771,0.371765 -31.129929,-71.622765
-34.138214,-55.779556
-35.489365,-48.222000
-22.458536,-40.036064
-10.134424,-31.850121
1.208167,-23.664173
14.238997,-15.478230

View File

@@ -1,35 +1,4 @@
# Created by tuxkart.py v0.2 Blender Python script. #
# Track itself.
# #
"sandpyramid.ac",0,0,0,0,0,0 "sandpyramid.ac",0,0,0,0,0,0
RHERRING,-142.374405,10.329422
RHERRING,-126.953995,38.217411
RHERRING,-166.325272,35.920753
RHERRING,-156.810547,57.246864
RHERRING,-171.902863,88.415794
RHERRING,-147.623917,85.791039
RHERRING,-146.904175,-6.533829
RHERRING,-118.550636,18.98436
RHERRING,-143.519058,29.53727
RHERRING,-182.81868,63.877472
RHERRING,-126.584145,70.020737
YHERRING,-211.841156,167.933075
RHERRING,-114.483955,-51.878902
RHERRING,-105.44072,-48.625813
RHERRING,-166.957184,149.857193
RHERRING,-174.512177,152.48822
RHERRING,-182.067154,155.119278
RHERRING,-189.622116,157.750305
SHERRING,-197.288147,161.164474
SHERRING,-61.94215,227.665573
RHERRING,-59.045189,219.78952
RHERRING,-55.664246,212.539063
RHERRING,-52.283295,205.288605
RHERRING,-48.902351,198.038116
SHERRING,-14.125627,105.850334
SHERRING,-6.214199,107.037483
SHERRING,1.697228,108.224632
SHERRING,9.608655,109.411781
SHERRING,9.741514,47.631062
SHERRING,1.741514,47.631062
SHERRING,-6.258486,47.631062
SHERRING,-14.258486,47.631062

View File

@@ -2,10 +2,7 @@
(tuxkart-track (tuxkart-track
(name "Shifting Sands") (name "Shifting Sands")
(description "Created by Oliver & Steve Baker") (music "mods/tk7.mod"))
(music "mods/tk7.mod")
(screenshot "images/sshot-sandtrack.rgb")
)
;; EOF ;; ;; EOF ;;

View File

@@ -1,14 +0,0 @@
;; -*- mode: lisp -*-
(tuxkart-kart
(name "Skirpy")
(model-file "skirpy-high.ac")
(icon-file "skirpyicon.rgb")
(shadow-file "tuxkartshadow.rgb")
(red 0.0)
(green 0.0)
(blue 0.0)
)
;; EOF ;;

View File

@@ -4,7 +4,7 @@
(name "spark") (name "spark")
(model "spark.ac") (model "spark.ac")
(icon "spark.rgb") (icon "spark.rgb")
(speed 5.0) (speed 11.1)
) )
;; EOF ;; ;; EOF ;;

View File

@@ -1,92 +1,95 @@
-6.133805,2.347332,-2.998189 -7.322240,2.982391
-8.030699,12.032413,-3.458977 -8.316455,12.675007
-9.927593,21.717493,-3.919764 -11.041643,22.170792
-13.393696,28.077824,-4.118168 -17.914669,34.923977
-16.859798,34.438152,-4.316571 -22.376850,46.605888
-21.337145,46.182289,-4.165032 -23.764294,58.749119
-22.695591,58.374828,-3.085773 -22.166275,68.319679
-21.199528,67.929504,-1.706370 -19.657831,76.922195
-18.690275,76.501175,-0.606034 -17.325830,85.023544
-16.372181,84.584595,0.354678 -16.017847,92.750015
-14.946210,92.303139,1.015102 -16.476725,100.833961
-15.422813,100.381157,1.660761 -17.906635,106.995384
-16.852491,106.507812,1.876792 -19.890497,112.797310
-18.829762,112.294205,1.797952 -22.463665,117.618645
-21.414398,117.148491,1.610535 -25.741142,121.433578
-24.747309,121.031143,1.501845 -29.801376,124.264580
-28.918131,123.919586,1.660525 -32.839870,124.899361
-35.531944,124.937592,3.937945 -36.768742,123.938622
-41.449703,122.886765,4.531276 -42.459270,121.836304
-49.117485,119.710312,3.857945 -49.878838,120.071487
-57.547539,120.804382,4.035387 -58.458942,121.163795
-69.647583,126.420822,4.010770 -70.638275,126.816551
-80.589020,133.680893,3.557326 -81.639458,134.127930
-89.790054,142.941895,2.878475 -90.873764,143.451538
-96.164879,154.463226,2.177850 -97.250099,155.033524
-98.374481,167.755890,1.660187 -99.445595,168.362808
-96.801247,177.694000,1.661650 -97.723267,178.288101
-92.385551,186.303101,1.643187 -93.305725,186.897278
-85.795921,193.317291,1.698494 -86.710693,193.920181
-77.413544,198.193542,1.772206 -78.311653,198.809692
-67.827362,200.055939,1.659754 -68.715431,200.818832
-59.609241,198.769470,1.838012 -60.432384,199.530350
-52.839737,194.902252,1.980981 -53.603256,195.640839
-47.658066,189.508957,1.981339 -48.368458,190.200470
-43.788185,183.323883,1.945844 -44.455879,183.943832
-40.817387,176.306488,1.662759 -41.452206,176.788834
-39.055901,165.454056,0.545656 -39.715954,165.795410
-41.808643,155.173828,0.282593 -41.257008,155.374969
-44.681705,146.087250,-1.337243 -44.158604,146.190292
-47.326977,137.482910,-2.553023 -46.767483,137.717834
-48.553253,128.508484,-2.935426 -47.960140,128.980499
-48.278908,121.796196,-2.234327 -47.690166,122.497581
-47.440262,115.486549,-0.778220 -46.867264,116.302734
-46.278984,108.975197,0.298448 -45.708916,109.806908
-43.843651,101.597923,-0.122245 -44.531178,102.371880
-43.147083,93.672905,1.138180 -43.826176,94.347534
-41.148804,84.502785,2.155572 -41.852612,85.217369
-36.086197,72.080048,3.334999 -36.828369,72.842491
-28.923164,60.060547,4.741595 -29.709404,60.846165
-21.361469,52.318352,5.918789 -22.215569,53.102493
-14.419398,50.974377,6.410888 -15.277296,51.730675
-5.795504,52.663258,5.919864 -6.547194,53.434162
3.695426,53.109795,4.747647 3.072931,53.858131
12.601919,52.030640,3.342592 12.026298,52.729050
20.975164,49.347610,2.158332 20.343216,50.023087
29.330360,44.745232,1.660179 28.635880,45.424351
35.714943,36.688061,1.659742 35.042660,37.314308
32.814827,20.058422,3.003618 35.484783,27.739304
32.550766,14.126432,1.659745 33.364834,20.233372
33.133644,9.843602,1.659744 31.891556,14.667030
35.861229,4.920837,1.659745 32.471088,10.458794
39.304630,0.222562,1.659746 35.181602,5.579620
43.249550,-3.631222,1.659746 38.596710,0.906609
47.861061,-6.733194,1.659746 42.516418,-2.922760
52.843460,-8.982769,1.659746 47.097534,-6.004364
58.225822,-9.310011,1.809064 52.031879,-8.235260
64.159225,-7.590440,1.809066 57.360180,-8.696716
71.549370,-4.828625,1.809065 63.280418,-6.979851
80.599266,-3.255290,1.659746 70.672729,-4.217331
90.385345,-5.680775,1.659749 79.744568,-2.501640
99.755165,-12.509304,1.709341 89.614334,-4.946915
107.043152,-21.066742,1.812964 99.026634,-11.802368
111.992081,-31.105135,1.923701 106.346947,-20.393318
113.931290,-42.215126,1.970391 111.325706,-30.487953
110.941902,-53.201023,3.340449 113.276573,-41.682076
104.392838,-60.566307,4.131972 111.473923,-53.103477
90.515350,-67.793221,7.321176 106.485832,-62.469841
80.877518,-70.408195,8.076298 99.061966,-68.672935
69.216614,-73.337273,7.740335 90.501816,-69.267860
57.334419,-76.411819,7.395001 80.626953,-71.917900
48.025265,-78.228622,5.955334 68.942177,-74.808647
40.190075,-79.121109,2.549538 56.999935,-77.853020
33.343838,-78.946602,0.364938 47.630451,-79.812019
26.379414,-77.701462,-1.287464 39.257847,-81.915047
17.878941,-73.739426,-2.055357 32.264652,-81.293953
10.598786,-69.671242,-2.167609 25.406288,-79.379890
4.728240,-62.558632,-2.167456 16.894600,-75.178093
0.078251,-54.568172,-2.158676 9.592730,-69.265282
-4.614049,-45.774807,-2.214025 3.700786,-62.127190
-6.879107,-35.378418,-2.357733 -0.967323,-54.105843
-7.393439,-25.405327,-2.381850 -5.843466,-45.314667
-6.809514,-16.075953,-2.561844 -8.186977,-34.800827
-8.635839,-24.856407
-8.033620,-15.609154
-7.806495,-6.529625

View File

@@ -1,92 +1,95 @@
7.429811,4.371325,-3.040127 6.900796,4.385948
4.679335,16.294369,-3.500914 5.365994,15.805214
1.928858,28.217413,-3.961702 1.340835,28.453259
-1.643901,34.170956,-4.160105 -5.828382,40.254185
-5.216660,40.124500,-4.358508 -9.561711,49.809277
-8.987507,49.807060,-4.206970 -10.556182,58.561310
-9.965036,58.712406,-3.127711 -9.308926,65.290146
-9.935299,65.609894,-0.565002 -6.969584,73.248253
-7.577181,73.635818,0.538304 -4.435051,82.139587
-5.066808,82.436996,1.501371 -2.825905,92.070267
-2.231328,92.163887,0.973165 -3.378851,102.547188
-2.799116,102.561485,1.618825 -5.201589,110.610794
-4.609572,110.531967,1.834855 -7.778299,118.068367
-7.161507,117.923218,1.756012 -11.579554,125.103668
-10.936563,124.923576,1.568596 -16.992308,131.330414
-16.339254,131.144073,1.459906 -24.456135,136.344223
-23.809280,136.148361,1.618586 -32.910023,138.108627
-32.626095,137.910751,2.250496 -40.480244,136.615936
-40.363945,136.270691,2.823678 -46.359879,134.456711
-49.909401,133.014130,4.667756 -50.679214,133.256668
-53.429760,133.423294,3.993448 -54.136127,133.645889
-63.470840,138.116211,3.968832 -64.191338,138.345917
-72.568527,144.122955,3.515388 -73.290436,144.364304
-79.650269,151.185532,2.836538 -80.338394,151.419937
-84.130180,159.150192,2.135911 -84.759850,159.332718
-85.646667,168.597000,1.618250 -86.240318,168.694427
-85.800056,174.481400,2.814198 -85.210320,174.055389
-82.909630,180.086014,2.795800 -82.510422,179.284714
-78.586662,184.697357,2.851070 -78.470573,183.595917
-73.299515,187.803177,2.924794 -73.570107,186.480591
-67.276245,187.786469,1.617818 -68.072136,187.625076
-63.953613,187.218460,2.649544 -64.823799,187.072205
-60.870228,185.390976,2.792462 -61.798100,185.280624
-57.866535,182.204834,1.939403 -58.825211,182.129196
-55.212303,177.919891,1.903907 -56.166740,177.832764
-53.265884,173.542313,1.620820 -54.219856,173.401108
-51.931896,165.836273,0.503718 -52.924637,165.653625
-53.212082,158.558289,-0.935422 -54.119392,158.382980
-55.857971,150.252731,-2.560116 -56.770779,150.117432
-58.795433,140.590103,-3.785424 -59.673309,140.533676
-60.291153,129.715561,-4.171713 -61.145206,129.782639
-59.981701,121.165764,-3.457027 -60.854053,121.401436
-59.016758,113.935371,-1.973639 -59.919601,114.271523
-57.831631,107.297066,-0.899293 -58.735825,107.618538
-56.627254,100.575920,-0.164184 -57.644527,100.781448
-55.860596,92.154564,1.060694 -56.867226,92.245056
-53.395237,81.054573,2.113634 -54.411804,81.123970
-47.605808,66.862762,3.293061 -48.637745,66.924042
-39.166897,52.802338,4.699658 -40.202522,52.822212
-28.012554,41.852943,5.876853 -29.002377,41.769855
-14.843353,38.694538,6.368950 -15.639931,38.526203
-4.376608,40.465755,5.877927 -5.008665,40.314629
3.182573,40.832710,4.705710 2.618589,40.656506
9.786707,40.043198,3.300656 9.196743,39.826218
15.849342,38.102325,2.116394 15.129937,37.885906
21.218449,35.299080,1.618244 20.342030,35.143230
23.697222,32.596806,1.617805 22.719414,32.557518
21.453953,23.599003,1.767125 22.413788,29.646790
19.695436,15.386156,1.617806 20.604420,23.648251
20.851444,6.348735,1.617807 18.704197,15.430550
24.861935,-1.359222,1.617808 19.928650,6.314323
29.554316,-7.641629,1.617807 23.991524,-1.439751
35.107807,-13.053226,1.617808 28.612610,-7.742508
41.657185,-17.454367,1.617809 34.191784,-13.178970
49.697994,-20.893177,1.617809 40.772099,-17.600845
59.236408,-20.425753,2.961684 48.861622,-21.058624
67.689430,-18.187284,2.961683 58.584431,-21.849319
74.740501,-15.529682,2.961683 67.352837,-19.545860
80.269585,-15.537389,1.617808 74.361862,-16.901169
84.538895,-16.589657,1.617813 79.479195,-15.708427
90.966621,-21.369419,1.667404 83.657639,-16.737053
96.289017,-27.607666,1.806777 90.034752,-21.478905
99.759521,-34.595657,2.208759 95.327278,-27.677284
101.054932,-41.791855,2.826846 98.780815,-34.625008
99.755714,-49.070179,3.838475 100.067505,-41.781494
98.816437,-55.823692,4.518495 98.898018,-49.061668
88.342148,-62.478928,6.631588 96.129868,-54.269630
79.306458,-65.005005,7.211245 92.444054,-57.240868
67.704819,-68.032005,6.875120 87.113503,-61.768440
55.973972,-71.457474,6.529965 78.231606,-64.280739
46.817245,-72.912491,5.184541 66.655266,-67.345406
39.437855,-72.622658,2.957474 54.953320,-70.534798
34.638973,-71.061058,1.411507 45.742306,-71.868187
30.362286,-68.754021,0.129781 39.232410,-68.705635
24.682568,-64.790581,-1.355605 34.608303,-68.294090
19.551170,-60.068520,-2.086010 30.295826,-67.108711
15.178460,-54.743561,-2.209394 23.988243,-64.034966
11.464803,-48.335278,-2.200614 18.903126,-59.894783
8.900905,-41.135616,-2.255963 14.556411,-54.600929
7.740204,-33.976120,-2.399669 10.854258,-48.211800
6.664508,-25.815941,-1.229469 8.467794,-40.984848
6.615822,-16.260504,-1.409442 7.390897,-33.921394
7.640933,-25.901566
7.513165,-16.317398
7.637182,-6.878403

View File

@@ -1,19 +1,4 @@
# Created by tuxkart.py v0.2 Blender Python script. #
# Track itself.
# #
"startrack.ac",0,0,0,0,0,0 "startrack.ac",0,0,0,0,0,0
RHERRING,67.739227,-71.153877
SHERRING,-34.18502,48.73703
SHERRING,-26.991894,55.592113
RHERRING,-30.0429,52.772282
RHERRING,-29.978537,131.085373
SHERRING,-28.983421,135.118958
SHERRING,-31.215609,125.43647
SHERRING,46.142792,-13.35092
RHERRING,47.776657,-9.096466
RHERRING,44.342731,-18.488386
RHERRING,-58.343258,182.356873
RHERRING,-49.91238,187.734634
SHERRING,-53.793728,185.346115
SHERRING,-8.956683,32.020115
RHERRING,-4.811282,33.913696
RHERRING,-13.838994,29.612484

View File

@@ -3,10 +3,7 @@
(tuxkart-track (tuxkart-track
(name "Star Track") (name "Star Track")
(sky-color 0.0 0.0 0.0 0.0) (sky-color 0.0 0.0 0.0 0.0)
(description "Created by Ingo Ruhnke") (music "mods/tk5a.mod"))
(music "mods/tk5a.mod")
(screenshot "images/sshot-startrack.rgb")
)
;; EOF ;; ;; EOF ;;

View File

@@ -1,100 +1,99 @@
-3.484844,-0.160239,-0.478566 -2.805439,0.007690
-3.867409,8.928594,-0.478568 -3.139740,8.901507
-2.900394,17.527924,-0.478568 -2.187923,17.365723
-0.208954,25.241905,-0.478570 0.467979,24.977840
2.908236,31.676723,-0.478570 3.251995,31.415375
5.470623,37.249878,-0.478572 5.181305,37.093430
7.114921,43.392754,-0.478572 5.834278,43.348804
7.583464,51.281204,-0.478574 5.968956,51.266575
7.637506,58.857738,-0.478574 6.154629,59.236889
5.518394,64.443710,-0.478576 5.410763,64.829399
4.093812,66.662949,-0.478576 4.028980,67.075829
0.721555,67.940376,-0.478576 0.703972,68.276161
-1.402689,67.718445,-0.478576 -1.485880,67.952957
-2.555820,65.990097,-0.478576 -2.606060,65.972038
-5.240486,61.349598,-0.478576 -5.129457,61.288185
-11.080795,57.414974,-0.478574 -11.028545,57.274868
-19.518105,55.550289,-0.478574 -19.507713,56.282600
-26.437551,56.559807,-0.478574 -26.294529,57.272770
-32.002224,57.987141,-0.478574 -31.842453,58.695805
-36.460526,58.855652,-0.478574 -36.397541,59.583176
-40.835503,58.769543,-0.478574 -40.910046,59.494350
-45.736073,57.851013,-0.478574 -45.896523,58.559727
-50.407661,56.608246,-0.478574 -50.636177,57.298847
-54.428688,55.006424,-0.478574 -54.750229,55.659966
-58.010910,52.881668,-0.478574 -58.435684,53.473984
-61.371452,49.999542,-0.478574 -61.894394,50.507660
-66.061165,44.201969,-0.478572 -66.668816,44.605373
-69.397263,37.977219,-0.478572 -70.062881,38.272453
-71.880020,31.024185,-0.478570 -72.575165,31.236759
-73.877594,23.219421,-0.478570 -74.584091,23.387638
-75.778076,14.596910,-0.478568 -76.486221,14.757586
-77.283752,8.146038,-0.478568 -77.993805,8.298596
-78.492508,1.992934,-0.478566 -79.213844,2.088029
-78.841080,-3.112090,-0.478566 -79.571777,-3.154201
-78.208961,-6.521753,-0.478565 -78.895546,-6.801842
-76.727142,-10.832545,-0.478564 -76.815582,-9.899189
-73.351334,-16.105305,-0.478564 -72.303238,-14.143486
-68.143570,-19.019487,-0.478564 -66.813530,-18.832718
-64.670845,-20.886332,-0.478562 -62.885620,-21.204611
-61.798893,-21.876541,-0.478562 -60.050915,-21.980392
-59.758732,-22.244024,-0.478562 -58.954563,-20.586073
-58.335640,-21.259422,-0.478562 -59.137558,-18.358870
-58.403446,-19.503918,-0.478563 -60.299019,-14.361359
-58.982384,-17.877415,-0.478564 -63.801117,-5.801830
-59.852409,-15.781582,-0.478564 -64.093979,4.371069
-60.797424,-13.310802,-0.478564 -60.369389,11.582023
-64.523163,-5.954651,-0.478566 -55.710983,16.127907
-64.825211,4.537659,-0.478566 -51.628891,19.252056
-60.960625,12.019654,-0.478568 -48.879623,21.731873
-56.186924,16.678055,-0.478568 -47.490860,23.939751
-52.093483,19.810886,-0.478568 -47.284206,25.357227
-49.440704,22.203671,-0.478570 -47.738834,28.162079
-48.018875,25.351379,-0.478570 -48.739117,32.667244
-48.452263,28.025177,-0.478570 -48.876465,39.028824
-49.463539,32.579865,-0.478570 -45.386921,45.492004
-49.606575,39.204971,-0.478572 -39.634323,49.525543
-45.944336,45.988014,-0.478572 -33.578068,51.447765
-39.960075,50.183990,-0.478574 -27.276852,51.605923
-33.699417,52.171089,-0.478574 -21.073811,49.916023
-27.188675,52.334503,-0.478574 -15.328163,46.037098
-20.767057,50.585056,-0.478574 -9.965378,37.294781
-14.791470,46.550900,-0.478574 -9.208490,27.950790
-9.255625,37.526470,-0.478572 -10.642569,19.579693
-8.477343,27.918293,-0.478570 -12.337912,12.113544
-9.930141,19.437889,-0.478568 -13.154970,5.227411
-11.621334,11.990027,-0.478568 -12.941835,-1.046128
-12.427368,5.196783,-0.478566 -12.411669,-7.606987
-12.216688,-1.004534,-0.478566 -12.068245,-14.524192
-11.686983,-7.559729,-0.478564 -12.556839,-21.932652
-11.340919,-14.530101,-0.478564 -14.578156,-29.664715
-11.836819,-22.049419,-0.478562 -17.104610,-34.827530
-13.893999,-29.918644,-0.478562 -20.281437,-39.107174
-16.481735,-35.206703,-0.478560 -23.896688,-42.632088
-19.732969,-39.586578,-0.478560 -27.730742,-45.594387
-23.419674,-43.181160,-0.478560 -32.254097,-48.642792
-27.305408,-46.183392,-0.478560 -41.583111,-52.362003
-31.912855,-49.288464,-0.478558 -50.966530,-53.608810
-41.398018,-53.069931,-0.478558 -58.439693,-54.392586
-50.880821,-54.329945,-0.478558 -62.947704,-55.875656
-58.286625,-55.106655,-0.478558 -65.594528,-58.748348
-62.541542,-56.506458,-0.478558 -66.524971,-61.879982
-64.946411,-59.116554,-0.478558 -66.423500,-65.793213
-65.796089,-61.976345,-0.478556 -65.180397,-69.647652
-65.700317,-65.669861,-0.478556 -62.975571,-72.884743
-64.521400,-69.325279,-0.478556 -60.144802,-75.074440
-62.440228,-72.380821,-0.478556 -54.803440,-76.636589
-59.809151,-74.416046,-0.478554 -49.213459,-76.027489
-54.738373,-75.899063,-0.478554 -42.704128,-73.407173
-49.391693,-75.316467,-0.478554 -35.537125,-69.172180
-43.026241,-72.754082,-0.478556 -28.208937,-64.243317
-35.924786,-68.557816,-0.478556 -21.616007,-59.342819
-28.628389,-63.650333,-0.478556 -16.220835,-54.312298
-22.081635,-58.784157,-0.478558 -11.828518,-48.881580
-16.753349,-53.815998,-0.478558 -8.315355,-42.774353
-12.429270,-48.469662,-0.478558 -5.600906,-35.643997
-8.973499,-42.462189,-0.478560 -3.799936,-27.720959
-6.297682,-35.433311,-0.478560 -2.864929,-19.331297
-4.517075,-27.599884,-0.478562 -2.592140,-10.485573
-3.589828,-19.279808,-0.478564 -2.729716,-2.006868
-3.318478,-10.480921,-0.478564

View File

@@ -1,100 +1,99 @@
5.225876,0.081935,-0.478566 4.460998,0.009997
4.864632,8.603563,-0.478568 4.136963,8.630649
5.649323,15.581536,-0.478568 4.936844,15.743735
7.914253,22.073093,-0.478570 7.237320,22.337162
11.192671,28.540565,-0.478570 10.033096,28.801910
13.915269,35.372509,-0.478572 12.318844,35.528957
15.098625,42.865326,-0.478572 13.089245,42.909275
15.640010,49.557335,-0.478574 13.228912,51.120274
15.368086,56.141811,-0.478575 13.427223,59.633430
14.462432,63.349152,-0.478576 12.405087,67.318054
8.496011,68.134026,-0.478577 8.883392,73.043434
0.275373,70.402153,-0.478578 1.583050,75.678886
-4.152642,70.545807,-0.478578 -4.211700,75.038589
-7.277740,68.871704,-0.478577 -9.010910,69.393501
-10.569710,65.845528,-0.478576 -10.680738,66.294014
-13.588703,64.139992,-0.478576 -13.640951,64.280098
-19.393404,64.338013,-0.478576 -19.403797,63.605705
-24.721249,65.115326,-0.478576 -24.864273,64.402367
-30.085001,66.491119,-0.478576 -30.244772,65.782455
-35.704716,67.585892,-0.478576 -35.767700,66.858368
-41.729996,67.467285,-0.478576 -41.655457,66.742477
-47.661469,66.355545,-0.478576 -47.501019,65.646835
-53.149822,64.895493,-0.478576 -52.921310,64.204887
-58.287201,62.848953,-0.478576 -57.965660,62.195412
-63.108173,59.989456,-0.478576 -62.683403,59.397144
-67.646805,56.096951,-0.478574 -67.123856,55.588837
-73.352966,49.042816,-0.478574 -72.745316,48.639412
-77.384727,41.520035,-0.478572 -76.719101,41.224800
-80.221695,33.575024,-0.478572 -79.526558,33.362453
-82.355484,25.238045,-0.478570 -81.649002,25.069828
-84.275909,16.525059,-0.478568 -83.567749,16.364380
-85.804337,9.976743,-0.478568 -85.094284,9.824184
-87.148560,3.134065,-0.478566 -86.427216,3.038970
-88.010757,-3.617427,-0.478566 -86.878830,-3.575316
-87.250427,-9.882814,-0.478564 -85.761414,-9.602726
-84.148064,-15.100123,-0.478564 -82.387253,-14.627312
-80.531219,-19.532804,-0.478563 -77.151665,-19.551884
-75.319290,-23.609411,-0.478562 -71.127533,-24.697617
-68.536919,-26.931343,-0.478562 -64.643478,-28.776119
-59.250317,-28.244740,-0.478562 -57.139668,-30.145458
-55.991364,-27.486488,-0.478562 -50.933559,-24.404259
-54.368229,-26.299030,-0.478562 -51.116913,-16.684288
-52.758274,-23.543282,-0.478563 -53.674042,-11.377846
-53.427803,-18.635555,-0.478564 -56.580711,-4.273621
-54.544338,-15.320416,-0.478564 -56.938400,1.702625
-55.427639,-12.627238,-0.478564 -54.457016,7.205693
-57.197620,-4.043050,-0.478566 -50.951572,10.626466
-56.050385,2.538575,-0.478566 -46.982960,13.663762
-53.865776,6.768061,-0.478566 -43.268848,17.013859
-50.475632,10.076322,-0.478568 -40.526901,21.373043
-46.518368,13.104934,-0.478568 -39.937527,25.415707
-42.707771,16.542061,-0.478568 -40.604576,29.531082
-39.202858,25.421555,-0.478570 -41.494900,33.541012
-39.891148,29.667988,-0.478570 -41.575352,37.267338
-40.770473,33.628387,-0.478572 -39.812782,40.531891
-40.845238,37.091187,-0.478572 -36.376793,42.941097
-39.255367,40.035877,-0.478572 -32.364594,44.214546
-36.051041,42.282650,-0.478572 -28.158630,44.320114
-32.243248,43.491222,-0.478572 -24.141327,43.225677
-28.246807,43.591530,-0.478572 -20.695124,40.899120
-24.448080,42.556641,-0.478572 -17.062878,34.977898
-21.231819,40.385323,-0.478572 -16.519989,28.275780
-17.772631,34.746212,-0.478572 -17.766815,20.997726
-17.251137,28.308277,-0.478570 -19.503687,13.348708
-18.479242,21.139530,-0.478570 -20.430954,5.533689
-20.220264,13.472220,-0.478568 -20.193283,-1.462064
-21.158552,5.564317,-0.478566 -19.658543,-8.079565
-20.918427,-1.503658,-0.478566 -19.341516,-14.465102
-20.383232,-8.126823,-0.478564 -19.756992,-20.764957
-20.068844,-14.459194,-0.478564 -21.419750,-27.125416
-20.477009,-20.648186,-0.478562 -23.333315,-31.035801
-22.103907,-26.871487,-0.478562 -25.766127,-34.313148
-23.956184,-30.656628,-0.478562 -28.666826,-37.141361
-26.314598,-33.833744,-0.478560 -31.984062,-39.704353
-29.143839,-36.592289,-0.478560 -35.666485,-42.186031
-32.409397,-39.115349,-0.478560 -43.434021,-45.282730
-36.007725,-41.540356,-0.478560 -51.823624,-46.397480
-43.619110,-44.574802,-0.478560 -59.970367,-47.251904
-51.909328,-45.676346,-0.478560 -67.009354,-49.567623
-60.123436,-46.537838,-0.478558 -72.075653,-55.066261
-67.415512,-48.936817,-0.478558 -73.813789,-60.916386
-72.723770,-54.698051,-0.478558 -73.655350,-67.026810
-74.542671,-60.820026,-0.478556 -71.770401,-72.871384
-74.378532,-67.150177,-0.478556 -68.329025,-77.923958
-72.429398,-73.193764,-0.478554 -63.501308,-81.658356
-68.864380,-78.427879,-0.478554 -55.454117,-84.011856
-63.836960,-82.316750,-0.478554 -47.431091,-83.137642
-55.519188,-84.749382,-0.478554 -39.482979,-79.938156
-47.252857,-83.848663,-0.478554 -31.660513,-75.315849
-39.160862,-80.591255,-0.478554 -24.014433,-70.173172
-31.272854,-75.930214,-0.478554 -16.959740,-64.929451
-23.594982,-70.766159,-0.478556 -10.895750,-59.275314
-16.494112,-65.488113,-0.478556 -5.820988,-53.000816
-10.363243,-59.771614,-0.478557 -1.733952,-45.895969
-5.220236,-53.412739,-0.478558 1.366817,-37.750828
-1.075817,-46.208134,-0.478560 3.371483,-28.931683
2.063591,-37.961514,-0.478560 4.384033,-19.846178
4.088627,-29.052757,-0.478562 4.671272,-10.532097
5.108932,-19.897665,-0.478564 4.537252,-2.018682
5.397614,-10.536749,-0.478564

View File

@@ -1,29 +1,4 @@
# Created by tuxkart.py v0.2 Blender Python script. #
# Track itself.
# #
"subseatrack.ac",0,0,0,0,0,0 "subseatrack.ac",0,0,0,0,0,0
SHERRING,-25.414034,-34.740631
SHERRING,-21.358465,-37.661682
SHERRING,-32.595383,44.943897
SHERRING,-33.528656,49.854008
SHERRING,-52.509785,62.921928
SHERRING,-51.0452,58.143311
SHERRING,4.770018,68.079834
SHERRING,7.994537,71.89856
SHERRING,-52.889412,-23.800213
SHERRING,-58.202347,-21.523239
RHERRING,-73.080276,-66.877869
RHERRING,-71.116402,-66.499466
RHERRING,-69.152504,-66.121048
RHERRING,-67.188629,-65.742645
RHERRING,-11.336395,19.759167
RHERRING,-13.29641,20.157043
RHERRING,-15.256449,20.554916
RHERRING,-17.21648,20.952791
RHERRING,-83.020622,16.227621
RHERRING,-81.067291,15.79806
RHERRING,-79.113953,15.368499
RHERRING,-77.160637,14.938935
RHERRING,3.701436,3.005814
RHERRING,1.701436,3.005814
RHERRING,-0.298564,3.005814
RHERRING,-2.298564,3.005814

View File

@@ -2,7 +2,6 @@
(tuxkart-track (tuxkart-track
(name "Sub Sea") (name "Sub Sea")
(description "Created by Ingo Ruhnke")
(use-fog #t) (use-fog #t)
(sky-color 0.0 0.0 0.2 0.0) (sky-color 0.0 0.0 0.2 0.0)
(fog-color 0.0 0.0 0.2 0.0) (fog-color 0.0 0.0 0.2 0.0)
@@ -13,10 +12,7 @@
(sun-ambient 0.3 0.4 0.5 0.0) (sun-ambient 0.3 0.4 0.5 0.0)
(sun-diffuse 0.3 0.4 0.5 0.0) (sun-diffuse 0.3 0.4 0.5 0.0)
(sun-specular 0.8 0.8 1.0 0.0) (sun-specular 0.8 0.8 1.0 0.0)
)
(music "mods/tuxr.mod")
(screenshot "images/sshot-subseatrack.rgb")
)
;; EOF ;; ;; EOF ;;

View File

@@ -1,14 +1,23 @@
;; -*- mode: lisp -*- ;; -*- mode: lisp -*-
(tuxkart-kart (tuxkart-kart
(name "Sushi") (name "Sushi")
(model-file "sushikart.ac") (model "sushikart.ac")
(icon-file "sushiicon.rgb") (icon "sushiicon.rgb")
(shadow-file "sushishadow.rgb") (shadow "sushishadow.rgb")
(red 0.2)
(red 0.2) (green 0.2)
(green 0.2) (blue 0.0)
(blue 0.0)
) (max-throttle 100)
(engine-power 60)
(corn-f -5.2)
(corn-r -4.0)
(mass 50)
(inertia 20)
(turn-speed 10.1415926535897931)
(max-wheel-turn 1.5707963267948966)
(tire-grip 0.4)
(air-friction 0.8257))
;; EOF ;; ;; EOF ;;

View File

@@ -1,10 +0,0 @@
;; -*- mode: lisp -*-
(supertuxkart-cup
(name "TuxKart Cup")
(description "The original 6 tracks included in TuxKart")
(herring "old")
(tracks "olivermath" "sandtrack" "gownsbow" "bsodcastle" "geekopeak" "olivermath" "tuxtrack")
)
;; EOF ;;

View File

@@ -1,14 +1,24 @@
;; -*- mode: lisp -*- ;; -*- mode: lisp -*-
(tuxkart-kart (tuxkart-kart
(name "Tux") (name "Tux")
(model-file "tuxkart.ac") (model "tuxkart.ac")
(icon-file "tuxicon.rgb") (icon "tuxicon.rgb")
(shadow-file "tuxkartshadow.rgb") (shadow "tuxkartshadow.rgb")
(red 0.8) (red 0.8)
(green 0.0) (green 0.0)
(blue 0.0) (blue 0.0)
) (max-throttle 100)
(engine-power 60)
(corn-f -7.2)
(corn-r -5.0)
(mass 90)
(inertia 15)
(turn-speed 3.1415926535897931)
(max-wheel-turn 1.5707963267948966)
(tire-grip 0.4)
(air-friction 0.8257))
;; EOF ;; ;; EOF ;;

View File

@@ -1,96 +1,96 @@
-5.511310,2.234300,-0.000000 -5.511310,2.234300
-4.599990,10.000030,-0.000001 -4.599990,10.000030
-4.389220,19.572630,-0.000001 -4.389220,19.572630
-5.063130,28.806299,-0.000002 -5.063130,28.806299
-7.318760,37.733398,-0.000003 -7.318760,37.733398
-11.187492,46.118301,-0.000003 -11.187492,46.118301
-15.840200,53.265999,-0.000004 -15.840200,53.265999
-23.370001,58.634079,-0.000004 -23.370001,58.634079
-31.721100,62.601879,-0.000005 -31.721100,62.601879
-40.622200,65.067879,0.848675 -40.622200,65.067879
-49.789200,65.974930,1.650685 -49.789200,65.974930
-58.957451,65.225830,2.452805 -58.957451,65.225830
-67.862663,62.931431,3.231890 -67.862663,62.931431
-77.648300,58.408329,4.088031 -77.648300,58.408329
-88.028702,55.684231,4.996196 -88.028702,55.684231
-98.718300,54.803829,5.931406 -98.718300,54.803829
-109.406097,55.759102,6.866496 -109.406097,55.759102
-120.139122,58.789299,7.805464 -120.139122,58.789299
-129.903061,64.756203,8.659743 -129.903061,64.756203
-136.903107,73.434303,9.272174 -136.903107,73.434303
-141.481094,84.437408,9.672684 -141.481094,84.437408
-140.795105,96.535698,9.612593 -140.795105,96.535698
-134.755096,106.361298,9.084192 -134.755096,106.361298
-125.700958,113.506500,8.292150 -125.700958,113.506500
-114.309914,117.041496,7.295453 -114.309914,117.041496
-104.384903,119.206497,6.427221 -104.384903,119.206497
-94.461098,118.730598,5.558981 -94.461098,118.730598
-84.537300,117.706078,4.690721 -84.537300,117.706078
-74.613297,116.681068,3.822489 -74.613297,116.681068
-64.689201,115.656082,2.954259 -64.689201,115.656082
-54.765179,114.632072,2.086011 -54.765179,114.632072
-44.841080,113.607079,1.217771 -44.841080,113.607079
-34.917198,112.582733,0.349542 -34.917198,112.582733
-24.926701,111.557716,-0.000008 -24.926701,111.557716
-14.964800,108.325722,-0.000008 -14.964800,108.325722
-4.205300,107.261726,-0.000008 -4.205300,107.261726
6.940800,103.758003,-0.000008 6.940800,103.758003
16.206409,96.904602,-0.000007 16.206409,96.904602
21.942209,88.713303,-0.000007 21.942209,88.713303
27.678011,80.521698,-0.000006 27.678011,80.521698
33.847401,71.624901,-0.000005 33.847401,71.624901
38.521000,60.975800,-0.000005 38.521000,60.975800
39.424900,50.155102,-0.000004 39.424801,50.155102
38.553200,40.193100,-0.000003 45.853199,39.993099
37.681801,30.231199,-0.000002 44.981701,30.031200
36.810101,20.269100,-0.000002 36.810001,20.269100
35.972500,11.104400,-0.000001 35.972500,11.104400
36.730000,1.962400,-0.000000 36.730000,1.962400
38.994400,-7.004500,0.000001 38.994400,-7.004500
42.511299,-14.944300,0.000001 42.511299,-14.944300
47.427399,-21.058800,0.000002 47.427399,-21.058800
55.003101,-24.880510,0.000002 55.003101,-24.880510
63.661701,-25.748610,0.000002 63.661701,-25.748610
74.353432,-24.011110,-0.419842 74.353432,-24.011110
85.094872,-24.214911,0.505688 85.094872,-24.214911
95.764603,-26.317120,1.258816 95.764603,-26.317120
106.214897,-30.419020,1.817756 106.214897,-30.419020
115.580902,-37.359470,2.033027 115.580902,-37.359470
122.028900,-47.555401,1.707288 122.028900,-47.555401
123.663597,-58.943199,0.854598 123.663597,-58.943199
121.673599,-69.806297,0.000005 121.673599,-69.806297
117.075600,-79.580002,0.000006 117.075600,-79.580002
111.339600,-87.771599,0.000007 111.339600,-87.771599
105.603600,-95.963150,0.000007 105.603600,-95.963150
99.868896,-104.154953,0.000008 99.868896,-104.154953
93.381401,-113.362000,0.000009 93.381401,-113.362000
85.058998,-120.382896,0.000009 85.058998,-120.382896
76.398804,-125.382896,0.000009 76.398804,-125.382896
67.738503,-130.382904,0.000010 67.738503,-130.382904
59.078201,-135.382904,0.000010 59.078201,-135.382904
49.405998,-140.701904,0.000011 49.405998,-140.701904
39.377102,-143.374741,0.000011 39.377102,-143.374741
28.830000,-145.281693,0.700011 28.830000,-145.281693
11.529900,-145.281693,1.400008 11.529900,-145.281693
1.529900,-145.281693,2.100008 1.529900,-145.281693
-8.470000,-145.281693,3.000008 -8.470000,-145.281693
-18.469851,-145.281693,3.000008 -18.469851,-145.281693
-28.469851,-145.281799,3.000008 -28.469851,-145.281799
-38.469898,-145.281799,2.100008 -38.469898,-145.281799
-41.319801,-145.281799,-3.014542 -41.319801,-145.281799
-52.989700,-145.011795,-3.398912 -52.989700,-145.011795
-63.123100,-141.268234,-2.512362 -63.123100,-141.268234
-72.676697,-135.593246,-1.676523 -72.676697,-135.593246
-80.379898,-127.700241,-1.002587 -80.379898,-127.700241
-85.788300,-117.992500,-0.529411 -85.788300,-117.992500
-87.307602,-106.401497,-0.396492 -87.307602,-106.401497
-85.085197,-95.511002,-0.590926 -85.085197,-95.511002
-79.293297,-82.769188,-1.097664 -79.293297,-82.769188
-70.026299,-74.011902,-0.899994 -70.026299,-74.011902
-60.686951,-65.254402,0.000005 -60.686951,-65.254402
-51.547401,-56.497002,0.000004 -51.547401,-56.497002
-42.407902,-47.739799,0.000004 -42.407902,-47.739799
-33.841900,-39.743198,0.000003 -33.841900,-39.743198
-26.361700,-29.531700,0.000002 -26.361700,-29.531700
-16.944530,-17.473101,0.000001 -16.944530,-17.473101
-10.680592,-8.061100,0.000001 -10.680592,-8.061100

View File

@@ -1,96 +1,96 @@
3.962500,0.303000,-0.000000 3.962500,0.303000
4.400000,10.000030,-0.000001 4.400000,10.000030
4.576500,20.357040,-0.000002 4.576500,20.357040
3.630200,31.135799,-0.000002 3.630200,31.135799
0.838000,41.536900,-0.000003 0.838000,41.536900
-3.815090,51.280399,-0.000004 -3.815090,51.280399
-10.678100,60.638378,-0.000005 -10.678100,60.638378
-19.566401,66.791031,-0.000005 -19.566401,66.791031
-29.391701,71.295128,-0.000005 -29.391701,71.295128
-39.840801,74.033630,0.780304 -39.840801,74.033630
-50.570648,74.940598,1.719044 -50.570648,74.940598
-61.278049,73.919128,2.655824 -61.278049,73.919128
-71.651802,71.088242,3.563400 -71.651802,71.088242
-79.968903,67.101730,4.291050 -79.968903,67.101730
-88.809998,64.649933,5.064555 -88.809998,64.649933
-97.936798,63.769527,5.863045 -97.936798,63.769527
-107.086098,64.452499,6.663475 -107.086098,64.452499
-115.656097,66.583603,7.413263 -115.656097,66.583603
-123.035110,70.541298,8.058852 -123.035110,70.541298
-128.777115,77.187897,8.561262 -128.777115,77.187897
-132.515060,84.437302,8.888271 -132.515060,84.437302
-133.029999,92.035698,8.933292 -133.029999,92.035698
-128.992050,99.466797,8.579991 -128.992050,99.466797
-122.634964,105.049500,8.023870 -122.634964,105.049500
-115.089912,108.076500,7.363834 -115.089912,108.076500
-105.165901,108.215500,6.495582 -105.165901,108.215500
-95.242599,108.191566,5.627342 -95.242599,108.191566
-85.318703,107.166069,4.759092 -85.318703,107.166069
-75.394699,106.141083,3.890860 -75.394699,106.141083
-65.470703,105.117058,3.022620 -65.470703,105.117058
-55.546669,104.093071,2.154382 -55.546669,104.093071
-45.622570,103.068077,1.286132 -45.622570,103.068077
-35.698502,102.042717,0.417902 -35.698502,102.042717
-25.711300,101.017708,-0.000008 -25.711300,101.017708
-15.749200,99.359520,-0.000008 -15.749200,99.359520
-6.534700,98.568718,-0.000007 -6.534700,98.568718
1.778500,96.385696,-0.000007 1.778500,96.385696
8.834100,91.742599,-0.000007 8.834100,91.742599
14.569810,83.551003,-0.000006 14.569810,83.551003
20.305605,75.359497,-0.000006 20.305605,75.359497
25.690510,67.821404,-0.000005 25.690510,67.821404
29.555111,60.191502,-0.000005 29.555111,60.191502
30.459049,50.939499,-0.000004 30.459049,50.939499
29.587450,40.977402,-0.000003 29.587450,40.977402
28.715950,31.015499,-0.000002 28.715950,31.015499
27.844351,21.053600,-0.000002 27.844351,21.053600
27.006849,10.320000,-0.000001 27.006849,10.320000
28.036600,-0.366900,0.000000 28.036600,-0.366900
30.837700,-10.808000,0.000001 30.837700,-10.808000
35.616901,-20.729500,0.000002 35.616901,-20.729500
43.623600,-29.215509,0.000002 43.623600,-29.215509
54.218601,-33.846313,0.000003 54.218601,-33.846313
65.224503,-34.611820,0.000003 65.224503,-34.611820
74.353317,-32.976913,-1.204254 74.353317,-32.976913
83.537971,-33.032616,-0.402494 83.537971,-33.032616
92.698097,-34.718761,0.254459 92.698097,-34.718761
101.072899,-37.724060,0.727012 101.072899,-37.724060
108.235901,-42.446060,0.943014 108.235901,-42.446060
113.198898,-49.044899,0.801525 113.198898,-49.044899
114.833603,-57.319099,0.221257 114.833603,-57.319099
113.516602,-66.002602,0.000005 113.516602,-66.002602
109.703598,-74.417999,0.000006 109.703598,-74.417999
103.967598,-82.609299,0.000006 103.967598,-82.609299
98.232002,-90.800812,0.000007 98.232002,-90.800812
92.496399,-98.992447,0.000007 92.496399,-98.992447
87.596313,-106.466949,0.000008 87.596313,-106.466949
80.558998,-112.588997,0.000009 80.558998,-112.588997
71.898659,-117.588898,0.000009 71.898659,-117.588898
63.238400,-122.588898,0.000009 63.238400,-122.588898
54.578098,-127.588898,0.000010 54.578098,-127.588898
47.076801,-132.009003,0.000010 47.076801,-132.009003
37.814499,-134.511734,0.000010 37.814499,-134.511734
28.829901,-136.281738,0.700010 28.829901,-136.281738
11.529900,-136.281738,1.400007 11.529900,-136.281738
1.529900,-136.281738,2.100007 1.529900,-136.281738
-8.470000,-136.281738,3.000007 -8.470000,-136.281738
-18.470051,-136.281738,3.000007 -18.470051,-136.281738
-28.469950,-136.281754,3.000007 -28.469950,-136.281754
-38.470100,-136.281754,2.100007 -38.470100,-136.281754
-41.319801,-136.281754,-3.014543 -41.319801,-136.281754
-49.862301,-136.554749,-2.969853 -49.862301,-136.554749
-58.640099,-133.473236,-2.904573 -58.640099,-133.473236
-66.336899,-129.230255,-2.231173 -66.336899,-129.230255
-72.615501,-123.200203,-1.681884 -72.615501,-123.200203
-76.958801,-116.429497,-1.301898 -76.958801,-116.429497
-78.478203,-107.964500,-1.168969 -78.478203,-107.964500
-76.959297,-99.314499,-1.301852 -76.959297,-99.314499
-71.159401,-90.590202,-1.809283 -71.159401,-90.590202
-61.954498,-81.832703,-1.405864 -61.954498,-81.832703
-52.521900,-73.075302,0.000006 -52.521900,-73.075302
-43.382301,-64.318001,0.000005 -43.382301,-64.318001
-34.243000,-55.560501,0.000004 -34.243000,-55.560501
-24.442801,-46.027599,0.000003 -24.442801,-46.027599
-15.161200,-34.989899,0.000003 -15.161200,-34.989899
-8.210490,-24.146601,0.000002 -8.210490,-24.146601
-0.733000,-11.923700,0.000001 -0.733000,-11.923700

View File

@@ -16,8 +16,7 @@
"zipper.ac",37,53,{},180,{},{} "zipper.ac",37,53,{},180,{},{}
"zipper.ac",68,-123,{},125,{},{} "zipper.ac",68,-123,{},125,{},{}
# #
#Temporary, just for the release "roadblock.ac",60,-29,{},0,{},{}
#"roadblock.ac",60,-29,{},0,{},{}
"roadcone.ac",58,-33,{},27,{},{} "roadcone.ac",58,-33,{},27,{},{}
"roadcone.ac",56,-34,{},147,{},{} "roadcone.ac",56,-34,{},147,{},{}
"roadcone.ac",54,-35,{},47,{},{} "roadcone.ac",54,-35,{},47,{},{}

View File

@@ -1,11 +1,8 @@
;; -*- mode: lisp -*- ;; -*- mode: lisp -*-
(tuxkart-track (tuxkart-track
(name "Tux Tollway") (name "Tux Tollway")
(description "Created by Oliver & Steve Baker") (music "mods/tk2.mod"))
(music "mods/tk2.mod")
(screenshot "images/sshot-tuxtrack.rgb")
)
;; EOF ;; ;; EOF ;;

View File

@@ -1,152 +1,155 @@
-3.109887,8.967574,-0.981784 -2.883784,-0.876290
-3.109887,13.955242,-0.981784 -2.883784,4.111378
-3.108437,19.422277,-0.981784 -2.883784,8.967574
-2.700767,25.820326,-0.981785 -2.883784,13.955242
-1.900570,31.741001,-0.981785 -2.882465,19.414555
-1.321142,37.207615,-0.981786 -2.475751,25.798180
-1.491814,42.408554,-0.981786 -1.676088,31.713970
-2.944274,47.742043,-0.981787 -1.095176,37.199703
-5.647002,53.161491,-0.981787 -1.268384,42.443233
-8.957170,57.832745,-0.981787 -2.733226,47.823166
-12.761793,61.955971,-0.981788 -5.452738,53.277187
-17.463043,65.287491,-0.981788 -8.784264,57.978436
-22.921782,68.008827,-0.981788 -12.761793,61.955971
-28.037210,69.401230,-0.981788 -17.463043,65.287491
-33.028728,69.565605,-0.981788 -22.921782,68.008827
-38.262123,69.011185,-0.981788 -28.037210,69.401230
-43.917126,68.246819,-0.981788 -33.028728,69.565605
-50.119522,67.856522,-0.981788 -38.262123,69.011185
-58.085743,68.361504,-0.981788 -43.917126,68.246819
-65.434799,69.355217,-0.981788 -50.119522,67.856522
-72.307396,70.081657,-0.981788 -58.085743,68.361504
-78.935944,69.859947,-0.981788 -65.434799,69.355217
-85.763893,67.999329,-0.981788 -72.307396,70.081657
-91.166824,65.283485,-0.981788 -78.935944,69.859947
-95.822571,61.936920,-0.981788 -85.763893,67.999329
-99.775154,57.939590,-0.981787 -91.166824,65.283485
-103.130196,53.223408,-0.981787 -95.822571,61.936920
-105.909409,47.871849,-0.981787 -99.775154,57.939590
-107.763283,40.345737,-0.981786 -103.130196,53.223408
-107.477318,32.837433,-0.981785 -105.909409,47.871849
-106.388405,24.932686,-0.981785 -107.763283,40.345737
-105.929932,16.539373,-0.981784 -107.477318,32.837433
-107.705383,7.697330,-0.981784 -106.388405,24.932686
-111.811913,1.432031,-0.981783 -105.929932,16.539373
-117.293396,-3.169107,-0.981783 -107.705383,7.697330
-122.509102,-7.056424,-0.981782 -111.811913,1.432031
-126.096077,-10.945295,-0.981782 -117.293396,-3.169107
-127.259979,-15.806277,-0.981782 -122.509102,-7.056424
-125.977844,-21.034775,-1.069870 -126.096077,-10.945295
-122.987595,-25.470791,-1.246048 -127.259979,-15.806277
-118.439148,-29.079487,-1.378181 -125.977844,-21.034775
-113.023521,-32.282887,-1.334137 -122.987595,-25.470791
-107.163200,-34.969494,-0.981780 -118.570709,-29.263374
-103.404488,-35.945396,-0.484045 -113.128288,-32.483253
-99.731140,-35.940361,0.170007 -107.242722,-35.181149
-95.738068,-35.411083,0.903073 -103.434258,-36.169529
-91.286842,-34.838932,1.637853 -99.716660,-36.166000
-86.327911,-34.820969,2.297046 -95.708832,-35.635288
-78.721649,-35.972916,3.131427 -91.272079,-35.064552
-71.828041,-37.649002,3.766172 -86.348549,-35.046127
-65.313560,-39.350780,4.324035 -78.765076,-36.194809
-58.775127,-40.629646,4.927770 -71.883324,-37.868244
-51.597008,-41.076984,5.700130 -65.363708,-39.571255
-44.959980,-41.188801,6.430729 -58.803410,-40.853973
-38.562534,-41.287937,7.124743 -51.606281,-41.302898
-32.849659,-40.756584,7.843961 -44.963589,-41.414875
-28.038109,-39.096718,8.650172 -38.553837,-41.513878
-24.003456,-35.690014,9.605167 -32.801907,-40.977589
-22.602610,-32.819401,10.221391 -27.925200,-39.292610
-22.446529,-29.499264,10.659692 -23.830940,-35.836170
-23.121874,-25.477215,11.037975 -22.384315,-32.878315
-24.087408,-20.869701,11.474143 -22.220785,-29.486544
-24.592852,-15.794617,12.086100 -22.899656,-25.435472
-23.992846,-6.379739,13.657927 -23.863977,-20.835026
-22.810844,2.276776,15.344758 -24.366753,-15.796441
-21.945583,10.367449,17.094376 -23.767843,-6.402046
-22.211094,18.189135,18.854561 -22.586401,2.249453
-24.441950,26.298040,20.573107 -21.719622,10.359444
-27.128521,31.643026,21.566195 -21.987719,18.224163
-30.447565,36.315128,22.297714 -24.229572,26.375620
-34.261669,40.454052,22.921490 -26.934479,31.759094
-38.963802,43.801403,23.591339 -30.274702,36.460873
-44.482063,46.557320,24.461086 -34.261669,40.454052
-48.487709,47.905247,25.184324 -38.963802,43.801403
-52.390377,48.578285,25.893303 -44.482063,46.557320
-56.247364,48.581978,26.570360 -48.487709,47.905247
-60.156116,47.913040,27.197836 -52.390377,48.578285
-64.178726,46.557289,27.758068 -56.247364,48.581978
-69.690178,43.804893,28.376801 -60.156116,47.913040
-74.391281,40.471558,28.798370 -64.178726,46.557289
-78.378510,36.492584,29.057056 -69.690178,43.804893
-81.720695,31.791672,29.187130 -74.391281,40.471558
-84.476669,26.260788,29.222872 -78.378510,36.492584
-85.817368,22.251909,29.321785 -81.720695,31.791672
-86.481354,18.338217,29.591223 -84.476669,26.260788
-86.479111,14.469331,29.990236 -85.817368,22.251909
-85.812614,10.558656,30.477875 -86.481354,18.338217
-84.472893,6.550099,31.013186 -86.479111,14.469331
-81.737160,0.956713,31.841183 -85.812614,10.558656
-78.444519,-3.829320,32.724140 -84.472893,6.550099
-74.366539,-7.675658,33.586082 -81.737160,0.956713
-69.726509,-10.934368,34.351040 -78.444519,-3.829320
-64.178925,-13.493365,34.943035 -74.512794,-7.848089
-59.875332,-14.729012,35.170776 -69.838844,-11.130590
-55.655163,-15.244593,35.199242 -64.260101,-13.704393
-51.583115,-14.982785,35.113842 -59.920750,-14.950506
-47.648659,-13.892159,34.999969 -55.661774,-15.470600
-43.811546,-11.879116,34.943035 -51.545265,-15.205698
-40.506573,-9.200334,34.943035 -47.564922,-14.102184
-37.950481,-6.083619,34.943035 -43.687431,-12.068110
-36.122330,-2.558593,34.943035 -40.347515,-9.361032
-35.016483,1.361769,34.943035 -37.761780,-6.208176
-34.650425,5.651207,34.943035 -35.912022,-2.641615
-35.083630,10.455292,35.083664 -34.793957,1.321706
-36.334900,14.857086,35.364925 -34.424324,5.652766
-38.383579,18.793480,35.575874 -34.861256,10.496213
-41.069706,22.367483,35.505562 -36.124729,14.940461
-44.820969,25.255581,34.943035 -38.195431,18.918869
-48.000423,26.878004,34.128338 -41.069706,22.367483
-51.085327,27.745539,33.122917 -44.820969,25.255581
-54.142101,27.813246,31.987757 -48.000423,26.878004
-57.376659,27.007692,30.783825 -51.085327,27.745539
-60.864475,25.221884,29.572096 -54.142101,27.813246
-64.969620,21.577875,28.223223 -57.376659,27.007692
-67.612373,17.218008,27.058800 -60.864475,25.221884
-69.012581,12.484254,25.749016 -64.969620,21.577875
-69.262054,7.877980,23.964058 -67.612373,17.218008
-68.479668,3.859909,21.374113 -69.012581,12.484254
-67.011665,0.401005,18.596392 -69.262054,7.877980
-65.250771,-3.040279,16.212343 -68.479668,3.859909
-63.541866,-6.532727,14.088199 -67.011665,0.401005
-62.269131,-10.249054,12.090192 -65.250771,-3.040279
-61.918076,-14.175456,10.084554 -63.541866,-6.532727
-62.411835,-19.743320,6.864627 -62.269131,-10.249054
-62.984074,-24.088711,4.295562 -61.918076,-14.175456
-63.573227,-27.867737,2.187695 -62.411835,-19.743320
-64.119202,-31.664064,0.351364 -62.984074,-24.088711
-64.583481,-36.211166,-1.403095 -63.573227,-27.867737
-65.250237,-41.172356,-2.786208 -64.119202,-31.664064
-66.032043,-46.027878,-3.653529 -64.583481,-36.211166
-66.309814,-50.408100,-4.112674 -65.250237,-41.172356
-65.628998,-54.066494,-4.271258 -66.032043,-46.027878
-63.376354,-56.961128,-4.236894 -66.309814,-50.408100
-60.630322,-58.495548,-3.898957 -65.628998,-54.066494
-57.429722,-58.655811,-3.200173 -63.530495,-57.126553
-53.412891,-57.915878,-2.344846 -60.695763,-58.711975
-48.742817,-56.852085,-1.537280 -57.415707,-58.881481
-43.650978,-56.294403,-0.981779 -53.367493,-58.137375
-38.778332,-56.596844,-0.753115 -48.705238,-57.075043
-34.423885,-57.185150,-0.724532 -43.645329,-56.520439
-30.468197,-57.605690,-0.810281 -38.800503,-56.821857
-26.774738,-57.487938,-0.924613 -34.450912,-57.409634
-23.032906,-56.472889,-0.981779 -30.476101,-57.831654
-17.578737,-53.756516,-0.981779 -26.740086,-57.711369
-12.907486,-50.446346,-0.981779 -22.948622,-56.682693
-8.957170,-46.496029,-0.981779 -17.463043,-53.950779
-5.647002,-41.824780,-0.981780 -12.761797,-50.619251
-2.946806,-36.411938,-0.981780 -8.784264,-46.641720
-1.397344,-30.724285,-0.981781 -5.452738,-41.940472
-1.214859,-25.186195,-0.981781 -2.735528,-36.492462
-1.829713,-19.381989,-0.981781 -1.173914,-30.758968
-2.677148,-13.112417,-0.981782 -0.988893,-25.178288
-1.605231,-19.354958
-2.452131,-13.090271
-2.882393,-6.337662

View File

@@ -1,152 +1,155 @@
1.638287,8.967574,-0.981784 1.638287,-0.876290
1.638287,13.955242,-0.981784 1.638287,4.111378
1.636971,19.260105,-0.981784 1.638287,8.967574
2.024582,25.355267,-0.981785 1.638287,13.955242
2.813555,31.173351,-0.981785 1.636971,19.260105
3.424133,37.041519,-0.981786 2.024582,25.355267
3.200178,43.136860,-0.981786 2.813555,31.173351
1.487732,49.445713,-0.981787 3.424133,37.041519
-1.567479,55.591038,-0.981787 3.200178,43.136860
-5.326111,60.892254,-0.981788 1.487732,49.445713
-9.702286,65.587029,-0.981788 -1.567479,55.591038
-15.033499,69.367012,-0.981788 -5.326111,60.892254
-21.208197,72.437004,-0.981788 -9.847979,65.414124
-27.308903,74.093224,-0.981789 -15.149194,69.172745
-33.194832,74.310883,-0.981789 -21.289799,72.226143
-38.829777,73.725304,-0.981789 -27.343584,73.869797
-44.382187,72.972168,-0.981788 -33.186920,74.084923
-50.079853,72.604530,-0.981788 -38.802746,73.500824
-57.620682,73.086853,-0.981789 -44.360039,72.747154
-64.867149,74.069344,-0.981789 -50.081741,72.378441
-72.141296,74.826935,-0.981789 -57.642830,72.861839
-79.664253,74.551941,-0.981789 -64.894180,73.844864
-87.425034,72.447456,-0.981788 -72.149208,74.600975
-93.615135,69.351776,-0.981788 -79.629578,74.328514
-98.904427,65.549026,-0.981788 -87.345932,72.235634
-103.411972,60.992252,-0.981788 -93.498550,69.158043
-107.189072,55.687290,-0.981787 -98.757668,65.377029
-110.379364,49.473293,-0.981787 -103.238785,60.846886
-112.485107,40.845318,-0.981786 -106.995789,55.569962
-112.207825,32.428185,-0.981785 -110.166512,49.397034
-111.114433,24.474627,-0.981785 -112.260262,40.821529
-110.665657,16.883059,-0.981784 -111.982567,32.447670
-112.135185,9.406727,-0.981784 -110.889381,24.496439
-115.347473,4.601414,-0.981783 -110.440147,16.866692
-120.237167,0.556391,-0.981782 -111.924240,9.325328
-125.692780,-3.533727,-0.981783 -115.179115,4.450491
-130.297272,-8.732786,-0.981782 -120.096992,0.378986
-132.008133,-15.823933,-0.981782 -125.541176,-3.701475
-130.333267,-22.925655,-1.069870 -130.097214,-8.838143
-126.533157,-28.628988,-1.246048 -131.782013,-15.823092
-121.201950,-32.941109,-1.378181 -130.125870,-22.835613
-115.223694,-36.490547,-1.334136 -126.364319,-28.478598
-108.833191,-39.414303,-0.981780 -121.201950,-32.941109
-104.029762,-40.652225,-0.484044 -115.223694,-36.490547
-99.427116,-40.678795,0.170007 -108.833191,-39.414303
-95.124062,-40.119396,0.903074 -104.029762,-40.652225
-90.976936,-39.576984,1.637853 -99.427116,-40.678795
-86.761284,-39.549324,2.297046 -95.124062,-40.119396
-79.633530,-40.632706,3.131427 -90.976936,-39.576984
-72.988960,-42.253071,3.766172 -86.761284,-39.549324
-66.366684,-43.980694,4.324034 -79.633530,-40.632706
-59.369072,-45.340527,4.927770 -72.988960,-42.253071
-51.791798,-45.821159,5.700130 -66.366684,-43.980694
-45.035763,-45.936375,6.430729 -59.369072,-45.340527
-38.379868,-46.032600,7.124743 -51.791798,-45.821159
-31.846863,-45.397663,7.843961 -45.035763,-45.936375
-25.666983,-43.210472,8.650172 -38.379868,-46.032600
-20.380640,-38.759281,9.605167 -31.846863,-45.397663
-18.018448,-34.056602,10.221391 -25.666983,-43.210472
-17.705872,-29.232140,10.659692 -20.380640,-38.759281
-18.455313,-24.600637,11.037975 -18.018448,-34.056602
-19.395397,-20.141529,11.474143 -17.705872,-29.232140
-19.844828,-15.832925,12.086100 -18.455313,-24.600637
-19.267832,-6.848194,13.657927 -19.395397,-20.141529
-18.097464,1.703003,15.344758 -19.844828,-15.832925
-17.200384,10.199361,17.094376 -19.267832,-6.848194
-17.520241,18.924730,18.854561 -18.097464,1.703003
-19.982008,27.927181,20.573107 -17.200384,10.199361
-23.053680,34.080410,21.566195 -17.520241,18.924730
-26.817411,39.375710,22.297712 -19.982008,27.927181
-31.196758,44.080551,22.921490 -23.053680,34.080410
-36.526028,47.876011,23.591339 -26.817411,39.375710
-42.606277,50.919270,24.461086 -31.342707,43.907860
-47.313530,52.505955,25.184324 -36.642109,47.681980
-51.979774,53.308678,25.893303 -42.695599,50.711559
-56.650974,53.312969,26.570360 -47.369442,52.286877
-61.328930,52.514095,27.197836 -51.999325,53.083420
-66.054337,50.919312,27.758068 -56.631756,53.087681
-72.124153,47.881775,28.376801 -61.273083,52.294994
-77.449661,44.103565,28.798370 -65.965019,50.711597
-82.005669,39.556709,29.057055 -72.008247,47.687637
-85.797371,34.225986,29.187130 -77.304024,43.930614
-88.840981,28.131073,29.222872 -81.832947,39.410797
-90.420769,23.415476,29.321785 -85.603249,34.110065
-91.212593,18.738953,29.591223 -88.633163,28.042013
-91.209991,14.064386,29.990236 -90.201553,23.360067
-90.415871,9.394495,30.477875 -90.987297,18.719870
-88.845139,4.698446,31.013186 -90.984711,14.083670
-85.840858,-1.431770,31.841183 -90.196663,9.449931
-82.113312,-6.843483,32.724140 -88.636940,4.786621
-77.437866,-11.296724,33.586082 -85.645439,-1.318033
-72.085602,-15.055029,34.351040 -81.938606,-6.699952
-65.883644,-17.924971,34.943035 -77.437866,-11.296724
-60.829105,-19.380409,35.170776 -72.085602,-15.055029
-55.794006,-19.990740,35.199242 -65.883644,-17.924971
-50.788269,-19.663963,35.113842 -60.829105,-19.380409
-45.890202,-18.302715,34.999969 -55.794006,-19.990740
-41.205132,-15.847969,34.943035 -50.788269,-19.663963
-37.166412,-12.575020,34.943035 -45.890202,-18.302715
-33.987743,-8.699321,34.943035 -41.205132,-15.847969
-31.705826,-4.302061,34.943035 -37.166412,-12.575020
-30.343437,0.520444,34.943035 -33.987743,-8.699321
-29.902361,5.683954,34.943035 -31.705826,-4.302061
-30.413860,11.314627,35.083664 -30.343437,0.520444
-31.921328,16.607960,35.364925 -29.902361,5.683954
-34.432449,21.426680,35.575874 -30.413860,11.314627
-37.782730,25.793999,35.505558 -31.921328,16.607960
-42.233482,29.236803,34.943031 -34.432449,21.426680
-46.255497,31.293934,34.128338 -37.939255,25.630831
-50.385242,32.441822,33.122917 -42.356697,29.047222
-54.690266,32.529675,31.987757 -46.338589,31.083651
-59.084671,31.438030,30.783825 -50.418579,32.218189
-63.626049,29.084383,29.572096 -54.664165,32.305080
-68.604553,24.632786,28.223223 -59.003338,31.227060
-71.947258,19.155527,27.058800 -63.494545,28.900455
-73.687981,13.312391,25.749014 -68.431458,24.487314
-74.001358,7.587860,23.964058 -71.740837,19.063263
-73.032242,2.511099,21.374113 -73.465347,13.272957
-71.318390,-1.598314,18.596392 -73.775673,7.601675
-69.495789,-5.167481,16.212343 -72.815453,2.575328
-67.921829,-8.366058,14.088199 -71.113312,-1.503108
-66.910744,-11.249366,12.090192 -69.293640,-5.066186
-66.665253,-14.077905,10.084554 -67.713264,-8.278757
-67.132423,-19.232216,6.864627 -66.689713,-11.201732
-67.684364,-23.416048,4.295562 -66.439194,-14.082550
-68.269058,-27.164619,2.187696 -66.907631,-19.256554
-68.832886,-31.092810,0.351364 -67.460541,-23.448080
-69.298470,-35.650749,-1.403095 -68.045448,-27.198099
-69.947586,-40.479473,-2.786208 -68.608429,-31.120012
-70.751122,-45.503033,-3.653530 -69.073952,-35.677433
-71.048889,-50.702065,-4.112675 -69.723900,-40.512466
-69.999702,-55.921787,-4.271258 -70.526405,-45.528023
-66.613251,-60.434986,-4.236892 -70.823219,-50.688065
-62.004597,-63.040497,-3.898957 -69.791573,-55.833443
-57.135452,-63.394859,-3.200173 -66.613251,-60.434986
-52.459553,-62.567364,-2.344845 -62.004597,-63.040497
-47.953678,-61.534222,-1.537278 -57.135452,-63.394859
-43.532333,-61.041096,-0.981778 -52.459553,-62.567364
-39.243893,-61.322136,-0.753114 -47.953678,-61.534222
-34.991398,-61.899288,-0.724531 -43.532333,-61.041096
-30.634148,-62.350967,-0.810280 -39.243893,-61.322136
-26.046972,-62.180008,-0.924612 -34.991398,-61.899288
-21.262959,-60.878845,-0.981778 -30.634148,-62.350967
-15.149194,-57.836037,-0.981779 -26.046972,-62.180008
-9.847976,-54.077404,-0.981779 -21.262959,-60.878845
-5.326111,-49.555538,-0.981779 -15.149194,-57.836037
-1.567479,-44.254322,-0.981780 -9.847976,-54.077404
1.490034,-38.102989,-0.981780 -5.326111,-49.555538
3.294649,-31.452595,-0.981781 -1.567479,-44.254322
3.530416,-25.020100,-0.981781 1.490034,-38.102989
2.884412,-18.814335,-0.981782 3.294649,-31.452595
2.048201,-12.647357,-0.981782 3.530416,-25.020100
2.884412,-18.814335
2.048201,-12.647357
1.636903,-6.179093

View File

@@ -1,16 +1,4 @@
# Created by tuxkart.py v0.2 Blender Python script. #
# Track itself.
# #
"volcanotrack.ac",0,0,0,0,0,0 "volcanotrack.ac",0,0,0,0,0,0
SHERRING,-67.025742,-53.888542
SHERRING,-40.568863,-11.841003
SHERRING,-22.143539,28.316757
SHERRING,-68.443069,-40.18766
SHERRING,-110.018158,8.474098
SHERRING,-54.269741,70.364296
RHERRING,-45.884243,-59.344269
RHERRING,-50.609062,30.427301
RHERRING,-65.964722,48.539108
RHERRING,-23.44136,-37.688843
RHERRING,-128.962311,-17.60836
RHERRING,-107.700623,48.539108
RHERRING,1.163814,38.412182

View File

@@ -1,11 +1,7 @@
;; -*- mode: lisp -*- ;; -*- mode: lisp -*-
(tuxkart-track (tuxkart-track
(name "Volcano") (name "Volcano"))
(description "Created by Ingo Ruhnke")
(music "mods/Boom_boom_boom.mod")
(screenshot "images/sshot-volcano.rgb")
)
;; EOF ;; ;; EOF ;;

View File

@@ -1,14 +1,24 @@
;; -*- mode: lisp -*- ;; -*- mode: lisp -*-
(tuxkart-kart (tuxkart-kart
(name "Yeti") (name "Yeti")
(model-file "yetikart.ac") (model "yetikart.ac")
(icon-file "yetiicon.rgb") (icon "yetiicon.rgb")
(shadow-file "yetishadow.rgb") (shadow "yetishadow.rgb")
(red 0.2) (red 0.2)
(green 0.0) (green 0.0)
(blue 0.2) (blue 0.2)
) (max-throttle 100)
(engine-power 50)
(corn-f -1.0)
(corn-r -0.1)
(mass 100)
(inertia 20)
(turn-speed 3.1415926535897931)
(max-wheel-turn 1.5707963267948966)
(tire-grip 0.5)
(air-friction 0.8257))
;; EOF ;; ;; EOF ;;

View File

@@ -1,4 +1,4 @@
lmSome more or less unsorted implementation details. Some comments Some more or less unsorted implementation details. Some comments
are included in []. are included in [].
@@ -17,49 +17,12 @@ CollectableManager (look for initCollectableType and ict).
When a red herring is hit, Collectable::hitRedHerring for When a red herring is hit, Collectable::hitRedHerring for
the collectable being used in the current kart is called. When a the collectable being used in the current kart is called. When a
collectable is used, Collectable::use is called from PlayerKart::update collectable is used, Collectable::use is called from PlayerKart::update
or AutoKart::update. or AutoKart::update.
The collectables can have different styles, for example, in some tracks
they can look like a fish and in others like a box with a question mark.
All herring models are stored in models/herrings and are loaded at the
start of the program. The only exception are the original fish models,
which are created within tuxkart. They can be specified by using the
special model names; OLD_GOLD, OLD_GREEN, OLD_RED, and OLD_SILVER.
The herrings to use are defined in herring style files in
data/*.herring - for example:
(herring
(gold "goldcoin")
(silver "silvercoin")
(green "OLD_GREEN")
)
This would use the new coin models for the energy boosters, but the
old green for bad collectables. Since no value is specified for
red herrings, the system default will be used.
The program can load up to 4 different style. First of all it loads
the (hardcoded) defaults (which are the newly defined models in
models/herrings). Then it will a user specified model (using the
--herring command line option). Then it will load a herring file
specified in the track, and if a grand prix is used, it will load
the grand prix specifications last. This means, that a grand prix
setting will overwrite a track setting, which in turn will overwrite
a user setting, which will overwrite the defaults. This way a grand
prix can specify a consistent style.
To create a new herring model:
1) create the model and put it in models/herrings
2) create a herring style file in data/*.herring,
which specified for which to use the model.
3) Then either specify the name of the new herring style file
on the command line option (which will then become your
new default, since it will be loaded), or add it to a track
or cup file in data (as (herring "new-name-without-extension")
2) Projectiles 2) Projectiles
============== ==============
Projectiles inherit from Moveables. The projectile_manager Projectiles inherit from Moveables. The projectile_manager
maintains a dynamical list of unused projectiles (deletedProjectiles). maintains a dynamical list of unused projectils (deletedProjectils).
If a new projectile is needed (because of the use of a collectable): If a new projectile is needed (because of the use of a collectable):
- one projectile from this list will be used (and removed from - one projectile from this list will be used (and removed from
this list) if one is available, this list) if one is available,
@@ -83,496 +46,3 @@ might make the ProjectileManager inherit from the CollectableManager,
more complicated: e.g. depending on whether the collectable is more complicated: e.g. depending on whether the collectable is
a missile or not, different managers have to be called ...] a missile or not, different managers have to be called ...]
3) Default parameters
=====================
All default parameters (mostly physics related, including default
kart properties) are stored in data/physics.data, and managed by
PhysicsParameters, which has KartProperties as a base class, so it
can automatically store all kart data as well.
This class checks if all necessary parameters are defined, so
missing data in data/physics.data will be detected.
To add another parameter:
1) add the parameter to data/physics.data
2) add a variable to PhysicsParameter.h
3) add a call to list->get to PhysicsParameter::getAllData
4) add an initialisation to PhysicsParameter::init_defaults
(this value if possible should be <-99, since this is used
to detect missing values. If this value should be a valid
value for the new parameter, find something else and adjust
the test in PhysicsParameters::load accordingly).
5) add a test to PhysicsParameters::load to see if this value
was defined.
4) Menu handling
================
The ScreenManager contains the main event/redraw loop in its
ScreenManager::run function. The next screen can be defined, which
means that the ScreenManager will delete the current screen, and
replace it with the next screen. The main loop for the
ScreenManager can be aborted by calling ScreenManager::abort().
There are currently two screens:
- StartScreen
--> background rendered image of tuxkart
- WorldScreen
--> Handles the display of the actual race, but is also
used when the race menu pops up
The screens are then mainly responsible for:
- drawing the actual screen (background image for StartScreen,
race track, karts etc for WorldScreen)
- calling plibdrv.pollEvents (which manages all input)
- calling updateGUI to handle keyboard etc.
- swapping the display buffers
StartScreen
-----------
A gui-stack (gui/BaseGUI) is responsible for handling the
menus. StartScreen pushes GUI_MAINMENU on the guistack, which
is the first menu. When a choice is made, the next menu
(see BaseGUI the function updateGUI) is pushed on the stack.
The updateGUI function then updates the current gui.
When the main menu is finished, StartScreen::switchToGame
gets called, either from:
- start_tuxkart (profiling, quick start)
- gui/CharSel (GrandPrix)
- gui/NumLaps (all other racing modes)
switchToGame clears the guiStack and calls RaceManager::start().
There, a RaceMode object is created and start() gets called,
where (after some setup) a new WorldScreen is created and set
in the screen_manager.
If a race is over (or aborted), a new StartStreen is created
(see ::next() of all racing modes in RaceManager), and the
menu handling starts again.
WorldScreen
-----------
Similarly to StartScreen, WorldScreen::update gets called
regularly by the ScreenManager.
5) Physics
==========
The new physics (esp. new turning code) enables (well, soon)
karts to start sliding when driving too fast in too tight
curves. There are quite a few parameters which can and must
be tuned to get the right feeling. All these parameters
are stored in data/physics.data and can be changed with
any editor - no recompilation is necessary, but tuxkart
has to be started again for the new parameters to be used.
Here a short explanation on how the parameters interact
with each other:
- Driving in straight lines
The engine force is defined by 'engine-power', which
results in a force pushing the kart forward. There are
two forces countering this: rolling resistance (see
roll-resistance), and air-resistance. Rolling resistance
increases linearly with the velocity of the kart
(speed * roll_resistance); while air resistance increases
with the squared speed of the kart
(speed*speed*air_resistance). Rolling resistance is more
important at lower speed, while air-resistance is most
effective at higher speed (and it's ultimate responsible
for the top speed of the kart).Therefore:
- engine_power and roll_resistance determine how fast
a kart can accelerate
- engine_power and air_resistance determine the maximum
speed of the kart.
E.g., to make the kart accelerate faster, without changing
the maximum speed: either decrease roll-resistance (the
effect to the maximum speed can be neglected); or increase
engine power and air resistance.
Additional effects are the tire grip and the surface the
kart is driving on: tire-force*tire_grip*surface_grip
is the maximum grip (tire-force = force on the tire, caused
by the weight of the kart), and if the forward force is
greater than the maximum grip, slipping occurs: the
effective force is reduced to 40% (arbitrary value), and
skid marks are drawn.
- Turning
Turning is implemented by computing two lateral forces
acting on the tires. These forces are caused by the
difference of the direction the kart is driving (velocity,
which is a vector), and the direction the tires are
facing. This is called the slip angle. For example,
consider a kart driving in a straight line, when suddenly
the steering wheel is turned left. At this time, the front
tire will face in a different direction than the direction
the kart is travelling, but the rear tire will still face
in the same direction as the velocity. Therefore, a force
will act on the front tires pushing them to the left,
while no such force acts on the rear tires. As a result of
this, two changes take place in the kart:
1) The force pushes the kart a bit to the left
--> this is responsible for the centre of gravity
to describe a circle
2) this force causes a turning moment to the kart,
causing the kart to rotate to the left.
Notice that these two effects are to a certain degree
independent: if the turning moment is too small (close
to zero), the kart will be sliding to the left, but not
actually face in the direction. If the turning moment
is too big, the kart will rotate too much - not facing
the direction of travel either.
Later in the turn the behaviour is quite similar, except
that the rear tires will (usually) face in a different
direction than the velocity, causing a force there as
well. So the correct description is:
1) The sum of the forces on the front and rear tire
cause the centre of gravity of the kart to move
sideways
2) The difference of the two forces causes a turning
moment on the kart.
Well, that's somewhat simplified, since there are a
few cos(alpha), sin(delta), ... happening, but that
is enough to understand the parameters in the
data/physics.data file. For more details see:
http://home.planet.nl/~monstrous/tutcar.html
This page is currently down :((
Another recommended read is Ted Zuvich's "Vehicle
Dynamics for Racing Games" (available on
gamasutra, just google to find it). More information
can be found online, search for slip angle, car
physics, ...
The slip angles for front and rear tires depend on:
- steering angle (obviously only for front tires)
- distance between tires and centre of gravity
(and rotational velocity of the kart).
The CoG is assumed to be in the middle of the kart, so
this distance is wheel-base/2. The longer the wheel
base, the longer the way the tires will move as
a result of the kart rotation, the more lateral force
will be produced.
The force acting on the tires is then linearly dependent
on the slip_angle: slip_angle * corner_force
(well, it's only linear for small angles, and the function
Kart::NormalizedLateralForce will cap the values if the
angle is too big). The acting force for the front tire
is modified by cos(steer_angle) to compute the lateral
force on the centre of gravity from the lateral force
on the tire.
The sum of these two lateral forces causes the sideway
movement of the kart, and the difference between these
two forces multiplied by wheel_base/2 causes the turning
moment or torque, which gets divided by the inertia of the
kart to computer the rotational acceleration.
To tweak these values, consider:
- increasing the cornering forces for the tires will
result in larger forces to work on the tires
--> the radius of the turn will be smaller, since the
force pulling the kart to the middle is bigger,
--> the kart will rotate more, since the difference of
the two forces will be bigger as well.
- increasing max_steer_angle will increase the force, but
at the same time decrease the later component for the
front tire (see cos(steer_angle) above)
--> tighter curve, but less rotation of the kart
- increasing the wheel base will increase the turning
velocity, causing more force
- increasing the inertia will reduce the effect of the
turning moment on the kart, resulting in less rotation,
but the same pulling force causing the kart to go in
a circle, so the kart will not 'oversteer'2
All those parameters are tightly coupled, and sometimes even
minor changes will result in big changes in playability, i.e.
the kart might suddenly only rotate on the spot, or hardly
turn at all. Testing and tweaking and tweaking and testing
is necessary.
6) Conventions
==============
The filenames should be lowercase, with underscores between
words. Use the .cpp extension for C++ implementation files,
and .hpp for C++ headers, .c for C files and .h for C
headers.
7) Track design
===============
This was written originally by Steve Baker for TuxKart. Most of the
information contained here is still valid, though it might be good to
contact an experienced track designer on the supertuxkart-email list.
A TuxKart 'level' (a race track) is just a bunch of static
models - perhaps just one if it's simple enough.
The model files can be in any format that PLIB's "SSG" library can
load - there are quite a few loaders now for a range of common
formats. I havn't tested many of them though and I suspect that some
of them are 'patchy' in implementation.
I've been using AC3D to model stuff for TuxKart - and the AC3D file
format is pretty well supported.
RACETRACK MODELS.
-----------------
The race always starts at the origin of the model - with the players
facing due north. The karts start out spaced a couple of meters apart
- so make sure the track is wide enough!
Karts are dropped onto the track - it's very important that the road
surface at X==0, Y==0 is slightly below Z==0. That may seem a nasty
restriction that I should fix - but think about what would happen if
you wanted to start the race inside a tunnel or something where there
were multiple layers of polygons above the origin...the program would
have no way to know which layer you wanted to start at.
I've had to 'extend' the AC3D format a little by using the "Object
Data" field to contain the additional parameters. The TuxKart engine
knows how to do simple repetitive motion on either whole objects or
texture maps based on that data...eg, I have moving water and lava
streams by setting up a moving texture in the AC3D Object Data
field. There are various other similar extensions for 'model switched'
animations and such like.
It would be easy to add other kinds of effects into the model in that
way.
Since most model formats allow for some kind of text field to be
attached to nodes in the database, this same technique should work for
other model formats - although we may need to get the authors of those
loaders to support the callback function that the AC3D loader uses to
tell the application program that this happened.
IMAGE AND TEXTURE FILES:
------------------------
All 2D icons and texture maps have to be in either BMP or SGI 'RGB'
format. I greatly prefer the latter because BMP changes often and my
loader can't keep up.
All images and textures have to obey the rules for OpenGL texture maps
- they must be even powers of two in size (ie the X and Y dimensions
must be 2,4,8,16,32,64,128,256,etc). You can have rectangular maps (eg
128x64).
Whilst there is no limit to the size of a texture map or image - you
need to be aware that 3Dfx cards (which are VERY commonly used) cannot
cope with maps larger than 256x256. The map loader will downsize your
maps as necessary to make them fit - but beware that this will make
them fuzzy.
3Dfx cards also have a limitation that maps must not have an aspect
ratio of more than 8:1 or less than 1:8. That's rarely a practical
limitation.
Textures are ALWAYS MIPmapped and displayed using the highest quality
settings.
Ideally, all the maps for one track should fit into texture memory -
and on early Voodoo-1 cards, that could be as little as 2Mb...of
course with a GeForce-2 you get something like 64Mb of compressed
texture memory - perhaps 100Mb. How much can you use? That's your
problem!
COORDINATE SYSTEMS:
-------------------
I have chosen one 'unit' in the database to be one meter in the real
world - but since we don't really know how big Tux and his friends
are, this is pretty arbitary. Another way to think of this is that Tux
is one meter tall (that's just how big I think of him as being) - so
one 'unit' is one 'tux' high - which is one meter. Real world penguins
do get as big as a meter tall - but Tux is a 'Jackass Penguin' and
they only grow to about 30cm...however, if he was that small, it would
be hard to make levels because he ends up being too short to reach
furniture, door knobs, etc convincingly.
I come from a flight-simulation background where we use the convention
that Z-is-up - so all my software works like that. However, the PLIB
loaders know that some modellers use Y-is-up and do the axis swap as
needed. Hence, in AC3D, Y-is-up - but in the game, your models will be
converted to Z-is-up. If you find this confusing, forget I mentioned
it - everything comes out OK automagically.
RACETRACK MATERIALS:
--------------------
Another kind of effect comes from which texture map you use. I find
that model file formats don't tell me all I need to know about a
polygon.
For example - do you crash if you hit it? Yes - if it's a brick wall,
No - if it's a cloud of smoke. What is the coefficient of friction?
Different for Ice than for Concrete.
These things are listed in a 'Material Reference File' called
'data/materials.dat'. Since the default settings are generally what
you want, most textures needn't be listed in the material file. It's
really there for special materials such as those that make up the
'zippers'.
Hence, if you need an icy surface, you apply the texture "ice.rgb" and
when the model loads, I check that filename against my list of
materials in 'data/materials.dat' and note that "ice.rgb" is a
slippery material. This means that you can't re-use the ice texture
map for anything that isn't supposed to be slippery - but what the
heck...that's a really easy solution. It also allows me to add new
material properties without going back into every single model adding
that property into every single polygon.
The format of 'data/materials.dat' is described in the file itself in
comments. Each material is on a line of it's own. Start with the
texturemap name in double-quotes, then follow a number of boolean or
numeric fields separated by spaces.
An example of a line in this file is:
# TextureName UVClamp Trans AlphaRef Light Friction Ign Zip Reset Collide
"lava.rgb" N N N 0.0 N 1.0 N N Y Y
The fields (in order) are:
* TextureName -- the name of the texture map - stripped of it's
pathname. (All textures should be in the 'images' directory).
* UVCLAMP -- two booleans - the first indicates whether the
texture coordinates should be clamped in the U direction - the
second for the V direction.
o N N - repeats endlessly.
o Y N - repeats in the V (ie Y) direction only.
o N Y - or only in the U (ie X) direction.
o Y Y - makes the texture not repeat at all.
If the polygon is larger than the map and the map is clamped
then the edge texels of the map will be repeated endlessly.
* Trans -- True if the polygon or texture is likely to be
transparent and therefore rendered with GL_BLEND enabled.
* AlphaRef -- the 'alpha clamp' value - pixels with an alpha less
than this are not rendered.
* Light -- is 'lighting' enabled for this polygon? If not, the
polygon will be drawn at it's full brightness and it'll glow in
the dark.
* Friction -- the frictional coefficient. 1.0 is 'normal', larger
numbers represent rougher surfaces, smaller are more slippery.
* Ign/Zip/Reset/Collide -- four booleans that describe the effect
on the Kart of touching polygons made of this material:
o Ign -- Ignore this polygon for the purposes of collision
testing.
o Zip -- means that this is a 'zipper'. If a kart touches
it, the kart will accellerate to high speed.
o Reset -- This material is "fatal" to karts - if you touch
it then the rescue squad will come and hoist you away from
it and up onto the track.
o Collide -- if no set for a horizontal surface, it means
that a kart can drive on it - for a vertical surface,
karts that hit it will only slow down a little and can
'slide' along the polygons. If set, it means that any kart
that hits this polygon will crash and drop to zero speed.
THE 'LOCATION' FILE.
There is a 'data/xxx.loc' file (where 'xxx' is the name of your level)
that contains the location of each model file in (x,y,z) and (h,p,r) -
Heading, Pitch and Roll.
It's convenient to have some objects automatically 'conform' to sit on
the terrain. If you wish to do that, then you can replace the Z
coordinate with a pair of curly braces '{}'...you can also leave out
either Pitch or Roll (using '{}') - and they will be computed so as to
position the object onto the underlying surface.
Since objects are added to the scene in order, the track models needs
to appear earlier in the file than things you wish to conform to it.
There are some models that are 'built-in' to the game engine - notably
the the various colours of herring.
Comments can be placed into the '.loc' file by placing a '#' at the
start of the line.
The easiest way to understand the '.loc' file format is to look at
some of those from existing levels - the format is easy enough. Here
is an example:
#
# The track itself.
#
"bsodcastle.ac",0,0,0,0,0,0
#
# Two Zippers (clamped to the track)
#
"zipper.ac",-70,0,{},90,{},{}
"zipper.ac",-75,0,{},180,{},{}
#
# An advert for SuSE Linux
#
"susesign.ac",130,-40,5,-90,0,0
#
# A Gold (Yellow) herring
#
YHERRING,-45,-140
#
# Two Red herring
#
RHERRING,29,-139
RHERRING,29,-141
#
# Two Silver herring
#
SHERRING,20,80
SHERRING,120,-65
#
# Two Green herring
#
GHERRING,25,70
GHERRING,30,70
THE 'DRIVE LINE' FILE:
----------------------
The second file you need is 'data/xxx.drv' - which is an ordered list
of 2D points that lie along the approximate centerline of the track -
starting at the start line, going all the way around the track and
ending again at the start line.
The DRIVE LINE file is used for several things:
* To tell the computer players where to steer.
* To let me figure out how far around the 'lap' each player is.
* I also use it to generate a 'plan view' of the track with
coloured dots for the players.
Here is an example of a typical 'drv' file.
1.6556,-2.09912
-0.6416,15.1328
-7.5344,35.8112
-22.469,54.192
-40.8496,59.936
-59.2304,51.8944
-75.3136,33.5136
-83.3552,22.0256
-100.587,1.34728
-122.414,-8.99188
The simplest way to generate such a file is to load your track into a
suitable 3D modeller and digitize a 'polyline' (or 'line loop' or
whatever) around the track. Then delete all the other things in the
model and SaveAs to a separate file. Presuming your modeller can
export an ASCII format of some kind, you can easily hand edit the
points to delete the vertical coordinate and all the non-vertex data
from the file.
You can test whether you got it right by loading the model and drv
file into TuxKart and driving Tux around the track. Observing the
planview as you go around will make it easy to tell whether you got it
right.
The computer-controlled players have a hard time making it around
tight corners, so please try to have the drv file take a 'racing line'
through the turn to give them a better chance.
KART MODELS:
------------
Right now, the Karts in TuxKart are pretty simple - just a plain rigid
model. That's going to have to change so the characters do stuff like
leaning into the corners, turning their heads, waving their fists (oh
- wait, none of them *have* fists :-) ...however, remarkably little of
that happens in MarioKart - and my first goal is just to be AS GOOD AS
MK64 - being better than it can come later!
The Karts also need 2D icons for use in various parts of the game.
Have a look at the data/*.tkkf files for details.

View File

@@ -1,3 +1,5 @@
# contrib/ # doc/
EXTRA_DIST = pkgdata_DATA = $(wildcard *.html) $(wildcard *.png)
EXTRA_DIST = $(pkgdata_DATA)

BIN
doc/background.png Normal file

Binary file not shown.

BIN
doc/bsodcastle.png Normal file

Binary file not shown.

210
doc/controls.html Normal file
View File

@@ -0,0 +1,210 @@
<TITLE>Tuxedo T. Penguin stars in TuxKart!</TITLE>
<BODY BACKGROUND="background.png">
<TABLE>
<TR>
<TD>
<center>
<A href="http://sourceforge.net">
<IMG src="http://sourceforge.net/sflogo.php?group_id=2554&type=1" width="88" height="31" border="0"></A>
</center>
<p>
<center>
<FONT SIZE=+7><b>T</b></FONT SIZE><b>UXEDO</b>
<FONT SIZE=+7><b>T. P</b></FONT SIZE><b>ENGUIN STARS IN</b>
<FONT SIZE=+7><b>T</b></FONT SIZE><b>UX</b><FONT SIZE=+7><b>K</b></FONT SIZE><b>ART!</b>
</center>
<br>
<center>by Steve and Oliver Baker</center>
</TD>
<TD>
<IMG SRC="title_screen.png">
</TD>
</TR>
</TABLE>
<TABLE>
<TR>
<TD valign=top align=left>
<A HREF="index.html"><IMG SRC="homepage_button.png" ALT="HomePage" BORDER="0"></A><br>
<A HREF="screenshots.html"><IMG SRC="screenshots_button.png" ALT="Screenshots" BORDER="0"></A><br>
<A HREF="downloads.html"><IMG SRC="downloads_button.png" ALT="Downloads" BORDER="0"></A><br>
<A HREF="installation.html"><IMG SRC="installation_button.png" ALT="Installation" BORDER="0"></A><br>
<A HREF="trackdesign.html"><IMG SRC="trackdesign_button.png" ALT="TrackDesign" BORDER="0"></A><br>
<A HREF="requirements.html"><IMG SRC="requirements_button.png" ALT="Requirements" BORDER="0"></A><br>
<A HREF="license.html"><IMG SRC="license_button.png" ALT="License" BORDER="0"></A><br>
<A HREF="controls.html"><IMG SRC="controls_button.png" ALT="Controls" BORDER="0"></A><br>
<A HREF="support.html"><IMG SRC="support_button.png" ALT="Support" BORDER="0"></A><br>
<A HREF="links.html"><IMG SRC="links_button.png" ALT="Links" BORDER="0"></A><br>
</TD>
<TD>
<H2>STARTING THE GAME:</H2>
Just 'cd' into the download directory and run './src/tuxkart',
or run '/usr/local/games/tuxkart' if you did a 'make install'.
<p>
Select the number of laps and which course you'd like to race
on then click 'start game' to get going.
<center>
<TABLE>
<TR>
<TD>
<center>
<IMG SRC="tuxtrack.png">
<br>
Tux's Tollway.
</center>
</TD>
<TD>
<center>
<IMG SRC="gownsbow.png">
<br>
Gown's Bow.
</center>
</TD>
</TR>
</TABLE>
</center>
<H2>PLAYING THE GAME:</H2>
Ideally, you need a 'gamepad' style joystick with at leasti
six buttons:
<pre>
Joystick Left/Right: Steer.
A button - Accellerate.
B button - Brake.
C button - Use an item you've collected from a Red Herring
D button - Ask to be rescued by tinytux.
L button - Pop a wheelie (if you are going fast enough).
R button - Jump.
</pre>
In addition, you can drive from the keyboard:
<pre>
LEFT/RIGHT ARROW: Steer.
UP-ARROW - Same as 'A' button - Accellerate
DOWN-ARROW - Same as 'B' button - Brake
A key - Same as 'L' button - pop a Wheelie
S key - Same as 'R' button - Jump
D key - Same as 'D' button - Rescue Me Please!
F key - Same as 'C' button - Use an item
ENTER - Same as 'C' button - Use an item
SPACE - Pop up or Hide the menu bar.
R key - Restart the race.
P key - Pause.
X key - Exit the game.
ESCAPE- Exit the game.
</pre>
There are also some debug functions left in for developers:
<pre>
W key - Toggle wireframe view
Z key - Toggle statistics gathering
</pre>
From the Menu bar, you can turn sound effects and music
on and off, enable or disable the 'mousetrap' (which keeps
the mouse in the window to stop you accidentally losing
the mouse pointer on Voodoo-1/2 hardware)
<p>
On the tracks, you'll find Red, Silver and Gold Herring (Yum - good!), and
Green Herring (Yuk - bad!) - also arrow-shaped red and black 'zippers'
that give you a quick speedup.
<p>
Use the 'rescue' key if you crash and can't get back onto the
track. It's sometimes activated automatically if (for example)
you get stuck in hot lava. TinyTux will lift your cart up and
put it back onto the track.
<H2>POWERUPS:</H2>
I currently have many 'good things' (triggered by eating a Red Herring)
and a few 'bad things' (triggered by eating a Green Herring by mistake).
<p>
Good things are collectables - you pick them
up by driving through the Red Herring and
activate them by pushing the 'C' button on the joystick (or ENTER
on the keyboard).
<p>
Bad things happen immediately - and last for a few seconds before
'going away' by themselves.
<p>
Notice that (unlike some kart games), the computer controlled
players also collect and use powerups.
<p>
Silver and Gold Herrings gradually fill up Tux's tummy (represented
by the herring bone at the top of the screen) - as you eat more
herring, you'll find that a Red Herring will subsequently give
you two, three, four or five powerups at one time!
<p>
Good Things:
<ul>
<li> Missiles - unguided but fast. If they hit anything, they
explode impressively. The effect on a Kart is to stop it
dead - so you have to accellerate again.
<li> Homing missiles - slower than the regular kind - but they
track the nearest kart and are quite hard to shake off.
<li> Fuzzy blobs - even slower still - a kart can outrun them
quite easily. They ricochet off the sides of the track
and only explode when they hit a Kart.
<li> Magnets - if you activate a magnet then it hangs around for
about 15 seconds. If anyone comes within about 20 meters,
you'll be pulled towards them and end up glued to their
tail until the magnet 'expires'. Great for catching up
with someone - hopeless for passing them.
<li> Portable Zippers - these are just like the zippers on the
track itself - they give you a sudden accelleration and
temporarily increase the top speed of your kart.
</ul>
Bad Things:
<ul>
<li> Parachute - this pops out the back of your kart and slows
you down a little for a few seconds only. Enough to drop
you back one place if it's a close race though.
<li> Anvil - gets dragged behind your kart on a rope for an
even shorter amount of time than the parachute...but the
drag effect is much stronger - your kart hardly moves at all.
</ul>
<H2>KNOWN BUGS:</H2>
<ul>
<li> No drive-with-the-mouse support.
<li> Slow performance on CPU's less than ~450MHz.
<li> No way to return to title screen at end of race.
<li> You always play as Tux - there is no way to change players.
<li> After you cross the finish line, if someone overtakes you,
your final position changes!
<li> No "Ready, Steady, Go!" sequence.
<li> The computer players get confused and 'stuck' on tracks
that self-intersect (eg figure-8 shaped tracks). The
lap counter and current player positions are also screwed up
on those kinds of tracks.
<li> If you (or one of the computer players) goes off the edge
of the track, or calls for rescue then tiny-tux doesn't
always manage to put you back onto the track correctly.
If this happens, you may need to type 'R' to restart the race
- Sorry.
<li> Sometimes you can be pushed through a solid object if
you are hit by another player when in contact with the
surface.
</ul>
I'm sure there are lots more!
</TD>
</TR>
</TABLE>
<hr>
Steve Baker
<br>
<A HREF="mailto:sjbaker1@airmail.net">&lt;sjbaker1@airmail.net&gt;</A>
<br>
<A HREF="http://www.sjbaker.org">http://www.sjbaker.org</A>

BIN
doc/controls_button.png Normal file

Binary file not shown.

61
doc/downloads.html Normal file
View File

@@ -0,0 +1,61 @@
<TITLE>Tuxedo T. Penguin stars in TuxKart!</TITLE>
<BODY BACKGROUND="background.png">
<TABLE>
<TR>
<TD>
<center>
<A href="http://sourceforge.net">
<IMG src="http://sourceforge.net/sflogo.php?group_id=2554&type=1" width="88" height="31" border="0"></A>
</center>
<p>
<center>
<FONT SIZE=+7><b>T</b></FONT SIZE><b>UXEDO</b>
<FONT SIZE=+7><b>T. P</b></FONT SIZE><b>ENGUIN STARS IN</b>
<FONT SIZE=+7><b>T</b></FONT SIZE><b>UX</b><FONT SIZE=+7><b>K</b></FONT SIZE><b>ART!</b>
</center>
<br>
<center>by Steve and Oliver Baker</center>
</TD>
<TD>
<IMG SRC="title_screen.png">
</TD>
</TR>
</TABLE>
<TABLE>
<TR>
<TD valign=top align=left>
<A HREF="index.html"><IMG SRC="homepage_button.png" ALT="HomePage" BORDER="0"></A><br>
<A HREF="screenshots.html"><IMG SRC="screenshots_button.png" ALT="Screenshots" BORDER="0"></A><br>
<A HREF="downloads.html"><IMG SRC="downloads_button.png" ALT="Downloads" BORDER="0"></A><br>
<A HREF="installation.html"><IMG SRC="installation_button.png" ALT="Installation" BORDER="0"></A><br>
<A HREF="trackdesign.html"><IMG SRC="trackdesign_button.png" ALT="TrackDesign" BORDER="0"></A><br>
<A HREF="requirements.html"><IMG SRC="requirements_button.png" ALT="Requirements" BORDER="0"></A><br>
<A HREF="license.html"><IMG SRC="license_button.png" ALT="License" BORDER="0"></A><br>
<A HREF="controls.html"><IMG SRC="controls_button.png" ALT="Controls" BORDER="0"></A><br>
<A HREF="support.html"><IMG SRC="support_button.png" ALT="Support" BORDER="0"></A><br>
<A HREF="links.html"><IMG SRC="links_button.png" ALT="Links" BORDER="0"></A><br>
</TD>
<TD>
<H2>DOWNLOAD:</H2>
The TuxKart download is currently just under 5Mb - sorry!
<p>
TuxKart requires an installed copy of
<A HREF="http://plib.sf.net">the PLIB library</A> at version 1.8.0 or later.
<ul>
<li><A HREF="dist/tuxkart-0.4.0.tar.gz">Download TuxKart version 0.4.0</A>
<li><A HREF="http://plib.sf.net/dist/plib-1.8.0.tar.gz">Download PLIB version 1.8.0</A>
<li><A HREF="dist">Download older versions</A>
</ul>
PLIB doesn't rely on any other libraries (except OpenGL) so you
won't be chasing an endless series of "...and now you need to download *that*".
</TD>
</TR>
</TABLE>
<hr>
Steve Baker
<br>
<A HREF="mailto:sjbaker1@airmail.net">&lt;sjbaker1@airmail.net&gt;</A>
<br>
<A HREF="http://www.sjbaker.org">http://www.sjbaker.org</A>

Some files were not shown because too many files have changed in this diff Show More