Type your search here:

Newest Videos

Showing posts with label xonotic. Show all posts
Showing posts with label xonotic. Show all posts

Thursday, May 23, 2013

Dead Morning, an open-source horror game

Unknown 12:30:00 PM
Today I bring you news of yet another rather low profile Darkplaces engine game (e.g. the same engine that runs Xonotic), called Dead Morning:



As you can see in these other, more game-play oriented videos (1, 2, 3), it seems to be quite heavily influenced by another recent 1st person horror game...

The website mentions a fully open-source release at the end of this year, so I am rather intrigued what they will come up by then!

Saturday, March 23, 2013

Red Eclipse 1.4 and a missed birthday

Unknown 9:54:00 AM
Good news is that the long awaited Red Eclipse version 1.4 was released yesterday.
Read the announcement (with full change-log) here. Besides general polish the most notable features are:
  • Vanity items and improved colours: dress up and frag with style.
  • Visible legs in first person: know where you are kicking and parkouring.
  • New and revamped maps: bringing you even more variety.
  • Better viewing: level flythroughs, improved third and first person cameras.
  • Better menus and other HUD elements: easier to see and read at a glance.
  • New weapon: Mines add a new dimension to the existing gameplay.
  • New mode: attack and defend in Gauntlet, competing for the most laps.
  • Automatic demo recording: for those times you just have to watch it again.
  • User Accounts: donate or contribute, and wear the in-game supporter badge.
  • Improved weapon balance and gameplay rules, bugs fixed, and much more.
Especially the visible legs in 1st person view add to the parcour movements and overall the game feels much more "complete" now. Here are some impressions of a bot-match I had earlier on:


The bad news is  that we missed Xonotic's third birthday, but you can still congratulate here (where you can also read about some pretty cool updates to the game). To celebrate it, kojin made a nice frag movie:


Enjoy!

Saturday, March 2, 2013

Gigalomania, LPC and updates

Unknown 8:56:00 AM
Some of you might remember Mega Lo Mania back from the days when you could be amazed by PC speaker voice output... so if you spend way too much of your childhood playing that game (like me) you should probably stay clear of the FOSS remake called Gigalomania!
Gigalomania now using LPC sprites
As the creator recently stated, it now uses the cool Liberated Pixels Cup contest sprites, but there is still the need to replace the castle graphics with nicer ones. Maybe *you* can help out with that?

On a related note, the LPC coding results are finally in, congratulations to the winners! I hope Bart will make a nice review on the quite awesome games here on FG soon.

Other recent updates not to be missed:
That's all for now :)


Wednesday, September 12, 2012

Shorts: FreeOrion 0.4.1 and Xonotic Vehicle Gameplay

Unknown 7:21:00 AM

FreeOrion

image: Moving a fleet around in FreeOrion

video: FreeOrion testplay (best viewed at 720p HD)

FreeOrion 0.4.1 has been released a month ago. There still is no manual ship combat mode and there is a certain sluggishness regarding GUI responsiveness but the beautiful audio and graphics and consistent writing are definitely worth a try.

You can check out a preview of current 3d ship combat tech demo in this video (7m30s in).

Xonotic


Unsealed Trial 2 - Xonotic1233544-00
image: Sniping a Hovercraft on Unsealed Trial 2 in Xonotic (more screens)



I have been playing Xonotic on the [MoN] Vehicle Gameplay server and quite enjoying it lately. Just recently, a first version of Unsealed Trial 2 (screenshots) has been released there.

Some helpful vote commands:
vcall timelimit 600 (for when the time is draining too quickly)
vcall gotomap unseal (for when you realize that Unsealed Trial is the only playable map ;) )

If you'd like to record your own videos, all you need to know is on Xonotic's Democapture wiki page.

Monday, July 9, 2012

Dev-Corner: Inter Quake Model Format and Open Source Gamedev Collaboration

Unknown 6:25:00 AM
The following is a guest post by Lee Salzman, a contributor to several open source game projects and the lead developer of such projects as the ENet networking library and Sauerbraten, introducing IQM (the Inter-Quake Model format), a simple model format designed to meet the practical challenge of animated content for Quake(-like) 3D engines and allow more sharing of modeling tools across various engines

