Command & Conquer 3 Tiberium Wars Preview

- Command & Conquer has a tremendous following so it's probably a forgone conclusion that the latest in the franchise, Command & Conquer 3 Tiberium Wars will come out as a big seller. This particular game is heading back into the popular Tiberium universe (there's also Red Alert and Generals) that hasn't been visited since the release of the Firestorm expansion pack for Tiberian Sun. EA LA is looking to bring the original universe back in style with a highly updated graphics engine, new units, new fiction, and the inclusion of a mysterious third race.

jaygt9116453d ago

is this game for the 360???? if not why is it posted under this 360 thread/thing?

50°

Microsoft XNA Game Studio Express (Beta 2) Available Now!

This second beta of Microsoft XNA Game Studio Express makes creating great video games for Windows-based PC’s even easier with the inclusion of the content pipeline, full Windows functionality and Xbox 360 project system preview.


Press Release

MICROSOFT KICKS IT UP ANOTHER NOTCH WITH XNA GAME STUDIO EXPRESS BETA 2

Upgraded software toolset available as a free download offers highly sought features that make game design even easier

Microsoft has released the second major iteration of its XNA Game Studio Express beta, upgraded with full functionality for Windows and third party toolset support, allowing hobbyists, academics and independent game developers to more easily integrate game content into their creations. The pioneering technology has already opened the doors of game development to numerous audiences, and promises to ratchet up indie game development yet another notch with an expanded set of features.

Whether you’ve been tinkering for just a short time with XNA Game Studio Express or are completely new to the software, today’s update maintains Microsoft’s goal to empower the masses through offering easy-to-use and affordable tools enabling them to bring their creativity to life by offering:

The addition of XNA Framework Content Pipeline, a feature set that makes it simpler and more straightforward for game developers to use 2D and 3D content in their game projects from third party digital content creation packages like Autodesk® 3ds Max®, Autodesk® Maya® and SOFTIMAGE®|XSI®.
New content importers for .X and Autodesk® FBX® 3D asset format in partnership with Autodesk.
Xbox 360 project system gives game developers the ability to preview game design specifically for the Xbox 360 and pre-compile games starting today, giving developers a head start in preparing their games for the XNA Creators Club availability in December.
Improved game component architecture updated with a simpler design, adding increased usability based on community feedback.
Overall performance improvements and optimizations – XNA Game Studio Express Beta 2 is a near final version of the tool.

In addition, the release of XNA Game Studio Express Beta 2 is occurring simultaneously today with a closed beta of GarageGames’ Torque X, a toolset designed specifically for XNA Game Studio Express that combines Torque Game Builder, Torque Game Engine and Torque Shader Engine into one package on top of the XNA platform, giving even non-programmers a great set of tools and technology to easily create games using drag-n-drop interfaces. More information on the Torque X beta can be found on the GarageGames website at http://www.garagegames.com/products/torque/x/.


On top of these improved and added features, XNA Game Studio Express continues to gather a following among academics and hobbyists. The list of leading universities adopting XNA Game Studio Express into their curricula has grown to more than 30 worldwide. There have been 150,000 downloads of XNA Game Studio Express Beta 1, over 30 new XNA communities launched, 100 user generated tutorials shared online and more than 60 independent games already in development or completed.


The latest major adopter of XNA Game Studios Express is Giant Campus, a major provider of technology training, consulting, and staffing services to youth and education markets, the U.S. Armed Forces and the federal government. They will be featuring XNA Game Studio Express in their game design curriculum to be made available next summer.


Novice game creators can download the updated software today from http://msdn.com/xna to develop games for Windows, at no charge. Furthermore, games built using Windows can be migrated to Xbox 360 console systems when the final version of XNA Game Studio Express is released. The XNA Creators Club membership will launch simultaneously with XNA Game Studio Express and be available for purchase on Xbox Live Marketplace allowing users to activate their personal retail Xbox 360 console to create, test and play XNA games on Xbox 360. A one year membership is available for 99 € and a four-month trial is available for 49.00 €.


Look for the final version of XNA Game Studio Express to go live on December 11 of this year, with XNA Game Studio Professional available in summer of 2007

Click here to download the beta

Read Full Story >>
microsoft.com
drewdrakes6386d ago

For all those who used the first, be warned that those beta 1 XNA files arent compatible with XNA beta 2.

BIadestarX6386d ago

Actually the files are. They didn't change anything related to the .net or C#. They only change the name of certain components and remove some interfaces from others. Most of my classes stay intact; some events were removed since they are no longer needed. But for the most part all it takes is for you to add you existing files to a new project. It took me 5-10 mins to update my game project. It's not that bad. It's all worth in return of the CONTENT PIPE LINE!

drewdrakes6386d ago

Yes im sorry, i should have clarified. You cant load the project, but you can make a new one and add the .cs files to the new solution. Thanks for pointing that out :)

FeralPhoenix6386d ago

