Game Development Community

Install version?

by Makuro · in Torque X Platformer Kit · 09/18/2007 (11:38 am) · 1 replies

I have a small project i made with the kit and i want to make a cd with the game, what i need exactly to make run the program on other computers with no xna and torque? thanks in advance.

About the author

Recent Threads

  • Kansen video

  • #1
    09/19/2007 (6:22 pm)
    The computer must have XNA to run the game. The idea is that there would be a small download called a redistributable (AKA "redist") that has just the dll's needed to run a game, not the source and utilities required to develop a game (similar to using the DirectX runtime vs the Direct X sdk).There is an XNA redist available on the XNA site, but the current version doesn't work.

    In order to run an XNA game on a computer you currently have to install the following:

    1) Visual Studio Express C#
    2) Visual Studio Express C# Service Pack 1
    3) XNA Game Studio Express 1.0 Refresh

    It's a huge pain in the butt, but I assume Microsoft is working on a functional redist, most likely for XNA GS 2.0 (which is slotted for release in December of this year).