Distributing games for Zune

Page update date :
Page creation date :

summary

Learn how to distribute your Zune game.

Zune 用ゲームの配布

substance

If you want to distribute a game for Zune and end users can install the game on Zune, they must also have the Zune development environment installed. You'll also need to set up the connection just as you would when developing a game for Zune.

Basically, it is positioned for XNA Game Studio users to play with each other, but software other than Zune is available for free, so as long as you set it up, you can let other people play on Zune for the time being.

To install games for Zune, the following systems must be installed in the user's environment, and the connection settings must be configured.

Create a file (game package) to be distributed

First, open the Zune project for the game you want to distribute.

プロジェクトを開く

Let's switch "Debug" to "Release" in the toolbar. This way, you can eliminate debugging information that you don't need for your game and optimize your game to build

Release モード

Select "Rebuild Solution" from the Build menu to discard the build information so far and build from scratch.

I don't think there is a problem with a normal build, but in rare cases, there may be files that are not built in their previous state, so it is recommended to rebuild just before distribution.

ソリューションのリビルド

Once the project has been rebuilt, select "Package XXXXX as XNA Creators Club Game" from the Build menu. (XXXXX is the project name)

ゲームパッケージの作成

Then, you can see that a file called "XXXXX.ccgame" has been created in the following folder.

  • [project folder name]\bin\Zune\Release

This is the game package for XNA, and you can distribute it as-is. (However, depending on the site, you may need to compress it separately into a ".zip" file, so please check it yourself.)

作成されたゲームパッケージ

Run a distributed Zune game

First, connect your PC to Zune, and then use the . If you double-click the "ccgame" file, a dialog like the one shown on the right will appear, so click the "Unpack" button.

ゲームパッケージ

The games in the package are then automatically placed on your Zune.

ゲームの配置

When you see a screen like the one on the right, the placement is complete. Press the control pad to restart Zune.

ゲームの配置完了

If you open games, you will see that the game is in place.

配置されたゲーム

If you choose, you can actually play the game.

ゲームの実行