Advertisement



Go Back   Zune Boards > Zune Discussions > Zune Games > Download Completed Games

New Member?



 
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools
Old 06-03-2008, 06:50 PM   #21 (permalink)
zB Programmer
Experienced Member
 
LedZepp's Avatar
 
Join Date: Mar 2007
Posts: 975
Reputation: 119
Default


In the setSongOptions() method in Game1.cs under this line
Code:
songTitles[random] = mediaLibrary.Songs[randomSongIndex].Name;







LedZepp is offline   Reply With Quote
Old 06-03-2008, 06:56 PM   #22 (permalink)
Jr. Zuner
 
Sk8ierBoi's Avatar
 
Join Date: Jun 2008
Posts: 40
Reputation: 10
Default

It's ok! I like it but not better the Music Quiz but I'm keeping this game on my Zune =D




Sk8ierBoi is offline   Reply With Quote
Old 06-03-2008, 07:03 PM   #23 (permalink)
Zune Guardian
 
ShotgunSnipist's Avatar
 
Join Date: May 2008
Location: Colorado
Posts: 738
Reputation: 74
Send a message via AIM to ShotgunSnipist
Default

Quote:
Originally Posted by LedZepp View Post
In the setSongOptions() method in Game1.cs under this line
Code:
songTitles[random] = mediaLibrary.Songs[randomSongIndex].Name;
Should there be a semicolon after this line?

Code:
MediaPlayer.PlayPosition = new TimeSpan(0, 0, 30)
Like this:
Code:
MediaPlayer.PlayPosition = new TimeSpan(0, 0, 30);
__________________
Invisible Text. =P
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.



ShotgunSnipist is offline   Reply With Quote
Old 06-03-2008, 07:04 PM   #24 (permalink)
zB Programmer
Experienced Member
 
LedZepp's Avatar
 
Join Date: Mar 2007
Posts: 975
Reputation: 119
Default

Yes there should




LedZepp is offline   Reply With Quote
Old 06-03-2008, 07:10 PM   #25 (permalink)
Jr. Member
 
Join Date: Jun 2007
Location: Mass
Posts: 310
Reputation: 78
Default

Heres what i can do, tomarrow, cuz its late now

I can make it start at a random position in the song, between 0 and 30 seconds. This will keep things interesting and fun.

I believe I have addressed all previous concerns.

What would you think about an option to ignore comedy music?

It is crucial, as a developer, to get a conversation like this working. Thanks to all who have downloaded the game and left feedback.




shutout5591 is offline   Reply With Quote
Old 06-03-2008, 07:12 PM   #26 (permalink)
Zune Guardian
 
ShotgunSnipist's Avatar
 
Join Date: May 2008
Location: Colorado
Posts: 738
Reputation: 74
Send a message via AIM to ShotgunSnipist
Default

Is anyone else getting horrible lag with this game?
As in you have to click center 5 times just to start the game.
And there is like a 30 second difference between songs?
__________________
Invisible Text. =P
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.



ShotgunSnipist is offline   Reply With Quote
Old 06-03-2008, 07:14 PM   #27 (permalink)
Jr. Member
 
Join Date: Jun 2007
Location: Mass
Posts: 310
Reputation: 78
Default

I haven't had this happen to me. Did you modify the source in any way? If not, try deleting and reinstalling it. I find the game responsive, but please include some details. Do other games lag?




shutout5591 is offline   Reply With Quote
Old 06-03-2008, 07:19 PM   #28 (permalink)
Zune Guardian
 
ShotgunSnipist's Avatar
 
Join Date: May 2008
Location: Colorado
Posts: 738
Reputation: 74
Send a message via AIM to ShotgunSnipist
Default

No, No other games lag even in the slightest besides Galactic wars 3 (of Course).

Yes, I modified the code like LedZepp said,
which didn't work either. So i'll try to re do it. =/

