PlaneShift

Fan Area => The Hydlaa Plaza => Topic started by: jorrit on November 12, 2012, 09:46:16 am

Title: First Alpha Release of AresEd 0.0.2
Post by: jorrit on November 12, 2012, 09:46:16 am
Hi all,

I'd like to announce the very first release of AresEd. Before getting too excited however I'd like to warn everyone that this is still an alpha release. It is far from a finished product and there are many known (and very likely unknown) bugs. It is also not feature complete.

Now what is it? AresEd is a 3D game creation kit based on Crystal Space and CEL (http://www.crystalspace3d.org). It is Open Source (MIT license) and 100% free software. With AresEd it will be possible to make full working 3D games without any coding. All from within the AresEd visual editor. AresEd is *not* a modeller however. Before you can use AresEd you still have to use Blender (for example) to make your 3D models. AresEd can import these models and allows the game designer to place them in the world and additionally the game designer can define game logic.

Game logic is defined using state machines (the CEL quest concept) and the CEL message system. Objects in the world can be associated to 'entities' and entities can react to messages and in return send out other messages. With associated quests (state machines) you can 'program' the entity to behave different depending on various situations. In future versions of AresEd it will also be possible to attach python scripts to entities for more advanced game logic possibilities but the intention is that as much as possible can be done using the graphical quest editor.

As I said earlier, AresEd is not complete. Here is a list of a few major features that are still lacking:

But other than that it is actually possible to make simple games using AresEd. Included with this release there are five examples. Of these 'mysterygame' is the most game-like example. It includes a puzzle that you have to solve before a gate can be fully opened.

In addition to AresEd this package also includes a game player called Ares. While you can play your game directly from within AresEd, if you want to distribute your game it will be easier to do that with Ares instead.

The Ares project page can be found here: http://code.google.com/p/ares/  You can also download Windows and Linux binaries from there.

The linux binary is temporary. It was built on a 64-bit kubuntu and as such might not be usable on other distributions. In the near future we will provide more compatible binaries. In the mean time it might be easier to compile Ares from Source. You can find instructions on how to Build Ares here: http://code.google.com/p/ares/wiki/AresBuilding

After installation there are two executables: AresEd and Ares. Pressing 'F1' in AresEd will bring up online help.

Please let me know if you find any issues (that are not already listed in the list of issues above). Also if you have questions on how to use AresEd then feel free to ask me.

I'd like to stress that AresEd is in heavy development. This is an early version and it is likely that a lot will change in the future still.

Additionally I'm looking for people who want to help develop on AresEd. I think it is a very interesting project and there is lots of opportunity for other people to help with development.

Greetings,
Title: Re: First Alpha Release of AresEd 0.0.2
Post by: jorrit on November 13, 2012, 09:13:07 am
If you can it would be nice to vote up my slashdot submission: http://slashdot.org/recent

Thanks!
Title: Re: First Alpha Release of AresEd 0.0.2
Post by: Eonwind on November 13, 2012, 12:21:19 pm
AresEd looks like an exciting project! Congratulation Jorrit  \\o//  \\o//  \\o//
Title: Re: First Alpha Release of AresEd 0.0.2
Post by: Talad on November 13, 2012, 01:43:09 pm
Great to see another project based on CrystalSpace. AresEd progress may help PlaneShift indirectly through the updates to CS, as we have a common base. Wish you luck for the project.