# DXX-Rebirth

<div class="callout warning">
  <p>Legitimate copies of the games are required to play, either bought from</p>
  <ul>
    <li>GOG.com
      <ul>
        <li><a href="https://www.gog.com/game/descent">Descent 1</a></li>
        <li><a href="https://www.gog.com/game/descent_2">Descent 2</a></li>
      </ul>
    </li>
    <li>the retail CD versions</li>
  </ul>
  <p>Further info can be found on the <a href="https://www.dxx-rebirth.com/game-content/">DXX-Rebirth Website</a> (<code>innoextract</code> is needed for extraction).</p>
</div>

DXX-Rebirth is a source port of the Descent and Descent 2 Engines so you won’t need DOSBox to play the games. Additionally, it offers OpenGL graphics and effects, advanced Multiplayer, many improvements and new features.

~~~bash
yay -S d1x-rebirth d2x-rebirth innoextract
~~~

Copy the Descent 1 game files:

~~~bash
# single user
cp descent.(hog|pig) ~/.d1x-rebirth/

# system-wide
cp descent.(hog|pig) /usr/share/d1x-rebirth/
~~~

Copy the Descent 2 game files:

~~~bash
# single user
cp *.(ham|hog|pig|s11|s22) ~/.d2x-rebirth/

# system-wide
cp *.(ham|hog|pig|s11|s22) /usr/share/d2x-rebirth/
~~~