Old 09-23-2008, 01:39 AM   #141 (permalink)
Squirt
 
sebias_2's Avatar
 
Join Date: Jul 2007
Location: T-town
Posts: 10
sebias_2 is on a distinguished road
Send a message via MSN to sebias_2
Default

marcus really good game i like how you incorporated the touch sensitivity on the zune. =) awesome i hope to see squadron z 2 in the future.
__________________
Im the Cbass!!!




sebias_2 is offline   Reply With Quote

Advertisement [Remove Advertisement]
Old 09-27-2008, 04:17 PM   #142 (permalink)
Zewbie
 
Join Date: Sep 2008
Posts: 5
bloodstains is on a distinguished road
Default

if you want to change it so that it autofires (constantly) you can change this line of code in Game1.cs - line 881

change:
if ((!reversed && gps.Buttons.B == ButtonState.Pressed) || (reversed && gps.Buttons.A == ButtonState.Pressed))

to:
if ((!reversed && gps.Buttons.B == ButtonState.Pressed) || (reversed && gps.Buttons.A == ButtonState.Pressed) || (!reversed && gps.Buttons.B == ButtonState.Released ) || (reversed && gps.Buttons.A == ButtonState.Released ))

Last edited by bloodstains; 09-27-2008 at 04:22 PM.



bloodstains is offline   Reply With Quote
Old 10-01-2008, 06:38 PM   #143 (permalink)
Zewbie
 
Join Date: Sep 2008
Posts: 1
Kamikaze72 is on a distinguished road
Default

Am I the only one that's missing the Segoe UI font?
Whenever I try to debug it tells me I cant find it, I tried adding the Microsoft redistributables and edited the code to use them but then it said it couldn't find that either, no matter where I placed it.

Last edited by Kamikaze72; 10-01-2008 at 06:39 PM. Reason: wanted to explain in more detail



Kamikaze72 is offline   Reply With Quote
Old 10-02-2008, 06:34 AM   #144 (permalink)
Experienced Zuner
 
Join Date: Oct 2008
Location: Naples, FL
Posts: 192
SoFresh is on a distinguished road
Default

Great game!
Very fun and simple, yet a decent challenge.

Only problems (in my eyes) I saw were:
1) I tend to accidentally hit the center button, pausing the game. Not a huge problem, I just need to learn to not press it!
2) In game, I will try to avoid a shot coming at me near the wall, so I will try to get up against the wall so it doesn't hit me. But when I hit the wall I will just bounce off and end up getting hit by the shot.
3) Ability to adjust music volume? I have only played a few games where I can actually do this! My volume defaults to 8, and with the earbuds I am using I normally listen to music at around 12 or 14. So some of the times I can not hear the music.

None of these really are huge deals. Mainly just user error I suppose. Maybe I just need to play it more to get used to it? Or just learn to deal with it.

Anyways, great game. Keep up the great work!
+rep




SoFresh is offline   Reply With Quote
Old 10-02-2008, 05:00 PM   #145 (permalink)
you lost the game.
zB Programmer
Moderator
Elite Zuner
 
itsnotabigtruck's Avatar
 
Join Date: May 2008
Posts: 2,435
itsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud of
Default

Quote:
Originally Posted by SoFresh View Post
Great game!
Very fun and simple, yet a decent challenge.

Only problems (in my eyes) I saw were:
1) I tend to accidentally hit the center button, pausing the game. Not a huge problem, I just need to learn to not press it!
2) In game, I will try to avoid a shot coming at me near the wall, so I will try to get up against the wall so it doesn't hit me. But when I hit the wall I will just bounce off and end up getting hit by the shot.
3) Ability to adjust music volume? I have only played a few games where I can actually do this! My volume defaults to 8, and with the earbuds I am using I normally listen to music at around 12 or 14. So some of the times I can not hear the music.

None of these really are huge deals. Mainly just user error I suppose. Maybe I just need to play it more to get used to it? Or just learn to deal with it.

Anyways, great game. Keep up the great work!
+rep
Raising the Zune volume above where it is set when the game is started is impossible except through the Zune guide (this is the music menu that is used in Hexic and Texas Hold'em). Unfortunately, while the Zune guide provides a true volume control, it is extremely limited in every other way: compare the music menus in SIR TET 4ter and Hexic, for example.
__________________

signature by vettexl




itsnotabigtruck is offline   Reply With Quote
Old 10-02-2008, 06:01 PM   #146 (permalink)
Zuner
 
Special Agent's Avatar
 
Join Date: Jul 2008
Posts: 51
Special Agent is on a distinguished road
Default

Quote:
Originally Posted by SoFresh View Post
Great game!
Very fun and simple, yet a decent challenge.

Only problems (in my eyes) I saw were:
1) I tend to accidentally hit the center button, pausing the game. Not a huge problem, I just need to learn to not press it!
2) In game, I will try to avoid a shot coming at me near the wall, so I will try to get up against the wall so it doesn't hit me. But when I hit the wall I will just bounce off and end up getting hit by the shot.
3) Ability to adjust music volume? I have only played a few games where I can actually do this! My volume defaults to 8, and with the earbuds I am using I normally listen to music at around 12 or 14. So some of the times I can not hear the music.

