XNA Creators Club Online
community forums

Search Forums

Page 1 of 12 (112 items) 1 2 3 4 5 Next > ... Last »
  • Re: Share your sales numbers

    Interestingly enough, all of my games were at the new price points well before the automatic ones came into effect so I guess I just sailed off the back of more users visiting
    Posted to General (Forum) by lutas on 10/26/2009
  • Re: Share your sales numbers

    Anyone else noticed a surge in sales for the 23rd and 24th? I'm guessing it's due to the auto price drop (I don't see the same happening with my 240 point title) but I haven't noticed that being promoted anywhere...
    Posted to General (Forum) by lutas on 10/25/2009
  • Re: SpriteBatch Messing With 3D Textures

    Try setting the SaveState parameter of spritebatch.begin() to save
    Posted to XNA Framework (Forum) by lutas on 9/17/2009
  • Re: Re-submit a game takes it down from marketplace?

    It's available during review. If the review of your new submission goes through then that replaces your previous build. Additionally, since the last update or so I think users get notifications of automatic updates (same as XBLA/regular games)
    Posted to Game Publishing/Business (Forum) by lutas on 9/7/2009
  • Re: Winners announced

    Top 20: Dust: An Elysian Tail United States HurricaneX2 Evolution China Kaleidoscope Canada Max Blastronaut United States Rotorscope - The Secret of the Endless Energy Spain Sol Survivor United States ...
    Posted to Dream-Build-Play (Forum) by lutas on 9/7/2009
  • Re: Adding assemblies to Visual Studio's assembly list.

    Just did a quick test with XNA 2.0. I don't have 3.0/3.1 installed on this machine but I'd imagine it's the same. The files in the browser appear to come from C:\Program Files\Microsoft XNA\XNA Game Studio\v2.0\References\Xbox360 (or equivalent). Copying the system.xml.dll and renaming seems to add the newly created reference to ...
    Posted to XNA Framework (Forum) by lutas on 9/3/2009
  • Re: Adding assemblies to Visual Studio's assembly list.

    To get it in the list, you should be able to use gacutil. It's a small command line app that installs assemblies into the global assembly cache (usually C:\windows\assembly). Once in there it *should* appear in your list. You should be able to find gacutil under C:\Windows\Microsoft.Net somewhere. To use it: gacutil /i ...
    Posted to XNA Framework (Forum) by lutas on 9/3/2009
  • Re: Playtesting questions...

    You can submit playtests at any stage in your project. It obviously helps to have something worthwhile to show though. It's also a good idea to list what kind of feedback you're looking for (e.g. controls/gameplay/polish) so people don't waste their time telling you your save code is broken or whatever...
    Posted to General (Forum) by lutas on 8/25/2009
  • Re: Rotation, scaling & origin woes!!

    One of the overloads for spritebatch takes a float which allows you to scale.
    Posted to Game Algorithms (Forum) by lutas on 8/24/2009
  • Re: Rotation, scaling & origin woes!!

    You need to ensure the origin (i.e. your pivot point) is in the place where you would expect the sprite to rotate around. The easiest way to find that, is to open it up in paint or whatever, and point your cursor to the point it makes sense to rotate about (often the middle of the sprite) and then take those coordinates and pass that in as your ...
    Posted to Game Algorithms (Forum) by lutas on 8/24/2009
Page 1 of 12 (112 items) 1 2 3 4 5 Next > ... Last »