View Single Post
Old 05-29-2008, 10:38 AM   #17 (permalink)
Gunston
Jr. Zuner
 
Join Date: May 2008
Posts: 43
Gunston is on a distinguished road
Default

Quote:
Originally Posted by mrgoodnight View Post
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.

Last edited by Gunston; 05-29-2008 at 10:44 AM.



Gunston is offline   Reply With Quote