Game Development Community

TX 3D (beta)

by Ronald Swaine · in Torque Developer Network · 08/09/2008 (7:34 pm) · 6 replies

Downloaded the Creator's Club installer, and since it works with XNA 2.0 I figured it would work with 2005 Professional. It said it requires 2005 Express. So I download that and then proceed to install TX 3D.

The templates say they can't be accessed (in express) and project fails to be created.

If I also try to use the template in 2005 Pro, it says

"Error: this template attempted to load an untrusted component 'GarageGames.TorqueX.TemplateWizard..." etc


Is possibly having had the express and full versions of studio 2005 making some sort of confliction?
This would seem odd, since xna 2.0 is for studio 2005 (full).


Any help would be appreciated, Thanks.

About the author

Recent Threads

  • Work with XNA 2.0?

  • #1
    08/10/2008 (11:26 am)
    K, so, I did a fresh install of

    VS C# express 2005,
    C# express 2005 sp1,
    xna 2.0
    xna 3d beta for xna 2.0

    and it still says its not compatible "with this install" when I make a starter 3d project.


    any one?
    #2
    08/11/2008 (5:49 am)
    Does your .vstemplate have this in it?

    <WizardExtension>
        <Assembly>GarageGames.TorqueX.TemplateWizard, Version=2.0.0.0, Culture=Neutral, PublicKeyToken=b3a0972a6e74a0ba</Assembly>
        <FullClassName>GarageGames.TorqueX.TemplateWizard.Wizard</FullClassName>
      </WizardExtension>
    #3
    08/11/2008 (8:21 am)
    Hm, no, it has the 1.5.0.0

    Does that mean I need to edit it to work with...what install then?
    Im not really familiar with the template stuff...

    so, if I change the 1.5.0.0 to 2.0.0.0 it then should work with XNA 2.0 in 2005 Pro?
    XNA 2.0 with 2005 Express?


    Thanks
    #4
    08/11/2008 (8:33 am)
    Why are you downloading the 3D beta instead of TX 2.0? TX 2.0 has the 3D engine in it. Documentation is still a wip, but the engine is there. You can find the demos in the demos directory for the SDK. Plus, it works in 2005 professional just fine.
    #5
    08/11/2008 (10:25 am)
    Yah, what Dave is saying should resolve all your issues. Even if you were to get it working under 1.5 the code has changed from 1.5 to 2.0 and you would be spinning your wheels. I am working in VS 2005 with no issues using the Starter 3D 2.0 .
    #6
    08/11/2008 (10:38 am)
    Exxxcellent

    I find it very confusing navigating the GG site a lot of the time,
    doesn't really say whats the newest, or whats included in what, etc.

    Thank you all for the info!

    :D