(tuxkart-config ; If the game's supported config file version is higher than this number the configuration is discarded. (configFileVersion 7) ; the following options can be set to #t or #f: (sfx #t) (music #f) (graphical-effects #t) ; Display frame per seconds (displayFPS #f) ; Name of the .items file to use. (itemStyle "items") ; Background music file to use, (background-music "") ; Use of kilometers per hours (km/h) instead of mph (useKPH #f) ; maximum fps, should be at least 60 (max-fps 120) ; Volume for sound effects, see openal AL_GAIN for interpretation (sfx-volume 1) ; screen resolution and windowing mode (width 1024) (height 768) (prev_width 1024) (prev_height 768) (prev_windowed #f) (crash_detected #f) (blacklisted_resolutions ) (fullscreen #f) ; Number of karts. -1 means use all (karts 6) ; Number of laps. (laps 3) ; Difficulty: 0=easy, 1=medium, 2=hard (difficulty 2) ; Last selected kart group (kart-group "standard") ; Last selected track group (track-group "standard") ; Last track played (last-track "snowtuxpeak") ; Menu background image to use (background 1) ; Information about last server used (server-address "localhost") (server-port 2305) (stick-configs (count 0) ) (last-input-configurations (count 4) (index-0 (id "keyboard-102") (left (type "keyboard") (key 102) ) (right (type "keyboard") (key 104) ) (accel (type "keyboard") (key 116) ) (brake (type "keyboard") (key 103) ) (nitro (type "keyboard") (key 99) ) (drift (type "keyboard") (key 118) ) (rescue (type "keyboard") (key 114) ) (fire (type "keyboard") (key 98) ) (lookBack (type "keyboard") (key 110) ) ) (index-1 (id "keyboard-106") (left (type "keyboard") (key 106) ) (right (type "keyboard") (key 108) ) (accel (type "keyboard") (key 105) ) (brake (type "keyboard") (key 107) ) (nitro (type "keyboard") (key 109) ) (drift (type "keyboard") (key 44) ) (rescue (type "keyboard") (key 117) ) (fire (type "keyboard") (key 46) ) (lookBack (type "keyboard") (key 47) ) ) (index-2 (id "keyboard-276") (left (type "keyboard") (key 276) ) (right (type "keyboard") (key 275) ) (accel (type "keyboard") (key 273) ) (brake (type "keyboard") (key 274) ) (nitro (type "keyboard") (key 313) ) (drift (type "keyboard") (key 32) ) (rescue (type "keyboard") (key 8) ) (fire (type "keyboard") (key 319) ) (lookBack (type "keyboard") (key 308) ) ) (index-3 (id "keyboard-97") (left (type "keyboard") (key 97) ) (right (type "keyboard") (key 100) ) (accel (type "keyboard") (key 119) ) (brake (type "keyboard") (key 115) ) (nitro (type "keyboard") (key 304) ) (drift (type "keyboard") (key 301) ) (rescue (type "keyboard") (key 113) ) (fire (type "keyboard") (key 306) ) (lookBack ) ) ) (unlock-info (citytime (solved #t) ) (energymathclass (solved #t) ) (energyshiftingsands (solved #t) ) (islandfollow (solved #t) ) (junglefollow (solved #t) ) (penguinplaygroundgp (solved #t) ) (racetracktime (solved #t) ) (snowmountain (solved #t) ) (tollwayhead (solved #t) ) (tollwaytime (solved #t) ) (tothemoonandbackgp (solved #t) ) (worldsend (solved #t) ) ) ; player 1 settings (player-1 (name "xxxx") ; optional (lastKartId 1) (left (type "keyboard") (key 276) ) (right (type "keyboard") (key 275) ) (accel (type "keyboard") (key 273) ) (brake (type "keyboard") (key 274) ) (nitro (type "keyboard") (key 313) ) (drift (type "keyboard") (key 32) ) (rescue (type "keyboard") (key 8) ) (fire (type "keyboard") (key 319) ) (lookBack (type "keyboard") (key 308) ) ) ; player 2 settings (player-2 (name "xxxx") ; optional (lastKartId 0) (left (type "keyboard") (key 97) ) (right (type "keyboard") (key 100) ) (accel (type "keyboard") (key 119) ) (brake (type "keyboard") (key 115) ) (nitro (type "keyboard") (key 304) ) (drift (type "keyboard") (key 301) ) (rescue (type "keyboard") (key 113) ) (fire (type "keyboard") (key 306) ) (lookBack ) ) ; player 3 settings (player-3 (name "xxxx") ; optional (lastKartId 0) (left (type "keyboard") (key 102) ) (right (type "keyboard") (key 104) ) (accel (type "keyboard") (key 116) ) (brake (type "keyboard") (key 103) ) (nitro (type "keyboard") (key 99) ) (drift (type "keyboard") (key 118) ) (rescue (type "keyboard") (key 114) ) (fire (type "keyboard") (key 98) ) (lookBack (type "keyboard") (key 110) ) ) ; player 4 settings (player-4 (name "xxxx") ; optional (lastKartId 0) (left (type "keyboard") (key 106) ) (right (type "keyboard") (key 108) ) (accel (type "keyboard") (key 105) ) (brake (type "keyboard") (key 107) ) (nitro (type "keyboard") (key 109) ) (drift (type "keyboard") (key 44) ) (rescue (type "keyboard") (key 117) ) (fire (type "keyboard") (key 46) ) (lookBack (type "keyboard") (key 47) ) ) )