Showing posts with label planeshift. Show all posts
Showing posts with label planeshift. Show all posts

Sunday, October 16, 2011

A Garden of colorful projects

Found this nice abstract shooter over at LGDB a few days ago:


As you can see, a nice piece of bullet-hell... just the music isn't as catchy as the one from Aleste (*sneeks in old-school gaming reference*).

In totally unrelated news, the guys (and gals?) from the open-source MMORPG Planeshift have started a small PR project called "Free Game Alliance" to promote theirs and other high profile open-source games. You can read some comments from our forums about it here... but all the nagging aside, I sure hope something good comes out of this!
Oh and Planeshift itself seems to be coming along quite nicely also... hadn't checked their progress in ages...

Another project whose developers show some serious long term commitment, is AlienArena, which just got a major update to version 7.52 and is now also easily available via the Desura Linux beta ;) Check out the change-log here.

Friday, March 7, 2008

Alien Arena 2008 and Planeshift 0.400

Hot on the heels of the rather amazing Nexuiz 2.4 release is this years main release of Alien Arena. Alien Arena 2008, or Alien Arena 7.0, or Alien Arena 2008 7.0, however you term it, brings a lot of improvements and new features to a game quickly gaining popularity.



Alien Arena 2008 also offers a change to it's overall theme, moving towards a slightler darker, more serious tone, while still retaining a good bit of it's retro style, creating an interesting marriage between classic and modern sci-fi. This resulted in completely new player models, many new weapon models and textures, and seventeen, yes, seventeen new levels! The transformation is nothing short of remarkable.

There are major improvements in weapon effects, per-pixel lighting, texture resolution, and resource usage, as well as the addition of a cross platform server browser, FUSE. Weapons have been tweaked for better balance, and movement has been enhanced with the addition of dodging abilities. Alien Arena 2008 will run on Windows and Linux, and the OSX/Mac port will be released in one week.


The changes are significant enough that it's considered a different game to Alien Arena 2007. The goal is to "create the perfect marriage between Quake and Unreal Tournament, between retro sci-fi and futuristic tech, and between casual gamer and advanced expert, and wrap it up in a package with quality that could rival that of commercial games". Whilst I haven't played it, from the screenshots and general feedback, it looks like they are well on their way to fulfilling that goal.





Looks spiffy although the trailer doesn't really compare to the Nexuiz trailer - any comments on the differences in gameplay between the two would be welcome.



Hrm, what else.



Planeshift 0.400 "Steel Blue" is out (changelog). Lots of new features, nice semi open source but really freeware project. If you like fantasy RPG / MMO and don't care so much about total software Freedom, check it out. Here's a fanmade trailer for it.



Wednesday, August 1, 2007

Peragro Tempus

With the time I've spent sorting out the site I've had less time to stay in touch with general open source game developments, so slow news at the moment.



The author of Passenger and Nuclear Graveyard seems to be making headway on his latest project, Last Remaining:



I've just added some more hardened enemies to Last Remaining, and some more serious firepower. I don't want the game to become just another FPS, as the story is quite important, but it won't do any harm to have a bit of action in the middle of it!


He uploaded a version to Sourceforge on 25th July with 3 levels and the aforementioned hardened enemies. He's also looking for modellers. I will note that his games seem to lack a little graphical atmosphere due to using only simple lighting techniques, but I think this is something he is trying to address in Last Remaining.




JCRPG trees


I mention it a lot, but JCRPG is a nice regularly* updated** blog/project and his latest addition, billboard trees, look absolutely fantastic.



All the trees are billboarded. This means that the foliage is given by screen facing squares. But the further the tree is the less and bigger squares the foliage will be on. The furthest tree has only one foliage square.


I would like to see some more on this - trees / foilage are something that a lot of games really fail to get right but Paul (the JCRPG author) has put a lot of effort into it and other open source games would do well to copy or reuse his efforts.




PS or PT castle


Finally, I came across Peragro Tempus, what looks like an open source MMORPG in the making. Details are a little sketchy on the website but it looks very nice. It has the usual open source infrastructure - public SVN, wiki, mailing lists - and uses Crystal Space.



I came across it via this forum thread in the forums for the Planeshift project, and it seems to have a few modellers who used to contribute to popular MMORPG. I wasn't sure whether this castle was destined for Planeshift or Peragro Tempus but it's impressive nonetheless!



One of the main objections people have with contributing art to Planeshift is that you have to give the Planeshift project copyright over the art and it is kept under a closed license. This doesn't sit well with open source advocates or many potential contributors, and I get the impression was one of the motivations behind forming the Peragro Tempus project.



* BIG
** HINT

Saturday, June 23, 2007

Medieval / fantasy models required

There's a couple of newish irrlamb gameplay videos. Worth watching if you want to see what the game is like and how devious some of the gameplay can be. For me, irrlamb is definitely one of the most exciting open source game projects around at the moment, being both innovative and challenging in it's gameplay.



Expect some really nice graphics in the next UFO:AI release. A few modelling maniacs seem to have gotten very interested in contributing, which is always good for an open source game project.



OpenTTD Hi-res


As of some time last week, an interesting major change landed in the OpenTTD development trunk - loading of 32bpp graphics and levels of zoom. It's one of the big steps along the road to getting high resolution graphics into OpenTTD. Also it provides a platform for the artwork contributors to see their art in game rather than have to paste it together to showcase it. A completely Free (no TTD required) and beautiful OpenTTD just got one step closer to reality. I'm hopeful that maybe a beta of this work might appear before the end of the year. The image to the right is an actual in-game shot! :-)



Java Classic RPG, the Eye of the Beholder & Dungeon Master inspired project, gained climates this week. If only the quality of the artwork matched the quality of the code developments! I was thinking about this, along with working a bit more on Fortress, and observing Scourge developments, and realising there are very few open source / free medieval and fantasy model resources going. Most projects with good artwork in this genre are either pixel art (like Wesnoth and Daimonin) or restricted (like Planeshift and Eternal Lands).



So, yeah, I think the scene needs a bit of dedicated medieval and fantasy modelling to happen so that all the exciting medieval and fantasy projects can pull quality artwork from a common base. Maybe there already is this kind of stuff available, do you know where? Or maybe there are people out there interested in modelling this kind of stuff. Do you know any? Spread the word!



I'll end today on a coding note. I was working on a layout engine (as part of Vexi, an open source project I lead) and came up against a problem where conversion between ints and floats and back (Java) was causing the assigned space between child boxes to be less than the parent box (box being a layout construct - don't worry about it). The solution was a bit of casting voodoo. I love it. :-)



// casting voodoo to make sure we don't have leftover pixels

diff = child.contentheight + (int)(slack+total) - (int)total;


My attempts to explain that to my girlfriend were a spectacular failure! :-D

Blog Archive