As much as players or fans of various open source FPS games might view all these projects as competing, isolated islands, the surprising and hopeful truth is, we developers actually get together and talk about development challenges a lot. And in past discussions, one of those issues that stuck out like a sore thumb was content, especially animated content such as player models. We were all using our own various custom model formats or cast-off commercial formats (like id's MD5 or Valve's SMD formats) with related third-party export or conversion tools, with varying degrees of (dis)satisfaction.

Yet, what we all needed in this case was so eerily similar: we all just wanted a no-fuss, binary, skeletal animation format that was quick to load, had relatively small file sizes, and provided the commonly needed mesh data for Quake(-like) player models - not bloated with unnecessary "but what if..." features while remaining just flexible enough to fulfill the artists' needs. Existing formats like MD5, SMD, Collada, and others had complex textual representations that make them painful to load and often require significant internal conversions of the loaded data to get useful, renderable animation data out of them, often with frustrating omissions such as no ability to directly export vertex normals. Engine specific formats worked around these issues to some extent, but often suffered from poorly supported tooling due to the difficulty of keeping it up-to-date with various modeling tools and artist requirements.
IQM Demo Model, Mr Fixit
Given those frustations, why did we not just throw our lots in together and make one format that could handle our needs well enough, so we all benefit from common efforts on reliable, shared tools? Sanity prevailed, and not much later, after input wrangling from various developers within the community, we hammered out a simple specification for a pair of formats that did just that: IQM, a binary skeletal animation format that provides easy integration into a game engine, and IQE, a textual format that makes it easy to quickly write exporter scripts and easily converts to IQM if one does not wish to write an exporter for it directly.

And what good is a specification without support? So again not much later, we went through the grunt-work of actually making sure the format was well-supported in the key tools our artists used and, of course, the engines we all developed. At the time of this writing, all commonly used versions of Blender have direct exporter and importer support via the IQM development kit, the model viewer and conversion tool Noesis can easily convert from and to the format, and the format has out-of-the-box support in various engines, including but not limited to, DarkPlaces (used in Xonotic, Steel Storm, and more), CRX (used in Alien Arena), Qfusion (used in Warsow), ioquake 3 (used in Open Arena and many more), Remake Quake along with its sibling engine DirectQ, and Cube 2 (used in Sauerbraten, Red Eclipse, and more). To ensure continued and future support by other game engines, the IQM development kit also provides example demos of how to easily load and animate the format, both on the CPU and also using shaders to animate the format on the GPU, for developers that are unsure of how to utilize skeletal animation or just want to see the nitty-gritty details of how the format operates.

Despite the format getting off to a great start thanks to the support of various developers within the gaming community, we still need your help and support to help this format be even more useful. If you happen to use some modeling tools other than Blender (as awesome as it is, people have their preferences) and wouldn't mind writing a simple IQE exporter script for your modeling tool of choice, or even more sophisticated IQM direct export support, we would greatly appreciate your contribution!

To get started with the format, please check out the IQM development kit and other IQM/IQE format resources at: http://lee.fov120.com/iqm

Monday, June 25, 2012

Xonotic and idTech4 news

Unknown 2:28:00 PM
Hello and welcome to slow summer news time ;)

But at least the awesome guys over at Xonotic took their time and wrote up what exciting new additions are on their way to version 0.7 in their latest edition of what they call WoX-Blox #4.

There you can read up up exiting changes to the Railroad tycoon mod they are working on... watch this video... pure exitement:


Ok I was kidding about the last part... that is actually one among many cool small additions they are working on to make Xonotic an even better game.
Not mentioned in the blog yet, are the cool modifications to the Overkill mod and the vehicles tZork is currently working on and which can be tested already on a few servers.

Staying with the FPS Topic, it seems like the development of the GPLed Doom3/idtech4 code is finally moving somewhere. However iodoom3 (besides that they got a nice looking website recently) is not the center of development as it was the case with ioquake3 it seems.
The Doom3World forums are buzzing with activity though, with open-source commercial developers looking into porting their upcoming games to idtech4, people working on code and openSDK enhancements and an awesome code review of the idtech4 engine to jump-start potential developers.

Besides that, the previously mentioned Doom3 modification The Dark Mod (additional info here), a Thief inspired steampunk-stealth game is finally making some progress toward the long promised stand-alone version (Progress Wiki here).

