XNA Creators Club Online
community forums

Search Forums

Page 1 of 12 (113 items) 1 2 3 4 5 Next > ... Last »
  • Re: free explosion sprites

    Folks may like this link as well ... I used this in my book.  He also has some games so check them out as well. http://www.positech.co.uk/content/explosion/explosiongenerator.html
    Posted to Artist's Corner (Forum) by kewlniss on 05/11/2009
  • Re: Zune HD - Can no longer run home made apps

    Omair, I think most of the issues are with developers that tried to deploy code using the new Zune Extensions. Be aware that any existing Zune apps / games out there won't run on the Zune HD unless the developer who made the original updates it to the Zune HD. The 1st and 2nd generation Zunes had physical buttons that you could map to. (A and ...
    Posted to General (Forum) by kewlniss on 21/09/2009
  • Re: Zune HD - Can no longer run home made apps

    [quote user="cvtele"] Chad, what you did was reload the firmware for the Zune as described here: http://support.microsoft.com/kb/974593/ [/quote] Sorry that didn't work for you.  Thanks for specifying what the magic button mash I performed was. Good to know if I get in that state again. I couldn't do anything (Device ...
    Posted to General (Forum) by kewlniss on 19/09/2009
  • Re: Zune HD - Can no longer run home made apps

    I just ran into this earlier ... http://twitter.com/kewlniss/statuses/4092227123 I'm not exactly sure what I did to correct it, but this is what I think I did ... I held down several buttons for 3 seconds each, but I think when I held down the power button at the top AND the long skinny button on the side it came on with the ...
    Posted to General (Forum) by kewlniss on 19/09/2009
  • Re: Applying a BVH Animation to the Avatar Rig

    Thanks for the reply. No, I haven't made it any further -- ended up getting side tracked on something else. Been fooling with Blender some, but not exactly getting anywhere with that either. I'd love to take a look at your .tagt file. Totally understand the disclaimer. If there is any light you can shed as to why you picked the ...
  • Re: dll question

    I'm not exactly clear on your scenario, but it sounds like you have a solution with multiple projects. (Or maybe just one projects with a bunch of files?) Either way, ultimately what you want is for the game engine code to reside inside of it's own project. This Windows (or Xbox) Game Library will compile into it's own .dll file (.NET ...
    Posted to Game Algorithms (Forum) by kewlniss on 15/08/2009
  • Applying a BVH Animation to the Avatar Rig

    I'm curious if anyone got this working using the SOFTIMAGE|XSI Mod Tool. I've been looking at the Retargeting Mocap Data from C3D or BVH Files to Rig under the Softimage Motor (Motion Transformation) for Characters under the Character Animation section of the Softimage User's Guide. When I follow the steps the application ...
  • Re: Wiring Code to Game1

    Assuming you Player DrawableGameComponent is working you just need to add it to your game project. So you would need the following member field: Player player; And then, in the Game's constructor you need to add the following code: player = new Player(this);Components.Add(player); Hope this gets you further along, Chad
    Posted to XNA Framework (Forum) by kewlniss on 04/08/2009
  • Re: Video Playback Issue

    Have you tried some of the following examples? http://klucher.com/blog/video-support-in-xna-game-studio-3-1/ http://www.ziggyware.com/readarticle.php?article_id=269 http://www.catalinzima.com/?page_id=532 Where are you actually drawing the texture of the video frame? If this is in a 3D scene, is the camera pointed to the object you are ...
    Posted to Game Algorithms (Forum) by kewlniss on 04/08/2009
  • Re: How do I save something?

    Information on Storage Devices can be found in the your local XNA Game Studio Documentation file. Here is a link assuming you have XNA GS installed: ms-help://MS.VSCC.v90/MS.VSIPCC.v90/MS.XNAGS31.1033/XNA/XNA_Storage_Overview.htm There are great How To links at the bottom of the page
    Posted to General (Forum) by kewlniss on 01/08/2009
Page 1 of 12 (113 items) 1 2 3 4 5 Next > ... Last »