Quote:
Originally Posted by mrgoodnight
its fun...but i can't get pass level 1 lol
|
Perversely and intentionally, level 1 is harder than level 2... to start from level 2 (or any other level), open up GameScreen.cs, go to line 248 and change the following number to whatever you fancy:
this.Level = 0;
0 = level 1, 1 = level 2, 2 = level 3 and so on. C# (like *all* good programming languages) starts counting from zero.
Or, play around with ClassicCaverns.xml to remove the bad guys, remove the deadly plants, do whatever.
Re-build, re-deploy to Zune and you have a new game!
[EDIT: if you change ClassicCaverns.xml, make sure you test first by running the game using F5 from Visual Studio Express 2008 with your Zune connected - this will catch any bugs in your layout. Just realised this might not be the easiest thing to do - it's not a user-friendly level editor or anything.]
Hope this helps.
Cheers.