Here is also some recent commented game-play video:


Some more (uncommented) gameplay can be seen also in this video. The next version will still require a few Doom3 assets however, so if you are skilled in texture making, mapping (with their DarkRadiant) or such, offer them some help to get rid of those last remaining dependencies. However AFAIK most of the new art is also non-FOSS  and only freeware (or at least I can find any info on the art license... please comment if you know better) :-/

Last but not least there also seems to be another awesome looking Doom3 mod, aiming to go standalone at some point: Grimm: Quest for the Gatherer's Key. No idea when and how, but I guess they are just waiting for a more stable idtech4 community version.

Friday, March 9, 2012

Xonotic 0.6 released

Unknown 11:20:00 AM
For those not playing with the autobuild releases, I have good news! A new version of the totally FOSS, competitive multiplayer FPS Xonotic has been released.

Find the released announcement and download links directly here.

The two most important feature additions are a stats tracking system, which can be found via this webpage.


And the addition of client side scripted player-models, which probably doesn't say much to the regular user, but from a developer's point of view it is a pretty great thing ;) Expect many cool advances to come from this over the next couple of months.

Oh and try also the Overkill server, which runs a cool mod with totally new player-models and weapon mechanics, combining insta-gib with a more complex game-play etc. (in Xonotic, server admins can decide to hosts mods and players are automatically supplied with all needed files when joining the server).

Let's hope this new release will increase the player-base a bit, as this game really deserves more attention.

Wednesday, February 22, 2012

Complete List of Fosdem Game Dev Resources

Unknown 3:30:00 PM

Sunday, February 19, 2012

Xonotic 1v1 grand final

Unknown 7:31:00 AM
Just a small reminder:
Don't miss today's  (at 8:00pm CET = UTC/GTM+1 e.g. central European time) grand final of the Xonotic 1v1 tourney!


Check out videos of the semi finals here, and I will probably update this post with the video of the grand final once it is available.

Edit2: Congrats to Fisume, who won 3:1 in a pretty exiting match (especially the last two matches were great to watch). Watch this spot for a video of this match.

Edit3: Here are the videos.

Friday, December 23, 2011

Modern retro-graphics: RetroBlazer

Unknown 9:14:00 AM
Short call for help: Awesome looking retro-graphics game is looking for a Darkplaces QC programmer.
So far only two screen-shots have been released (and no word on the license of the media):
I am loving the style... so here is the other:
So if you know your way around Quake's QC scripting language try to get into contact with them :) Otherwise you can still follow the progress of this game over at QuakeOne's forums.

Oh and taking about Darkplaces... Xonotic finally implemented client-side networked players in their most recent development release. Meaning that there is now client-side movement prediction and thus less (visually) laggy game-play on slower netspeeds!

Monday, November 21, 2011

Fan made trailer contests and other FPS news

Unknown 8:55:00 AM
So it seems Red Eclipse is having a "contest" for creating an official trailer for their upcoming 1.2 release. Nothing to win (except fame), but the guys from Sauerbraten (also Cube2 engine based, like Red Eclipse) recently did the same with a quite nice result:

 
New official Sauerbraten trailer

So if you want to participate, have a look at their rules and check out these nice open-source tools for video capturing:  GLC (short tutorial by our qudobup) and editing: PiTiVi or KDEnlive (sorry for being Linux centric here :p ).

In other news I can report that the Xonotic team is following up on their promise to report more news and developments on their Blog :) Check out the latest entry for a log read and many nice pictures.
Personally I am currently most excited about the mod "Overkill" with tries to take some features of the well loved instagib mode (sadly so much that it is sometimes hard to find anything but instagib games :( ) like right click laser jump etc. while keeping a variety of weapons that are a bit more appealing to non-instagib players.
Well, check out the more detailed description and pictures at the bottom of the post linked above! Oh and you can already play the mod by joining the test server with a vanilla Xonotic version (all needed files will be auto-downloaded).

P.S.: Here is a small video to show how it currently looks:

Xonotic Overkill mod (early WIP)

Sunday, September 11, 2011

Summer Shorts 2 + Screens

Unknown 5:17:00 PM
Unknown Horizons Player Scores...

gscai of the real-time colony building simulation Unknown horizons wrote a short player-view summary of how the game's artificial intelligence works.

libtcod's project browser filter

libtcod, an advanced toolkit for roguelikes now has an online browser for projects using it that allows to apply filters.

Tactical battle in Hale

I stumbled over Hale, an RPG described as having "deep tactical combat system and storyline".

The project seems to use freely licensed assets, which is a great. I hope that the GUI will receive a makeover (using a pastel background color and killing the 1995'ish 3d button/border look does wonders).

Example sound visualization at Freesound 2.0

Freesound went 2.0! CC-BY and CC0 as license options! (Unfortunately CC-BY-NC as well). Sampling+ remains for legacy sounds where authors have not switched to a modern license. Read the announcement here.

Six-legged vehicle in Xonotic

Xonotic 0.5 brings new maps, vehicles and multi-language support. Many more details can be found in their annoucnement post.

Monday, August 29, 2011

Planets are a nice thing...

Unknown 9:12:00 AM
...but make us FreeGamer blog-authors lazy, as all the news are already in our awesome game and development planets :p

New to the feeds is our revision control planet, for those news-freaks that want to keep up to date even if it is just a change in punctuation of the readme file :p



It is btw interesting to see on this planet how much changes happen in the Xonotic SVN, while to the outward observer the project seems to be moving only slowly forward.

However, recently they released an auto-builds update script, which makes it much easier to keep up with their development builds (which seems to be the preferred version for them now in general, but things can break from time to time). Oh and for the lulz: a "my little pony" mod recently surfaced for Xonotic also :p



Next on the list? Ahh yes, Stunt Rally version 1.2 got released:





Changes include (amongst other stuff) a new split-screen and a ghost car rally mode.



Other things to mention? Mage is a open-source MTG client, but not as nice looking as Wagic. But it might convince you with other features (of which Mage has a lot ;) ).

Unknown Horizons has a nice news update with all the improvements Google's Summer of Code gave them and the Zod engine is set out to improve the multiplayer part of the (back then really nice) game Z (using the unfree media from the original it seems).

Thursday, August 4, 2011

Some random FPS engine news

Unknown 3:22:00 PM
Fast games for slow summer news weeks... but actually some of these news are a bit older already also :p

To start out... yes RedEclipse got a (smaller) new release a few days ago, codenamed Supernova (Version 1.1). The release notes can be found in our/their forums, but it plays as great as before (except for the annoying hit sound :p ). Edit: game-play video from one of our forum users.

Noteworthy news related to that (albeit not strictly FOSS related): RedEclipse also got included into Desura now (Moddb's indie friendly answer to Steam, even with an upcoming Linux port). To avoid complains in the comments... I mention this here even though it is a closed source game distribution platform, simply because it can be a great way to promote (and maybe even sell?) FOSS games, and if we would finally be able to attract the modding community (which is largely represented on Moddb) to work with FOSS engines instead, it would be win-win for everyone involved.

Despite its unfree content War§ow is also worth a look now and then. According to their somewhat recent blog entries they have made great progress in speeding up the Quake2 based renderer, and plan to include a matchmaking and statistics system in the maybe not so distant 0.7 release. It's actually a pity that the engine isn't used for other projects, and given that it is Quake2 based, it could probably be ported to mobile platforms like Android rather quickly (since there is a full and fast Quake2 Java port).

Talking about mobile platforms... the engine behind Xonotic (formerly Nexuiz) Darkplaces, seems to have gotten an iOS port judging by a quick look at the very recent new source release. No news post about the most recent changes, but slightly older news tell us about a much higher frame rate then before :) Would be nice if Xonotic would see another Beta release soon also ;)

Oh and I know I will get flamed for this again (e.g. for mentioning a commercial game on this blog; but I stand by my opinion that commercial isn't != FOSS), but the Darkplaces based and GPLed source-code containing SteelStorm: Burning Retribution, has been added as a free bonus to the latest HumbleBundle (at the time of writing this, with still 5 days remaining to get this "pay what you want" indie-game-bundle including some really nice games all running on Linux). Just to quickly mention... no news about source releases from that source this time (but they added all of the games from the 2nd bundle if you pay above average)... but given the somewhat lukewarm source releases last time (not really FOSS) I guess that is not a big loss :-/

Hmm what else? World of Padman was somewhat recently updated, and its engine ioQuake3 is moving to a modularized renderer.

AND LAST BUT NOT LEAST (hot news coming in while I am writing this)... John Carmack just confirmed in his keynote on this year's QuakeCon, that the Doom3 source code will be released this year (probably shortly after the Rage release scheduled early October)... which will be a really nice addition to the FOSS engine pool (finally a somewhat modern single player FPS engine). I am especially looking forward to see some of the existing high quality Doom3 mods to go stand alone, and maybe even FOSS!

Wednesday, May 18, 2011

Naev Sound and Xonotic Map Devolution

Unknown 3:51:00 PM
Spoiler alert regarding a video of a NAEV mission that shows off the sound capacities of the game. The project relies on OpenAL Soft.

You should come for the sound [10MB vorbis rip]* or for the HD version.
Effects to notice:
  • Positional sound (basic for OpenAL)
  • Doppler Effect (depends on velocity)
  • Air absorption factor (sounds like you’re under water)
  • Reverb (also helps make it sound like you’re underwater)
  • Speed of sound changes (depends on nebula density – also for sounding underwater)
* It'd be great if more project took so much care of audio licensing so there could be f-a-i-f game sound walks. Great distraction from urban noise. Game soundtracks are disturbing though mostly.



An amazing screens-video of the different stages of modernizing/Xonoticisizing CBCTF1 - Space CTF to Newtonian Nightmare was posted.

Friday, March 18, 2011

Xonotic Player Interviews

Unknown 8:00:00 AM
Do you like Let's Plays (Commented gameplay videos)? I do. Antibody of Xonotic made something similar with pro Xonotic/Nexuiz players and sometimes developers: Interviews during playbacks.

Um, I hope you like YouTube..

Saturday, January 1, 2011

Better late than never

Unknown 12:12:00 PM
Doesn't seem like the other authors of this blog are big FPS fans, so I guess I have to keep you updated about the other nice releases of last week ;) Too bad my current PC is not capable of running any of those though :(

Xonotic 0.1 preview release


So people have been nagging about this in the comment section already... and I agree, the first release of the Nexuiz fork Xonotic is a pretty cool thing:



For more videos head over to this Youtube page.

Graphics are really a big improvement over the patchwork that was Nexuiz, however the player animation (blending) is still somewhat lacking. Sources tell me that this is actually a current limitation of its Darkplaces engine, but since everything of that game is GPL, someone should take up the challenge and change that ;)



World of Pandman 1.5


Not quite as FOSS (because of un-free media), but still fun is the new World of Padman 1.5 release:


Their website just says that there are a lot of changes, so be surprised ;)

SuperTuxKart 0.7



Errmmm, well and there has been also a very nice SuperTuxKart release over X-mas:



I have to admit though that given the fact that their forums are actually hosted on our website, we are reporting about this neat game way too little. Well... I promise more coverage, ok? :)

Saturday, March 27, 2010

Xonotic - Nexuiz the Free

Unknown 1:33:00 AM
The first piece of news is that console Nexuiz will be re-written from scratch, because some coders decided against giving permission for a proprietary port (Slashdot , interview). This means no code contributions to Nexuiz.

Secondly, Nexuiz has been forked under the name Xonotic. Because philosophy, because management, because change.

I can't complain! Git repository instead of Subversion, no more tikiwiki (I hope) finally a feed for news (has been added to our Planet)! Open management and content enhancements are on the list of plans and promises, perhaps a little too much even, which led to the creation of a critical thread on our forums.

I have had the pleasure to test the warpzone/visible-portal feature (which is available in Nexuiz' SVN as well):


youtube-dl: http://www.youtube.com/watch?v=qb4zk-31sVU

Currently, instructions to get Xonotic (using git) are here. Compilation is easy and right now the game starts using "./all run -nexuiz".

If you want to get involved, get on their forums and/or get on their IRC! The website is still in development, a public wiki is in the works.

So what do you think about the fork? I understand the "divided we are weaker" point, but console Nexuiz has caused much confusion and a new project (Xonotic) seems like a clear cut and new hope™. Also.. "Xonotic" sounds slightly better than "Nexuiz" in my most humble ears. :)

Pages