Latest Games :

Dev corner: FOSDEM about Games

Thứ Ba, 14 tháng 2, 2012 | 0 nhận xét

Fosdem Game Dev

We already mentioned the FOSDEM 2012 role playing game development talk but recently I found links to more open source game development and game design "devrooms" here.


  • Alistair Riddoch - The Dynamic Data Driven Worlds of WorldForge.mp3
  • Arthur Huillet - Anatomy of a role playing game.avi
  • Erik Ogenvik - Getting Started With Ogre3d For Game Development.mp3
  • Jeremy Rosen - Balancing a game - the open source way.mp3
  • Thomas Kinnen - Data-Driven and Component-Based Game-Entities.mp3


I also recommend "A New OSI for A New Decade" here, which starts with explaining how not to be annoying when advocating freedom.
Continue Reading

Mono for game development and openBVE

Chủ Nhật, 12 tháng 2, 2012 | 0 nhận xét

In yesterdays post qubodup already mentioned AltDevConf, which seems to have attracted a lot of interesting presentations. Another one I noticed was about using Mono/C# for game development; see the summary on Phoronix here or get the slides here. I guess a video should be available at some point too.

But I know that Mono/C# is a controversial topic (see also the comments for the linked article) so fire away in our comment section about how you feel about using it for FOSS game development ;)
Personally I see no reason why it should be preferred over Java or Python, but plenty against using it... but the slides might convince you otherwise ;)

However the main reason why I posted about Mono games was to have a nice intro to this really awesome looking Train simulator, called openBVE, which is also written in C#:


You can find a nice overview in how far openBVE has surpassed its spiritual successor BVE over here (link also includes some more nice screenshots).
Licensing seems a bit complicated however... the main source download and some search in their forums seem to implicate that openBVE is completely Public Domain. However for the artwork I am a bit skeptical (maybe taken from the commercial BVE?) and there also seems to be a closed source server component (according to the original author to prevent commercial forks...).

Anyways, I am amazed how much work some people put into such seemingly boring simulation topics... but each to his own I guess :p

Hmm...but putting my creative hat on... it would be awesome if someone would take openBVE as a base and make an awesome zombicalypse escape simulator out of it. Trying to escape from an infested Britain (similar to the movie 28 days later) with a group of survivors in a train: Manage the group in the train (including hidden infections etc.), upgrade your train with weapons, plan a route through the British rail network avoiding zombie hotspots and military "cleaning campaigns", replenish your stocks at zombie infested train stations and so on... game of the year guaranteed :D (Disclamer: if you make this game you can use my idea for free :p )
Continue Reading

Open Source RPG Development Talk, #AltDevConf

Thứ Bảy, 11 tháng 2, 2012 | 0 nhận xét

Arthur Huillet of Freedroid talked about RPG development at FOSDEM 2012:


In two and a half hours, the online #AltDevConf starts. There seems to be no way to attend live unless you use Windows or OS X but the talks will be recorded and made available online later.

There will be 25 talks from the range of game programming, education, design and production.
AltDevConf is an online community-driven conference...
We aim provide free access to a comprehensive selection of game development topics taught by leading industry experts, and to create a space where bright and innovative voices can be heard.
Continue Reading

Dev Corner: Crowdfunding, OpenGameArt and Kickstarter

Thứ Sáu, 10 tháng 2, 2012 | 0 nhận xét

Donations: Commercial use of Free Software and Libre Art

Kickstarter for Game Dev
I'm sure you heard the amazing Kickstarter news ;) Dusted, author of Wizznic! shared a short thought about the news I'm actually talking about.

FOSS Games and Donations Now
The FLARE RPG project page now has a PayPal donation button.


Click here to lend your support to: 0 A.D. "Sponsor a Developer" Donation Campaign - Round 2 and make a donation at www.pledgie.com !
0A.D. uses Pledgie for funding.


There is a list of FOSS projects that accept BitCoin here and a more general list here.

OGA and Kickstarter Thoughts
OpenGameArt founder and admin Bart K, shared that he is considering Kickstarter, but could use some more inspiration about what rewards could be given to high pledge-givers.

OGA/CC/FSF Game Dev Contest Plan
There's also a game dev contest in the works, which will be organized this summer by Creative Commons, Free Software Foundation and OpenGameArt. The details are still getting ironed out.

Donations on Free Gamer
By the way: here on FreeGamer, we have Flattr widgets below the posts of the authors who provided their Flattr IDs and other donation methods are available on the about page.


So far no "Donations" page on our wiki, where setting up of PayPal, BitCoin, Flattr and other services is explained for open source game dev projects. There is a rather long thread on the topic of making money with free/FOSS games.


Any donation statistics from open source (game) projects and expertise on the subject are highly welcome in the comments!
Continue Reading

Crowd-Funded Open Source RPG Portraits Set DONE!

Thứ Năm, 9 tháng 2, 2012 | 0 nhận xét




Justin Nichol finished the Kickstarter-crowd-funded portrait marathon! The art has been uploaded here to OpenGameArt.

Back in December 2010, the project was funded with USD 2,567 (of at least USD 1,500) to make 30 portraits. Now all 30 portraits of the backers that sent him model photos have been finished.

The remaining five backers have been asked to get in contact with the artist. Best via Kickstarter.

Kickstarter will take a fee of USD 128.35 (5%).

Justin has a blog you can follow.
Continue Reading

Zolo, Food Fight, GameLV - Treasure Hunt on Reddit!

Thứ Tư, 8 tháng 2, 2012 | 0 nhận xét

A thread called "Post your Open Source Game" on the gamedev subreddit let me discover some new and old projects.

Here are three of them:

Zolo

A hyperactively fast jump and run with chainsaws: Zolo.

Food Fight

An OGRE-based real time strategy with vegetables and taco: Food Fight.

GameLV

An "adventure game in a post-soviet environment": GameLV.
Continue Reading

Video Change Logs: Make Your Own!

Thứ Ba, 7 tháng 2, 2012 | 0 nhận xét


OpenMW has been steadily reporting about latest progress on their blog and now also released some video change logs with audio commentary.

Freedroid is another project that has been reporting their progress regularly. You can follow them and many more projects on our game planet or dev planet.

To me, short video commentary reports of progress are a delight. While it might be ineffective to make a video for each release, if the changes are not so many and the effort is high, but from time to time having a video change log might be better at getting players interested or developers impressed enough to contribute than a simple CHANGES.txt.

An interesting middle ground is what M.A.R.S. did for their last few releases: screenshot changelogs.

GLC is one of the two nice ways I use to record game videos - here STK

When it comes to gameplay video recording on Linux, I spent some time on the subject and for me it all boiled down to two methods:

  1. GLC is ideal for games that use both OpenGL and ALSA
  2. FFMpeg is an all-rounder, that is a bit slower but works fine if the machine is powerful enough or the resolution low enough

I will gladly offer my experience in recording videos and editing them on Linux to help you make your own. Just post in the comments, start a thread on the forums or email me via qubodup@gmail.com.
Continue Reading
 
Support : w4uonline@gmail.com
Copyright © 2011. The Life For U - All Rights Reserved
Creat by god1412
Proudly powered by Blogger