Zune 3.x & XNA Games#
Post By Steve "fyiguy" Hughes

Since the release of the Zune update I have received quite a few emails asking why their games no longer work. As I stated in the update post it has to do with how the games were compiled with the XNA Game Studio CTP and not XNA Game Studio 3 Beta, which fully supports the new Zune 3.0 update! Yay!!!

xna 3 beta

To get your old games and applications to work all you have to do uninstall the CTP and install the new XNA Game Studio 3.0 Beta and edit a few lines of code:

  • Modify the .contentproj file to delete all instances of the OutputPath element. This element usually is within a PropertyGroup element that has Condition attributes. For example:

                      <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Xbox 360' ">
                        . . .
                        <OutputPath>bin\Xbox 360\Debug</OutputPath>
                      </PropertyGroup>
                      
  • Add the following as a child element in the same PropertyGroup that includes the XnaFrameworkVersion element:

    <OutputPath>bin\$(Platform)\$(Configuration)</OutputPath>

    The folks over at Zuneboards have a list of games that have already been “fixed” to work with 3.0.

    If you wish to do it yourself you can download the latest version of the XNA Beta from here and be sure read the READ ME file.

    Enjoy!

     zune capture

    There is a new snapshot feature too! A few people wrote in asking on how to do this so here it is. Screen captures are taken using the XNA Game Studio Device Center. It’s important to understand that screen captures can only be made when you start the game from your computer using Visual Studio. You cannot play a game stand alone (i.e. Running from the Games menu on Zune or from the Games Library on the Xbox 360. Here are the two ways to capture:

    • Starting the game with debugging (usually “F5” in Visual Studio of Visual C#)
    • Starting the game without debugging, and hence better performance (usually Ctrl+F5 in Visual Studio)

    Zune-1 Zune-2

    Once started and connected startup the XNA Game Studio Device Center, right-click on the device currently running the game and select “Take Screen Capture”. A PNG of your Zune’s Screen will then be placed in your Pictures folder, and it will be opened automatically for viewing.

    zune capture2

    Note: This will not work with packaged games like creators club game packages (*.ccgame files). This files are automatically installed on your Zune and don’t require to be built.

    Zune | Misc
    10/16/2008 5:03:00 PM (Eastern Standard Time, UTC-05:00) #    Comments [1]  |  Trackback

     

    8/4/2009 5:30:22 PM (Eastern Standard Time, UTC-05:00)
    Hi guys. Posterity is as likely to be wrong as anyone else.
    I am from India and now study English, tell me right I wrote the following sentence: "Because they were unable to find any existing day care centers that had the characteristics they were looking for, they decided to start their own preschool, which is now a nonprofit cooperative that serves about students."

    THX :o, Zimri.
    Name
    E-mail
    Home page

    Comment (HTML not allowed)  

    Enter the code shown (prevents robots):

    All content © 2010, Don Sorcinelli
    On this page
    This site
    Microsoft MVP Program
    Club Pocket PC - Boston

    NEXT MEETING
    March 17th, 2010

    Stay tuned for more information!

    Support Our Sponsors!
    Calendar
    <March 2010>
    SunMonTueWedThuFriSat
    28123456
    78910111213
    14151617181920
    21222324252627
    28293031123
    45678910
    Archives
    Sitemap
    Blogroll OPML
    Disclaimer

    Powered by: newtelligence dasBlog 1.0.0.0

    The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

    Send mail to the author(s) E-mail