Burgresso
November 26th, 2005, 10:08 PM
Have you been able to conquer Hamburger Hill in planetpenguin racer? I can't pass this level. Any insight? :)
telmo
November 27th, 2005, 03:08 AM
Have you been able to conquer Hamburger Hill in planetpenguin racer? I can't pass this level. Any insight? :)
Neither can i...
Bazon
April 17th, 2006, 07:50 AM
I had the same problems (that way I found that thread...)
But anyway, it's open source, so cheating is easy: :)
Just edit /usr/share/games/ppracer/courses/events/herring_run/event.tcl
in particular for Hamburger Hill:
from:
{
-course events/herring_run/hamburger_hill \
-name "Hamburger Hill" \
-description "Hamburger Hill is steep, narrow, twisty, lumpy, icy, and rocky, with a few trees right in your way!" \
-herring { 80 80 80 80 } \
-time { 220 215 210 205 } \
-score { 0 0 0 0 } \
-mirrored no -conditions cloudy \
-windy no -snowing no
}
to
{
-course events/herring_run/hamburger_hill \
-name "Hamburger Hill" \
-description "Hamburger Hill is steep, narrow, twisty, lumpy, icy, and rocky, with a few trees right in your way!" \
-herring { 70 70 70 70 } \
-time { 250 245 240 235 } \
-score { 0 0 0 0 } \
-mirrored no -conditions cloudy \
-windy no -snowing no
}
Or whatever time (in s) or herings you want... :)
Anyway, maybe a bug should be filed: "Planet Penguin too difficult for beginners or people who want to play just for fun..."
Burgresso
April 22nd, 2006, 03:00 PM
Very cool! Thanks Bazon....I'll file that bug... ;)
benplaut
April 24th, 2006, 04:03 AM
i've beaten it :D
/me basks in 15sec of fame
vBulletin® v3.7.4, Copyright ©2000-2008, Jelsoft Enterprises Ltd.