I'm don't want a premade license so here's the term(s):
THE
- You can distribute/sell this or any part, (You can't sell the copyrighted portions,) just give me credit as the main developer.
It's probably the biggest project I've worked on yet, but it turned into a giant bloated mess, so I don't feel like dealing with it. Also, I'd like to apologize for most of the coding, it's very very messy, but it was only like my 3rd game I made so .
ENTIRE
So pretty much, the game works, but not quite finished, plus there's a texture loading glitch.
I already released it in dev talk, but I guess nobody noticed it there. I dunno.
TOPIC
Last edited by itsnotabigtruck; 10-22-2009 at 10:28 AM.
Reason: fixed d/l link
When I tried to deploy, I got a WHOLE bunch of errors:
Error 1 The type or namespace name 'ZBlade' could not be found (are you missing a using directive or an assembly reference?) C:\Users\Bobby\Downloads\Slaam\Slaam\Screens\GameS creen.cs 9 7 Slaam Mobile
Error 2 The type or namespace name 'ZBlade' could not be found (are you missing a using directive or an assembly reference?) C:\Users\Bobby\Downloads\Slaam\Slaam\Screens\NewMe nuScreen.cs 12 7 Slaam Mobile
Error 3 The type or namespace name 'ZBlade' could not be found (are you missing a using directive or an assembly reference?) C:\Users\Bobby\Downloads\Slaam\Slaam\Game1.cs 14 7 Slaam Mobile
Error 4 The type or namespace name 'MenuItemTree' could not be found (are you missing a using directive or an assembly reference?) C:\Users\Bobby\Downloads\Slaam\Slaam\Screens\NewMe nuScreen.cs 21 16 Slaam Mobile
Error 5 The type or namespace name 'MenuItemTree' could not be found (are you missing a using directive or an assembly reference?) C:\Users\Bobby\Downloads\Slaam\Slaam\Screens\NewMe nuScreen.cs 22 16 Slaam Mobile
Error 6 The type or namespace name 'ZuneBlade' could not be found (are you missing a using directive or an assembly reference?) C:\Users\Bobby\Downloads\Slaam\Slaam\Game1.cs 34 23 Slaam Mobile
Error 7 The type or namespace name 'MenuItemTree' could not be found (are you missing a using directive or an assembly reference?) C:\Users\Bobby\Downloads\Slaam\Slaam\Screens\GameS creen.cs 125 16 Slaam Mobile
brent, you need to make sure you have zblade in the references list, as well as using zblade at the top of the class. maybe tiptup didn't include the zblade? and if that's the case, you need to get that.
brent, you need to make sure you have zblade in the references list, as well as using zblade at the top of the class. maybe tiptup didn't include the zblade? and if that's the case, you need to get that.
LOL I'm a coding noob so I have no idea what you just said. Talk to me like I'm a dummy!
Error 1 The type 'Microsoft.Xna.Framework.DrawableGameComponent' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.Xna.Framework.Game, Version=3.0.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d'. C:\Users\Brentt\Desktop\Slaam\Slaam\Game1.cs 34 33 Slaam Mobile
Error 1 The type 'Microsoft.Xna.Framework.DrawableGameComponent' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.Xna.Framework.Game, Version=3.0.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d'. C:UsersBrenttDesktopSlaamSlaamGame1.cs 34 33 Slaam Mobile
UGHHHHHH
I have no idea, is anyone else getting this error?