is the "miner willy meets beast kong" level supposed to be impossible to beat, because there is no way of getting past the wall in the middle of the level
is the "miner willy meets beast kong" level supposed to be impossible to beat, because there is no way of getting past the wall in the middle of the level
Flip the switch at the top left of the screen (between the two spikes). This opens up the wall.
Open up the project and open up GameScreen.cs under the game folder, now find this line
Quote:
else if (frame.WasButtonPressed(Buttons.DPadDown) || frame.WasKeyPressed(Keys.Down))
and replace it with this
Quote:
else if (frame.WasButtonPressed(Buttons.DPadDown) || frame.WasKeyPressed(Keys.Down))
{
if (!this.IsGameMode(GameMode.Attract))
this.LevelComplete();
this.Layout.ZoomOut();
}
Now as long as your are paused and not on the main screen, when you press down it will skip to the next level(it will also zoom out if you are zoomed in)
Open up the project and open up GameScreen.cs under the game folder, now find this line
and replace it with this
Now as long as your are paused and not on the main screen, when you press down it will skip to the next level(it will also zoom out if you are zoomed in)
That's cheating! But good to see, nonetheless. The code is free for all to use and abuse. The graphics are a different matter and a copyright Andy Noble (www.andynoble.com). If you want to use them in your own creations, please seek Andy's permission (I did).
Great game.i love it. I'm trying to get past level 4 now. Is there an "extra man" score? Level 3 takes all of mine.
dude to get an extra life you have to get 10000 points, but you can also go into the code and change it to a much lower number if you wan( maybe Gunston wont mind)
Yeah, extra life comes at 10,000 points. You're *supposed* to get rewarded with the amount of air remaining when you complete a level which makes 10,000 points much more attainable.
I have a bunch of things like this to fix up. I'll endeavour to get a new version out over the weekend. In the meantime, please feel free to make any code mods you see fit - code is for all to use and abuse (see previous post re graphics, though).
Open up the project and open up GameScreen.cs under the game folder, now find this line
and replace it with this
Now as long as your are paused and not on the main screen, when you press down it will skip to the next level(it will also zoom out if you are zoomed in)
it skips levels ok but now I can't zoom in... Is there away to still do this?
URL=http://img72.imageshack.us/my.php?image=maniccn9.png][/URL]
(sorry about the bad pic, but its all i could do)
no switch, but dont worry about it i made my own hole in the wall