jonbanjo
12-12-2009, 01:07 AM
While not a gamer, I can't deny getting caught up in a couple of the standard Linux games, Frozen Bubble, Tux Racer, etc. from time to time.
Only found this one fairly recently and having completed all the challenges found via Google it was possible to modify the karts. Have been trying to get a good one, My current /usr/share/games/supertuxkart/data/karts/fasttux/fasttux.kart goes like this.
;; -*- mode: lisp -*-
(tuxkart-kart
(name "FastTux")
(version 1)
(model-file "fasttux.ac")
(icon-file "fasttuxicon.rgb")
(shadow-file "fasttuxkartshadow.rgb")
(groups "special")
(engine-sound "small")
(rgb 0.7 0.0 0.0)
(wheel-front-right
(position 0.369 0.412 0.103)
(model "wheel-front-right.ac")
)
(wheel-front-left
(position -0.369 0.412 0.103)
(model "wheel-front-left.ac")
)
(wheel-rear-right
(position 0.369 -0.344 0.143)
(model "wheel-rear-right.ac")
)
(wheel-rear-left
(position -0.369 -0.344 0.143)
(model "wheel-rear-left.ac")
)
;; Different engine powers for different difficulties:
;; hard, medium, low level order!
(engine-power 2000 400 300 )
;; Different maximum speed for different difficulties:
;; hard, medium, low level order!
(max-speed 40 28 25 ) ;; = 116 101 90 km/h
(mass 260 )
(suspension-stiffness 52.0 )
;;(wheel-front-right (physics-position 0.369 0.412 0))
;;(wheel-front-left (physics-position -0.369 0.412 0))
;;(wheel-rear-right (physics-position 0.369 -0.412 0))
;;(wheel-rear-left (physics-position -0.369 -0.412 0))
)
;; EOF ;;
I've just given it a bit more power and weight for the "racer" level.
Quite funny to. The AI control can drive really quickly on some tracks, often ones I'm no good at but can't control this on say on Canyon where I'd be lapping the rest after 3 laps with it. If it tries, it flies past you only for some quite grand crashes.
Anyone else played this one:
http://supertuxkart.sourceforge.net/Discover
Only found this one fairly recently and having completed all the challenges found via Google it was possible to modify the karts. Have been trying to get a good one, My current /usr/share/games/supertuxkart/data/karts/fasttux/fasttux.kart goes like this.
;; -*- mode: lisp -*-
(tuxkart-kart
(name "FastTux")
(version 1)
(model-file "fasttux.ac")
(icon-file "fasttuxicon.rgb")
(shadow-file "fasttuxkartshadow.rgb")
(groups "special")
(engine-sound "small")
(rgb 0.7 0.0 0.0)
(wheel-front-right
(position 0.369 0.412 0.103)
(model "wheel-front-right.ac")
)
(wheel-front-left
(position -0.369 0.412 0.103)
(model "wheel-front-left.ac")
)
(wheel-rear-right
(position 0.369 -0.344 0.143)
(model "wheel-rear-right.ac")
)
(wheel-rear-left
(position -0.369 -0.344 0.143)
(model "wheel-rear-left.ac")
)
;; Different engine powers for different difficulties:
;; hard, medium, low level order!
(engine-power 2000 400 300 )
;; Different maximum speed for different difficulties:
;; hard, medium, low level order!
(max-speed 40 28 25 ) ;; = 116 101 90 km/h
(mass 260 )
(suspension-stiffness 52.0 )
;;(wheel-front-right (physics-position 0.369 0.412 0))
;;(wheel-front-left (physics-position -0.369 0.412 0))
;;(wheel-rear-right (physics-position 0.369 -0.412 0))
;;(wheel-rear-left (physics-position -0.369 -0.412 0))
)
;; EOF ;;
I've just given it a bit more power and weight for the "racer" level.
Quite funny to. The AI control can drive really quickly on some tracks, often ones I'm no good at but can't control this on say on Canyon where I'd be lapping the rest after 3 laps with it. If it tries, it flies past you only for some quite grand crashes.
Anyone else played this one:
http://supertuxkart.sourceforge.net/Discover