Skip to content

TylerConnors/openlierox

 
 

Repository files navigation

OpenLieroX

This is the game OpenLieroX! Homepage: http://openlierox.net

Content of this file:

  • Description
  • About
  • Compilation
  • Game search paths
  • Development
  • Report bugs / feature requests
  • Thank you

Description

It's some type of a real-time, excessive clone of Worms. Or like 2D Quake with worms and ninja ropes.

About

OpenLieroX is based on Jason Boettcher's famous Liero Xtreme.

Jason B. has released his work in 2006 under the zlib-licence and after some months of work, we ported and enhanced his work and got OpenLieroX.

Compilation

For more details, read here: http://www.openlierox.net/wiki/index.php/Compile_OpenLieroX

Linux/Unix:

Use CMake, e.g.:

cmake .

or:

cmake -DHAWKNL_BUILTIN=Yes .

followed by:

make -j4

Mac OS X

Use the Xcode project under build/Xcode.

Windows

Use the MSVC project under build/msvc 2010.

Game search paths

The game uses case insensitive filenames (it will use the first found on case sensitive filesystems). The game searches the paths ~/.OpenLieroX, ./ and /usr/share/games/OpenLieroX for game-data (all path are relative to this bases) (in this order) by default. You can also add more searchpathes and change this in cfg/options.cfg. Own modified configs, screenshots and other stuff always will be stored in ~/.OpenLieroX.

More details: http://www.openlierox.net/wiki/index.php/Virtual_File_System

Development

If you are interested in the development, either in how we work, the work / source code itself or if you want to support us in any way, read here: http://www.openlierox.net/wiki/index.php/Development

Report bugs / feature requests

If you find a bug in OpenLieroX, please fill in a bug report! If you have a nice idea about a feature or if you just miss something, please fill in a feature request. We have a tracker for this: https://github.com/albertz/openlierox/issues

When filling in a bug report, please be precise! Say exactly, what version you are using, what operating system (Windows, MacOSX, Linux) and what version of that you are using. If you are not using the most recent version of OpenLieroX, please try with the newest version if the problem is already fixed there. If you are using a version from Git, please say exactly what revision that is.

Beside that, for the bug itself, the console output is needed in almost all cases. Just post it or attach it to the bug report. Depending on the operating system, the console output of OpenLieroX is a bit hidden from you.

For Linux/Unix, just call the game via console. You will get all the output there.

For MacOSX, there are multiple ways.

One way of getting the output (also from already running OLX or already exited OLX) is the tool /Applications/Utilities/Console. MacOSX saves the console output of every application and this tool can show them. Specify the filer "openlierox" and you will see all the output.

Another way is similar to Unix, just call it via console (e.g. with the /Applications/Utilities/Terminal application). E.g., if you installed OpenLieroX to /Applications, the full path to call it via console would be:

/Applications/OpenLieroX.app/Contents/MacOS/OpenLieroX

For Windows, there should be a file stdout.txt in the OpenLieroX directory containing all the output.

Thanks for all the fish

So, well, I think that was all the important stuff. Look at the Homepage for further details.

Thank you for enjoying it!

-- The team: Dark Charlie, Albert Zeyer and the [RIP] clan

About

OpenLieroX - Liero clone / Worms realtime / 2D shooter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 74.6%
  • C 13.5%
  • Lua 3.1%
  • Shell 2.6%
  • Objective-C 2.1%
  • Objective-C++ 1.5%
  • Other 2.6%