/d2

A Dune II mod for OpenRA

Primary LanguageC#

d2 mod for OpenRA

Notes:

  • The commands given below are meant to be run in a command prompt / terminal from inside of the OpenRA.Mods.D2 directory.
  1. Build OpenRA from source

  2. Install cake:

  1. Build the d2 mod:
  • GNU/Linux, OS X: Run make
  • Windows: Run make.ps1 in PowerShell
  1. Alternatively, instead of installing cake you can:
  • Put d2 directory into OpenRA sources in mods directory
  • Copy or link the following files from your main OpenRA installation into OpenRA.Mods.D2/dependencies directory:
    OpenRA.Game.exe,
    OpenRA.Mods.Common.dll,
    Eluant.dll
    
  • Run make all in OpenRA.Mods.D2 directory for linux and mac. Or open OpenRA.Mods.D2.sln solution in Visual Studio and build project for windows
  1. Launch OpenRA and install the D2k assets if you do not have them installed already:
  • Click the D2k option
  • Click Manage Content
  • Click Download (in the Base Game Files row)
  • Click Back
  1. Place these files in your Content directory for d2 (where $MOD is d2):
  • DUNE.PAK
  • VOC.PAK
  • ATRE.PAK
  • HARK.PAK
  • ORDOS.PAK
  • INTRO.PAK
  • FINALE.PAK
  1. Choose the Dune 2 mod, click Play, and enjoy

More information here: wiki

AUTHORS: OpenRA Developers