My STK mod, still WIP.
Go to file
ghostslayer989 74f227590e Replace xml.dom.minidom.parse which is known to be vulnerable to XML attacks. (#3933)
This code is only run during the development process when updating translations base and the source XML files are trusted data. There doesn't seem to be a downside to the change, however.
2019-06-28 12:36:08 +02:00
.github Improve issue template 2018-10-16 12:45:13 -07:00
android Fix android build 2019-06-26 16:12:22 +08:00
cmake Add libraries for emoji and complex text 2019-06-09 10:06:50 +08:00
data Replace xml.dom.minidom.parse which is known to be vulnerable to XML attacks. (#3933) 2019-06-28 12:36:08 +02:00
doc Added description on how the main loop with regards to physics works. 2018-01-24 08:38:11 +11:00
lib Add minimum composition text support in IME 2019-06-26 15:44:55 +08:00
src Display hours between 1h and 2h too in GPs 2019-06-28 12:25:17 +02:00
tools Use gradle wrapper to avoid compilation errors on some systems 2019-06-04 22:23:07 +02:00
.appveyor.yml Removed IRC announcements for AppVeyor and Travis since we now have our own bot to do the announcements. 2018-08-19 14:40:21 +02:00
.gitignore Update android build script for new libraries 2019-06-10 13:54:10 +08:00
.travis.yml Add libraries for emoji and complex text 2019-06-09 10:06:50 +08:00
Brewfile Add libraries for emoji and complex text 2019-06-09 10:06:50 +08:00
CHANGELOG.md Update CHANGELOG.md 2019-04-20 14:11:09 +08:00
CMakeLists.txt Use unicode windows build with enabling directinput support in mingw 2019-06-26 11:32:18 +08:00
COPYING Fix issues with COPYING (see desc.) 2018-11-23 13:31:03 -08:00
INSTALL.md Add libraries for emoji and complex text 2019-06-09 10:06:50 +08:00
NETWORKING.md Add last session player info if sqlite supports window functions 2019-05-12 13:04:43 +08:00
README.md Clear separation between information for readers/players and contributors (#3860) 2019-05-04 16:39:53 +02:00
sources.cmake Add emoji keyboard 2019-06-20 01:24:55 +08:00

SuperTuxKart

Build Status AppVeyor Build Status #supertuxkart on the freenode IRC network

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

The SuperTuxKart homepage can be found at https://supertuxkart.net/. There is also our FAQ and information on how get in touch with the community.

Hardware Requirements

To run SuperTuxKart, make sure that your computer's specifications are equal or higher than the following specifications:

  • A graphics card capable of 3D rendering - NVIDIA GeForce 8 series and newer (GeForce 8100 or newer), AMD/ATI Radeon HD 4000 series and newer, Intel HD Graphics 3000 and newer. OpenGL >= 3.3
  • You should have a CPU that's running at 1 GHz or faster.
  • You'll need at least 512 MB of free VRAM (video memory).
  • Minimum disk space: 800 MB
  • Ideally, you'll want a joystick with at least 6 buttons.

License

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


3D coordinates

A reminder for those who are looking at the code and 3D models:

SuperTuxKart: X right, Y up, Z forwards

Blender: X right, Y forwards, Z up

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

Building from source

Building instructions can be found in INSTALL.md