Houkime / naev

Naev is a 2d action/rpg space game that combines elements from the action, rpg and simulation genres.

Home Page:http://naev.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nightly Release CI

NAEV README

Naev is a 2D space trading and combat game, taking inspiration from the Escape Velocity series, among others.

You pilot a space ship from a top-down perspective, and are more or less free to do what you want. As the genre name implies, you’re able to trade and engage in combat at will. Beyond that, there’s an ever-growing number of storyline missions, equipment, and ships; Even the galaxy itself grows larger with each release. For the literarily-inclined, there are large amounts of lore accompanying everything from planets to equipment.

DEPENDENCIES

Naev's dependencies are intended to be relatively common. In addition to an OpenGL-capable graphics card and driver, Naev requires the following:

  • SDL 2
  • libxml2
  • freetype2
  • libpng
  • OpenAL
  • libvorbis (>= 1.2.1 necessary for Replaygain)
  • binutils
  • intltool

Note that several distributions ship outdated versions of libvorbis, and thus libvorbisfile is statically linked into the release binary.

Compiling your own binary on many distributions will result in Replaygain being disabled.

Ubuntu

Install compile-time dependencies on Ubuntu 16.04 (and hopefully later) with:

apt-get install build-essential automake libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev \
libgl1-mesa-dev libxml2-dev libfreetype6-dev libpng-dev libopenal-dev \
libvorbis-dev binutils-dev libiberty-dev autopoint intltool autoconf-archive

Other *nix

See https://github.com/naev/naev/wiki/Compiling-on-*nix for package lists for several distributions.

COMPILING

Run:

bash
./autogen.sh && ./configure
make

If you need special settings you should pass flags to configure, using -h will tell you what it supports.

INSTALLATION

Naev currently supports make install which will install everything that is needed.

If you wish to create a .desktop for your desktop environment, logos from 16x16 to 256x256 can be found in extras/logos/.

WINDOWS

See https://github.com/naev/naev/wiki/Compiling-on-Windows for how to compile on windows.

UPDATING PO FILES

If you are a developer, you may need to update translation files as text is modified. You can update all translation files with the following commands:

./utils/update-po.sh # only necessary if files have been added or removed
make
make -C po update-po

Again, you will only ever need to do this if you are a developer.

CRASHES & PROBLEMS

Please take a look at the FAQ (linked below) before submitting a new bug report, as it covers a number of common gameplay questions and common issues.

If Naev is crashing during gameplay, please file a bug report after reading https://github.com/naev/naev/wiki/Bugs

About

Naev is a 2d action/rpg space game that combines elements from the action, rpg and simulation genres.

http://naev.org

License:GNU General Public License v3.0


Languages

Language:C 65.6%Language:Lua 30.2%Language:Python 1.7%Language:C++ 0.7%Language:M4 0.5%Language:Shell 0.4%Language:Scheme 0.2%Language:Makefile 0.2%Language:HTML 0.1%Language:NSIS 0.1%Language:CSS 0.1%Language:GLSL 0.1%Language:Objective-C 0.1%Language:Roff 0.0%Language:Perl 0.0%