From the guidelines: "... In order to make your evaluation a positive experience that helps us better Visual3D.NET and ensures you have the information you need work through crucial issues we ask you to adhere to the following guidlines during your evaluation of Visual3D.NET ...".
If you are a betatester, you should have already read them or be reading them right now.Monday, April 30, 2007
VISUAL3D.NET BETA 1 EVALUATION GUIDELINES
"EXTENDING THE BITMAP FONT MAKER UTILITY"
From Ziggy's article: "... Extending the Bitmap Font Maker Utility to support multiple file formats is a very easy task since the .NET System.Drawing.Bitmap class wich the font utility uses to write its output with already supports several file formats via the System.Drawing.Image base class ... I have chosen to implement bmp, jpg, png and tiff ...".
Read on!CODING4FUN: INTRO TO XNA PART 3
From the article: "... Before you go any further I need to explain how XNA works on the Xbox 360. Microsoft created a version of the .Net compact framework that runs on the Xbox 360, as well as Xbox versions of the XNA assemblies. To get these assemblies onto your Xbox 360 and enable deployment of XNA framework requires that you join the Creators Club which has a cost associated. The changes you will make for this article will work on the PC too, but you will not be able to play on the Xbox 360 without this. Microsoft have provided a video to help you get this installed: Getting Started with the XNA Creators Club ...".
This article is available on the Coding4Fun site.ADVENTURES IN PERFORMANCE
From the article: "... I’ll look at what FPS values actually mean, how we count them in game and then why it’s a bad idea to profile your games performance using FPS as your only metric ...".
It uses the new SpriteFont class to render the performance data on screen.Saturday, April 28, 2007
HOW TO COMPRESS AUDIO USING XACT
From the post: "... there is some support for compressing your audio files in the current product, using the XACT tool; it's just not easy to discover. XACT supports ADPCM compression on Windows and XMA compression on the Xbox 360. You can get about 4:1 compression with ADPCM and even better with XMA. So while perhaps not as high as some other encodings, such as WMA, it does offer quite a substantial savings ...".
Let's compress some audio files!Friday, April 27, 2007
"XNARACINGGAME.COM" IS NOW ONLINE
From the announcement: "... The download file is 130 MB in size and will eat up almost 290 MB of your hard disk space extracted. It is also only available in the .vsi format and can't be used in anything but XNA Game Studio Express or Visual C# Express. The main reason for this incredible size is the Textures directory, with uses mainly uncompressed .TGA files ...".
Let's race!
XNAGPUPARTICLES V1.1
From Mike's post: "... it takes a texture and picks out pixel colours from the texture and maps it onto a large vertex buffer which then is used as the input to my Vetex Texture particle system ...".
Nice!XNA FRAMEWORK FEATURE QUESTION: AUDIO
From Mitch's post: "... The native XACT APIs have added the support for programmatic wave playback. I.e. at runtime, you can load *.wav files into a Wavebank and play them from there, without needing to create a project and compile the binaries. This is something we're looking at supporting in our next release, but I want to gauge how much interest there is in this feature? Keep in mind that implementing this feature may very well mean we can't do some other feature ...".
So how important is this to you? Hurry up and post your answer here.TIP: AUTOFORMATTING MULTIPLE LINES OF TEXT
From the post: "... I've been putting off my GUI because I didn't want to redesign once the XNA team's font support came out, here's the first trick I created, to help myself with my GUI: autoformatting multiple lines of text. If you look into the documentation it says that the new text functionality will go the a new line with the text if the '\n' character is found. However, this makes for some static game design. What if I want the text block to be wider? ...".
Watch this space!ALL SAY HELLO TO "SPRITEFONT" ...
Shawn tell us what the font system is capable of for bitmap fonts, plus unveils a handy tool that helps you create a bitmap-font base which you can then enhace with your favorite graphic tool, like Photoshop, Gimp and such.
From the post: "... TrueType fonts are convenient, but you may sometimes find yourself wanting a more distinctive look for your text. You can create custom typefaces by arranging a set of character images into a single bitmap, separating the areas between each letter with a pure magenta marker color ...".
Read on!2007 INTEL® GAME DEMO CONTEST
However, you'll have to consider that the contest calls for entries elegible for the following two categories:
- Best Threaded Game: for the demo that best shows off the computational power of a multi-core processor, and
- Best Game on the Go: for the demo that best shows advances in laptop gaming.
Life is not that easy, isn't it? Well, before say "naaahh, it's not for me ...", check the prizes and the official rules.
From the rules: "... Contest begins March 5th, 2007. Registration Forms must be received by July 1st, 3:00pm PST 2007. Community judging to determine finalists will begin July 1st, 3:00pm PST 2007 and run until August 1st, 3:00pm PST 2007. Executables of finalists must be received by August 15th, 3:00pm PST 2007. Winners will be announced at Austin Game Developer Conference on September 5th, 2007, and published on the contest website the same day ...".
Let's code!Thursday, April 26, 2007
NEW CONTENT FOR "XNA'ERS"
I knew it! Don't be a lazybones, pay a visit to the XNA Creators Club Online site and:
- Download the new starter kit: finally! The long-awaited "Racing Game" (formerly called "XNA Racer"),
- Download the new samples: 3D audio, bloom, 2D particles, and many more.
- Read the new articles: data structure and the shader series,
- Watch the new video tutorials: advance audio series, and,
- Download the new utilities: the "Bitmap Font Maker" utility and controller graphics.
Wow!
[Are you an "XNA'ER"? Sounds cool, doesn't it?]"PCGZINE 5" NOW AVAILABLE FOR DOWNLOAD
The issue includes an interview to the president of Massive Entertainment -the one behind "World in Conflict" game- plus a preview of "Enemy Territory: Quake Wars", a review of "The Lord of the Rings Online: Shadows of Angmar", and more, much more.
So, what are you waiting for?! Download it now!"MONO.XNA": APRIL FOOLS?
However, after some search I happened to find a google group where you can actually check some XNA Framework's assemblies being ported to OpenGL.
As it's seems to be in the first stages of development, does anyone know whether it's a serious project?"PROFESSIONAL XNA GAME PROGRAMMING" BOOK
From Andy's post: "... The postman left a nice gift for me this morning, a copy of Ben's book. I've had a grand total of about 30 minutes to look at it so don't consider this a full review.... Firstly you can get the code for the book included versions of XNA Racer and XNA Shooter from the Wrox website. The XNA Racer and XNA Shooter sites are not up yet but Rocket Commander has been up for quite a while. I have no idea if the Racer game is identical to what was supposed to show up on the creators club site or a different version, but looks like the book version is available first ...".
Although, Benny didn't include in the book's readme file some of the XNA-news blogs that have been working hard to keep you up-to-date in the XNA world ... snif! snif! ... :( ... I still believe this is a great book, so go and buy it ... ;)Wednesday, April 25, 2007
NEW VIDEO: "BULLET HELL TACTICS"
Enjoy!
NEW VIDEO: "TEH GAME"
WHAT'S NEW IN XNA GSE V1.0 "REFRESH"?
- XNA GSE 1.0 Refresh ReadMe: of course.
- Let's Kill Dave blog: list of "big" things pointed out by Dave.
- The ZBuffer site: Andy publishes a handy list of changes in the API.
Of course, you should also check XNA Creators Club Forums, since there have some questions on issues while installing, updating past code and so on.
Hope it helps.SHARKY'S "AIR LEGENDS" AND XNA GSE "REFRESH"
From Lawrence's post: "... So I won’t be needing to rush out a new release to be compatible. You’ll be fine with the last one ...".
YAY!!!A SIMPLE POST-PROCESSING BLOOM/BLUR EFFECT
ADDING "HYSTERESIS" TO YOUR DECISION MAKING CODE
From Shawn's post: "... The problem is, game simulations tend to produce a lot of small and basically random fluctuations from one frame to the next. When these values are used to control a discrete decision, and when the input value is close to the decision threshold, the results can look pretty silly ...".
There's an interesting discussion going on there, so I suggest you read the post.
Bye!Tuesday, April 24, 2007
XNA GSE 1.0 REFRESH RELEASED
From the XNA Team Blog's post: "... We’ve gone over many of the features outlined in the announcement we made at GDC 2007. One thing we didn’t really cover previously is compatibility. The entire team made a conscious effort to maintain compatibility with this release.
Your game should just recompile in 1.0 Refresh with no changes required. Any game that is compiled should run fine if you have 1.0 Refresh installed.As mentioned, you can continue to use 1.0 on your Windows computer with 1.0 Refresh on the Xbox 360 console.
Games that are built on 1.0 Refresh may run on 1.0; however, if you are using new functions or features in the XNA Framework (such as font functionality), it will not work properly.You can download the XNA Framework 1.0 Refresh for including in your installer as you start to upgrade your games ...".
Donwloading it right now!Monday, April 23, 2007
XNA GSE UPDATE IS AROUND THE CORNER
- XNA Creators Club membership extension (4 months "on the house"),
- Community resources, assets, premium content, etc.,
- The update to XNA Game Studio Express 1.0,
- The brand new "Club Packaging" format, and
- Dream-Build-Play compo.
From Dave's post: "... As a gesture of thanks to our incredible community and especially those who have jumped on board the XNA Creators Club train earlier than others, we’ve extended each and every active XNA Creators Club membership that was active on March 5th by an additional 4 months ...".
Read on!
"WHICH VISUAL STUDIO VERSION WILL YOU USE?"
From Joe's post: "... As we finish up the refresh release to XNA Game Studio Express, we are looking at the next major version and some decisions that need to be made. I wanted to get some impressions from people around a particular topic that I am currently looking at.
As many of you know, Visual Studio is releasing a new version at the end of this year (codenamed Orcas). One of the major features we are planning to add in the next major version of XNA Game Studio Express is the ability to create games in all SKUs of Visual Studio (Express, Standard, Pro, etc). With Orcas coming, the next obvious question is which release of Visual Studio should/can we support ...".
Also, there's a thread on the Creator's site on this regard.
This is an important step in the future of XNA GSE, so c'mon and share your thoughts!NEED SOME IMAGES OF 360 CONTROLLER BUTTONS?
QUO VADIS CONFERENCE 2007
From Benny's post: "... There was not much interaction with the audience because most people had no questions, but I talked my way through it and I heard some positive feedback about XNA later ...".
Shy audience, ugh?FROM ZYGOTE'S SITE: WANT TO WIN 100 BUCKS?
From Zygote's post: "... Ziggyware is hosting an XNA tutorial/article contest. Simply submit a quality article covering any range of XNA related content.
Top prize is currently One Hundred Dollars USD. Contest deadline is May 30th 2007 ...".
So, do you want to win 100 bucks?Friday, April 20, 2007
VISUAL STUDIO CODENAME "ORCAS" BETA 1 NOW AVAILABLE
The first great thing is that you can donload and betatest a fully functional version of the Team Suite, either by downloading ISO images -not available yet- or the VPC images (for the latter, you will need to download Virtual PC 2007). I had previously downloaded March CTP's VPC images and everything worked ok.
But this time, there's something more, with this release comes the beta builds for the VS Express editions. Although I have not installed VC# Express "Orcas" yet -I'm downloading the installation files as I write this post- it seems we'll be getting an object-relational UML designer tool (probably a lite version of it).Great news!
[BTW, does anybody know whether the upcoming release of XNA GSE will support "Orcas" VC# express edition?]TUTORIAL: INTRODUCTION TO XNA
From Mike's post: "... Although I couldn't name all the episodes, I think I watched every original Star Trek episode that was produced. My fascination with Star Trek didn't end with the original, but continued into the Next Generation. After that, I kinda lost track...Anyway, this month, Microsoft came out with an article in MSDN on the XNA framework, written by Charles Cox and Michael Klucher. I became intrigued and decided to pursue exploring the XNA Framework. In doing so, I created this simple example. Most of the inspiration for this article didn't come from the MSDN article, but from a game called elves revenge on a website called Errolian. By examining this code, I was able to piece together this demonstration of XNA ...".
Read on.A GLIMPSE ON XNA'S PER PIXEL LIGHTING
From Shawn's post: "... Per-vertex lighting is efficient, and it looks good on models that contain lots of highly tessellated triangles or which don't use too much specular. It can look pretty bad on lower resolution meshes, though, ..."`.
Read on ...UPDATE: "BULLET HELL TACTICS"
From the post: "... Tonight I worked with some new graphics for player shield and the "energypacks" the enemies drop. Sometimes it's fun to just sit and play around with colors and some filters in photoshop, what a difference - so much better! ...".
Nice!Thursday, April 19, 2007
SETTING UP "GUIMANAGER"
From Aaron's post: "... The simplest way to begin is to use the GUI_Testbed project as a starting template. I simply created a new source file containing a class called Tutorial1, and set that as the startup Game object in Program.cs. You could also just use the existing GUI_Testbed.cs if you don't feel like starting from scratch ...".
More news after the break ...TIPS: "SOFTWARE EFFICIENCY AND OPTIMIZATION - PART 3"
From the post: "... I'm trying to decide where to take this blog from here. I could continue focusing on software engineering as it applies to games. Or I could start taking in-depth looks at particular game algorithms and how to implement them for XNA — for example, I could show how I used the minimax algorithm with alpha-beta pruning for finding the best move in my Othello game, and how to implement it in XNA; or show how to implement the A* algorithm for pathfinding. Or I could start showcasing my Dream-Build-Play entry and how various parts are implemented. If you have any thoughts or preferences, please leave a comment ...".
To get to the above-mentioned part of the post -actually the final part- you'll need to read a bit more than usual ... trust me ... so you'd better hurry up and start reading right now!MORE ON "FOREACH" LOOPS
From Eli's post: "... For you impatient readers, here's my results: As I just found out, this holds true on the Xbox360 as well. Read on to find out how I came to this conclusion, and maybe learn something about (deep breath) The XNA Framework Remote Performance Monitor for Xbox 360 ...".
So, want to find out? Read on ...XNA & THREADING
A must read.
Wednesday, April 18, 2007
JSEDLAK'S 'TOWER DEFENSE' PROGRESS
From John's post: "... A lot of progress made on Tower Defense over the week so far. We have weapons rotating and shooting as well as music and sound! Check out the new page for the game to see the latest screenshots and get the latest code release here. Note that although it comes with Thrust DLLs, it is in no way a release of the library and could be buggy and/or inefficient. Also note that I realize the video isn't the smoothest of gameplay videos, Camtasia seems to really hog up the computer when recording nowadays and I can't seem to get a smooth video anymore. I assure you the game runs at a consistant 63fps when not recording ...".
Enjoy!Tuesday, April 17, 2007
UNLEASH YOUR IMAGINATION WITH XNA GSE
From the announcement: "... The article presents a high-level view of XNA Game Studio Express, and then walks through how to create a copy of Spacewar and modify the source to add new functionality to the game--in this case, a shield ...".
Cannot wait, ugh? Then get to the article by following this link.Monday, April 16, 2007
MANAGING UNITS
From the post: "... In response to a post on the Creators Club Online forums, I whipped up a quick sample of a class that manages RTS (or any genre) units. Check it out here. If I get a chance, I'll spruce it up a little since the current version is totally barebones (what do you expect for a half-hours, if that, worth of work) ...".
Well, I guess it's all for today ..."EQUALIZING ARTWORK"
From the post: "... Any time you draw more than one thing on the screen you need to think about how well their colors, brightness, and contrast levels will fit together. By far the most important tools for controlling this are the lighting and fog settings ...".
Read on!GET A BETTER SERVICE
From the post: "... so recently there's been a lot of major discussion on the XNA forums about GameComponents. Now, I love the idea of having integrated components that automatically get get updated and also drawn in the case of DrawableGameComponent, however, when it comes to accessing the Game class's Services. I also have at issue being able to access said Services in a class that is not a GameComponent. I understand the XNA's team for making the services the way they are, however I don't want to have to derive from GameComponent and add it to the GameComponentCollection every time I want to check to have access to the ContentManager or whatever. For the most part, input components are the only issue that I have with the way Services are set up ...".
Read on!IS "SILVERLIGHT" THE NAME OF A COLOR?
Want to know whether XNA GSE will integrate it? Then read David's post on this regard.
From the post: "... How can I use Silverlight with my XNA Framework-based games?" I will directly answer that we have ...".
Curious? I told you to read David's post ... ;)"GET MY BEST RELEASE EVER", SHARKY SAYS ...
From Lawrence's post: "... I’ve decided I’m going to invoke “Sods Law” once again, and take the hit for the team. I’ll release early after all. If the XNA release comes shortly afterwards then so be it. You’ll all be able to thank me! ...".
A must have ...A CHANCE TO PRODUCE YOUR OWN TV SHOW FOR XBOX LIVE
From Major Nelson's post: "... Got a great idea for a TV Show? How would you like $100k to produce your great idea AND have it digitally delivered over Xbox LIVE?
Hit this site for details on how to sign up and get in on the competition. To enter you must be over 18 and live in any of the 25 countries where Xbox Live is available. Fire up the camcorder and good luck ...".
Are you one of the lucky guys living in any of the eligible countries? If so, start thinking on an idea, right now and join the compo!NEW XNA CONTENT BY FRANCESCO FORNO
From Francesco's post: "... The FontRenderer is the same you find on the Creators web site, however since I slightly modified it you need my DLL for the GUIManager to work. The source code of the modified sample is public: just drop me an email.
To learn how to use the XMLPipeline and FontRender components, just look at the GUIManagerSample, or post a comment to this post ...".
Cheers!Saturday, April 14, 2007
NEW TUTORIAL: XNA OCTREE SYSTEM
From the post: "... First of all, what exactly is an octree? An octree is a spatial partitioning system that divides a cube recursively into eight equally sized cubes until each cube contains a specified number of polygons or objects. This tree can then be used to quickly determine visibility or to quickly rule out objects for physics purposes. For the purposes of XNA, I've designed my system to be used on a per-object basis ...".
Read on!NEW DTD CLONE VIDEOS
MANAGING GUI ELEMENTS
From Francesco's post: "... The sample at last! I managed to put together a small sample solution which shows how to use the GUIManager library. All required DLLs are included in the sample, but it's unlikely that I'll keep it updated, so always refer to the main download link (GUIManager, on your left) to get the latest library version ...".
Cheers!FRIDAY, 13TH ...
Well, anyway, everything is getting back to normal now ... although I still have plenty of installations to do ...
I better start now, so see you all later!Thursday, April 12, 2007
BASIC EFFECT AND SPECULAR-LIGHT CONTRIBUTION
From Shawn's post: "... Specular light can be harder to understand. When viewed in isolation, its contribution seems incredibly minimal ... But in combination with the diffuse light, specular is a critical part of making a model look good. Set it too low, and your objects will appear flat and uninteresting. Too high, and everything will look like plastic: waxy and unnatural ...".
Read on!"AIR LEGENDS": NEW TEASER PICS
For those of you who still don't know or never heard about this game, let me tell you that it's a legend it-self, since it's one of the first XNA games that came out -if not the first- all done by a XNA user.
What is more, if you do some search on YouTube for any initial videos promoting XNA, you will surely find a sequence of Air Legends' planes flying around nicely.
From Sharky's post: "... I’m wondering if I should just release it now anyway, and follow up with an XNA v.next release when it comes out. I’m open to persuasion ..."
Want to get your hands on the latest build? Then just go and try to persuade him ...
By the way Lawrence, nice to hear from you, man!RHYSYNGSUN WANTS TO BE ENCOURAGED ...
From Rhysyngsun's post: "... I have a few more ideas for mini-tutorials that I may post here. Some are just quick code snippets, but others are a bit more detailed. Leave some comments to encourage me ...".
So c'mon, want to get some tutos? Then give the guy the encouraging comments he is asking for ...IN THE LINE OF FIRE
From the post: "... We had an opportunity to chat with Microsoft mascot-in-training Major Nelson, early yesterday morning as the internet began its incredible, violent reaction against the pricing of the Guitar Hero downloadable tracks on Xbox 360. Major Nelson listened to a few sample comments from Joystiq readers, and he had a lot to say. (He also gives imaginary "bonus points" to the "Horse Armor song" commenter.) ...".
I like this part: "... We've talked Sony, we've talked Microsoft. You own a Wii yet?
MN: Yeah, I have a Wii. I got a Wii probably about two, three months ago ..."
There's nothing wrong with the answer, but ... busted!!! ;)Tuesday, April 10, 2007
HOW TO PLAY "BULLET HELL TACTICS"
The rules and How to's are useful for any register beta tester, so if you are one, and need some guidance to play the game, just pay a visit to this blog and read on.
More news after the brake ..."CHAOS": A SIMPLE AND SMART GAME
The game is simple in concept but still presents with elegance a nice and catchy gameplay -I really like this kind of smart games- and of course the physics were implemented accordingly.
Stay tuned to site for the upcoming release of the full version of the game."THE PROJECT TYPE IS NOT SUPPORTED BY THIS INSTALLATION"
No, the above is not part of the plot of a movie scene, it's life, real life and it's just happened to me. Fortunately, I found this thread on MS forums which presented a quick and easy fix, which -at least in my case- worked.
The fix:
- Open a VS 2005 Command Prompt,
- Enter the following command: regsvr32.exe "%vs80comntools%\..\IDE\projectaggregator.dll", and finally
- Execute %vs80comntools%\..\IDE\VCSExpress /setup (if you are using c# Express), or instead, execute %vs80comntools%\..\IDE\devenv /setup (if you are using VS 2005).
Take due note that "%vs80comntools% ..." is an environment variable, so the above-mentioned command lines should work "as is". However, if it doesn't because the path is not found -maybe some or all of the environmental variables set by the IDE are currently messed up in your system- just replace the "%vs80comntools%" term with your real path to the files' folder and the command should now execute.
Now, try to re-create the project again and it should all now go ok, as if nothing wrong had happened in the first place.
Cheers!Monday, April 09, 2007
THAT'S ALL FOLKS!
I think I have posted a great bunch of news, some from this last weekend, some from today, but still news.
I gotta rest now, and watch for my daily activities (I need to "live", you know? I mean, out from the XNA ring).
Hope you have found the news' posts useful.
'till tomorrow.SHAWN HARGREAVES ON THREE-POINT LIGHTING
It does, doesn't it? But, have you ever wonder why you had to use this visual technique? If you don't know the answer yet and still wonder why, just browse to Shawn's blog to find out.
From Shawn's post: "... Pretty much every movie ever made and every fashion shot ever photographed have depended on this lighting rig. There are many variations:
- To increase the perception of shape without needing too much contrast between light and shadow, tint the key light yellow and the others blue.
- For a moody drama, make the key light much brighter than the fill.
- For a cheerful sit-com, make all three lights equally bright.
- For a scary effect, position the key light low to the ground.
- For a mysterious or fantastic effect, make the back light unusually bright so the character seems to glow around the edges.
But the underlying principle is always the same. Things simply look better when lit this way ...".
Read on!"TORQUE CONSTRUCTOR" NOW AVAILABLE
GarageGames has released the long awaited "Constructor" for the Torque Game Engine (TGE) and Torque Game Engine Advanced (TGEA), for free.
To read the full list of features go here, and to download it, here.
[Now that TorqueX is out, maybe integration of this level editor to XNA is on the roadmap ...]A RAY TRACER IN C# 3.0
This guy has posted an interesting project based on the third version of the .NET Framework, which implements a ray tracer by using some of the new features of this framework, like LINQ and lambdas.
From LukeH's post: "... Although we often demo C#3.0 using databases and XML to show off LINQ - it turns out that the new language features really are also great for applications which have little to do with querying. Ray tracing, for example, is certainly not one of the prototypical scenario for query and transformation of data. Nonetheless, I found quite a few places in the code where C#3.0 and LINQ to Objects really improved the code - making it easier to express what the program was doing ...".
Not related to XNA, I admit, but nice screenshot, uh?!
[Again, imagine XNA, XAML, DX10 and .NET Framewor 3.5 ...]FLUIX: CREATE UI ELEMENTS WITH FLASH FOR XNA
The second release is out and includes:
- FSCommand implemented,
- texture alpha being broken in some cases fixed,
- lines support, including bevels,
- gradients supported,
- fix reported bug on not finding helper applications,
- basic version of Sound object working,
- fonts/text working with some caveats, and
- various string manipulation functions implemented.
Worth testing, don't you think?
[Now, I'd like to see the same with XAML. Can you picture that? XNA, XAML and DX10 ...]TRIGGERS AND OR SCRIPTING SYSTEM?
From the article: "... You know what I miss about the pre .Net days? Script! I liked creating a little script file to do little tasks for me, or to test a small piece of code without having to create a new project or solution. I like having one nice little file to deal with and clean up after, not a solution folder, a project folder and the resulting bin and obj folders. I long for those days, which is why I created Dot Net Script ...".
Pros and cons? Of course, but still worth reading since it uses C# as the scripting language.ZIGGY'S LOOKING FOR AN ARTIST
Interested? The reply to the original post.
Bye.MORE ON OPTIMIZATION: READABILITY
From Eli's post: "... The other day I was working on my GSE game, and I had a class with an Update method. The Update returned a boolean indicating whether or not the class was finished updating. The idea was when the object was finished updating, I could stop worrying about it, and I could remove it from whatever collection was keeping track of it ...".
To get to the "Problem solved" part, just go and read Eli's full post.FRANCESCO'S GUIMANAGER
From Francesco's post: "... The "example content" folder inside the ZIP contains a sample GUI texture (which contains GUI elements) and a sample ElemDef XML, which tells the GUIManager where inside the texture he can find the elements. Both these must be included in your project. In the same folder you will also find a template with which your should be able to write a valid XML to pass to the PopulateFromXML method ...".
Later.AIR LEGENDS: BF109 VS. SPITFIRE
SOME CODE SNIPPETS, EXAMPLES AND TOOLS
Among the above-mention resources, you will find:
- Kabombulator: a rts game where the goal is to both defend your base as well as send out troops to destroy your enemies base,
- xGameConsoleXNA: a easy to use in game console system,
- TextFileContentProcessors: allows the use of text files as game assets using content pipeline, and
- XNAContentCode: generates so as to reference game assets directly without using strings.
WANT TO WIN A 360?
From the post: "... DotNetSlackers is proud to present its authors with the chance to win 1 of 3 Xbox 360 Core Systems (worth 299$). Simply write an article for DotNetSlackers, following our Submission Guidelines, and you’ll automatically have a chance to win 1 of 3 XBoxs. It couldn’t be simpler!
Every month, for three months, registered DotNetSlackers users will have the opportunity to vote for their favorite DotNetSlackers article and the winning author gets a brand new Xbox 360! ...".
Hurry up!TUTORIAL: LAMP LIGHTING
From Rick's post: "... Early on, I decided I wanted to blur the line between realism and style for this title. Obviously, any game featuring ghosts and river spirits doesn't really necessitate rigid adherence to the laws of physical light, but for the lamps I wanted something both neat-looking and recognizable. I began my research by looking at about 200-300 pictures of Toro Nagashi festivals, and hanging Chochin (paper lanterns). This process took about 2 or 3 hours to find enough subject matter, at which point I brought out the graph paper and started to sketch down notes ...".
Read on ..."DISHWASHER": NEW VIDEO PLUS INTERVIEW
Two things:
- Ziggy has interviewed James Silva, the author of this game, who answers a question that has been wandering around the XNA community: "Why the name?", and
- A new video of the gameplay is available for our joy:
From Ziggy's post: "... James will be graduating from college soon and is looking for a job around the up-state New York area ..."
Good luck, buddy! ... but with a game like "Dishwasher" I guess you won't need it ... ;)XBOX 360 NEWS
You may wonder: "ok, but how can one input text to the 360 fast and easy?". The answer is straight ahead by just looking at the following picture:
Please follow this link for a full description of all the new features available within the Spring Update.
Now, if only I had a 360 ...NEW BLOG: "IMERSIVA.COM"
You can watch a video preview of the game, here.
Enjoy!
"360ZINE 5" NOW AVAILABLE FOR DOWNLOAD
The issue includes a first look to the XBO 360 Elite plus previews of "Grand Theft Auto IV (GTA 4)" and "Fable 2", and more, much more.
So, what are you waiting for?! Download it now!CATCHIN' UP
After a short week-end off with my family the pimping nightmare is back ... sorry, folks ... :)
I'll be mainly catching up with all the news related to XNA today so please be patient while I publish all the posts since you know I like to publish one post per news item what takes a lot of time (and Mykres Space does a great job with the summary-styled news report).
So, enough talk and let's get started!Saturday, April 07, 2007
I'LL BE OUT FOR THE EASTER'S WEEKEND
Still, I'm aware that there have been some great news lately so next Monday check out this blog for the cascade of news I'm going to publish.
In the meantime, I leave you with 2 great links:
- John's list of links to XNA resources (thanks for " ... My favorite XNA News Blog ...").
- Abi's easter bunny ... ;)
[Also check the new design of my blog: on top part of the page you will find a dynamic news banner and on the left side you will see some random links to YouTube's videos related to game design, XNA GSE, xBOX360 and so on ...]
Wednesday, April 04, 2007
CLASSIC-GAMES' THEMES ORCHESTRATED
TUTORIAL: SIMPLE PARTICLE SYSTEM
From John's tuto: "... This tutorial describes a simple way to render particles using simple rendering techniques, and a custom vertex format in a 3D world ...".
Read on!APRIL'S DIRECTX SDK AVAILABLE FOR DOWNLOAD
The new features include:
- Improvements to the XACT UI,
- Improvements to PIX,
- Shader compiler update, and
- an effect-pools sample.
Please read Dave's post for full details. To download the SDK just follow this link.
Cheers!Tuesday, April 03, 2007
VISUAL3D.NET: BETA 1 ANNOUNCED
From the announcement: "... Realmware is happy to announce that Visual3D.NET Beta1 will be released April 30th, 2007. The list of features to be included in Beta1 as well as future releases can be seen on the Visual3D.NET Features page. Please register now to sign up for the Beta ...".
Visual3D.Net vs. Blade3D vs. TorqueX vs. doing all by your-self. Hummm ... so many choices ... which one will you choose?JAD ENGINE 1.1 RELEASED
I was following its development since it was originally called "Haddd" engine, so let me tell you that if you want to learn how to develop a robust and powerful engine, then Jad engine is a great knowledge base on the subject.
From the announcement: "... After more than 6 months of work the Jad Engine Team has finally released Jad Engine 1.1. This new version comes with lots of bug fixes, minor improvements (math library, multiple viewports,...) and major new features (virtual file system, scripting,..) ...".
You can download the engine from its hompage in Codeplex.
Cheers!"XNA WEEKLY ROUNDUP 27-03-07 TO 01-04-07"
From Mykres' post: "... it as been another quiet week in the world of XNA, but this week we have seen a few new Bloggers come onto the scene (Lets hope they keep the content flowing). We have also seen a refresh of the Garage Games Torque X Systems and the introduction of another starter kit, 'Platformer Starter Kit'.
Ziggy has posted an update to his tutorial collections, and we have seen an example of a Windows GUI System for the XNA Framework.
Just a Reminder guys that a lot of the XNA Community already hangs out on IRC on the Efnet Server in the #xna Channel, please drop by and say hello… it has been a but quiet there as well ...".
Find the whole news update here ...
"MICROSOFT ON LOWERING THE BARRIERS OF CREATIVITY"
From the article: "... With XNA Game Studio Express, it is a different approach. It's not just about modding a game that somebody's made; it's about making your own game. I definitely take your point [because] you need some skill to do it. Now I do think we've made it much easier with XNA Game Studio Express than it's ever been before, but when you add our partner products on top—like what we've done with Garage Games—then you actually have systems like Torque GameBuilder (TGB), which is drag and drop game development. You literally drag pieces in and you drop them. And then we have starter kits, so if you just want to mod an experience you can do that... So imagine if you take TGB and load up a pack and there's all the cool animated things—you just drag and drop them in, say what behavior you want and can start playing a game. And we actually licensed that from Garage Games so if you're a member of the Creator's Club in XNA you get that in your subscription ...".
Read on ...Monday, April 02, 2007
"BULLET HELL TACTICS": BETA TESTERS WANTED
So if you want to help the guy just get in touch a.s.a.p. (just read here for details).
Stay tuned to Kobingo's blog for more information."NETWORKING/INTERNET WITH SOCKETS" - PART 1(WINDOWS ONLY)
From the site's post: "... Many people have asked “Can I/How do I make internet/network games in XNA” and the replay has been “yes” or “yes but not on the Xbox360 until later”. So I wanted to produce a simple network/internet game & tutorial/explanation to show off how it’s done. I wanted to keep the game simple as not to get people lost between where the game starts/stops and where the networking starts/stops, whilst not making it to simple like string only string messages as games need to send some quite complex information at times ...".
Read on ..."XNATEXTURES.COM LAUNCHED!"
From the announcement: "... The site was formerly known as The TextureBin and already has over 1700 seamless high resolution textures! XNATextures.com is membership based though... we offer 3 types of membership:
- Free 15 day Trial - Same as the standard below but limited to 15 days.
- Standard Membership - Access to all the content on the site in lower resolutions (500 pixels wide).
- Premium Membership - Access to all the content in the standard membership AND full access to high resolution versions of all the textures as well as bump maps, alpha maps, and games sized versions (powers of 2) of the textures in high resolution ...".
"THRUST": THE SUCCESSOR OF XNA5D
From John's post: "... Let me preface this story with a note that this is in no way an April Fools joke. The successor of Xna5D is Thrust and composes of all I have learned thus far. I am also pleased to announce that I have been working on several aspects of it with Matthew Randall. I thank him very much for contributing what he can to the project, even with his very busy schedule. I have decided that the development cycle of Thrust will be much slower compared to Xna5D ...".
So, let's t