None of these really are huge deals. Mainly just user error I suppose. Maybe I just need to play it more to get used to it? Or just learn to deal with it.

Anyways, great game. Keep up the great work!
+rep
I love this game too, but for me hitting the center button causes the Zune to crash and restart.



Special Agent is offline   Reply With Quote
Old 10-02-2008, 06:24 PM   #147 (permalink)
Zewbie
 
Join Date: Oct 2008
Posts: 1
zunzilla is on a distinguished road
Exclamation Getting error

When I try to deploy it I get this error Error:
1 The font family "Segoe UI" could not be found. Please ensure the requested font is installed, and is a TrueType or OpenType font.



zunzilla is offline   Reply With Quote
Old 10-03-2008, 03:51 AM   #148 (permalink)
Experienced Zuner
 
Join Date: Oct 2008
Location: Naples, FL
Posts: 192
SoFresh is on a distinguished road
Default

Quote:
Originally Posted by itsnotabigtruck View Post
Raising the Zune volume above where it is set when the game is started is impossible except through the Zune guide (this is the music menu that is used in Hexic and Texas Hold'em). Unfortunately, while the Zune guide provides a true volume control, it is extremely limited in every other way: compare the music menus in SIR TET 4ter and Hexic, for example.
Ahh, I understand now. Thanks for clearing that up.


MS needs to let us add the zune guide and more importantly, make it so exiting goes back to the menu instead of restarting. MS give me happyface one moment, but sadface the next.




SoFresh is offline   Reply With Quote
Old 10-03-2008, 03:57 PM   #149 (permalink)
you lost the game.
zB Programmer
Moderator
Elite Zuner
 
itsnotabigtruck's Avatar
 
Join Date: May 2008
Posts: 2,435
itsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud of
Default

Quote:
Originally Posted by SoFresh View Post
Ahh, I understand now. Thanks for clearing that up.


MS needs to let us add the zune guide and more importantly, make it so exiting goes back to the menu instead of restarting. MS give me happyface one moment, but sadface the next.
The Zune guide is already available for XNA apps. The problem is that it sucks (except for the volume control).

It's unlikely that they will ever resolve the reboot problem. It's an intentional limitation to make the Zune harder to hack. Microsoft isn't going to try to hack its own product, so it allows its own games to exit sans reboot. Additionally, Microsoft doesn't want XNA games to be competitive against whatever commercial agenda they have for the Zune platform.
__________________

signature by vettexl




itsnotabigtruck is offline   Reply With Quote
Old 10-04-2008, 05:06 PM   #150 (permalink)
Zewbie
 
Join Date: Oct 2008
Posts: 4
Diablo555 is on a distinguished road
Default

When i try to deploy, it says im missing font Segoe UI, can anyone tell me where to get it?




Diablo555 is offline   Reply With Quote
Old 10-05-2008, 10:18 PM   #151 (permalink)
Zewbie
 
Join Date: Feb 2008
Posts: 2
Bigmg603 is on a distinguished road
Default help

i dont have vista so im missing font segoe ui. can someone tell me where i can get it?




Bigmg603 is offline   Reply With Quote
Old 10-09-2008, 12:16 PM   #152 (permalink)
Squirt
 
Machaira's Avatar
 
Join Date: Oct 2008
Posts: 28
Machaira is on a distinguished road
Default

Nice job. My only complaint is the game exits when pressing the pad. Very non-standard. It's too easy to accidentally press it while playing, at least for me.

Quote:
Originally Posted by Bigmg603 View Post
i dont have vista so im missing font segoe ui. can someone tell me where i can get it?
You could always just change it to one you have.

Last edited by Netrix; 10-09-2008 at 05:18 PM. Reason: Double post



Machaira is offline   Reply With Quote
Old 11-02-2008, 01:45 AM   #153 (permalink)
Squirt
 
Join Date: Sep 2008
Posts: 12
Raidersam is on a distinguished road
Default

does this work for 3.0 firmware? it's on the 3.0 firmware package....and also i am getting this error message, Error 1 The font family "Segoe UI" could not be found. Please ensure the requested font is installed, and is a TrueType or OpenType font. C:\Documents and Settings\Raidersam12\Desktop\Squadron Z\Squadron Z\Content\Calibri.spritefont Squadron Z


could you possibly include the font? or am i not seeing it? that would be great though



Raidersam is offline   Reply With Quote
Old 11-02-2008, 01:00 AM   #154 (permalink)
Zune Guardian
 
Join Date: Nov 2006
Posts: 693
Ricardo Dawkins will become famous soon enough
Send a message via MSN to Ricardo Dawkins
Default

Do a google search for the Segoe font.
__________________

Black Zune 80 & Insignia Pilot 4GB + Zune Premium + AKG K26p + JVC HA-FX66 Blue "Air Cushion"
2009 Zune Guide

Last edited by itsnotabigtruck; 11-02-2008 at 01:44 PM. Reason: "[emailing] one of the admin for requesting this font" would probably piss them off majorly




Ricardo Dawkins is offline   Reply With Quote
Old 11-22-2008, 09:13 AM   #155 (permalink)
Member
 
Beef Taco's Avatar
 
Join Date: Nov 2008
Location: In your mind
Posts: 523
Beef Taco has a spectacular aura aboutBeef Taco has a spectacular aura about
Default

Quote:
Originally Posted by Machaira View Post
Nice job. My only complaint is the game exits when pressing the pad. Very non-standard. It's too easy to accidentally press it while playing, at least for me.



You could always just change it to one you have.
Could someone tell me how to change fonts?
__________________
Someone please help me HERE
Thanks Charge

Help out with ZuneEmpire!

Last edited by Beef Taco; 11-23-2008 at 04:08 AM. Reason: merged 2 consecutive posts (ffr, use edit)




Beef Taco is offline   Reply With Quote
Old 11-22-2008, 09:50 AM   #156 (permalink)
GETTING AWAY WITH MURDER
Retired Staff
Expert Zuner
 
Bolt's Avatar
 
Join Date: Oct 2008
Location: In your closet, in your head
Posts: 3,258
Bolt is a splendid one to beholdBolt is a splendid one to beholdBolt is a splendid one to beholdBolt is a splendid one to beholdBolt is a splendid one to beholdBolt is a splendid one to behold
Send a message via Yahoo to Bolt
Default

Double-click on the error message. It'll take you to where the font is (not sure what its called), change the font to 'arial' (or something you already have)
__________________



Bolt is offline   Reply With Quote
Old 11-23-2008, 04:14 AM   #157 (permalink)
Member
 
Beef Taco's Avatar
 
Join Date: Nov 2008
Location: In your mind
Posts: 523
Beef Taco has a spectacular aura aboutBeef Taco has a spectacular aura about
Default

Quote:
Originally Posted by Timtacious View Post
Double-click on the error message. It'll take you to where the font is (not sure what its called), change the font to 'arial' (or something you already have)
Ok, got that. What do I do after that? I cannot deploy. Do I click "Build Solution"?
__________________
Someone please help me HERE
Thanks Charge

Help out with ZuneEmpire!




Beef Taco is offline   Reply With Quote
Old 11-23-2008, 10:32 AM   #158 (permalink)
GETTING AWAY WITH MURDER
Retired Staff
Expert Zuner
 
Bolt's Avatar
 
Join Date: Oct 2008
Location: In your closet, in your head
Posts: 3,258
Bolt is a splendid one to beholdBolt is a splendid one to beholdBolt is a splendid one to beholdBolt is a splendid one to beholdBolt is a splendid one to beholdBolt is a splendid one to behold
Send a message via Yahoo to Bolt
Default

Do save all, then open the solution again. IT should work
__________________



Bolt is offline   Reply With Quote
Old 11-24-2008, 01:33 PM   #159 (permalink)
Member
 
Beef Taco's Avatar
 
Join Date: Nov 2008
Location: In your mind
Posts: 523
Beef Taco has a spectacular aura aboutBeef Taco has a spectacular aura about
Default

I did that. I close C# and when I reopen it I cannot deploy. All I can see is the screen that I changed the font from.
__________________
Someone please help me HERE
Thanks Charge

Help out with ZuneEmpire!




Beef Taco is offline   Reply With Quote
Old 11-24-2008, 01:44 PM   #160 (permalink)
GETTING AWAY WITH MURDER
Retired Staff
Expert Zuner
 
Bolt's Avatar
 
Join Date: Oct 2008
Location: In your closet, in your head
Posts: 3,258
Bolt is a splendid one to beholdBolt is a splendid one to beholdBolt is a splendid one to beholdBolt is a splendid one to beholdBolt is a splendid one to beholdBolt is a splendid one to behold
Send a message via Yahoo to Bolt
Default

Are you opening the solution?
__________________



Bolt is offline   Reply With Quote
Reply

Bookmarks

Thread Tools