Edit: Well I deleted the game (directly from the zune)
Re-downloaded - deployed
and it still lags... =(
hmmmm.... It is the center button your supposed to click right?
However pressing back sends me to the main screen in the blink of an eye.
Do you think this game could be interfering with another game?
__________________
Invisible Text. =P
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.

Last edited by ShotgunSnipist : 06-03-2008 at 07:26 PM.



ShotgunSnipist is offline   Reply With Quote
Old 06-03-2008, 07:53 PM   #29 (permalink)
Squirt
 
Join Date: May 2008
Posts: 16
Reputation: 10
Default

wow, rapidshare got a makeover, but srsly people needa start using filefront
game looks great, deploying it now



game_slave is offline   Reply With Quote
Old 06-03-2008, 08:47 PM   #30 (permalink)
Jr. Zuner
 
Join Date: Jun 2008
Location: Australia
Posts: 40
Reputation: 11
Default

My game is also quite unresponsive at times. And often after I get one wrong, I apparently get the next few wrong with out ever getting to guess them.

It's quite frustrating, cause I really like the game!




ravenator is offline   Reply With Quote
Old 06-03-2008, 08:57 PM   #31 (permalink)
Experienced Zuner
 
brenttiscool15's Avatar
 
Join Date: May 2008
Posts: 210
Reputation: 40
Default

yea as im playin it more im liking it more...

one problem i have found..

when it gives you the choices...a couple times it has given me the same choice twice..example:

A.) AC/DC
B.) Blink 182
C.) Led Zeppelin
D.) AC/DC

you basically have to guess which AC/DC is right...cuz not both of them are right..
__________________

To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.



brenttiscool15 is offline   Reply With Quote
Old 06-03-2008, 09:04 PM   #32 (permalink)
zB Programmer
Experienced Member
 
LedZepp's Avatar
 
Join Date: Mar 2007
Posts: 975
Reputation: 119
Default

Quote:
Originally Posted by brenttiscool15 View Post
yea as im playin it more im liking it more...

one problem i have found..

when it gives you the choices...a couple times it has given me the same choice twice..example:

A.) AC/DC
B.) Blink 182
C.) Led Zeppelin
D.) AC/DC

you basically have to guess which AC/DC is right...cuz not both of them are right..
If shoutout wants to in a later version, this can be solved by instead of checking the Index of what choice the user chooses, check the string against the song's name, that way both choices will be correct




LedZepp is offline   Reply With Quote
Old 06-03-2008, 09:14 PM   #33 (permalink)
Squirt
 
Rollercoast19's Avatar
 
Join Date: Jan 2008
Location: Dayton, OH
Posts: 16
Reputation: 10
Send a message via AIM to Rollercoast19
Default

I am so glad you created this game, but I have encountered a few problems:

It takes four clicks for it to Play, go to the Options menu, or Exit.
Also, when I click on Options, it doesn't show anything (just the title Options at the top)
Also, when I was playing and the timer ran out, I couldn't go to the next song.
__________________

To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.




Rollercoast19 is offline   Reply With Quote
Old 06-03-2008, 09:17 PM   #34 (permalink)
Support Team
Expert Zuner
 
soccerfreak24's Avatar
 
Join Date: Nov 2007
Posts: 2,928
Reputation: 188
Default

I'm having a lot of trouble with this game like... recognizing clicks. Also, when i lose a level, I seem to just stay at the level, and If I click, I lose the next one. Lastly, I'd listen to the advice of starting mid-song.. I know this may sound harsh, but props for the game, it's a great start.
__________________

To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.





soccerfreak24 is offline   Reply With Quote
Old 06-03-2008, 10:27 PM   #35 (permalink)
Zune Guardian
 
ShotgunSnipist's Avatar
 
Join Date: May 2008
Location: Colorado
Posts: 738
Reputation: 74
Send a message via AIM to ShotgunSnipist
Default

Quote:
Originally Posted by soccerfreak24 View Post
I'm having a lot of trouble with this game like... recognizing clicks. Also, when i lose a level, I seem to just stay at the level, and If I click, I lose the next one. Lastly, I'd listen to the advice of starting mid-song.. I know this may sound harsh, but props for the game, it's a great start.
Join the club so to speak.
That would be be a good description of my problem.
__________________
Invisible Text. =P
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.



ShotgunSnipist is offline   Reply With Quote
Old 06-04-2008, 07:09 AM   #36 (permalink)
Jr. Member
 
Join Date: Jun 2007
Location: Mass
Posts: 310
Reputation: 78
Default

Ive had no problems with the lag, but ill get started on fixing it. The only zune i have, it works great on, but ill try a friends zune. The bug with the unrecognizable clicks is really odd to me. Can you post which zune u have. I can release a debug game I made in which it tells when a click is pressed. That way we can see if its just in this game, or in all games, which case i may not be using the best code for clicks.

