Go Back   Zune Boards > Zune Discussions > Zune Games > Download Completed Games > Restricted Games and Applications

Restricted Games and Applications For all closed source Games and Applications

Closed Thread
 
LinkBack (1) Thread Tools
Old 06-03-2008, 06:50 PM   #21 (permalink)
Experienced Member
 
LedZepp's Avatar
 
Join Date: Mar 2007
Posts: 976
LedZepp has a spectacular aura aboutLedZepp has a spectacular aura about
Default

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




LedZepp is offline  

Advertisement [Remove Advertisement]
Old 06-03-2008, 06:56 PM   #22 (permalink)
Jr. Zuner
 
Sk8ierBoi's Avatar
 
Join Date: Jun 2008
Posts: 44
Sk8ierBoi is on a distinguished road
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  
Old 06-03-2008, 07:03 PM   #23 (permalink)
Experienced Member
 
ShotgunSnipist's Avatar
 
Join Date: May 2008
Location: Colorado
Posts: 800
ShotgunSnipist has a spectacular aura aboutShotgunSnipist has a spectacular aura about
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



ShotgunSnipist is offline  
Old 06-03-2008, 07:04 PM   #24 (permalink)
Experienced Member
 
LedZepp's Avatar
 
Join Date: Mar 2007
Posts: 976
LedZepp has a spectacular aura aboutLedZepp has a spectacular aura about
Default

Yes there should




LedZepp is offline  
Old 06-03-2008, 07:10 PM   #25 (permalink)
Jr. Member
 
Join Date: Jun 2007
Location: Mass
Posts: 332
shutout5591 will become famous soon enough
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  
Old 06-03-2008, 07:12 PM   #26 (permalink)
Experienced Member
 
ShotgunSnipist's Avatar
 
Join Date: May 2008
Location: Colorado
Posts: 800
ShotgunSnipist has a spectacular aura aboutShotgunSnipist has a spectacular aura about
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



ShotgunSnipist is offline  
Old 06-03-2008, 07:14 PM   #27 (permalink)
Jr. Member
 
Join Date: Jun 2007
Location: Mass
Posts: 332
shutout5591 will become famous soon enough
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  
Old 06-03-2008, 07:19 PM   #28 (permalink)
Experienced Member
 
ShotgunSnipist's Avatar
 
Join Date: May 2008
Location: Colorado
Posts: 800
ShotgunSnipist has a spectacular aura aboutShotgunSnipist has a spectacular aura about
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

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



ShotgunSnipist is offline  
Old 06-03-2008, 07:53 PM   #29 (permalink)
Squirt
 
Join Date: May 2008
Posts: 16
game_slave is on a distinguished road
Default

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



game_slave is offline  
Old 06-03-2008, 08:47 PM   #30 (permalink)
Jr. Zuner
 
Join Date: Jun 2008
Location: Australia
Posts: 41
ravenator is on a distinguished road
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  
Old 06-03-2008, 08:57 PM   #31 (permalink)
Jr. Member
 
brenttiscool15's Avatar
 
Join Date: May 2008
Location: Victorville, CA
Posts: 282
brenttiscool15 is on a distinguished road
Send a message via AIM to brenttiscool15 Send a message via MSN to brenttiscool15 Send a message via Yahoo to brenttiscool15
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..
__________________






brenttiscool15 is offline  
Old 06-03-2008, 09:04 PM   #32 (permalink)
Experienced Member
 
LedZepp's Avatar
 
Join Date: Mar 2007
Posts: 976
LedZepp has a spectacular aura aboutLedZepp has a spectacular aura about
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  
Old 06-03-2008, 09:14 PM   #33 (permalink)
Squirt
 
Rollercoast19's Avatar
 
Join Date: Jan 2008
Location: Dayton, OH
Posts: 21
Rollercoast19 is on a distinguished road
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.
__________________




Rollercoast19 is offline  
Old 06-03-2008, 09:17 PM   #34 (permalink)
Support Team
Expert Zuner
 
Soccerfreak24's Avatar
 
Join Date: Nov 2007
Posts: 3,027
Soccerfreak24 is just really niceSoccerfreak24 is just really niceSoccerfreak24 is just really nice
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.
__________________





Soccerfreak24 is offline  
Old 06-03-2008, 10:27 PM   #35 (permalink)
Experienced Member
 
ShotgunSnipist's Avatar
 
Join Date: May 2008
Location: Colorado
Posts: 800
ShotgunSnipist has a spectacular aura aboutShotgunSnipist has a spectacular aura about
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



ShotgunSnipist is offline  
Old 06-04-2008, 07:09 AM   #36 (permalink)
Jr. Member
 
Join Date: Jun 2007
Location: Mass
Posts: 332
shutout5591 will become famous soon enough
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  
Old 06-04-2008, 07:30 AM   #37 (permalink)
Experienced Zuner
 
daneboyzzz's Avatar
 
Join Date: May 2008
Location: FL
Posts: 130
daneboyzzz is on a distinguished road
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  
Old 06-04-2008, 09:18 AM   #38 (permalink)
Jr. Member
 
Join Date: May 2008
Posts: 312
cable729 is on a distinguished road
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  
Old 06-04-2008, 09:47 AM   #39 (permalink)
Experienced Member
 
ShotgunSnipist's Avatar
 
Join Date: May 2008
Location: Colorado
Posts: 800
ShotgunSnipist has a spectacular aura aboutShotgunSnipist has a spectacular aura about
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

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



ShotgunSnipist is offline  
Old 06-04-2008, 10:22 AM   #40 (permalink)
Zuner
 
badreligionpunk69's Avatar
 
Join Date: Feb 2008
Posts: 90
badreligionpunk69 is on a distinguished road
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  
Closed Thread

Bookmarks

Thread Tools