• Register

Consider this game an experiment. We are building an SDK on top of famous Idtech4 engine. You can play, share and change everything in it.

Post tutorial Report RSS Linux installation guide

No installer is provided, but the steps to get the game working on Linux are the following

Posted by on - Basic Installers

Get assets
- Make sure you have subversion installed
- Cd to the directory in which you would like to have the game
- Get the assets using Subversion

svn co https://github.com/Wintch/d3-base-assets

- Or with GIT

git clone https://github.com/Wintch/d3-base-assets


Get binary files
- Grab binaries with Subversion

svn co https://github.com/Wintch/drap drap_binary

- Or using GIT

git clone https://github.com/Wintch/drap drap_binary


Merge
- copy all the files inside lin64 folder to drap/trunk, so they are in the same directory as "base"
- run the game with "./drap"
- in case you need some libs, check the dependencies with "ldd drap"

Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: