My STK mod, still WIP.
Go to file
auria 0b1702502f Better error handling + somewhat fix rain in lighthouse (for some reason it only works in multiplayer mode?)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7733 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-02-18 15:56:11 +00:00
contrib
data Add box aroung GPs to avoid black text on black background issues 2011-02-18 01:33:51 +00:00
doc Updated challenges graph 2009-09-08 16:20:12 +00:00
m4
src Better error handling + somewhat fix rain in lighthouse (for some reason it only works in multiplayer mode?) 2011-02-18 15:56:11 +00:00
acinclude.m4
AUTHORS
autogen.sh
ChangeLog Update changelog (esp. with missing entries from 0.6.2*) 2010-11-30 04:35:54 +00:00
CHANGES
config.rpath
configure.ac Fixed installation of challenges and gfx files. 2011-01-17 03:39:52 +00:00
COPYING License files update 2010-09-20 15:47:36 +00:00
INSTALL Change the url of the repository in INSTALL 2010-05-13 17:24:36 +00:00
Makefile.am Removed files that had been deleted ages ago. 2010-04-28 00:37:42 +00:00
NEWS Added missing news (apparently we didn't add any news 2010-11-30 04:41:20 +00:00
README Add reminder about XYZ vs XZY coordinates. 2010-09-28 01:06:37 +00:00
reconf.sh As suggested by Christoph Debian, don't use csh for shell in reconf 2010-11-05 17:37:00 +00:00
SVN-CONFIG Add "._*" to the suggested list of patterns to ignore. 2010-08-31 01:48:52 +00:00
TODO

SuperTuxKart
============
SuperTuxKart is a free kart racing game. It is focusing on fun and
not on realistic kart physics. Instruction can be found on the
in-game help page.

The SuperTuxKart homepage can be found at:

  http://supertuxkart.sourceforge.net

The official SuperTuxKart forum is at. If you need support,
this would be the best place to start.

  http://supertuxkart.sourceforge.net/forum

Hope you enjoy the game.
 - The SuperTuxKart development team.


HARDWARE REQUIREMENTS
=====================
* You need a 3D graphics card that supports OpenGL or Mesa.
* You should have a CPU that's running at 450MHz or better.
* You'll need at least 128Mb RAM. 
* A sound card would be nice - but it's not essential.
* Ideally, you want a joystick with at least 6 buttons.


COMPILING SuperTuxkart
======================

WINDOWS
-------
A project file for Visual Studio 9 (e.g. the free 2008 express 
edition) is included in the sources in src/ide/vc9. A separate
dependency package is available on SuperTuxKart's sourceforge 
page, which includes all necessary libraries, header files, 
and dlls to compile and run the source code.

While compilation with cygwin is not officially supported,
this has been done (check with the forum for details).

MAC OSX
-------
The latest information about compilation on Mac are on our wiki:
http://supertuxkart.sourceforge.net/Building_and_packaging_on_OSX
The Xcode project file is in /src/ide/Xcode/, but it still 
requires that all dependencies are installed as explained on the wiki.

UNIX
----
See INSTALL for details.


LICENSE
=======
This software is released under the GNU General Public License (GPL) which
can be found in the file 'LICENSE' in the same directory as this file.
Information about the licenses for artwork are contained in 
data/licenses.


3D COORDINATES
==============
A reminder for those looking at the code and 3d models:

STK    : X right, Y up,       Z forwards
Blender: X right, Y forwards, Z up

The exporters perform the needed transform, so in Blender you just work
with XY plane as ground, and things will appear fine in STK (using XZ
as ground in the code, obviously).