This sounds very interesting....I wonder just how user friendly this will be....can someone like me, who's never done anything besides play games just take a good idea and really design/develop a home brew video game?...hey can anyone explain what exactly XNA beta 2 will allow me to do?

drewdrakes6386d ago (Edited 6386d ago )

You have to have a basic knowledge of programming. You can pick up a lot of it with basic programming knowledge, there are tutorials. But its much harder to make a game then you think. Even tetris would take a day or two, depending on who's making it. Tetris is a good game to begin with, but it will take you much longer then a few days, because you have to learn how to do everything. Also, you have to have a good knowledge of object oriented programming to make a game thats efficient.

And to post 3, XNA is geared towards C#. Its one of the easiest languages, as it manages garbage collection for you. And you have to be a member in order to play others games, so you will have to pay the fee aswell.

BIadestarX6386d ago

drewdrakes is right. Even later when the XNA mature to be like flash, you will have to go under the hood to do more advance stuff. As a gamer you probably qualify than most programers out there. It is harder to be creative and to know what it takes to make a game fun than to just code. Programing is not as hard as many people think; the reason why there arent more programers is because people think is hard; give it a try; if you stand by it and don't quit you will be programming in no time. Thats how I learned it; I didn't go to school at first for it. Also, wherever you learn with the xna you will be able to use it for other things, thanks to the .net framework and C#. It wouldn't be that hard to start making web pages, software or even server applications.

Waffle-boy6386d ago

...but i think you have to have knownledge within programming (You can get that by using it, though), and im pretty sure you need to know C or C++ or maybe BASIC. Not sure.

I am looking forward to playing XNA games, though.
Must one pay 99% to download and play them, or..?

BIadestarX6386d ago (Edited 6386d ago )

C# is more like C or C++ than Basic when it comes to syntax. Eventhough programming languages may look very different in code, they all try to do the same for the most parts.
Take this for example:

string a = "hello"; // C#

Dim a As String = "hello" ' vb.net

The 2 line of code (above) a writen differently but accomplish the same thing (create a place horder in memory to hold strings(alphanumeric) data and assign "hello" to it.
This is not far from human language, no matter how is sounds or writen the concept is the same.
Ofcourse one language may have an advantage over another, (i.e. C# is the only language supported by XNA for now.).
Last time I heard you may have to pay the fee to download games of the market place. But the source (person that works for xna) said they price, cost modal is not final and things can change. We don't know if game can be excuted of the computer or from CDs; which means that people will post their games over the internet for people to download. We have to wait and see, to see how things will unfold.

drewdrakes6385d ago (Edited 6385d ago )

I like the comparison between the two languages, but can anyone guess which one this is?
PIC X(5) VALUE "HELLO".

zonetrooper56385d ago

I would like to try this out and learn some coding, is the version for Windows free and if you wanted to port it over to the Xbox 360 then do you have to pay a fee or what?

drewdrakes6385d ago (Edited 6385d ago )

Lol this is my last comment on this thread, so i hope you appreciate my answer :), but its free to download, and you can make games. They will work on windows and everything is still free. When you make a Xbox 360 game you will have to pay in order to put it on your 360 and play it.

So quick recap, download Visual C#.net and XNA beta 2, these are both free, and you MUST install visual C#.net first (it doesnt matter if you have visual studio 2005, you still have to get Visual C#.net, which is stupid). You can start making games for Windows (XP and Vista) right away. Youll have to wait for the full version of XNA to be released, then you have to pay to put games on your 360 to test. Also, your membership also allows you to download other peoples games and play them.

FeralPhoenix6385d ago

Hey, I appreciate your comments....I'm definitely going to give this a try, if for nothing else but to humor myself or frustrate the hell out myself....I hope the later will be true, we'll see?

Show all comments (13)
40°

Microsoft takes a new approach to PC gaming with Vista

For all the talk about the security features of Windows Vista and the controversy surrounding its inclusion of a number of utilities and file formats that have some up in arms, there's one aspect of Vista that hasn't gotten much attention -- gaming. Microsoft looks to take a new approach to gaming with Windows Vista and is using the operating system as a launch pad for its new "gaming centric" focus.

With Vista, Microsoft is putting a lot of emphasis on DirectX 10 technology which will offload all rendering to the graphics card as well as most computational functions. DirectX 10 will be a Vista-only proposition making Vista the only choice for a number of hot titles launching in the coming months and Crytek proclaims that DirectX 10 is the only way to go to see Crysis in the way it was intended by the developers.

omansteveo6416d ago

Yeah same here it sounds so cool im gonna need another gig of ram though

MoonDust6416d ago

because i want to buy a laptop! But i will wait until they release them with Window Vista.

Marriot VP6416d ago

good call maven for waiting, cause you know tons of people who don't know what vista is are buying computers in the next year without vista

crazyman6415d ago

has anyone tried vista RC1 I was going to install it but might not anyone whose done it got an opinion