The options menu has nothing, I wrote it so it could be expanded. Sorry for the confusion.

I am aware of the bug where sometimes ull get a question wrong, and the next 1 or 2 will be wrong. I hope to have a fix for that soon.

I do agree with the suggestion to start in the heart of the song, next release will include this.

I hope that addresses everything thus far. Im very busy with finals this week, but I hope to release friday or saturday.




shutout5591 is offline   Reply With Quote
Old 06-04-2008, 07:30 AM   #37 (permalink)
Experienced Zuner
 
daneboyzzz's Avatar
 
Join Date: May 2008
Location: FL
Posts: 119
Reputation: 14
Send a message via AIM to daneboyzzz
Default

Quote:
Also, Shoutout
I noticed you play the songs from the very beginning(which might be bad for some people) here is the trick i used:
The mediaplayer class has a method called playposition, which defines where you want the song to start(default is 0:0:0.0)
To start it at any time you want just set the playposition to a TimeSpan variable like so:

Code:
MediaPlayer.PlayPosition = new TimeSpan(0, 0, 30)This example starts the song at 0 hours, 0 minutes, and 30 seconds into the song
What if the songs less than 30 seconds long?




daneboyzzz is offline   Reply With Quote
Old 06-04-2008, 09:18 AM   #38 (permalink)
Experienced Zuner
 
Join Date: May 2008
Posts: 230
Reputation: 14
Default

Quote:
Originally Posted by LedZepp View Post
Also, Shoutout
I noticed you play the songs from the very beginning(which might be bad for some people) here is the trick i used:
The mediaplayer class has a method called playposition, which defines where you want the song to start(default is 0:0:0.0)
To start it at any time you want just set the playposition to a TimeSpan variable like so:
Code:
MediaPlayer.PlayPosition = new TimeSpan(0, 0, 30)
This example starts the song at 0 hours, 0 minutes, and 30 seconds into the song
thx for that code




cable729 is offline   Reply With Quote
Old 06-04-2008, 09:47 AM   #39 (permalink)
Zune Guardian
 
ShotgunSnipist's Avatar
 
Join Date: May 2008
Location: Colorado
Posts: 738
Reputation: 74
Send a message via AIM to ShotgunSnipist
Default

Quote:
Originally Posted by daneboyzzz View Post
What if the songs less than 30 seconds long?
...A song less then 30 seconds long...?
Eruption by Van Halen is the shortest song I know and thats longer then a minute.

Quote:
Originally Posted by shutout5591 View Post
Ive had no problems with the lag, but ill get started on fixing it. The only zune i have, it works great on, but ill try a friends zune. The bug with the unrecognizable clicks is really odd to me. Can you post which zune u have. I can release a debug game I made in which it tells when a click is pressed. That way we can see if its just in this game, or in all games, which case i may not be using the best code for clicks.

The options menu has nothing, I wrote it so it could be expanded. Sorry for the confusion.

I am aware of the bug where sometimes ull get a question wrong, and the next 1 or 2 will be wrong. I hope to have a fix for that soon.

I do agree with the suggestion to start in the heart of the song, next release will include this.

I hope that addresses everything thus far. Im very busy with finals this week, but I hope to release friday or saturday.
Ouch, I hate finals. Good luck.
That debug program sounds good. I'd be willing to test it. =D
__________________
Invisible Text. =P
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.

Last edited by ShotgunSnipist : 06-04-2008 at 09:55 AM.



ShotgunSnipist is offline   Reply With Quote
Old 06-04-2008, 10:22 AM   #40 (permalink)
Zuner
 
badreligionpunk69's Avatar
 
Join Date: Feb 2008
Posts: 90
Reputation: 10
Default

Quote:
Originally Posted by ShotgunSnipist View Post
...A song less then 30 seconds long...?
Eruption by Van Halen is the shortest song I know and thats longer then a minute.
Erm, you've clearly never seen some punk rock... Punk rock bands literally have 25 second songs sometimes... that was moreso in the 80's though.


Edit: Just discovered my own issues with the no-clicks bug... hope this gets fixed.
__________________
*drool* Valgard's Fate...




badreligionpunk69 is offline   Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTM