OpenLieroX

[Release] OpenLieroX 0.59 beta

2010-01-21 by albert

Hey again,

There it is: The first 0.59 beta release. Please note that this time, "Beta" really means Beta. There are many crashes and there are huge memleaks. And who knows what other problems. But it's finally at a stage where I would say it is playable and you can try out all the fancy new things.

Well, the main new feature - you may have heard already about it - we have full Gusanos support now!

For those who don't know, Gusanos is another Liero clone, as old as LieroX (actually, I don't know - who was first, can somebody tell?), with much nicer physics, sound and gfx effects (well, physics may be subjective). The reason why (O)LX has become the favourit is because Gusanos was not really so intuitive to use (most of the life of this game, it didn't had a GUI) and it was restricted mostly to Windows only (Linux x86 was theoretically supported but it had dependencies to some comercial libs which were mostly not available on distributions). Checkout some videos on Youtube (or linked here on LXA) to get some impression about Gusanos. There are also a lot of really fancy mods and levels for Gusanos. Gusanos mods and levels are highly scripted. It is all based on Lua and you can do a lot of stuff - and I mean really a lot. There are levels with rain, jumppads, damaging elements and many dynamic elements here and there. There are also dynamic lights and you got a flashlight to see something.

All that is in OLX now. OLX is compatible to most Gusanos levels/mods out-of-the-box! (And those who don't work should be trivial to be fixed.)

This support goes very far: You can easily play some LX mod in a scripted Gusanos map. Check out the Gusanos Poo map. There is a jumppad on the bottom. :) That works also the other way around: You can play any LX map with Gusanos mods.

Despite this mixing, all OLX gamemodes (like CTF, race, Hide&Seek, etc) should also work with Gusanos. Esp. try out CTF and some of the Gusanos CTF maps. You will notice that there are fixed spawnpoints for each team and also the flag base is at a fixed place (those maps were esp. made for CTF). And most other OLX settings are also handled.

Warning: Set your loading time to 100 when you play some Gusanos mod. Some Gusanos mods may take up a lot of CPU and with too low loading time, they will easily make it unplayable.

Documentation about how to create your own Gusanos mods and maps are online, together with some more details about the merging and the Gusanos state in OpenLieroX:
http://www.openlierox.net/wiki/index.php/Gusanos

Ok, so far to the Gusanos support.

Then, there are 3D sounds now. That was introduced mainly because of Gusanos (which always had 3D sounds). The overall quality of the sounds should also be improved. We use OpenAL now.

And we have some more sounds for some ingame announcements, like "3 frags left", timeouts and some more stuff, also for CTF. Just see yourself. Those sounds were taken from the very nice Open Source 3D shooter Nexuiz.

And we have single player support now. :) This is mainly thought to provide some nice introduction / tutorial for newcomers. But maybe some of you is interested in creating a whole game? In any way, I hope I can get some further tutorial levels from you. More information will come later but it's mostly straight forward to be used (checkout the games directory).

I think that was all important stuff. Try it out. :)

Download here:
http://www.openlierox.net/downloads/

In case you get an "application configuration error", do this:
Download and install vcredist_x86.exe from here:http://www.microsoft.com/downloads/details.aspx?familyid=766a6af7-ec73-40ff-b072-9112bab119c2&displaylang=en

For those who have problems with sound on Windows, try out this: Download&unpack&install this file:
http://connect.creativelabs.com/openal/Downloads/oalinst.zip

[Release] OpenLieroX 0.58 rc

2010-01-21 by albert

Heya,

I am proud to announce the first stable release of the 0.58 version.

For some more details about what has changed between 0.57 and 0.58, and also some details about the development process of 0.58 itself, take a look here:
http://www.openlierox.net/forum/index.php/topic,12642.msg198750.html#msg198750

Here a rough overview about the changes of the latest beta (0.58 beta9) and the 0.58 rc2:

- many crashes fixed
- somewhat better performance
- tooltip in chat for userinfo disappears correctly
- possibility to disable weapon combos
- some new default settings (only for those who start OLX for the first time)

Download here:
http://www.openlierox.net/downloads/

Some news in development organisation

2009-10-05 by albert

As it has been planned for a long time, the development management has changed. This change solves the problem with a complicated work on multiple versions at the same time. Also release creation has been simplified a lot, which will lead to more frequent releases.

The project has migrated from SVN to Git. There are 3 main branches (versions) at the moment: 0.57, 0.58 and the master. The master is always the most up-to-date code, it's the code for the upcoming 0.59 version.

For an impression follow the link and look at the bottom of the page under heads:
http://openlierox.git.sourceforge.net/git/gitweb.cgi?p=openlierox/openlierox;a=summary

New releases will be created far more often. Nightly builds have been abandoned and will not be released anymore. A new beta release will be created if there's something to test.

A beta release is, as the name says, a testing release. There are known issues and the version is not always stable.

For bigger changes, a whole new version will be created (e.g., last is 0.58 now, next will be 0.59). For versions which look more promising or which are very much liked by the community, there will probably be more beta releases.

If there is one version, where the last beta release has became stable enough, a release candidate (RC) version will be released. If the RC version is stable, it will be marked as a final stable version.

[Release] OpenLieroX 0.58 beta

2009-10-05 by albert

This is an interesting new release.

For the first time in OpenLieroX history, the version number was increased. This version is not 0.57 anymore, but 0.58.

This release contains basically everything new that was done since 0.57 beta8. And this is a lot.

A very short summary:
- uploadlimit check fixed + automatic measuring of speed
- more stable network (CChannel3)
- improved HTML viewer
- IRC support
- dedicated server becomes useable
- improved connect-during-game
- background music by Corentin Larsen
- damage reporting (shows how much you injured a worm)
- new game options dialog
- ingame console can be used everywhere, also in menu
- ingame console much more advanced, many new commands, better autocompletion
- new debug logging system
- Hide & Seek gamemode
- Capture The Flag gamemode
- Race / Team Race gamemodes
- air jumping as an optional feature
- extended physics engine / gamescript (still in development)
- high-resolution level support
- possibility to make maps infinite
- possibility to disable minimap
- support for Commander Keen 1-3 levels
- game size factor (you can make everything bigger or smaller)
- hit/damage yourself/teammembers can be enabled/disabled (aka friendly fire on/off)
- immediate start
- worm speed/damage/shield/friction factor
- projectile friction factor
- physics should be exactly like LX56 now
- select weapons ingame (chat command /weapons)

Noteable new things over the 0.58 subreleases:
- new crashhandler, based on breakpad
- some fixes here, some improvements there

----

All files (currently Windows, Windows patch, MacOSX, Debian/Ubuntu i386, Debian/Ubuntu amd64 and source code) can be downloaded here:
http://www.openlierox.net/downloads/

Remember, this is a beta release. Most things will work in this version and there are a lot of new and nice things to discover, but there are also some known issues.

Some of the issues are described here:
https://sourceforge.net/tracker/?group_id=180059&atid=891648

If you see any problems, please report them!

Enjoy!

[Release] OpenLieroX 0.57 rc1

2009-10-05 by albert

The version 0.57 rc1 is basically a slightly fixed 0.57 beta8. The upload bandwidth problem is fixed in this version.

Please report any problems you encounter. This release is marked as release candidate, which means an almost stable release.

Downloads for Windows, MacOSX, Debian and the source release (for Linux):
https://sourceforge.net/projects/openlierox/files/openlierox/OpenLieroX%200.57%20rc1/

Gentoo ebuild script:
http://openlierox.git.sourceforge.net/git/gitweb.cgi?p=openlierox/distrib;a=blob_plain;f=ebuild/games-action/openlierox/openlierox-0.57_rc1.ebuild;hb=master

New OpenLieroX Website

2009-10-04 by DarkCharlie

Today a new OpenLieroX website was launched! This site will serve for official announcements and downloads.

The site is integrated with LX Alliance and Wiki to help new players to become a part of our wide community.

LX Alliance, Wiki and this page have an unified design created by miri. Thank you!