nishazzar / falltergeist

Opensource crossplatform Fallout 2™ game engine writen in C++ and SDL. Current version: 0.2.0

Home Page:https://falltergeist.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Falltergeist build status

Opensource crossplatform Fallout 2™ engine writen in C++ and SDL. https://falltergeist.org/

Current version: 0.2.0

IRC channel: #falltergeist on freenode.net

Jabber chanel: falltergeist on conference.jabber.ru

##Dependencies

##Compilation under linux

git submodule update --init
cmake . && make

Running under linux

Put master.dat and critter.dat files into the falltergeist data directory, that is

  • ~/.local/share/falltergeist/ on Linux,
  • ~/Library/Application Support/falltergeist on OS X,
  • %APPDATA%/falltergeist on Windows,

or mount CD-ROM with original game, then run

./falltergeist

About

Opensource crossplatform Fallout 2™ game engine writen in C++ and SDL. Current version: 0.2.0

https://falltergeist.org/

License:GNU General Public License v3.0


Languages

Language:C++ 97.9%Language:CMake 1.8%Language:Shell 0.2%Language:Lua 0.1%